-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
58 lines (42 loc) · 1.21 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
---
layout: default
---
<div class="container">
<div id="name">
<h1 id="me" class="center"> Frank </h1>
</div>
<div id="resume" class="center">
<h2 class="center"> Resume </h2>
<p>
<a href="media/cv_en.pdf">
<i class="fa fa-id-card fa-3x" aria-hidden="true"></i>
</a>
</p>
</div>
<div id="education" class="col">
<h2 class="center"> Education </h2>
<p>
<a href="http://cmu.edu" class="logo">
<img src="./media/cmu.png" alt="cmu" height="50">
</a>
</p>
</div>
<div id="links" class="col">
<h2 class="center"> Links </h2>
<p>
<a href="http://github.com/frankwenyan" class="logo">
<i class="fa fa-github-square fa-3x" aria-hidden="true"></i>
</a>
<a href="mailto:frank@gmail.com" class="logo">
<i class="fa fa-envelope-square fa-3x" aria-hidden="true"></i>
</a>
</p>
</div>
</div>
<div id="language">
<p>
<a href="index2.html">
<i class="fa fa-language fa-3x" aria-hidden="true"></i>
</a>
</p>
</div>