-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (52 loc) · 1.32 KB
/
index.html
File metadata and controls
62 lines (52 loc) · 1.32 KB
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
<!DOCTYPE html>
<html lang="en">
<header>
<title>Kevin Hou</title>
<meta name=”description” content=”Kevin Hou personal professinal website with resume.”>
<link href="css/main.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" alt="http://www.kevhou.com/favicon.ico">
</header>
<body>
<!--LOGO-->
<div id="header">
<h1><a class="header" href="/">KH</a></h1>
<h2>KEVIN HOU</h2>
</div>
<!--LOGO-->
<h2>
<div class="left">
<p>(647) 303-4995</p>
</div>
<div class="ctr">
<p>ON, CANADA, 1995</p>
</div>
<div class="rt">
<p>ME@KEVHOU.COM</p>
</div>
</h2>
<!--MENU-->
<div id="nav">
<ul>
<li><a class="nav" href="/about">ABOUT</a>
</li>
<li><a class="nav" href="resume.pdf">RÉSUMÉ</a>
</li>
<li><a class="nav" href="/music">MUSIC</a>
</li>
<li><a class="nav" href="/art">ART</a>
</li>
<li><a class="nav" href="/contact">CONTACT</a>
</li>
</ul>
</div>
<!--MENU-->
<br>
<br>
<br>
<div id="index">
<h1>ROYALS APPAREL</h1>
<h2>05/01/14</h2>
<img aligh="middle" width="75%" src="/image/article1.jpg">
</div>
</body>
</html>