forked from lpiggott7/PersonalWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
30 lines (25 loc) · 948 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
27
28
29
30
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="theme2.css">
<head>
<h1>about</h1>
</head>
<body>
<h3>Just a little bit about me :)</h3>
<p>I hail from the small town of Burr Ridge, Illinois - a southwest suburb of Chicago. I love the sunshine, leading me to head out to California for college. I am very happy to be attending Cal Poly in San Luis Obispo where I am studying computer science.</p>
<p>Favorite Things</p>
<ul>
<li>Color: Blue</li>
<li>Season: Summer</li>
<li>Sport: Volleyball</li>
<li>Sports Team: Chicago Cubs</li>
<li>Fast Food: Chipotle</li>
</ul>
<center>
<img src = "https://scontent.ford1-1.fna.fbcdn.net/v/t1.0-9/24991104_1560426900717164_6971220211892339937_n.jpg?oh=aa3ecbf28e9fa52cb677d27f38996653&oe=5ABD1F31" height="400">
</center>
</body>
<footer>
<p>© Lindsey Piggott 2017</p>
</footer>
</html>