-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<!--Est. 2024-->
<!--Please don't judge me too harshly, unless you're actually trying to help-->
<link href="https://fonts.cdnfonts.com/css/rockwell-nova" rel="stylesheet">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pumpkin Patch</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div>
<section class="navbar">
<h2>Home <span class="vl"></span> About <span class="vl"></span> Projects <span class="vl"></span> Essays <span class="vl"></span> Gallery <span class="vl"></span>Contact</h2>
</section>
</div>
<hr/>
<section>
<h1 class="greeting">Hello.</h1>
<p class="intro">I'm Tilkku, and I'm a dork. You could be here for a litany of reasons. Maybe you want to read my essays, see what I'm up to, or you're interested in hiring me. Either way, enjoy your stay.</p>
<p class="intro">Please feel free to give me <a class="feedback" href="https://github.com/SleepyScarecrow/SleepyScarecrow.github.io/issues">feedback</a>.</p>
</section>
</body>
</html>