-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Delius+Unicase&display=swap" rel="stylesheet">
<meta charset="utf-8">
<title> Meet Kimmi. </title>
</head>
<body>
<h1> Meet Kimmi </h1>
<img class="image" src="kimmi.jpg" alt="kimmi">
<img class="image2" src="friends.jpg" alt="friends">
<img class="image3" src="prom.jpg" alt="prom">
<img class="image4" src="sisgrad.jpg" alt="sisgrad">
</br>
<b> Here's more about Kimmi... </b>
<ul>
<li> Age: 17 years old </li>
<li> Hometown: Houston, Texas (specifically the Katy area) </li>
<li> School: TAMS (Texas Academy of Math and Science) in Denton, TX </li>
<li> is on a Computer Science track, at school, and plans to apply to UT-Austin in the fall </li>
<li> has an older sister named Lisa and a dog named Fluffy </li>
<li> has been a dancer since she was four years old </li>
<li> is particularly fond of the "and i oop" meme </li>
<li> loves Grey's Anatomy, Friends, and Gossip Girl </li>
<li> loves Korean fried chicken and ALL Asian food! </li>
</ul>
</body>
</html>