forked from theneolanders/theneolanders.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (98 loc) · 2.85 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- page data !-->
<link rel="icon" type="image/x-icon" href="neoland_favicon.ico">
<title>Neolanders | Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Neolanders official website!">
<!-- Stylesheets -->
<link rel="stylesheet" href="./styles/home.css">
<link rel="stylesheet" href="./styles/general.css">
<link rel="stylesheet" href="./styles/navigation.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Neolanders official website!">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="The Neolanders"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://www.theneolanders.com/"/>
<meta property="og:image" content="https://www.theneolanders.com/assets/NeolandStatic.webp"/>
<meta property="og:description" content="The Neolanders official website!"/>
<meta property="og:site_name" content="The Neolanders"/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="The Neolanders"/>
<meta name="twitter:description" content="The Neolanders official website!"/>
<meta name="twitter:image" content="https://www.theneolanders.com/assets/NeolandStatic.webp"/>
</head>
<body>
<!-- Navigation Bar -->
<script src="./scripts/custom_header.js"></script>
<my-navbar></my-navbar>
<!-- Main Page -->
<main>
<!-- don't worry about the dead empty space -->
<div class="deadspace"></div>
<!-- Intro section -->
<section class="intro-section">
<h1>We are the Neolanders</h1>
</section>
<!-- Members section -->
<section class="members-section">
<ul class="members-list">
<li>
<h1>Rustybot</h1>
</li>
<li>
<h1>SloppyMcFloppy</h1>
</li>
<li>
<h1>Amplified</h1>
</li>
<li>
<h1>Alizard</h1>
</li>
<li>
<h1>Soda</h1>
</li>
<li>
<h1>ScrapSavage</h1>
</li>
<li>
<h1>ShadowX</h1>
</li>
<li>
<h1>WendigoWren</h1>
</li>
<li>
<h1>CrimsonTaylor</h1>
</li>
<li>
<h1>Gearbell</h1>
</li>
<li>
<h1>Mentalish</h1>
</li>
<li>
<h1>Portalmaster18</h1>
</li>
<li>
<h1>FrankieBoi</h1>
</li>
<li>
<h1>Spiketickett</h1>
</li>
<li>
<h1>NerdiestMaximus</h1>
</li>
<li>
<h1>WSheep</h1>
</li>
</ul>
</section>
</main>
<!-- Scripts -->
<script src="./scripts/expand_navbar.js"></script>
</body>
</html>