-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (42 loc) · 2.27 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
<!DOCTYPE html>
<html>
<head>
<title>Home | Karvaea</title>
<link rel="stylesheet" href="./resources/styles/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site embed -->
<meta name="theme-color" content="#554d66">
<meta property="og:site_name" content="Karvaea">
<meta property="og:title" content="Homepage">
<meta property="og:description" content="Welcome to the internet home of Karvaea, a fantasy world with beasts and magic.">
</head>
<body>
<!-- Navbar -->
<div class="nograb" id="header">
<div id="header-logo"><a href=""><img src="./resources/img/logo.png" alt="KARVAEA.COM" /></a></div>
<ul id="nav">
<li><a href="./world">World</a></li>
<li><a href="./magic">Magic</a></li>
<li><a>Species</a></li>
<li><a href="./writings">Writings</a></li>
<li><a>.</a></li>
</ul>
</div>
<!-- Main content -->
<div class="centered" id="content">
<div id="intro">
<h1 class="centered">Welcome to Karvaea.com</h1>
<p>Welcome to the internet home of <bold>Karvaea</bold>!</p>
</div>
<div style="min-height: 700px;">
<p class="uncentered">Karvaea is a fantasy world of beasts and magic. This website is dedicated to providing a brief overview of the world, as well as some stories that take place inside it. The first notes about Karvaea were written on April 10th 2022, and it has only continued to grow over time. Originally a place to dump various fantasy concepts, it now has its own history, species, world map, and magic system.</p>
<p>This website is still under construction, but feel free to have a look around at what I've got so far! I like it, at least! :)</p>
<p>If you also like it, feel free to follow me on bluesky. I make posts there sometimes.</p>
<a href="https://bsky.app/profile/vhou.gloop.group"><img style="height:128px;" src="resources/img/bsky.png" /></a>
</div>
</div>
<footer>
Copyright 2024 VhouAtroph. All Rights Reserved.
</footer>
</body>
</html>