-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
278 lines (268 loc) · 15.8 KB
/
index.html
File metadata and controls
278 lines (268 loc) · 15.8 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ff6b35" />
<meta name="msapplication-TileColor" content="#ff6b35" />
<title>OpenLight Studio | 照亮代码的未来</title>
<meta name="description" content="OpenLight Studio - 自研操作系统内核 BrightS, D Struct Language, FH Clac" />
<meta name="keywords" content="操作系统, 编程语言, 数据可视化, 开源项目, OpenLight Studio" />
<meta property="og:title" content="OpenLight Studio | 照亮代码的未来" />
<meta property="og:description" content="自研操作系统内核 BrightS, D-- 编程语言, FH Clac" />
<meta property="og:image" content="assets/Pictures/OpenLight Logo.png" />
<meta property="og:url" content="https://openlight-studio.github.io" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="assets/Pictures/OpenLight Logo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div class="scroll-progress"></div>
<nav class="navbar">
<div class="container nav-content">
<a href="./" class="logo">
<div class="logo-icon">OL</div>
<span>OpenLight</span>
</a>
<ul class="nav-links">
<li><a href="./pages/about.html">关于</a></li>
<li><a href="./pages/projects.html">项目</a></li>
<li><a href="./pages/members.html">成员</a></li>
<li><a href="./pages/join.html">加入</a></li>
<li>
<a href="https://github.com/OpenLight-Studio" target="_blank" class="btn-gh">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
</li>
</ul>
<div class="hamburger" aria-label="打开移动菜单" role="button" tabindex="0">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<div class="mobile-menu">
<a href="/pages/about.html">关于</a>
<a href="/pages/projects.html">项目</a>
<a href="/pages/members.html">成员</a>
<a href="/pages/join.html">加入</a>
<a href="https://github.com/OpenLight-Studio" target="_blank">GitHub</a>
</div>
<header class="hero">
<div class="hero-bg">
<div class="orb orb-1"></div>
<div class="orb orb-2"></div>
<div class="orb orb-3"></div>
</div>
<div class="container hero-content">
<div class="hero-badge fade-in">
<span class="hero-badge-dot"></span>
成立于 2022 · 探索底层技术
</div>
<h1 class="fade-in">We Build the <span class="highlight">Light</span> Behind Code.</h1>
<p class="subtitle fade-in">透过代码,传递光亮</p>
<p class="typewriter fade-in" id="typewriter"></p>
<div class="hero-btns fade-in">
<a href="/pages/projects.html" class="btn btn-primary">
探索项目
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</a>
<a href="/pages/join.html" class="btn btn-outline">加入我们</a>
</div>
</div>
<div class="scroll-indicator">
<span></span>
</div>
</header>
<section class="section preview-section">
<div class="container">
<div class="section-header">
<h2>探索 OpenLight</h2>
<div class="line"></div>
</div>
<div class="preview-grid">
<a href="/pages/about.html" class="preview-card">
<div class="preview-icon">
<svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
</svg>
</div>
<h3>关于我们</h3>
<p>了解 OpenLight Studio 的起源与使命</p>
<span class="preview-link">了解更多 →</span>
</a>
<a href="/pages/projects.html" class="preview-card">
<div class="preview-icon">
<svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="2" y="3" width="20" height="14" rx="2"/>
<path d="M8 21h8M12 17v4"/>
</svg>
</div>
<h3>核心项目</h3>
<p>探索 BrightS、D--、FH Clac 等项目</p>
<span class="preview-link">查看项目 →</span>
</a>
<a href="/pages/members.html" class="preview-card">
<div class="preview-icon">
<svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/>
<circle cx="9" cy="7" r="4"/>
<path d="M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75"/>
</svg>
</div>
<h3>团队成员</h3>
<p>认识驱动 OpenLight 的人们</p>
<span class="preview-link">认识成员 →</span>
</a>
<a href="/pages/join.html" class="preview-card">
<div class="preview-icon">
<svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/>
<polyline points="22 4 12 14.01 9 11.01"/>
</svg>
</div>
<h3>加入我们</h3>
<p>与志同道合的开发者一起创造</p>
<span class="preview-link">立即加入 →</span>
</a>
</div>
</div>
</section>
<section class="section stats-section-home">
<div class="container">
<div class="stats-grid">
<div class="stat-card fade-in">
<div class="stat-number" data-target="4">0</div>
<div class="stat-label">开源项目</div>
</div>
<div class="stat-card fade-in delay-1">
<div class="stat-number" data-target="119">0</div>
<div class="stat-label">代码提交</div>
</div>
<div class="stat-card fade-in delay-2">
<div class="stat-number" data-target="4">0</div>
<div class="stat-label">团队成员</div>
</div>
<div class="stat-card fade-in delay-3">
<div class="stat-number" data-target="2">0</div>
<div class="stat-label">GitHub Stars</div>
</div>
</div>
</div>
</section>
<section class="section tech-section">
<div class="container">
<div class="section-header">
<h2>技术栈</h2>
<div class="line"></div>
<p class="section-desc">我们使用这些技术构建项目</p>
</div>
<div class="tech-grid">
<div class="tech-item fade-in">
<div class="tech-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/>
</svg>
</div>
<h4>C / C++</h4>
<p>系统级编程</p>
</div>
<div class="tech-item fade-in delay-1">
<div class="tech-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<polyline points="4 17 10 11 4 5"/>
<line x1="12" y1="19" x2="20" y2="19"/>
</svg>
</div>
<h4>Assembly</h4>
<p>底层开发</p>
</div>
<div class="tech-item fade-in delay-2">
<div class="tech-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"/>
</svg>
</div>
<h4>Linux</h4>
<p>操作系统</p>
</div>
<div class="tech-item fade-in delay-3">
<div class="tech-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/>
</svg>
</div>
<h4>CMake</h4>
<p>构建系统</p>
</div>
<div class="tech-item fade-in">
<div class="tech-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<circle cx="12" cy="12" r="4"/>
<line x1="1.05" y1="12" x2="7" y2="12"/>
<line x1="17.01" y1="12" x2="22.96" y2="12"/>
</svg>
</div>
<h4>Git</h4>
<p>版本控制</p>
</div>
<div class="tech-item fade-in delay-1">
<div class="tech-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/>
</svg>
</div>
<h4>GitHub</h4>
<p>代码托管</p>
</div>
</div>
</div>
</section>
<section class="section cta-section">
<div class="container">
<div class="cta-content fade-in">
<h2>准备好加入我们了吗?</h2>
<p>无论你是初学者还是资深开发者,这里都有你的位置</p>
<div class="cta-buttons">
<a href="https://github.com/OpenLight-Studio" target="_blank" class="btn btn-primary">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
访问 GitHub
</a>
<a href="https://ifdian.net/a/OpenLight" target="_blank" class="btn btn-afdian">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/>
</svg>
爱发电赞助
</a>
</div>
</div>
</div>
</section>
<button class="scroll-to-top" aria-label="回到顶部">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<polyline points="18 15 12 9 6 15"></polyline>
</svg>
</button>
<footer>
<div class="container">
<p>© 2022-2026 OpenLight Studio. All Rights Reserved.</p>
<p class="footer-links">
<a href="https://github.com/OpenLight-Studio" target="_blank">GitHub</a>
<span class="separator">·</span>
<a href="https://ifdian.net/a/OpenLight" target="_blank">爱发电</a>
</p>
<p class="footer-note">Designed with Light & Code.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>