-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.23 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/style.css"/>
<link href='https://fonts.googleapis.com/css?family=Offside' rel='stylesheet'>
<link rel="shortcut icon" href="IMG/logo-tag.png">
<script src="https://kit.fontawesome.com/45338a0362.js" crossorigin="anonymous"></script>
<title>Scott Chenoweth</title>
<ul>
<div class="logo-image"><a href="index.html"><img src="IMG/Sclogo.png" alt="Logo and Homepage button"></a></div>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li style="float: right"><a class="active" href="index.html">Home</a></li>
</ul></div>
</head>
<body>
<div class="box1">
<h1 class="h1">Hello, I'm Scott.</h1>
<p class="p1">Current Bitwise Workforce Training Student.</p>
<p class="p2"><a href="https://github.com/ScottCheno" target="blank">My Work</p></a>
</div>
<footer>
<p>Scott Chenoweth ©<br>
<a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>