-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
47 lines (41 loc) · 1.44 KB
/
about.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
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
<link rel="stylesheet" href="style.css"></a>
<script src="javascript.js" defer></script>
</head>
<body>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="pageWrapper">
<!-- <div class="portfolioEntry"> -->
<!-- <div class="frame"> -->
<h1>About Alexis Herrington</h1>
<section class="aboutMe">
<img class="photo" src="Content/MePhoto.webp" alt="">
<img class="photo" src="Content/MePhoto.webp" alt="">
<img class="photo" src="Content/MePhoto.webp" alt="">
<div class="blurb" id="about">
<span>
<p>
I've been drawing for as long as I can remember. I couldn't tell you the first time I picked
up a pencil
and started creating characters and stories. I love making new worlds and thinking of all
the possibilities.
</p>
</span>
</div>
<!-- </div> -->
<!-- </div> -->
</section>
</div>
</body>
</html>