forked from onprem/euphoria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (58 loc) · 2.21 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
<!DOCTYPE html>
<html>
<head>
<title>Euphoria | Biggest College Fest of Central India.</title>
<link href="style.css" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Advent Pro' rel='stylesheet'>
<script src="script.js"></script>
</head>
<body >
<div class="topnav" id="top">
<a href="index.html" class="active">HOME</a>
<a href="events.html">EVENTS</a>
<a href="register.php">REGISTER</a>
<a href="login.php">LOGIN</a>
<a href="team.html">OUR TEAM</a>
<a href="dashboard.php">DASHBOARD</a>
<a href="javascript:void(0);" class="icon" onclick="expand()">☰</a>
</div>
<div align="center">
<img src="images/logo.png" alt="logo" class="trans" />
</div>
<h1>Redefining Imagination</h1>
<p>
<h2>About</h2>
<div class="para">
Euphoria the annual cultural fest of ABC Gwalior has set its benchmark amidst all the cultural fests of India witnessing a ginormous participation of over 40k+ students from the various corners of India and an exuberant audience crossing over half a lakh. It's an extravagent experience enthrilling the minds of young generations of India every year.
</div>
</p>
<div class="footer">
<table style="width: 100%;">
<tr>
<td><a href="index.html">Home</a></td>
<td><a href="https://www.facebook.com/euphoria"><img src="facebook.png" class="icon" />euphoria18</a></td>
<td><a href="mailto:admin@euphoria18.tk">admin@euphoria18.tk</a></td>
</tr>
<tr>
<td><a href="login.php">Login</a></td>
<td><a href="https://www.youtube.com/euphoria"><img src="youtube.png" class="icon" />/euphoria18</a></td>
<td>+91 9950598784</td>
</tr>
<tr>
<td><a href="register.php">Register</a></td>
<td><a href="https://www.twitter.com/euphoria"><img src="twitter.png" class="icon" />/euphoria</a></td>
<td>AB Road, Gwalior</td>
</tr>
<tr>
<td><a href="admin/index.php">Admin Dashboard</a></td>
<td><a href="https://www.instagram.com/euphoria"><img src="instagram.png" class="icon" />/euphoria.18</a></td>
<td>Madhya Pradesh</td>
</tr>
<tr>
<td colspan="3" style="font-size: 18px;">© Copyright Euphoria. All rights reserved.</td>
</tr>
</table>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top">▲</button>
</body>
</html>