-
Notifications
You must be signed in to change notification settings - Fork 0
/
nosepicker.html
40 lines (32 loc) · 1.04 KB
/
nosepicker.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
<!Doctype Html>
<html>
<head>
<title>Ervan's Blog</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<Body>
<div class="myPage block">
<a href="index.html"><img class="photo" src="./Source/Me.jpg"}></a>
<a href="index.html"><h1 id="Name">Ervan Adetya</h1></a>
<a href="./programmer.html"><h3>Programmer</h3></a>
<a href="./designer.html"><h3>Designer</h3></a>
<a href="./baker.html"><h3>Baker</h3></a>
<a href="./nosepicker.html"><h3 style="text-decoration: line-through"s>Nose Picker</h3></a>
<div class="footer">
<a href="https://www.facebook.com/vaanz.adetya">
<img class="ico" src="./Source/facebook.png">
</a>
<a href="https://www.instagram.com/ervanadetya/">
<img class="ico" src="./Source/instagram.png">
</a>
<a href="https://github.com/ErvanAdetya">
<img class="ico" src="./Source/github.png">
</a>
<h8 class="footnote middle"> © 2017, Ervan Adetya </h8>
</div>
</div>
<div class="content block">
<p class="middle center">"Nahh Just Kidding"</p>
</div>
</body>
</html>