more flagle additions

This commit is contained in:
Ebsku
2022-12-20 18:21:34 +02:00
parent 51478d74c7
commit 9e78878acc
11 changed files with 190 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home - E-Cafe</title>
<title>Home | E-Cafe</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
@@ -26,11 +26,22 @@
E-Cafe
</h1>
<section class="description">
<p><strong>Welcome to E-Cafe!</strong><br>
We're a small community with a Discord server, a Minecraft server</p>
<strong>Welcome to E-Cafe!</strong><br>
We're a small Minecraft based community in Discord.<br>
<button type="button" onclick="scrollDown(0, 10000)">Learn More</button>
<div style="margin-top: 500px;"></div>
<figure class="screenshots">
<img src="Images/Screenshots/MinecraftBedwarsLobby.png" alt="Screenshot from E-Cafe Minecraft server">
<figcaption>Screenshot from E-Cafe Minecraft Server. </figcaption>
</figure>
<div style="margin-top: 50px;"></div>
a<br>
aaaa
</section>
<footer>
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>
</body>
<script src="Scripts/scroll.js">
</script>
</html>