-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
235 lines (212 loc) · 8.49 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE HTML>
<!--
Strongly Typed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>徐睿的主页</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header">
<div class="container">
<!-- Logo -->
<h1 id="logo"><a>Rui Xu's Home Page</a></h1>
<!-- <p>Rui Xu's Home Page</p> -->
<!-- Nav -->
<nav id="nav">
<ul>
<li><a class="icon solid fa-home" href="index.html"><span>Home</span></a></li>
<li><a class="icon solid fa-list" href="cv.html"><span>CV</span></a></li>
<li><a class="icon solid fa-book-open" href="publication.html"><span>Publication</span></a></li>
<!-- <li><a class="icon solid fa-blog" href="left-sidebar.html"><span>Blog</span></a></li> -->
<!-- <li><a class="icon solid fa-chess" href="left-sidebar.html"><span>Hobbies</span></a></li> -->
<li><a class="icon solid fa-language" href="indexcn.html"><span>中文</span></a></li>
<!-- <li>
<a href="#" class="icon fa-chart-bar"><span>Dropdown</span></a>
<ul>
<li><a href="#">Lorem ipsum dolor</a></li>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam dolore nisl</a></li>
<li>
<a href="#">Phasellus consequat</a>
<ul>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam dolore nisl</a></li>
<li><a href="#">Phasellus consequat</a></li>
</ul>
</li>
<li><a href="#">Veroeros feugiat</a></li>
</ul>
</li> -->
<!-- <li><a class="icon solid fa-cog" href="left-sidebar.html"><span>Left Sidebar</span></a></li> -->
<!-- <li><a class="icon solid fa-retweet" href="right-sidebar.html"><span>Right Sidebar</span></a></li> -->
</ul>
</nav>
</div>
</section>
<!-- Features -->
<section id="features">
<div class="container">
<!-- <header>
<h2>徐睿的主页/Rui Xu's Home Page</h2> -->
</header>
<div class="row aln-center">
<div class="col-4 col-6-medium col-12-small">
<!-- Feature -->
<section>
<a href="#" class="image featured"><img src="images/Xu_Rui_floor1.jpg" alt="" /></a>
<!-- <header>
<h3>I'm a postdoc in the Department of Astronomy at Tsinghua University.</h3> -->
</header>
<!-- <p>compact object.</p> -->
</section>
</div>
<div class="col-6 col-6-medium col-12-small">
<!-- Feature -->
<section>
<!-- <a href="#" class="image featured"><img src="images/pic02.jpg" alt="" /></a> -->
<header>
<h4>I'm currently a postdoc in the Department of Astronomy at Tsinghua University. My research focuses on gravitational theories and their implications to observations. I’m particularly interested in testing the fundamental principles in general relativity and its alternatives through pulsar and gravitational-wave observations.</h4>
<!-- </header>
<p>I'm currently a postdoc in the Department of Astronomy at Tsinghua University. My research focuses on gravitational theories and their implications to observations. I’m particularly interested in testing the fundamental principles in general relativity and its alternatives through pulsar and gravitational-wave observations.</p> -->
</section>
</div>
</div>
<!-- </header>
<div class="row aln-center">
<div class="col-4 col-6-medium col-12-small">
<!-- Feature -->
<!-- <section>
<a href="#" class="image featured"><img src="images/pic01.jpg" alt="" /></a>
<!-- <header>
<h3>I'm a postdoc in the Department of Astronomy at Tsinghua University.</h3> -->
<!-- </header>
<p>compact object.</p>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<!-- Feature -->
<!-- <section>
<a href="#" class="image featured"><img src="images/pic02.jpg" alt="" /></a>
<!-- <header>
<h3>Nice! What is HTML5 UP?</h3> -->
<!-- </header>
<p>cosmology.</p>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<!-- Feature -->
<!-- <section>
<a href="#" class="image featured"><img src="images/pic03.jpg" alt="" /></a>
<!-- <header>
<h3>What's this built with?</h3> -->
<!-- </header>
<p>fundamental symmetry.</p>
</section>
</div>
<!-- <div class="col-12">
<ul class="actions">
<li><a href="#" class="button icon solid fa-file">Tell Me More</a></li>
</ul>
</div> -->
</div>
</div>
</section>
<!-- Banner -->
<section id="banner">
<div class="container">
<p>“The most incomprehensible thing about the world is that it is at all comprehensible.” ― Albert Einstein</p>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container">
<header>
<h3>Contact Information</h3>
<!-- </header>
<div class="row">
<div class="col-6 col-12-medium">
<section>
<form method="post" action="#">
<div class="row gtr-50">
<div class="col-6 col-12-small">
<input name="name" placeholder="Name" type="text" />
</div>
<div class="col-6 col-12-small">
<input name="email" placeholder="Email" type="text" />
</div>
<div class="col-12">
<textarea name="message" placeholder="Message"></textarea>
</div>
<div class="col-12">
<a href="#" class="form-button-submit button icon solid fa-envelope">Send Message</a>
</div>
</div>
</form>
</section>
</div> -->
<div class="col-6 col-12-medium">
<section>
<!-- <p>Erat lorem ipsum veroeros consequat magna tempus lorem ipsum consequat Phaselamet
mollis tortor congue. Sed quis mauris sit amet magna accumsan tristique. Curabitur
leo nibh, rutrum eu malesuada.</p> -->
<div class="row">
<div class="col-6 col-12-small">
<ul class="icons">
<!-- <li class="icon solid fa-home">
1234 Somewhere Road<br />
Nashville, TN 00000<br />
USA
</li>
<li class="icon solid fa-phone">
(000) 000-0000
</li> -->
<li class="icon solid fa-envelope">
<a>[email protected]</a>
</li>
</ul>
</div>
<!-- <div class="col-6 col-12-small">
<ul class="icons">
<li class="icon brands fa-twitter">
<a href="#">@untitled</a>
</li>
<li class="icon brands fa-instagram">
<a href="#">instagram.com/untitled</a>
</li>
<li class="icon brands fa-dribbble">
<a href="#">dribbble.com/untitled</a>
</li>
<li class="icon brands fa-facebook-f">
<a href="#">facebook.com/untitled</a>
</li>
</ul>
</div> -->
</div>
</section>
</div>
</div>
</div>
<div id="copyright" class="container">
<ul class="links">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>