-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 877 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Dave Wieringa</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
</head>
<body>
<header>
</header>
<section>
<h1>Services</h1>
<ul>
<li>iOS App Development</li>
<li>Ruby on Rails</li>
<li>FilePro</li>
</ul>
</section>
<section>
<h1>Work</h1>
</section>
<section>
<h1>About</h1>
<h2>Who Am I?</h2>
<h2>Skills</h2>
<ul>
<li>Wordpress</li>
<li>Javascript</li>
<li>Photoshop</li>
<li>HTML/CSS</li>
</ul>
<aside>
<ul>
<li>Zerply</li>
<li>Facebook</li>
<li>LinkedIn</li>
<li>Pinterest</li>
<li>Dribble</li>
<li>Twitter</li>
<li>Google+</li>
</ul>
</aside>
</section>
<section>
<h1>Contact</h1>
</section>
</body>
</html>