-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1.11 KB
/
index.html
File metadata and controls
27 lines (25 loc) · 1.11 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
---
title: Home
layout: main
---
<section>
<div class="window">
<div class="title-bar">
<div class="title-bar-text">Welcome!</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body">
<fieldset>
<p>Welcome to my website, DamiDoop.XYZ! This website will be where I write blog posts about whatever it
may be that I want to get out of my head, I'll have pages for all the projects I'm working on, and really
just about anything else I want to put on this website.</p>
<p>Luckily for all, this website is fairly easy to navigate! Either to the left or just above, you'll
see the navigation window. You can click on most of the options, while some are just dropdowns. Keep in
mind that all the pages under "Archives" and "Services" will all open external sites in this tab.</p>
</fieldset>
</div>
</div>
</section>