-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
99 lines (99 loc) · 3.97 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Project Enyo — Minecraft Like it’s 1999</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div id="center">
<h1>Project Enyo</h1>
<nav>
<p>
<a href="/" class="current">Home</a>
<a href="/pvp">PVP</a>
<a href="/smp">SMP</a>
<a href="/dvz">DVZ</a>
<a href="/rules">Rules</a>
</p>
</nav>
</div>
</header>
<main>
<section>
<h1>Finally, a Minecraft server for the 90s!</h1>
<p>
<strong>Project Enyo</strong> is a project started with the goal to host fun Minecraft server concepts we felt have been missing.
We are often inspired by old Minecraft projects from the past.
The project is ran as simple as possible, that way we keep it fun.
</p>
<p>
It is run by <img src="https://minotar.net/helm/6968cbdec2b7479ca8daf33f109f013b/16.png" alt="Brottweiler minecraft skin head"> Brottweiler <a href="https://brottsie.eu"><img src="img/icons/world.png" alt="Icon of a world globe."></a> <a href="mailto:brott@projectenyo.eu"><img src="img/icons/email.png" alt="Icon of an envelope."></a>
and <img src="https://minotar.net/helm/df12d4ae95ee4ed3a9fc0a89fcb77ae2/16.png" alt="miicro minecraft skin head"> miicro <a href="mailto:miicro@projectenyo.eu"><img src="img/icons/email.png" alt="Icon of an envelope."></a>.
<br>
Each operator have their own e-mail address, but you can send an e-mail to <a href="mailto:info@projectenyo.eu">info@projectenyo.eu</a> for any general inquiries.
</p>
<p>
If you have your own webpage, you can add these buttons and link back to here.
If you want to financially contribute in any way, you can donate <a href="https://paypal.me/Brottsie">here</a>.
<br>
<img src="img/project-enyo-static.gif" alt="Static button">
<img src="img/project-enyo-animated.gif" alt="Animated button">
</p>
</section>
<section>
<h2>Community</h2>
<ul>
<li>IRC: <a href="irc://irc.projectenyo.eu/lobby">irc.projectenyo.eu</a></li>
<li>Mumble: <a href="mumble://mumble.projectenyo.eu/Lobby?version=1.2.0">mumble.projectenyo.eu</a></li>
<li>Steam: <a href="https://steamcommunity.com/groups/ProjectEnyo">Ενυώ</a></li>
<li>Discord: <a href="https://discord.projectenyo.eu">discord.projectenyo.eu</a></li>
</ul>
</section>
<section>
<h2>Projects</h2>
<section>
<h3>Player vs. Player</h3>
<a href="/pvp">
<img class="banner" src="img/pvp-banner.png" alt="Banner for the pvp server">
</a>
<span class="address">Connect with <strong>pvp.projectenyo.eu</strong></span>
</section>
<section>
<h3>Survival</h3>
<a href="/smp">
<img class="banner" src="img/smp-banner.png" alt="Banner for the survival server">
</a>
<span class="address">Connect with <strong>smp.projectenyo.eu</strong></span>
</section>
<section>
<h3>Dwarfs vs. Zombies</h3>
<a href="/dvz">
<img class="banner" src="img/dvz-banner.png" alt="Banner for the dvz server">
</a>
<span class="address">Connect with <strong>dvz.projectenyo.eu</strong></span>
</section>
</section>
</main>
<footer>
<blockquote>
<p>
Playing is a privilege, not a right.
</p>
</blockquote>
<blockquote>
<p>
Project Enyo is run for the hell of it, not for profit.
</p>
</blockquote>
<a href="https://www.gimp.org/"><img src="img/gimp.gif" alt="Graphics by Gimp"></a>
<a href="https://github.com/ProjectEnyo"><img src="img/git.gif" alt="Git"></a>
<a href="mailto:info@projectenyo.eu"><img src="img/e-mail.gif" alt="Email"></a>
<a href="https://minecraft.net"><img src="img/minecraft.gif" alt="Minecraft"></a>
<a href="mumble://mumble.projectenyo.eu/?version=1.2.0"><img src="img/mumble.gif" alt="Mumble"></a>
</footer>
</body>
</html>