-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.53 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href=/static/favicon.png>
<title>Moren YANG</title>
<link href=/static/css/app.0e904cb214c1ff4bf2fba85e5f4422c6.css
rel=stylesheet>
</head>
<body>
<div class="container">
<div class="placeholder"></div>
<div class="content">
<section class="brand">
<h1 class="title">
Hello, I'm
<span class="name">Moren YANG</span>
</h1>
<p class="subtitle">
Front-end programmer, major in Software Engineering.
</p>
</section>
<section class="links">
<div class="link">
<a href="https://blog.yangteng.me">Blog</a
><span class="link-sub">code, inspiration & experience</span>
</div>
<div class="link">
<a href="https://github.com/morenyang">GitHub</a
><span class="link-sub">embrace the open source world</span>
</div>
<div class="link">
<a href="https://www.instagram.com/morenyang/">Instagram</a
><span class="link-sub">photos & daily</span>
</div>
<div class="link">
<a href="http://morenyang.lofter.com/">Lofter</a
><span class="link-sub">photographs & design</span>
</div>
</section>
</div>
</div>
</body>
</html>