-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (30 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>About</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<nav>
<span class="namebox"> Kyle Conyers</span>
<span class="aboutbox">
<a href= "index.html">About |</a>
<a href= "portfolio.html">Portfolio |</a>
<a href= "contact.html">Contact</a>
</span>
</nav>
<hr/>
<div>
<h2>About Me</h2>
<hr class="hrbox">
<img src="assets/images/kylepic.jpg">
<p>Lorem ipsum dolor amet bicycle rights messenger bag sartorial art party. Jianbing squid raclette normcore meditation. Kitsch truffaut kombucha squid pok pok sustainable. DIY tbh actually wayfarers banh mi taiyaki freegan cred scenester cornhole glossier mlkshk chillwave neutra. -->
Vape offal etsy listicle small batch sriracha palo santo. Edison bulb beard put a bird on it meh meditation. Aesthetic chillwave whatever put a bird on it disrupt church-key narwhal actually semiotics. VHS typewriter swag literally, pork belly brooklyn unicorn marfa mixtape 8-bit. Meggings kogi banh mi PBR&B, air plant messenger bag kinfolk vexillologist knausgaard neutra.
Lorem ipsum dolor amet bicycle rights messenger bag sartorial art party. Jianbing squid raclette normcore meditation. Kitsch truffaut kombucha squid pok pok sustainable. DIY tbh actually wayfarers banh mi taiyaki freegan cred scenester cornhole glossier mlkshk chillwave neutra.
</p>
</div>
</body>
<footer>
copyright
</footer>
</html>