diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c60419b --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +All Rights Reserved. + +Copyright (c) 2025 EstCraft + +Unauthorized copying, distribution, modification, or use of this work, in whole or in part, is strictly prohibited. \ No newline at end of file diff --git a/README.md b/README.md index 96b6fc1..779da47 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # estcraft-web -The repo for the EstCraft website. \ No newline at end of file +The repo for the [EstCraft website](https://estcraft.eu). \ No newline at end of file diff --git a/bg.png b/bg.png new file mode 100644 index 0000000..0a98500 Binary files /dev/null and b/bg.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..a39a5d8 --- /dev/null +++ b/index.html @@ -0,0 +1,109 @@ + + + + + + EstCraft + + + + + + + +
+
+
+

EstCraft

+

Liitu meie Minecraft serveriga ja alusta seiklust!

+ Liitu +
+
+ +
+

Mängumoodid

+
+
+ Survival +

Survival

+

Klassikaline Minecrafti ellujäämisrežiim koos lisadega!

+
+
+ PVP +

PVP

+

Võitle teiste mängijatega ja tõesta, et oled parim!

+
+
+ OneBlock +

OneBlock

+

Alusta ühe plokiga ja laienda oma saart!

+
+
+
+ +
+

Vote

+

Votei, et saada lahedaid asju nagu relvad, toit ja muu. Sellega toetad ka meie serverit!

+
+
+ minecraft-mp +

Vote 1

+

Minecraft-MP

+
+
+ minecraft-server-list +

Vote 2

+

Minecraft-Server-List

+
+
+ minecraft-serverlist +

Vote 3

+

Minecraft-Serverlist

+
+
+
+ +
+
+

Liitu Serveriga

+

IP: mc.estcraft.eu

+

Võid liituda nii javas, bedrockis, isegi kui konto on cracked.

+

Bedrock Port: 19132

+
+
+ +
+
+

Liitu ka meie Discordiga!

+

Siis saad kiireid teavitusi kui serveris midagi toimub, või tuleb uuendus!

+ Liitu discordiga + +
+
+ + + + + + + + + diff --git a/logo.ico b/logo.ico new file mode 100644 index 0000000..b527a45 Binary files /dev/null and b/logo.ico differ diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..c4669c4 Binary files /dev/null and b/logo.png differ diff --git a/oneblock.png b/oneblock.png new file mode 100644 index 0000000..ffd1311 Binary files /dev/null and b/oneblock.png differ diff --git a/pvp.png b/pvp.png new file mode 100644 index 0000000..65a2c12 Binary files /dev/null and b/pvp.png differ diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..4100ae5 --- /dev/null +++ b/styles.css @@ -0,0 +1,245 @@ +html { + scroll-behavior: smooth; +} + +body { + background: #0b0d13; + color: white; + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + overflow-x: hidden; +} + +.navbar { + background-color: #12151d; + padding: 10px 30px; + position: fixed; + top: 0; + width: 100%; + display: flex; + justify-content: center; + align-items: center; + border-bottom: 2px solid #1f232d; + z-index: 1000; +} + +.nav-container { + width: 100%; + max-width: 1200px; + display: flex; + justify-content: space-between; + align-items: center; +} + +.logo img { + height: 40px; + display: block; +} + +.nav-links { + list-style: none; + display: flex; + gap: 20px; + margin: 0; + padding: 0; +} + +.nav-links li { + display: inline; +} + +.nav-links a { + color: white; + text-decoration: none; + font-size: 1rem; + padding: 10px 15px; + transition: color 0.3s; +} + +.nav-links a:hover { + color: #3498db; +} + +.landing-section { + position: relative; + width: 100%; + height: 100vh; + background: url('bg.png') center/cover no-repeat; + display: flex; + justify-content: center; + align-items: center; + text-align: center; + overflow: hidden; +} + +.bg-overlay { + position: absolute; + bottom: 0; + width: 100%; + height: 30%; + background: linear-gradient(to bottom, rgba(11, 13, 19, 0) 0%, #0b0d13 100%); +} + +.landing-content { + position: relative; + z-index: 1; + color: white; + text-align: center; + max-width: 800px; +} + +.landing-content h1 { + font-size: 2.5rem; + margin-bottom: 10px; +} + +.landing-content p { + font-size: 1.2rem; + margin-bottom: 20px; +} + +.btn { + display: inline-block; + padding: 12px 24px; + font-size: 1.2rem; + text-decoration: none; + border: 0; + border-radius: 15px; + background-color: rgba(255, 255, 255, 0.1); + border: 1px solid rgba(255, 255, 255, 0.1); + backdrop-filter: blur(30px); + color: rgba(255, 255, 255, 0.8); + transition: background 0.3s; +} + +.btn:hover { + background-color: rgba(255, 255, 255, 0.2); +} + + +.third-section { + background-color: #12151d; +} + + + + + + +.section { + width: 100%; + padding: 100px 20px; + box-sizing: border-box; + text-align: center; +} + +.second-section { + background-color: #0b0d13; +} + +.gamemode-container { + display: flex; + justify-content: center; + gap: 20px; + flex-wrap: wrap; + margin-top: 30px; +} + +.gamemode-card { + width: 300px; + padding: 20px; + border-radius: 15px; + background: rgba(255, 255, 255, 0.1); + border: 1px solid rgba(255, 255, 255, 0.1); + backdrop-filter: blur(30px); + color: rgba(255, 255, 255, 0.8); + text-align: center; + transition: background 0.3s; +} + +.gamemode-card:hover { + background: rgba(255, 255, 255, 0.2); +} + +.gamemode-card img { + width: 100%; + border-radius: 10px; + margin-bottom: 15px; +} + +.gamemode-card h3 { + font-size: 1.5rem; + margin-bottom: 10px; +} + +/* Third Section (Server Info) */ +.third-section { + background-color: #12151d; +} + +.server-info { + width: 350px; + margin: 0 auto; + padding: 25px; + border-radius: 15px; + background: rgba(255, 255, 255, 0.1); + border: 1px solid rgba(255, 255, 255, 0.1); + backdrop-filter: blur(30px); + color: rgba(255, 255, 255, 0.8); + text-align: center; + transition: background 0.3s; +} + +.server-info:hover { + background: rgba(255, 255, 255, 0.2); +} + +.server-info h2 { + font-size: 1.8rem; + margin-bottom: 15px; +} + +.server-info p { + font-size: 1.2rem; + color: rgba(255, 255, 255, 0.7); + margin: 8px 0; +} + +.discord-info { + width: 350px; + margin: 0 auto; + padding: 25px; + border-radius: 15px; + background: rgba(255, 255, 255, 0.1); + border: 1px solid rgba(255, 255, 255, 0.1); + backdrop-filter: blur(30px); + color: rgba(255, 255, 255, 0.8); + text-align: center; + transition: background 0.3s; +} + +.discord-info:hover { + background: rgba(255, 255, 255, 0.2); +} + +.discord-info h2 { + font-size: 1.8rem; + margin-bottom: 15px; +} + +.discord-info p { + font-size: 1.2rem; + color: rgba(255, 255, 255, 0.7); + margin: 8px 0; +} + +/* Footer */ +.footer { + background-color: #0b0d13; + padding: 20px; + text-align: center; + font-size: 0.9rem; + color: rgba(255, 255, 255, 0.6); + border-top: 1px solid rgba(255, 255, 255, 0.1); +} diff --git a/survival.png b/survival.png new file mode 100644 index 0000000..aedadf2 Binary files /dev/null and b/survival.png differ diff --git a/vote.png b/vote.png new file mode 100644 index 0000000..eee49c0 Binary files /dev/null and b/vote.png differ