-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (55 loc) · 1.97 KB
/
index.html
File metadata and controls
56 lines (55 loc) · 1.97 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8"/>
<title>꒰ა 𝙎𝙞𝙡𝙠 𝘿𝙤𝙫𝙚 ♡ ໒꒱</title>
<link rel="shortcut icon" href="images/favicon.png"/>
</head>
<body>
<div id="everything">
<div class="cover">
<h1>Silk Dove </h1>
<p>Hi, welcome to my website!<br>Nice to meet you.</p>
<br>
<img id="balloon" src="images/balloons.png" alt="Balloons with clouds in them">
<ul id="navbar">
<li><p><a href="index.html" target="if">home</a></p>
<p><a href="about.html" target="if">about</a></p>
</li><li><p><a href="history.html" target="if">history</a></p>
</li><li><p><a href="interests.html" target="if">interests</a></p>
</li><li><p><a href="blog.html" target="if">blog</a></p>
</li><li><p><a href="contact.html" target="if">contact</a></p>
</li>
</ul>
<span id="heart">♡</span>
</div>
<div class="profile">
<h2>Spring 2021 Web Design Class Project</h3>
<br>
<h3>List of my favorite websites:</h2>
<p class="link"><a href="https://www.eviemagazine.com/">EvieMagazine.com</a></p>
<p class="link"><a href="https://www.prageru.com/">Prageru.com</a></p>
<p class="link"><a href="https://babylonbee.com/">BabylonBee.com</a></p>
<p class="link"><a href="https://www.w3schools.com/">W3Schools.com</a></p>
<p class="link"><a href="https://www.youtube.com/">Youtube.com</a></p>
<p class="link"><a href="https://discord.com/">Discord.com</a></p>
<br>
<h4>List of my favorite games:</h3>
<ul id="games">
<li><span>Stardew Valley</span></li>
<li><span>Animal Crossing</span></li>
<li><span>Minecraft</span></li>
</ul>
<br>
<h4>Class Spring Schedule:</h3>
<ul id="games">
<li><span>COMM 121</span></li>
<li><span>MATH 261</span></li>
<li><span>CIS 146</span></li>
<li><span>HEALTH 002</span></li>
</ul>
</div>
</div>
</body>
</html>