forked from Hatmic/Project-Showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (61 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/style.css">
<link rel="icon" href="https://avatars.githubusercontent.com/u/150152150?v=4">
<title>Hatmic - Project</title>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<body>
<div class="nav fixedNav" id="nav">
<!-- Set in script/information.js -->
</div>
<div class="introduction divBox">
<div class="divTitle">Introduction</div>
<hr>
<div class="introduction_">
<span id="intro-1">
<!-- Set in script/information.js -->
</span>
<span id="intro-2">
<!-- Set in script/information.js -->
</span>
</div>
<br>
<div class="Author">
<p id="Author">Hatmic</p>
</div>
</div>
<div class="organization divBox">
<div class="divTitle">
Organization
</div>
<hr>
<div class="organization_" id="organization_">
<!-- Set in script/information.js -->
</div>
</div>
<div class="star-project divBox zoomview">
<div class="divTitle zoomViewButton" title="Click Here">Star Projects</div>
<hr>
<div class="repositories" id="repositories">
<!-- Set in script/information.js -->
</div>
</div>
<footer class="footer">
<h5>
<img src="https://avatars.githubusercontent.com/u/150152150?v=4" id="footerAvatar" align="AbsMiddle">
Copyright © 2024 Hatmic
</h5>
<br>
</footer>
<script src="script/information.js"></script>
<script src="script/index.js"></script>
<script src="script/theme.js"></script>
<script src="script/zoomview.js"></script>
</body>
</html>