-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (33 loc) · 1.16 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
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Exercise 1</title>
<link rel="stylesheet" href="stylesheet/normalize.css">
<link rel="stylesheet" href="stylesheet/styles.css">
</head>
<body>
<header>
<h1 class="font">Hi, I'm Sara. </h1>
</header>
<main>
<article>
<section class = "black">
<p class="purple">I am a student at Cal State Fullerton majoring in Computer Science. I was born in
Orange and grew up in Irvine,California. Up through high school, I spent a lot
of time swimming and playing water polo all over Southern California, but ironically,
I'm not a beach person. I actually enjoy spending my time indoors on my laptop.</p>
</section>
<section class = "black">
<p class="blue">Since the coronavirus pandemic, my interests outside of schoolwork have been:
reading manga, watching anime, and watching music videos. Normally, besides those
things, I like to work out at the gym and go see movies and sing karaoke with
friends.</p>
</section>
</article>
</main>
<nav class="yellow">
<a href="contact.html">Why this class?</a>
</nav>
</body>
</html>