forked from bloominstituteoftechnology/Preprocessing-I
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (55 loc) · 1.27 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- <title>My Resume</title> -->
<link href="https://fonts.googleapis.com/css?family=Macondo+Swash+Caps" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
</style>
</head>
<div id="header"></div>
<div class="left"></div>
<div class="stuff">
<br><br>
<img class="my-portrait" src="https://upload.wikimedia.org/wikipedia/en/e/e0/Gollum.PNG" style="width: 25%">
<h1>Sméagol - Web Dev</h1>
<h2></h2>
<hr />
<br>
<p class="head">Introduction</p>
I need my Precious!
<br>
<br>
<p class="head">Skills</p>
<ul>
<li>Stoor Hobbit</li>
<li>Fisherman</li>
<li>Thief</li>
<li>Falling in Volcanos</li>
</ul>
<br><br>
<p class="head">Work History</p>
<ul>
<li>Killing Hobbitses</li>
<li>Hiding Precious</li>
<li>Running Away</li>
<li>Dying in a Volcano</li>
</ul>
<br>
<section class="nav footer">
<a href="#">Home</a>
<a href="#">Intro</a>
<a href="#">Interests</a>
<a href="#">Contact</a>
</section>
</div>
<div class="right"></div>
<div id="footer">
</div>
</body>
</html>