-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.88 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 1.88 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Claire Labry | Welcome</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<div class="container">
<div class="a">
<p>Claire Labry</p>
</div>
<nav>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section>
<div class="container">
<h2>About Me</h2>
<img class= "displayed" src="assets/images/claire_movie.jpeg" alt="Claire with a SceneStopper"
width="200" height="300">
<p class="blocktext">Hi there, World! My name is Claire Labry and I'm an aspiring coder. I love to debug codes, put puzzles together, and figure out solutions to problems!</p>
<p class="blocktext">A few of my favorite things to do are to read books in the nook of my couch in my living room, discover + collect new plants, gardening, spending time outside, and learning new skills, such as knitting. You can bascially say that I'm a Grandma at heart. :P</pclass="blocktext">
<p class="blocktext">One of the things I'm grateful most of is that I'm deaf. It gives me an unique perspective of the world, it can be challenging at times but I wouldn't have it one way or another. </p>
<p class="blocktext">It's a pleasure to meet you!</p>
</div>
</section>
<footer>
<p>Copyright © 2020 </p>
</footer>
</body>
</html>