-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 971 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jade Craft</title>
<link rel="stylesheet" href="style.css" />
<script src="javascript.js"></script>
</head>
<body>
<h1>JADE CRAFT</h1>
<div class="grid">
<div><a href="index.html">HOME</a></div>
<div><a href="about.html">ABOUT</a></div>
<div><a href="portfolio.html">PORTFOLIO</a></div>
<div><a href="contact.html">CONTACT</a></div>
</div>
<section>
<h2>
My mission is to obtain an entry level position in software development
while continuing to expand my knowledge of the feild.
</h2>
<img src="IMG_8243 2.jpg" alt="Jade Craft smiling" />
<h2>
"Working hard is important but there is something that matters even
more; believing in yourself." - Harry Potter
</h2>
</section>
</body>
</html>