-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (70 loc) · 3.24 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
73
74
75
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Hypothesis-Z</title>
<link rel="stylesheet", type="text/css", href="css/superlink.css">
<link rel="stylesheet", type="text/css", href="css/div.css">
</head>
<body>
<script type="text/javascript" src="https://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="javascript/index.js"></script>
<div id="header">
<h1>Homepage of Hypothesis-Z</h1>
</div>
<div id="content">
<div id="navigation">
<nav id="nav">
<ul>
<li id="profile" class="nav-selected">Profile</li>
<li id="repositories">Repositories</li>
<li id="notes">Notes</li>
</ul>
</nav>
</div>
<div id="sections">
<div class="show">
<div id="bref">
<div id="avatar">
<img src="https://avatars2.githubusercontent.com/u/44766273" width="128" height="128">
</div>
<div id="info">
<h1>Hypothesis-Z</h1>
<p>
Graduated Student of <a href="https://www.zju.edu.cn/" target="_blank">Zhejiang University</a><br/>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div id="introduction">
<p>
Sometimes a little discomfort in the beginning can save a whole lots of pain down the road.
Sometimes a little discomfort in the beginning can save a whole lots of pain down the road.
Sometimes a little discomfort in the beginning can save a whole lots of pain down the road.
Sometimes a little discomfort in the beginning can save a whole lots of pain down the road.
</p>
</div>
</div>
<div class="hide">
<div class="repo hide">
<div class="icon">
<img src="images/avatar.jpg" width="64" height="64">
</div>
<div class="repo-info">
<span class="name">name</span><br>
<span class="language-color" style="background-color: gray;"></span><span class="language">language</span><br>
<span class="create-date">create-date</span><br>
<span class="stars">stars</span>
</div>
</div>
</div>
<div class="hide">
<p>This is an awful layout.</p>
</div>
</div>
</div>
<div id="foot">
Copyright.
</div>
</body>
</html>