Elatteria-Website/E-Cafe Website/about.html

75 lines
3.2 KiB
HTML
Raw Normal View History

2022-12-11 14:24:43 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-12-20 18:21:34 +02:00
<title>About | E-Cafe</title>
2022-12-11 14:24:43 +02:00
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
2022-12-13 18:39:21 +02:00
<ul class="desktop">
2022-12-11 14:24:43 +02:00
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li class="logo"><a href="index.html"></a></li>
2022-12-13 18:39:21 +02:00
<li><a href="links.html">Links</a></li>
<li><a href="about.html">About</a></li>
</ul>
<ul class="mobile">
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="links.html">Links</a></li>
2022-12-11 14:24:43 +02:00
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<h1 class="title">
About
</h1>
<section class="description">
<h1>Made by</h1>
2022-12-13 18:39:21 +02:00
<div class="list">
<figure class="features">
<img src="https://crafatar.com/avatars/e670d4ab-a396-4c0d-bd6d-0fb8742e0a83" alt="Minecraft head of Ebsku">
<figcaption>Ebsku</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/e39e3289-dbd4-420c-8197-5b5141c4837f" alt="Minecraft head of Jorvents">
<figcaption>Jorvents</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/f000e1fc-72d0-48fb-b583-bb6bfaa20c31" alt="Minecraft head of yesyes">
<figcaption>yesyes</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/95bd1dbc-360e-46ed-ae1a-53f6440271d1" alt="Minecraft head of RobinOfGaming">
<figcaption>RobinOfGaming</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/ef158c9d-2bd0-4890-8c3a-985c2c27906f" alt="Minecraft head of GhdEst">
<figcaption>GhdEst</figcaption>
</figure>
</div>
<div class="list">
<figure class="features">
<img src="https://crafatar.com/avatars/b9decfb0-a3d2-45a1-ab64-5dc2e46481b1" alt="Minecraft head of zani">
<figcaption>zani</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/1b2a3b7c-31a8-4b45-8908-c6d63cc27b64" alt="Minecraft head of coradoune">
<figcaption>coradoune</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/fc3b8cc7-ab15-4690-a497-d1c900debfb0" alt="Minecraft head of Raspberry">
<figcaption>Raspberry</figcaption>
</figure>
<figure class="features">
<img src="https://crafatar.com/avatars/9956d7bf-8aa7-4cad-bc8d-40c77f84be63" alt="Minecraft head of OkuBlock">
<figcaption>OkuBlock</figcaption>
</figure>
</div>
</section>
2022-12-11 14:47:11 +02:00
<footer>
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>
2022-12-11 14:24:43 +02:00
</body>
</html>