-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (54 loc) · 1.88 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
<!DOCTYPE HTML>
<html>
<head>
<title>NightTeam</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="shortcut icon" href="./images/favicon.png">
<link rel="stylesheet" href="assets/css/main.css"/>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<span class="avatar"><img src="images/avatar.png" alt="NightTeam"/></span>
<h1>NightTeam</h1>
<h2>夜幕(NightTeam),成立于 2019 年,一个专注技术的组织。</h2>
<h2>
涉猎的主要编程语言为 Python、Rust、C++、Go,领域涵盖爬虫、深度学习、服务研发和对象存储等。
</h2>
<h2>
团队非正亦非邪,只做认为对的事情,请大家小心。
</h2>
<ul class="icons">
<li>
<a href="https://blog.nightteam.cn/" class="icon style2 fa-home"><span class="label">Blog</span></a>
</li>
<li>
<a href="https://github.com/NightTeam" class="icon style2 fa-github"><span class="label">GitHub</span>
</a>
</li>
<li>
<a href="#" class="icon style2 fa-wechat"><span class="label">Blog</span></a>
</li>
<li>
<a href="#" class="icon style2 fa-weibo"><span class="label">Weibo</span></a>
</li>
<li>
<a href="mailto:[email protected]" class="icon style2 fa-envelope-o"><span class="label">Email</span></a>
</li>
</ul>
</header>
<!-- Footer -->
<footer id="footer">
<p>NightTeam © 2022 <a href="https://beian.miit.gov.cn/">粤ICP备19119266号</a></p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>