This repository was archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (40 loc) · 2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Unreal Slackers</title>
<meta name="description" content="Unreal Slackers is a Discord community where Unreal Engine users come from all over the world to socialize, get help and share their work. All skill levels & backgrounds welcome.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" href="assets/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16">
<script async src="https://u.polymoon.net/script.js" data-website-id="2df4b089-2627-4f09-bfca-3767bde24512"></script>
</head>
<body>
<!-- Logo & Site Navigation -->
<header>
<img class="logo" src="assets/logo.svg" alt="Unreal Slackers logo">
<nav>
<a href="https://twitter.com/unrealslackers">Twitter</a>
<a href="https://ko-fi.com/unrealslackers" class="header-cta" data-umami-event="Donate button">Donate</a>
</nav>
</header>
<!-- Title, Info & CTA -->
<main>
<section class="title">
<h1>Unreal Slackers</h1>
<img class="bubbles" src="assets/bubbles.svg" alt="Decorative separator">
<h2>A Discord community for Unreal Engine users</h2>
</section>
<p class="info">
Get help • Share your work • Socialize<br>
All skill levels & backgrounds welcome <img class="heart" src="assets/heart.svg" alt="Heart">
</p>
<a href="https://discord.gg/unreal-slackers" class="cta" data-umami-event="Discord button">Come on in</a>
</main>
<footer><img class="partner" src="assets/partner-badge.png" alt="Discord Partner badge"></footer>
</body>
</html>