-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
95 lines (93 loc) · 5.29 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WOC - Winter of Code 2023</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="nav-container">
<div class="nav-socials">
<!-- <a href="https://www.example.com" target="_blank" rel="noreferrer">
<img src="./icons/twitter.svg" alt="Example Logo" width="24" height="24">
</a>
<a href="https://www.twitter.com/example" target="_blank" rel="noreferrer">
<img src="./icons/discord.svg" alt="Twitter Logo" width="24" height="24">
</a>
<a href="https://www.facebook.com/example" target="_blank" rel="noreferrer">
<img src="./icons/youtube.svg" alt="Facebook Logo" width="24" height="24">
</a> -->
<a href="wwwi.google.com" target="_blank" rel="noreferrer">
<img src="./icons/WOC_LOGO_FINAL1.png" alt="WOC" width="200" height="200">
</a>
</div>
<nav id="navigation">
<ul class="nav-main">
<li><a href="./index.html" class="nav-link">Home</a></li>
<li><a href="#schedule" class="nav-link">Schedule</a></li>
<li><a href="#speaker" class="nav-link">Speakers</a></li>
<li><a href="#prizes" class="nav-link">Prizes</a></li>
<li><a href="./meet_the_team.html" class="nav-link">Team</a></li>
<li><a href="./rules.html" class="nav-link">Rules</a></li>
<li><a href="./faq.html" class="nav-link">FAQs</a></li>
</ul>
</nav>
</div>
<div class="wrapper">
<div class="logo-unit">
<p class="logo_main">TRC Winter Of Code</p>
</div>
<!-- <img src="./icons/temp-el (1).gif" alt="accent" id="temp-effect" data-astro-cid-ktuztyka=""> -->
<p class="description">Squad up and join us for a hackathon from 30th October-5th November. Build your best idea and win cool prizes, swag or even internships!</p>
<div class="buttons">
<a href="https://devfolio.co/TRC_devfolio" target="_blank" rel="noreferrer" id="schedule-view">
<div class="techy-button discord">
<span><img src="./icons/telegram.svg" alt="Telegram" class="btnimg"> Join Our Telegram</span>
</div>
</a>
<a href="https://devfolio.co/TRC_devfolio" target="_blank" rel="noreferrer" id=" apply">
<div class="techy-button instagram">
<span><img src="./icons/instagram.svg" alt="Instagram" class="btnimg">Join Our Instagram</span>
</div>
</a>
<a href="https://devfolio.co/TRC_devfolio" target="_blank" rel="noreferrer" id=" apply">
<div class="techy-button apply">
<span><img src="./icons/devfolio.btn.png" alt="Telegram" class="btnimg"> Apply To Devfolio</span>
</div>
</a>
<a href="https://devfolio.co/TRC_devfolio" target="_blank" rel="noreferrer" id=" apply">
<div class="techy-button github">
<img src="./icons/github.svg" alt="Telegram" class="btnimg"><span id="btn"> Join Our Github</span>
</div>
</a>
</div>
</div>
<div class="Sponsors">
<div class="byb">
<p>BROUGHT YOU BY</p>
<div class="host">
<img id="img_host" src="/icons/swc.png" alt="SWC">
<img id="img_host" src="/icons/TRC_white_logo.png" alt="trc">
<img id="img_host" class="vitc" src="/icons/vit_logo.png" alt="VIT">
</div>
<p class="other_sponsors">AND FRIENDS...</p>
<div class="marquee_sponsors">
<marquee>
<img id="mar_img" src="/icons/devfolio.png" alt="">
<img id="mar_img" src="/icons/filecoin.svg" alt="">
<img id="mar_img" src="/icons/polygon.svg" alt="">
<img id="mar_img" src="/icons/devfolio.png" alt="">
<img id="mar_img" src="/icons/filecoin.svg" alt="">
<img id="mar_img" src="/icons/polygon.svg" alt="">
</marquee>
</div>
</div>
</div>
</header>
<footer>
<p>© 2023 Tech Researchers Club VIT'C. Made with 🖤️ by Tech Researchers Club VIT'C. All rights reserved.</p>
</footer>
</body>
</html>