-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (69 loc) · 2.72 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>
<head>
<title>GeoKylin</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<link rel="stylesheet" type="text/css" href="css/reset.css" /> <!--CSS RESET-->
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" href="css/circle.css">
<!--<link href="http://cdn.bootcss.com/font-awesome/5.6.0/css/font-awesome.min.css" rel="stylesheet">-->
<link rel=stylesheet href=https://use.fontawesome.com/releases/v5.6.0/css/all.css crossorigin=anonymous>
<link rel=stylesheet href=css/main.css>
<link rel="shortcut icon" type=image/x-icon href=img/favicon.png>
<link rel=icon type=image/x-icon href=img/favicon.png>
<meta name=author content="Kai Wang">
<meta name=description content="GeoKylin's Home Page">
<meta property=twitter:card content=summary_large_image>
<meta property=og:site_name content="GeoKylin">
<meta property=og:title content="GeoKylin">
<meta property=og:description content="GeoKylin's Home Page">
<meta property=og:locale content=en-us>
<meta property=og:updated_time content=2019-01-06T00:00:00+08:00>
</head>
<body>
<div class="holderCircle">
<div class="dotCircle">
<span title="Academic" class="itemDot active itemDot1" data-tab="1">
<i class="fa fa-university"></i>
<span class="forActive"></span>
</span>
<span title="Blog" class="itemDot itemDot2" data-tab="2">
<i class="fas fa-blog"></i>
<span class="forActive"></span>
</span>
<span title="Wiki" class="itemDot itemDot3" data-tab="3">
<i class="fa fa-wikipedia-w"></i>
<span class="forActive"></span>
</span>
<span title="Links" class="itemDot itemDot4" data-tab="4">
<i class="fa fa-link"></i>
<span class="forActive"></span>
</span>
<span title="Github" class="itemDot itemDot5" data-tab="5">
<i class="fa fa-github"></i>
<span class="forActive"></span>
</span>
<span title="Email" class="itemDot itemDot6" data-tab="6">
<i class="fa fa-envelope-o"></i>
<span class="forActive"></span>
</span>
</div>
<div class="contentCircle">
<div class="CirItem active CirItem1">
<header id=header>
<h1>GeoKylin</h1>
<p><a href=html/Academic.html target=_black rel=noopener>Kai Wang</a> • Seismologist</p>
<p><a href=http://english.ucas.ac.cn/ target=_black rel=noopener>University of Chinese Academy of Sciences</a></p>
</header>
</div>
</div>
</div>
<footer id=footer>
<span class=copyright>Copyright © GeoKylin 2019 - 2019.</span>
</footer>
<script src="js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="js/circle.js"></script>
</body>
</html>