-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (33 loc) · 1.12 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
42
43
44
45
<html>
<head>
<title>Christina's Site</title>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale= 1.0" />
<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=Eagle+Lake&family=Mulish:wght@400;500&family=Tangerine:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<div class="animation-area">
<h1>Christina Foley</h1>
<img class = "underline" src="images/elegant.png" alt = "An elegant underline with a swirly flower in the middle.">
<ul class="box-area">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<h1 class="begin"> </h1>
<nav>
<ul>
<li> <a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li> <a href="about-me.html">About Me</a></li>
</ul>
</nav>
<p> Hello! I am a Computer Science (B.S.) major at Clemson Honors College. <br> Check out my website!</p>
</body>
</html>