-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (55 loc) · 3.68 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
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Title and Description -->
<title>Joost Helfers | system³</title>
<meta name="description" content="Personal Website of Joost Helfers. This Website is a WIP. Feel free to connect! ⊂(◉‿◉)つ" />
<!-- Styling -->
<link rel="icon" href="./content/system³_logo_transparent_white.png" type="image/png">
<!-- TailwindCSS Stylesheet is loaded in components.js-->
<!-- Scripts -->
<script src="./components/scripts/components.js"></script> <!-- Load Header and Footer -->
<script src="https://tinylytics.app/embed/7ZMWAxo3SGfyS79F-9JM.js" defer></script> <!-- Site Analytics -->
</head>
<body>
<header id="header-placeholder"></header>
<div class="text-6xl font-bold py-40" id="UnderConstruction">This Website is currently under construction. To be transparent about the process you can see the current status down below.</div>
<div class="text-3xl font-bold py-40 border border-gray-400" id="Hero">This is the Hero Section.</div>
<div class="text-3xl font-bold py-40 border border-gray-400" id="Intro">This is the Intro Section.</div>
<div class="font-bold py-40 border border-gray-400" id="Work">This is the Work Section.
<div class="grid grid-cols-4 grid-rows-1 gap-4 px-4">
<div class="bg-lime-200 p-4">Project 1</div>
<div class="bg-lime-200 p-4">Project 2</div>
<div class="bg-lime-200 p-4">Project 3</div>
<div class="bg-lime-200 p-4">Project 4</div>
</div>
</div>
<div class="text-3xl font-bold py-40 border border-gray-400" id="Expertise">This is the Expertise Section.</div>
<div class="font-bold py-40 border border-gray-400" id="Feed">This is the Feed Section.
<div class="grid grid-cols-4 grid-rows-1 gap-4 px-4">
<div class="bg-red-200 p-4">Item 1</div>
<div class="bg-red-200 p-4">Item 2</div>
<div class="bg-red-200 p-4">Item 3</div>
<div class="bg-red-200 p-4">Item 4</div>
</div>
</div>
<footer id="footer-placeholder"></footer>
<!-- ░░░░░▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄░░░░░░░░ -->
<!-- ░░░░░█░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░▀▀▄░░░░ -->
<!-- ░░░░█░░░▒▒▒▒▒▒░░░░░░░░▒▒▒░░█░░░ -->
<!-- ░░░█░░░░░░▄██▀▄▄░░░░░▄▄▄░░░░█░░ -->
<!-- ░▄▀▒▄▄▄▒░█▀▀▀▀▄▄█░░░██▄▄█░░░░█░ -->
<!-- █░▒█▒▄░▀▄▄▄▀░░░░░░░░█░░░▒▒▒▒▒░█ -->
<!-- █░▒█░█▀▄▄░░░░░█▀░░░░▀▄░░▄▀▀▀▄▒█ -->
<!-- ░█░▀▄░█▄░█▀▄▄░▀░▀▀░▄▄▀░░░░█░░█░ -->
<!-- ░░█░░░▀▄▀█▄▄░█▀▀▀▄▄▄▄▀▀█▀██░█░░ -->
<!-- ░░░█░░░░██░░▀█▄▄▄█▄▄█▄████░█░░░ -->
<!-- ░░░░█░░░░▀▀▄░█░░░█░█▀██████░█░░ -->
<!-- ░░░░░▀▄░░░░░▀▀▄▄▄█▄█▄█▄█▄▀░░█░░ -->
<!-- ░░░░░░░▀▄▄░▒▒▒▒░░░░░░░░░░▒░░░█░ -->
<!-- ░░░░░░░░░░▀▀▄▄░▒▒▒▒▒▒▒▒▒▒░░░░█░ -->
<!-- ░░░░░░░░░░░░░░▀▄▄▄▄▄░░░░░░░▄█░░ -->
</body>
</html>