-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
249 lines (240 loc) · 8.64 KB
/
index.html
File metadata and controls
249 lines (240 loc) · 8.64 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
<!DOCTYPE html>
<html>
<head>
<title>IICSC组织</title>
<!-- 添加网站图标 -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="stylesheet" href="./fontawesome-free-6.4.0-web/css/all.css">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- 完整的图标支持 -->
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<meta name="msapplication-TileColor" content="#2c3e50">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- 导航栏 -->
<div class="scroll-progress"></div>
<nav class="navbar">
<div class="nav-container">
<a href="#home" class="nav-brand">
<img src="logo.png" alt="IICSC Logo" class="nav-logo">
<span class="nav-title">IICSC</span>
</a>
<div class="nav-links">
<a href="#home">首页</a>
<a href="#about">关于我们</a>
<a href="#timeline">发展历程</a>
<a href="#contact">联系我们</a>
</div>
</div>
</nav>
<!-- 主要内容 -->
<div class="main-content">
<div class="container" id="home">
<img src="logo.png" alt="IICSC组织Logo" class="logo">
<h1>IICSC组织</h1>
<p>欢迎来到IICSC组织的官方网站。我们致力于推动计算机科学的发展,为学术研究、工程开发和社会服务提供最优秀的资源和支持。</p>
<div class="social-links">
<a href="https://github.com/iicsc" target="_blank">
<i class="fab fa-github github"></i>
</a>
<a href="https://space.bilibili.com/323611141" target="_blank">
<i class="fab fa-bilibili bilibili"></i>
</a>
</div>
<div class="version-info">
Version 1.0.1 (Build 2025)
</div>
</div>
<!-- 时间轴 -->
<div class="timeline" id="timeline">
<div class="timeline-item">
<div class="timeline-content">
<div class="timeline-icon">
<i class="fas fa-rocket"></i>
</div>
<div class="timeline-date">2023</div>
<h3>组织成立</h3>
<p>IICSC组织正式成立,开始致力于计算机科学研究</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<div class="timeline-icon">
<i class="fas fa-users"></i>
</div>
<div class="timeline-date">2023</div>
<h3>项目启动,邀请成员</h3>
<p>WuXiaoMuer、
OrigamiGamer、
QingKong-s、
wuxiaomudebug、
Xnye</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<div class="timeline-icon">
<i class="fas fa-chart-line"></i>
</div>
<div class="timeline-date">2024</div>
<h3>快速发展,建立社区</h3>
<p>互联网综合PC交流裙 ① ② ③ 994035508</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<div class="timeline-icon">
<i class="fas fa-lightbulb"></i>
</div>
<div class="timeline-date">2025</div>
<h3>持续创新,优化项目</h3>
<p>https://github.com/IICSC</p>
</div>
</div>
</div>
<!-- GitHub 贡献图表 -->
<div class="github-contributions">
<h2>GitHub 贡献活动</h2>
<div class="contribution-graph">
<img src="https://ghchart.rshah.org/WuXiaoMuer" alt="IICSC GitHub 贡献图表">
</div>
<div class="graph-legend">
<span class="less">Less</span>
<span class="more">More</span>
</div>
<!-- GitHub 成员展示 -->
<div class="github-members">
<h3>核心成员</h3>
<div class="members-grid">
<a href="https://github.com/WuXiaoMuer" class="member-card" target="_blank">
<img src="https://github.com/WuXiaoMuer.png" alt="WuXiaoMuer">
<span class="member-name">WuXiaoMuer</span>
</a>
<a href="https://github.com/OrigamiGamer" class="member-card" target="_blank">
<img src="https://github.com/OrigamiGamer.png" alt="OrigamiGamer">
<span class="member-name">OrigamiGamer</span>
</a>
<a href="https://github.com/QingKong-s" class="member-card" target="_blank">
<img src="https://github.com/QingKong-s.png" alt="QingKong-s">
<span class="member-name">QingKong-s</span>
</a>
<a href="https://github.com/wuxiaomudebug" class="member-card" target="_blank">
<img src="https://github.com/wuxiaomudebug.png" alt="wuxiaomudebug">
<span class="member-name">wuxiaomudebug</span>
</a>
<a href="https://github.com/Xnye" class="member-card" target="_blank">
<img src="https://github.com/Xnye.png" alt="Xnye">
<span class="member-name">Xnye</span>
</a>
<a href="https://github.com/For-ACGN" class="member-card" target="_blank">
<img src="https://github.com/For-ACGN.png" alt="For-ACGN">
<span class="member-name">For-ACGN</span>
</a>
<a href="https://github.com/FlysoftBeta" class="member-card" target="_blank">
<img src="https://github.com/FlysoftBeta.png" alt="FlysoftBeta">
<span class="member-name">FlysoftBeta</span>
</a>
<a href="https://github.com/WhatDamon" class="member-card" target="_blank">
<img src="https://github.com/WhatDamon.png" alt="WhatDamon">
<span class="member-name">WhatDamon</span>
</a>
<a href="https://github.com/Redmountain2018" class="member-card" target="_blank">
<img src="https://github.com/Redmountain2018.png" alt="Redmountain2018">
<span class="member-name">Redmountain2018</span>
</a>
<a href="https://github.com/gytxtx" class="member-card" target="_blank">
<img src="https://github.com/gytxtx.png" alt="gytxtx">
<span class="member-name">gytxtx</span>
</a>
</div>
</div>
</div>
<!-- 项目列表展示 -->
<div class="projects-showcase">
<h2>项目列表</h2>
<div class="project-list">
<div class="project-item">
<div class="project-content">
<div class="project-icon">
<i class="fas fa-code"></i>
</div>
<h3>github-contributions</h3>
<p>一个优雅的 GitHub 贡献数据可视化工具,展示用户的贡献热力图、年度统计和连续贡献等数据。</p>
<div class="project-links">
<a href="https://github.com/IICSC/github-contributions" class="project-link" target="_blank">
<i class="fab fa-github"></i> GitHub
</a>
<a href="http://iicsc.damon233.top/github-contributions/" class="project-link" target="_blank">
<i class="fas fa-external-link-alt"></i> 在线演示
</a>
</div>
</div>
</div>
<div class="project-item">
<div class="project-content">
<div class="project-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<h3>EPLUIST</h3>
<p>EPL标准模板,统一易语言 Windows UI 的设计与开发,提升应用的整体质量和用户感受。</p>
<div class="project-links">
<a href="https://github.com/IICSC/EPLUIST" class="project-link">
<i class="fab fa-github"></i> GitHub
</a>
<a href="https://github.com/IICSC/EPLUIST" class="project-link">
<i class="fas fa-external-link-alt"></i> 在线演示
</a>
</div>
</div>
</div>
<div class="project-item">
<div class="project-content">
<div class="project-icon">
<i class="fas fa-robot"></i>
</div>
<h3>Fourier-Visual</h3>
<p>傅里叶变换可视化,一个优雅的傅里叶变换可视化工具,旨在帮助人们直观理解傅里叶级数和信号分解的概念。</p>
<div class="project-links">
<a href="https://github.com/IICSC/Fourier-Visual" class="project-link">
<i class="fab fa-github"></i> GitHub
</a>
<a href="https://iicsc.damon233.top/Fourier-Visual/" class="project-link">
<i class="fas fa-external-link-alt"></i> 演示
</a>
<a href="https://iicsc.damon233.top/Fourier-Visual/anim" class="project-link">
<i class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 页脚 -->
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h3>关于IICSC</h3>
<p>致力于推动计算机科学发展的开源组织</p>
</div>
<div class="footer-section">
<h3>联系我们</h3>
<p>GitHub: @iicsc</p>
<p>Bilibili: 雾削木官方账号</p>
</div>
<div class="footer-section">
<h3>快速链接</h3>
<p><a href="#home">首页</a></p>
<p><a href="#timeline">发展历程</a></p>
</div>
</div>
<div class="footer-bottom">
<p>Version 1.0.2 (Build 2025) | © 2022-2025 IICSC组织. All rights reserved.</p>
</div>
</footer>
</body>
</html>