-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (47 loc) · 2.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Homepage | Developer</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header id="main-header">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="bio.html">About</a></li>
<li><a href="contact.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
<li><h2 id="secondary-page-header">JOE SAMYN</h2></li>
</ul>
</nav>
<div class="name-box">
<p id="name">Joe Samyn</p>
<p id="position">Web Developer</p>
</div>
</header>
<div id="wrapper" class="primary-content">
<section>
<div>
<div class="first-site">
<p>Paragraph for website number one.Paragraph for website number one.
Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.</p>
</div>
<div class="second-site">
<p id="p-site-2">Paragraph for website number one.Paragraph for website number one.
Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.Paragraph for website number one.</p>
</div>
</div>
</section>
</div>
<footer>
<a href="http://twitter.com"><img src="img/twitter-wrap.png" alt="Twitter logo" class="social-icons"></a>
<a href="http://facbook.com"><img src="img/facebook-wrap.png" alt="Facbook Logo" class="social-icons"></a>
<p>©2018 Joe Samyn</p>
</footer>
</body>
</html>