Skip to content

Commit

Permalink
feat: site new home page (#520)
Browse files Browse the repository at this point in the history
* feat: site new home page

* feat: site new home page

* feat: site brand

* feat: site brand

* chore: update site brand
  • Loading branch information
uyarn authored Aug 13, 2024
1 parent 67f2392 commit e0143c2
Show file tree
Hide file tree
Showing 15 changed files with 1,208 additions and 588 deletions.
56 changes: 53 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions site/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="dns-prefetch" href="https://tdesign.gtimg.com/">
<link rel="dns-prefetch" href="https://tdesign.gtimg.com/" />
<meta name="keywords" content="TDesign,tdesign,design,td,TD" />
<meta name="description" content="TDesign 是腾讯开源的企业级设计体系,提供了统一价值观,一致的设计语言和视觉风格,和开箱即用的 UI 组件库。">
<meta name="author" content="TDesign">
<title>TDesign - 开源的企业级设计体系</title>
<meta
name="description"
content="TDesign 是腾讯开源的企业级设计体系,提供了统一价值观,一致的设计语言和视觉风格,和开箱即用的 UI 组件库。致力于为设计师 & 开发者,打造工作美学。"
/>
<meta name="author" content="TDesign" />
<title>TDesign - 开源的企业级设计体系,为设计师 & 开发者,打造工作美学</title>
<!--[if IE]>
<style>
#app {
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tdesign-icons-view": "^0.2.1",
"tdesign-icons-vue": "^0.1.4",
"tdesign-site-components": "^0.13.1",
"tdesign-vue": "1.4.6-naruto",
"tdesign-vue": "1.9.8-naruto",
"three": "0.127.0",
"vue": "2.7.14",
"vue-router": "^3.5.3"
Expand Down
Binary file modified site/src/pages/home/assets/TencentSans-W7.ttf
100755 → 100644
Binary file not shown.
Binary file added site/src/pages/home/assets/tdesign-flow-dark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/pages/home/assets/tdesign-flow-light.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/pages/home/assets/tdesign-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/pages/home/assets/tdesign-profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions site/src/pages/home/avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
export default {
props: {
href: String,
src: String
}
}
src: String,
},
};
</script>

<style lang="less">
.module-contributor__avatars {
--avatar-size: 104px;
--avatar-size: 72px;
--avatar-padding: 6px;
width: 100%;
Expand Down Expand Up @@ -97,7 +97,9 @@ export default {
// -webkit-animation: r1 6s cubic-bezier(0.38, 0, 0.24, 1) infinite;
opacity: 0;
visibility: hidden;
transition: opacity 0.2s linear, visibility 0.2s linear;
transition:
opacity 0.2s linear,
visibility 0.2s linear;
}
img {
Expand Down
Loading

0 comments on commit e0143c2

Please sign in to comment.