-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (52 loc) · 2.82 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lunaui</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="part time programmer, full time lunaui.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="#FCD4E0" data-react-helmet="true" name="theme-color" />
<meta content="Lunaui" property="og:title" />
<meta content="part time programmer, full time lunaui." property="og:description" />
<meta content="https://lunaui.cc/" property="og:url" />
<meta content="https://lunaui.cc/images/lunaui-logo.png" property="og:image" />
<link rel="stylesheet" href="css/style.css?v=1.2.3">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<div class="container">
<header>
<nav class="navbar">
<br>
<br>
<a href="./about.html">About <i class='bx bxs-moon'></i></a>
<a href="https://stories.lunaui.cc/">Stories <i class='bx bxs-book-alt'></i></a>
<div>
<a href="./projects">Projects <i class='bx bxs-chevron-down arrow'></i></a>
<div class="sidedrop">
<p><a class="sidedrop-link" href="./projects/witchtrail.html">Witchtrail</a></p>
<p><a class="sidedrop-link" href="./projects/pluriel.html">Pleuriel</a></p>
<p><a class="sidedrop-link" href="./projects/pleuryte.html">Terrarena</a></p>
<p><a class="sidedrop-link" href="./projects/pleuryte.html">heliStuff</a></p>
<p><a class="sidedrop-link" href="https://bcit.lunaui.cc">BCIT Resources</a></p>
</div>
</div>
</nav>
</header>
<main class="logo-div">
<img class="logo" src="images/lunaui-logo.png" alt="Lunaui">
<p id="logo-footer">part time programmer, full time lunaui.</p>
</main>
<div class="socials"></div>
</div>
<footer>
<p class="footer"><a href="mailto:[email protected]">[email protected]</a>.</p>
<p class="footer">
Made with <span class="pulse"><i class='bx bxs-heart'></i></span> by <span class="lunauiBold">Lunaui</span>.
Open-sourced on <a href="https://github.com/lunauii/lunaui.cc"><i class='bx bxl-github'></i></a>
</p>
</footer>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</body>
</html>