This repository was archived by the owner on Jul 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 1.24 KB
/
Copy pathindex.html
File metadata and controls
27 lines (23 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Lexie Hutsko-Bio</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hahmlet&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<a href="index.html">Home</a> | <a href="blog.html">BLOG</a>
</nav>
<div>
<img src="blog_banner.jpg" alt="Lexie with Otto">
<h1>Lexie Hutsko's Biography</h1>
<h2>Personal Information</h2>
<p><Hello, my name is <strong>Lexie Hutsko</strong> and I am going to be a sophmore in highschool. I live in Naperville, IL which is very close to Chicago. I decided to take this class because it sounded very fun and I have not learned any of the information I will in this class in school. I don't have any specific interests in technology I just find everything about it interesting. I like to swim, draw and read in my free time. I also like to play with my dogs.
</p>
</div>
</body>
</html>