This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (62 loc) · 2.21 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="西邮Linux兴趣小组,Linux兴趣小组,XiyouLinux,LUG,西邮">
<meta name="description" content="西邮 Linux 兴趣小组是西安邮电大学计算机学院的兴趣小组。">
<link rel="icon" href="/favicon.ico">
<title>西邮 Linux 兴趣小组</title>
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/index.css">
</head>
<link href="https://lib.baomitu.com/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<body>
<div></div>
<div class="wrapper">
<div class="between logo-type" style="font-size:2em">
<div>
<p class="dim"><code>Free</code> <code>Open</code> <code>Share</code></p>
<h2>西邮 Linux 兴趣小组</h2>
<p class="dim">Xiyou Linux Group</p>
</div>
<div class="logo" style="font-size:5em"></div>
</div>
<div>
<p><i class="fa-solid fa-location-dot"></i> 西安邮电大学长安校区东区 逸夫楼FZ103</p>
</div>
</div>
<div class="wrapper">
<!-- nav.list[0] ~ nav.list[1] -->
<div class="bicol navlist"></div>
<script src="./js/nav.js"></script>
<div class="list dim">
<h4>友情链接</h4>
<a data-sub="第三方西邮网址导航" href="https://cooo.site/"><i class="fa-solid fa-compass fa-space"></i>西柚导航</a>
</div>
</div>
<!-- dialog -->
<link rel="stylesheet" href="./css/dialog.css">
<div id="dialog" class="hidden">
<div class="bgWrapper" onclick="dialog.close()"></div>
<div class="card">
<div class="between">
<h4 id="dialogTitle"></h4>
<a onclick="dialog.close()"><i class="fa-solid fa-xmark"></i></a>
</div>
<div id="dialogContent"></div>
</div>
</div>
<script src="https://cdn.bootcdn.net/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
<script src="./js/dialog.js"></script>
<footer class="between">
<div>
<p>© 2006-2023 西邮 Linux 兴趣小组</p>
<p><a href="http://beian.miit.gov.cn">陕ICP备2023007680号-1</a></p>
</div>
<div>
<p></p>
</div>
</footer>
</body>
</html>