-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (64 loc) · 3 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
<!-- Trilobite Tavern Landing Page -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Trilobite Tavern</title>
<meta name="description" content="Welcome to the Trilobite Tavern! Looking for a new place to meet people and make friends? Maybe play some games, watch some movies, tv shows or anime with people that share your interests? We are a cozy community looking to create a safe and welcome space for everyone! We have recently launched our very own Trilobite Tavern SMP- Valhesia 5 open to all! So pull up a chair, grab yourself a drink and get comfortable with us!">
<meta name="keywords" content="Discord, Gaming, Community, Minecraft, Valhelsia, Overwatch, Valorant, League of Legends, Weeb, Modded Minecraft, friendly staff, welcoming, custom bots, AI-powered, Lofi, chill vibes, fun, raffles, giveaways, monthly giveaways, 24/7, events, contets, active, movie nights, game nights, dinosaur, t-rex, fossils, trilobite, tavern, SMP">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" href="css/stylesheet.css">
</head>
<body>
<div class="image-container"></div>
<div class="gradient-container"></div>
<div class="content-container">
<div class="logo image-wrapper">
<a href="https://discord.gg/trilobitetavern" target="_blank">
<img src="img/logo-ver1.png" alt="Trilobite Tavern logo">
</a>
</div>
<div class="server-invite">
Join <span id="server-players">500+</span> other fellow gamers on
<a href="https://discord.gg/trilobitetavern" target="_blank">discord.gg/trilobitetavern</a>
</div>
<div class="items">
<a href="https://discord.gg/trilobitetavern" target="_blank" class="item discord">
<div class="icon-container">
<div class="image-wrapper">
<img src="img/discord-icon.png" alt="Discord icon">
</div>
<p class="subtitle">interact with our</p>
<p class="title">Custom AI-powered<br>Discord Bots</p>
</div>
</a>
<a href="https://discord.gg/trilobitetavern" target="_blank" class="item raffle">
<div class="icon-container">
<div class="image-wrapper">
<img src="img/giveaway.png" alt="raffle icon">
</div>
<p class="subtitle">participate in our</p>
<p class="title">Regular<br>Contests & Raffles</p>
</div>
</a>
<a href="https://discord.gg/trilobitetavern" target="_blank" class="item minecraft">
<div class="icon-container">
<div class="image-wrapper">
<img src="img/minecraft-icon.png" alt="minecraft icon">
</div>
<p class="subtitle">join our very active</p>
<p class="title">Modded<br>Minecraft Server</p>
</div>
</a>
</div>
<a href="https://discord.gg/trilobitetavern" target="_blank">
<div style="margin-top: 80px" class="footer-text">
and many more fun features and perks!
</div>
</a>
</div>
<script src="https://code.jquery.com/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="js/firefly.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>