-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (43 loc) · 1.72 KB
/
Copy pathindex.html
File metadata and controls
49 lines (43 loc) · 1.72 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atheros524.ca – Canadian Minecraft Network</title>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@700&family=Press+Start+2P&family=Poppins:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<div id="particles-js"></div>
<header class="banner-wrapper"> <div class="slideshow">
<img src="assets/banner1.png" class="slide active" alt="Minecraft server banner 1">
<img src="assets/banner1.png" class="slide" alt="Minecraft server banner 2">
<img src="assets/banner1.png" class="slide" alt="Minecraft server banner 3">
</div>
<div class="header-content">
<h1>Atheros524.ca</h1>
<p>Canadian Minecraft Network: Create, Play, Explore, Conquer</p>
<div class="buttons">
<button id="joinBtn">Join Us</button>
<a href="https://discord.gg/X3QswJe" target="_blank" class="discord-btn">Discord</a>
</div>
</div>
</header>
<main>
<section class="intro">
<h2>Welcome to Atheros524.ca</h2>
<p>Experience our servers like never before. Stunning builds, interactive gameplay, and a community you’ll love!</p>
</section>
<section class="cta">
<h2>Our Servers</h2>
<a href="servers.html" class="button-cta">See Servers</a>
</section>
</main>
<footer>
Atheros524.ca – A Canadian Minecraft Network: Create, Play, Explore, Conquer
</footer>
<script src="https://cdn.jsdelivr.net/npm/tsparticles@2.10.1/tsparticles.bundle.min.js"></script>
<script src="script.js"></script>
</body>
</html>