-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
36 lines (33 loc) · 1.14 KB
/
about.html
File metadata and controls
36 lines (33 loc) · 1.14 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
<!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 class="cover">
<h1>Silk Dove </h1>
<h2>about!</h2>
<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">
<img id="avatar" src="images/avatar.jpg" alt="Asian girl selfie">
<pre id="tagline">Dreaming with . . .
a Heart Full of Honey</pre>
<p class="bio">Hi, I'm Destiny, and this is my about page so far.</p>
</div>
</body>
</html>