Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix project name typo #12

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package-lock.json
dist/
data.json

158 changes: 158 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
{
"bookmarks": [
{
"category": "Infra",
"links": [
{
"name": "Harbor",
"url": "https://registry.smtx.io/"
},
{
"name": "Google-Drive",
"url": "https://drive.google.com/"
},
{
"name": "Slack",
"url": "https://smartx1.slack.com/"
},
{
"name": "17.20 检索",
"url": "http://192.168.31.231/"
},
{
"name": "SMTXOS/SMTXZBS/SMTXELF RPM 检索",
"url": "http://192.168.95.178:5555/"
},
{
"name": "QE 自动化平台",
"url": "http://auto.smartx.com"
},
{
"name": "绿盟扫描",
"url": "https://192.168.25.50/accounts/login/"
},
{
"name": "Git-Gerrit",
"url": "http://gerrit.smartx.com/"
},
{
"name": "Git-Github",
"url": "http://newgh.smartx.com/"
},
{
"name": "Git-Gitlab",
"url": "http://gitlab.smartx.com/"
},
{
"name": "Jira",
"url": "http://jira.smartx.com/"
},
{
"name": "内部论坛",
"url": "http://answer.smartx.com/"
},
{
"name": "Nutanix-Prism",
"url": "https://192.168.18.20:9440/console/#"
}
]
},
{
"category": "Dogfood",
"links": [
{
"name": "Tower-Dogfood",
"url": "https://tower.smartx.com"
},
{
"name": "Tower-Dev-Dogfood",
"url": "https://dev-tower.smartx.com"
},
{
"name": "CloudTower-Commander",
"url": "https://commander.smartx.com/"
},
{
"name": "vCenter-Dogfood",
"url": "https://vc.smartx.com/"
}
]
},
{
"category": "CI/CD",
"links": [
{
"name": "Jenkins-SRE-CI",
"url": "http://sreci.smartx.com/"
},
{
"name": "Jenkins-ELF-CI",
"url": "http://elfci.smartx.com/"
},
{
"name": "Jenkins-ZBS-NewCI",
"url": "http://newci.smartx.com/"
},
{
"name": "Jenkins-QA-CI",
"url": "http://qa.smartx.com/"
}
]
},
{
"category": "IDT",
"links": [
{
"name": "文档中心",
"url": "http://docs.fev.smartx.com/"
},
{
"name": "文档中心(旧版)",
"url": "http://192.168.31.205:9000/docs/versions"
},
{
"name": "售后系统",
"url": "https://cs.smartx.com/cases"
},
{
"name": "商务系统",
"url": "http://cm.smartx.com"
}
]
},
{
"category": "Design",
"links": [
{
"name": "Figma",
"url": "https://www.figma.com/"
},
{
"name": "Figma 邀请链接",
"url": "https://www.figma.com/team_invite/redeem/3sDzXRFfNYvJQaFSHCMCv2"
},
{
"name": "Figma 使用指南",
"url": "https://www.figma.com/slides/jhOdEbafLEVsStRkwsgA2O/Figma-%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8C%97-%F0%9F%A7%AD?t=IFEhlGYsUZHH9EWv-0"
},
{
"name": "CloudTower UI 索引",
"url": "https://docs.google.com/spreadsheets/d/16CrL5B9B1eUsxNkhU95-qcXczUAqJNy0OpXFz-mr0Z4/edit?gid=0#gid=0"
}
]
},
{
"category": "CloudTower",
"links": [
{
"name": "The CloudTower Book",
"url": "http://192.168.31.205:8080/the-cloudtower-book/index.html"
},
{
"name": "Dev Image",
"url": "http://192.168.17.20/cloudtower/dev-images/"
}
]
}
]
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">

<head>
<title>SUI2</title>
<title>SMTX</title>
<meta charset="utf-8">
<meta name="description" content="a startpage for your server and / or new tab page">
<meta name="description" content="SmartX Developer Portal">
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
<link rel="shortcut icon" href="/icon-512.png" type="image/png">
<link rel="stylesheet" href="/scss/styles.scss" />
Expand Down Expand Up @@ -39,7 +39,7 @@ <h2>Color themes</h2>
</div>

<footer>
Project: <a href="https://github.com/reorx/sui2">reorx/suis</a>
Project: <a href="https://github.com/reorx/sui2">reorx/sui2</a>
Icons: <a href="https://icon-sets.iconify.design/mdi/">Iconify MDI</a>
</footer>
</div>
Expand Down
Binary file modified public/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.