-
Notifications
You must be signed in to change notification settings - Fork 0
/
_header.html
48 lines (41 loc) · 1.62 KB
/
_header.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- @reload -->
<!-- @stylesheet normalize style -->
<!-- @javascript jquery-1.8.3.min app -->
<link href="<!-- @path favicon.ico -->" rel="shortcut icon">
<link href="<!-- @path apple-touch-icon.png -->" rel="apple-touch-icon">
<link href="prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="prettify.js"></script>
<title>Kalai Wei</title>
</head>
<body>
<div class = "wrap">
<header>
<section class="profile">
<h1 class="name"><a href="/">Kalai Wei</a></h1>
<div class="bio">
Baker + painter + system <br>
engineer venturing into <br>
Objective-C and Ruby.<br>
My life consists of many <br>
awkward silly moments.<br>
<a class="picture" href="/"><img src="assets/[email protected]"></a>
<section class="icons">
<ul>
<a href="index.html"><img src="assets/[email protected]"></a>
<a href="resume.html"><img src="assets/[email protected]"></a>
<a href="http://www.facebook.com/kalai.wei"><img src="assets/[email protected]"></a>
<a href="http://www.github.com/ikiwi"><img src="assets/[email protected]"></a>
<a href="http://www.twitter.com/kalaiwei"><img src="assets/[email protected]"></a>
</ul>
<ul>
<p class="details">blog resume fb github twitter</p>
</ul>
</section>
</div>
</section>
</header>