-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.17 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.17 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>CSD Portfolio Project</title>
<link href="reset.css" rel="stylesheet"/>
<link href="styles.css" rel="stylesheet"/>
<link href="mobile.css" rel="stylesheet"/>
</head>
<body>
<header>
<div class="head" >
<h1> Peter's Portfolio</h1>
</div>
<nav class="horizontal">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="../Portfolio/Employment/employment.html">Employment</a></li>
<li><a href="../Portfolio/skills/skills.html">Skills</a></li>
<li><a href="../Portfolio/Projects/projects.html">Projects</a></li>
<li><a href="../Portfolio/Education/Education.html">Education</a></li>
</ul>
</nav>
</header>
<div>
<img src="Peter.jpg" alt="Peter Classen" />
</div>
<article>
<h1>About Me</h1>
<p>My name is Peter Classen, I am a 17 year old that attends Fort Zumwalt
West High School. My passion is creation videos and professional websites. On
the weekends you might even catch me at my local skatepark.</p>
<h1>Why Software Development?</h1>
<p>I like software development because I love solving problems, and coding.
<footer>
</footer>
</body>
</html>