-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
40 lines (40 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@600&family=Playfair+Display:ital@1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<title>HacKNIT Club</title>
</head>
<body>
<!-- content -->
<h1>Willing to contribute to this Website.</h1>
<video autoplay muted loop id="ComingSoon">
<source src="Resourses/Copy Coming Soon.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
<!-- Your browser does not support the video tag. -->
</video>
<header class="head">
<a href="https://youtu.be/G5hwJmdXFuU" title="homepage" class="logo">
<img src="Resourses/flag-orpheus-top.svg" alt="Club Flag">
</a>
</header>
<main>
</main>
<footer class="foot">
<p class="contact">Connect With Us:</p>
<a href="https://github.com/Hack-Club-KNIT/" target="_blank">
<img src="https://img.icons8.com/nolan/64/github.png" alt="github" class="connect">
</a>
<a href="https://discord.gg/2KvHM3PuZR" target="_blank">
<img src="https://img.icons8.com/nolan/64/discord-logo.png" alt="discord" class="connect">
</a>
<a href="mailto: [email protected]" target="_blank">
<img src="https://img.icons8.com/nolan/64/gmail.png" alt="gmail" class="connect">
</a>
</footer>
</body>
</html>