-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
95 lines (83 loc) · 3.55 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="theme-color" content="#00222b" />
<title>Invento 2k17 IET DAVV, Indore's Annual TechFest</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Vampiro+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" media="screen" href="css/style.css">
<link rel="stylesheet" media="screen" href="css/phone.css">
<link rel="stylesheet" media="screen" href="css/sass/style.css">
<link rel="stylesheet" media="screen" href="css/bootstrap.min.css">
<link rel="stylesheet" media="screen" href="css/invento-title.css">
<link rel="stylesheet" media="screen" href="css/sub-section.css">
<link rel="stylesheet" media="screen" href="css/contact.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<!-- particles.js container -->
<div id="particles-js"></div>
<!-- Navigation Bar menu -->
<nav class="menu-left">
<ul>
<li><button onclick="pop('workshops')">WORKSHOPS</button></li>
<li><button onclick="pop('seminars')">SEMINARS</button></li>
<li><button onclick="pop('competitions')">COMPETITIONS</button></li>
</ul>
</nav>
<nav class="menu-right">
<ul>
<li><button onclick="pop('gallery')">GALLERY</button></li>
<li><button onclick="pop('sponsors')">SPONSORS</button></li>
<li><button onclick="pop('team')">TEAM</button></li>
</ul>
</nav>
<div id="navigation">
<button style="background:transparent; border:none;z-index:20;outline:none"><img src="menu.png"></button>
</div>
<div id="phone-nav-back"></div>
<!-- Main Home Page -->
<div id="overlay">
<center>
<div id="circle1"></div>
<div id="circle2"></div>
<div id="circle31"></div>
</center>
<div id="intro-wrap">
<h2 id="clg"></h2>
<h1 class="invento"><span>I</span><span>N</span><span>V</span><span>E</span><span>N</span><span>T</span><span>O</span></h1>
<h2 id="date"><span>23 - 24</span> <span> SEPTEMBER</span><span> 2017</span></h2>
</div>
<div id="btns">
<center>
<ul>
<li id="about-btn"><a class="button main-btn btn-top" onclick="pop('about')"><div>ABOUT US</div></a></li>
<li class="btn-space"></li>
<li id="campus-btn"><a class="button main-btn" onclick="pop('campus')"><div>CAMPUS AMBASSDOR</div></a></li>
<li class="btn-space"></li>
<li id="contact-btn"><a class="button main-btn btn-top" onclick="pop('contact')"><div>CONTACT US</div></a></li>
</ul>
</center>
</div>
</div>
<!-- sub sections starts -->
<div class="pop-up">
<div class="body">
</div><!-- body // -->
</div><!-- pop-up // -->
<script src="js/particles.min.js"></script>
<script src="js/app.js"></script>
<script src="js/ietdavv-effect.js"></script>
<script src="js/sub-section.js"></script>
<style>
.item { cursor: zoom-in; }
</style>
</body>
</html>