-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) · 2.62 KB
/
Copy pathindex.html
File metadata and controls
51 lines (48 loc) · 2.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="project.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.7.9/lottie.min.js"></script>
<title>Sutantratsav'24</title>
</head>
<body>
<img src="https://res.cloudinary.com/dtv0aopo3/image/upload/v1678705666/events/amrita_c20_g20_white_rfgepn.png" alt="">
<header>
<div>
<h1>AmritaSanskruti'24</h1>
<h2>AmritaSanskruti is National festival and an exciting event that brings together the brightest minds in technology to showcase their skills and creativity. It's a unique opportunity to learn from industry experts, network with like-minded individuals, and gain valuable experience in cutting-edge technologies.</h2>
<button class="login-button reg glitch" id="loginButton" onclick="window.location.href='login.html'">Login to register</button><br>
<br><br><br><br>
<button class="button" style="margin-left:230px ; padding: 10px; background-color: yellow; color:black;" onclick="window.location.href='charity.html'">Donate for charity</button>
</div>
<img src="sp.jpg" alt="" class="ani">
<div class="button-container">
<div class="button-socials">
<button class="button" id="a">Socials</button>
<div class="dropdown-content">
<a href="https://www.instagram.com/avv_chennai_campus/?hl=en">Instagram</a>
<a href="https://www.facebook.com/chennaicampus/">Facebook</a>
<a href="https://twitter.com/AMRITAedu/status/1538866280505020416">Twitter</a>
<a href="https://www.youtube.com/channel/UCif-ctPLQ0CS0OFZHLYN0ug">YouTube</a>
</div>
</div>
<div class="button-events">
<button class="button">Events</button>
<div class="dropdown-content">
<a href="technical.html">Technical</a>
<a href="non-technical.html">Non-Technical</a>
</div>
</div>
<div class="button-about-us">
<button onclick="window.location.href='https://amrita.edu'" class="button">About us</button>
</div>
</div>
<div id="mouse-follower"></div>
<img src="dot.png" alt="">
<script src="mouse-animation.js"></script><br>
<script src="https://www.google.com/recaptcha/api.js"></script>
</header>
</body>
</html>