-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1003 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 1003 Bytes
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
<!DOCTYPE HTML5>
<html>
<head>
<meta charset="utf-8">
<title>Practice #1</title>
<link href="index.css" rel="stylesheet">
</head>
<body>
<div class="main-1">
<h1>
Hi, my name is Yuan-Ping.
</h1>
<h2>
I move text, and love reading & painting. At the crossroads of technology and liberal arts, I'm eager to know this world, and always reluctant to go to sleep.
</h2>
</div>
<div class="main-2">
<div class="text">
<br><h3>
What am I doing
</h3></br>
I move text at <a href="http://www.inside.com.tw">Inside</a>, and push pixels at <a href="https://www.moneybook.com.tw">Moneybook<a>.
<br><h3>
Where to find me
</h3></br>
I live in Taipei, Taiwan. You can find me at <a href="https://twitter.com/titanypw">Twitter</a>, <a href="http://instagram.com/titancoeus">Instagram<a>, <br>and of course, my blog "<a href="http://wuyuanping.net">Moving Text."</br>
</div>
</div>
</body>
</html>