-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutMe.html
26 lines (26 loc) · 872 Bytes
/
AboutMe.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel = "stylesheet"
type = "text/css"
href = "style.css" />
<!-- <script type='text/javascript' src="script.js"></script>
-->
<title>AboutMe</title>
</head>
<body class=about>
<header>
<h1>Kassidy Shade</h1>
</header>
<p id="welcome">
Hi, I'm currently a student at General Assembly coding bootcamp. I love DC comics, Suicide Squad
Teen Titans, and Young Justice especially. I love reading and my favorite books are "The Jewel of
Seven Stars" by Bram Stoker and "Postmortal" by Drew Magary. I'll be sure to post some of my projects
soon.
</p>
<div class=profile id=pic></div>
</body>
</html>