-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskills.html
48 lines (47 loc) · 1.88 KB
/
skills.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>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="MyFontsWebfontsKit.css">
<title>Erik Dohnberg's Online Resume | About Me</title>
</head>
<body class="body-noise">
<header>
<h1><a href="index.html">Erik Dohnberg</a></h1>
<div id="navbar">
<div id="nav">
<ul>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="skills.html">Skills & Experience</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="ambitions.html">Ambitions</a></li>
</ul>
</div>
</div>
</header>
<div id="container">
<div id="content">
<h2>Skills</h2>
<p>Coming Soon!</p>
</div>
<div id="projects">
<h3>My Online Footprints</h3>
<ul>
<li><a href="http://www.facebook.com/erik.dohnberg">Facebook</a></li>
<li><a href="http://www.twitter.com/edohnberg">Twitter</a></li>
<li><a href="https://github.com/erikdohnberg">Github</a></li>
</ul>
</div>
<div id="contactinfo">
<h3>Contact Me</h3>
<ul>
<li><a href="mailto:[email protected]">My Gmail</a></li>
<li>519-657-5606</li>
</ul>
</div>
<div id="footer"><strong>Copyright © Erik Dohnberg 2013</strong></div>
</div>
</body>
</html>