-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (65 loc) · 3.38 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
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<!--Metadata and Page Title-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Johaan Paul</title>
<!--The Page Icon-->
<link rel="apple-touch-icon" sizes="180x180" href="/Assets/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/Assets/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/Assets/favicon_io/favicon-16x16.png">
<link rel="manifest" href="/Assets/favicon_io/site.webmanifest">
<!--Linking The CSS and JS Files-->
<!--Addons-->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script type="module" crossorigin src="/assets/index-ada6f661.js"></script>
<link rel="stylesheet" href="/assets/index-164a4b26.css">
</head>
<body>
<canvas id="bg"></canvas>
<main>
<header class="section">
<h1>Johaan Paul</h1>
</header>
<nav id="navigation" class="section flex-container">
<!--Navigation BAR-->
<a id="Home-Button" class="flex-child nav-Button"><!--href="/home.html"-->
<ion-icon id="Home-Icon" name="home-outline"></ion-icon>
Home
</a>
<a id="About-Me-Button" class="flex-child nav-Button" onclick="PageUnavailable()"><!--href="/about-me.html"-->
<ion-icon id="About-Me-Icon" name="person-circle-outline"></ion-icon>
About Me
</a>
<a id="My-Projects-Button" class="flex-child nav-Button" onclick="PageUnavailable()"><!--href="./projects.html"-->
<ion-icon id="My-Projects-Icon" name="game-controller-outline"></ion-icon>
My Projects
</a>
</nav>
<!--Coontent Box 1-->
<div class="flex-container">
<div id="home-Blurb" class="section flex-child">
<h2>Home Page</h2>
<p>
Hi there! My name is Johaan and welcome to my website.<br/>
This site is basically one of my experiments, where I was just messing around with the JavaScript Library Three JS.
Because this is just an experiment I don't have any other pages on here if you want to learn more about me or see my other projects you can go to my main website at <a href="https://www.johaan.org/">Johaan.org</a> or to my <a href="https://github.com/DinnerBone422">Github Page</a>.<br/>
Thanks for dropping by and I hope you enjoy exploring the site!
</p>
</div>
<iframe id="newsletter" class="section flex-child"
src="https://f12676fb.sibforms.com/serve/MUIEAGz09L5RaoCCoySaUlVNNUpji8bpWCVDE4c_4g2uLNC6HdLZ_7Of4OKgcE-i-UoYBhb9cevXNiqdmmMHeA005zMobwUSxxG8l6wNZHS4OTxs7VYTxiZjxSjMHB6_cmPQtC5Y2pNMxr1copUSZQclg96AnGeAdsgYNh140gdYJkL6Y-29y9eKYlJ3wOnrehPMsIJElsflcNAG"
frameborder="0"
allowfullscreen
></iframe>
</div>
<footer class="section flex-container">
<p>
Footer - Lorem ipsum dolor sit amet consectetur adipisicing elit. Non inventore assumenda iusto sed ab ipsum harum a dolores, dolorem dignissimos laudantium debitis necessitatibus accusamus exercitationem voluptatem, eum officiis suscipit culpa.
</p>
</footer>
</main>
</body>
</html>