-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head lang="en">
<link rel="stylesheet" type="text/css" href="style.css">
<title>ShimizuTheLotus</title>
<meta name="author" content="ShimizuTheLotus" />
<meta name="discription" content="Personal page of ShimizuTheLotus." />
</head>
<body>
<div class="Header">
<h1 id="SiteTitle">ShimizuTheLotus</h1>
<img id="HeaderGithubSculpture" src="https://avatars.githubusercontent.com/u/152269217?v=4" />
</div>
<div class="MainBody">
<div id="ProjectGridView">
<a class="ProjectLink" href="https://github.com/ShimizuTheLotus/Tagme_">
<div class="ProjectViewBoardBoarder">
<div class="ProjectViewBoard">
<img class="ProjectViewBoardMainImg"
src="https://github.com/ShimizuTheLotus/Tagme_/blob/main/Building%20files/Assets/StoreLogo.png?raw=true"
alt="The icon of Tagme_"/>
<p class="ProjectViewBoardTitle">Tagme_</p>
<p class="ProjectViewBoardProspectus">A file classfying program based on SQLite.</p>
<div class="ProjectStatusIndicatorLight"></div>
<span class="ProjectStatus">Building</span>
</div>
</a>
</div>
</div>
<div id="ProjectGridView">
</div>
</div>
<div class="Footer">
</div>
</body>
</html>