-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (58 loc) · 2.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<title>Dreamers 团队品牌 VI 规范</title>
</head>
<body>
<h1>Dreamers 团队品牌 VI 规范</h1>
<h2>队伍 Logo 和字体</h2>
<h3>字体</h3>
<ul>
<li><strong>字体规范</strong>:<a href="https://github.com/21959Dreamers/font-specification">font-specification</a></li>
<li><strong>主字体</strong>:<a href="https://assets.zigao.wang/img/logirent.zip">下载 Logirent</a></li>
<li><strong>副文本字体</strong>:<a href="https://assets.zigao.wang/img/%E5%AF%92%E8%9D%89%E9%94%A6%E4%B9%A6%E5%AE%8BGB.zip">下载寒蝉锦书宋</a></li>
</ul>
<h3>Logo 使用规范</h3>
<ol>
<li><strong>比例</strong>:保持 Logo 不失真,按比例缩放。</li>
<li><strong>留白</strong>:Logo 周围需保留足够的空白区域,避免与其他元素过于接近。</li>
<li><strong>颜色</strong>:优先使用团队指定的配色方案,确保 Logo 的可读性。</li>
</ol>
<h3>Logo 下载和预览</h3>
<ul>
<li><a href="https://www.logosc.cn/download/vi?logo=9879405">下载 Dreamers Logo</a><br/><img src="https://github.com/user-attachments/assets/550824b5-31c5-4bcb-b42d-653a531da9ee" alt="Dreamers Logo" width="300"></li>
</ul>
<h2>配色方案</h2>
<ul>
<li><strong>背景色</strong>:<code>#0a0619</code></li>
<li><strong>主色</strong>:<code>#ffffff</code></li>
<li><strong>辅色1</strong>:<code>#12c2e9</code></li>
<li><strong>辅色2</strong>:<code>#c471ed</code></li>
</ul>
<p><img src="https://github.com/user-attachments/assets/dbd9401a-546a-4fb3-b7d5-21446e1b0674" alt="颜色预览" width="500"><br/></p>
<h3>使用场景</h3>
<ul>
<li><strong>背景色</strong>:用于页面或展示的整体背景。</li>
<li><strong>主色</strong>:用于文字和主标识。</li>
<li><strong>辅色</strong>:用于强调元素和装饰效果。</li>
</ul>
<h2>奖项与成绩展示规范</h2>
<h3>格式要求</h3>
<ul>
<li>数字与英文、中文之间保留空格。</li>
<li>奖项按时间顺序排列,最新成绩在最前。</li>
</ul>
<h3>示例</h3>
<pre><code>23-24 FTC 中国区(重庆)资格赛联结第三
23-24 FTC 中国区(杭州)资格赛亚军联盟队长,控制奖第二
23-24 FTC 中国赛区总决赛设计奖第三 </code></pre>
<h2>注意事项</h2>
<ul>
<li>所有成员需严格遵守 VI 规范,确保品牌形象统一。</li>
<li>更新版本时需及时同步到 GitHub 仓库。</li>
</ul>
</body>
</html>