-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhw6page.html
42 lines (34 loc) · 1.63 KB
/
hw6page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>New Page for Homework 6</title>
<link rel="stylesheet" type="text/css" href="/styles/normalize.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Walter+Turncoat|Jua">
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Jua">-->
<link rel="stylesheet" type="text/css" href="styles/first-stylesheet.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
</head>
<body>
<header>
<h1>New Page for Homework 6</h1>
<h4>Jian Sorge</h4>
</header>
<main>
<p>This thoughtfully executed page, just for homework 6, was created with great care and heart.</p>
<p>Here, I will tell you some information about myself. I know you are just soooo curious about all of your students ;). </p>
<p>I have worked for a large aerospace company for the past four years.</p>
<p>I really don't like it. I know this is a terrible showcase of my creative and technical skills, but I hope that practice will allow me to blossom into a web development butterfly.</p>
<nav>
<i class="fas fa-user-secret"></i><ul><a href="index.html">About Me</a></ul>
<i class="fas fa-user-secret"></i><ul><a href="portfolio.html">Portfolio</a></ul><i class="fas fa-user-secret"></i>
</nav>
<img src="images/Meme.jpg" target="_blank" alt="Web Dev Meme"/>
</main>
<footer>
<p>© Jian Sorge, 2018
All Rights Reserved</p>
</footer>
</body>
</html>
<!---->