-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (48 loc) · 2.38 KB
/
index.html
File metadata and controls
56 lines (48 loc) · 2.38 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>[ELICIT] Decode.</title>
<link rel="stylesheet" href="/static/assets/css/output.css">
<!-- icon inside head -->
<link rel="icon" href="/static/assets/images/elicit_logo.png" type="image/x-icon">
</head>
<body class="bg-background">
<!-- MUJ ACM SIGAI -->
<section class="flex relative justify-center place-items-center w-full h-screen hero">
<div>
<h1
class="font-dos text-text leading-[55px] text-[80px] md:leading-[110px] md:text-[180px] lg:leading-[170px] lg:text-[280px]">
Decode.</h1>
<p class="text-text font-nulshock leading-none text-[10px] md:text-[25px] lg:text-[30px]">THANKS FOR
PLAYING.</p>
<a href="./leaderboard.html" class="bg-text text-background font-dos md:font-bold
lg:text-2xl lg:mt-2 lg:px-2 lg:py-1
text-base mt-1 px-2 py-1
">check leaderboard</a>
</div>
</section>
<section id="footer" class="bg-text w-full p-3">
<div class="w-full flex place-items-center font-nulshock text-xl">
<img src="/static/assets/images/acmlogo.svg"> <p> DECODE by <a
href="https://linktr.ee/roadtoelicit24" class="text-links">MUJ ACM</a></p>
</div>
<div class="mt-4">
<br>
<p class="font-nulshock text-hard-bg text-lg md:text-3xl">FOLLOW US ON OUR SOCIALS!</p>
<a href="https://www.instagram.com/elicitmuj" target="_blank"
class="text-links font-dos underline text-xl">instagram</a>
<a href="https://www.linkedin.com/company/muj-acm-student-chapter" target="_blank"
class="text-links font-dos underline text-xl">linkedin</a>
<a href="/cdn-cgi/l/email-protection#f69b839c97959bb6919b979f9ad895999b" target="_blank"
class="text-links font-dos underline text-xl">email</a>
<a href="tel:+918287735005" target="_blank" class="text-links font-dos underline text-xl">phone</a>
</div>
<br>
<h1 class="text-center text-links text-xl md:text-2xl font-dos">
<a href="https://krishsharma.in" target="_blank">Website by Krish Sharma</a>
</h1>
</section>
</body>
</html>