-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
50 lines (49 loc) · 3.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
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hack Club ASW</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<link rel="stylesheet" href="styles.css">
<script src="scripts/background.js" defer></script>
<script src="scripts/searchfunc.js" defer></script>
</head>
<body>
<nav class="navbar">
<a href="#" class="nav-link">Home</a>
<div class="dropdown">
<a href="guides/index.html" class="nav-link">Guides</a>
<div class="dropdown-content">
<div class="search-container">
<input type="text" class="search-input" placeholder="Search guides...">
</div>
<div class="guide-list">
<!-- Guides will be populated here -->
</div>
</div>
</div>
<a href="https://toolbox.hackclub.com" class="nav-link">Toolbox</a>
<a href="https://ahoy.hack.club/?ref=U079XM9PARJ" class="nav-link">Highseas</a>
</nav>
<div id="webgl-container"></div>
<div class="content-window">
<h1>Hack Club | ASW</h1>
<hr>
<h2>Welcome to ASW Hack Club!</h2>
<p>Here is the ASW Hack Club mainpage. This is where you will be able to find information about new projects, and links to the personal web pages of the members created for Boba Drops! Soon there will be information regarding activities that we have completed, but for now, we are just going to include information about where you are able to learn about the other things that Hack Club offers.</p>
<p>We offer a large number of guides that the maintainers have created. You can find them in the guides section of the navbar. If there is a guide you want to see that is not already here, make an issue on the <a href="https://github.com/yetanothernothacking/aswhackclub">GitHub repository</a>. You can also email the maintainer at <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>You can look at <a href="https://toolbox.hackclub.com" target="_blank">toolbox.hackclub.com</a> for what club leaders use to get ideas for workshops and activities. If you see anything interesting there that you want to try, ask your local Hack Club leader about it! The main page for Hack Club is, of course, <a href="https://hackclub.com" target="_blank">hackclub.com</a> if you want to look there.</p>
<hr>
<h3>Personal Web Pages</h3>
<p>👑 Landpirate's <a href="people/landpirate.html">personal web page</a></p>
<p>🙃 Coder123Hy's <a href="people/coder123hy.html">personal web page</a></p>
<p>🥶 Vyris's <a href="people/vyris99.html">personal web page</a></p>
<p>🌀 Aran Domguy's <a href="people/arandomguy.html"> personal web page</a></p>
<p>❓ XShuck's <a href="people/xshucks.html"> personal web page</a></p>
<p>Some more really cool personal web pages soon...</p>
<hr>
<p>This website is hosted for free as a service from SilverFlag on <a href="https://silverflag.net">silverflag.net</a>. Reach out for more information at <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>This website is open source. You can find the source code <a href="https://github.com/yetanothernothacking/aswhackclub">here</a>.</p>
</div>
</body>
</html>