-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (46 loc) · 1.88 KB
/
index.html
File metadata and controls
55 lines (46 loc) · 1.88 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
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Terra Technica 2017</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="stylesheets/fonts.css">
<link rel="stylesheet" href="stylesheets/reset.css">
<link rel="stylesheet" href="stylesheets/animation.css">
<link rel="stylesheet" href="stylesheets/main.css">
</head>
<body>
<!-- Background -->
<section class="bg">
<div class="circle circle-1"></div>
<div class="circle circle-2"></div>
<div class="circle circle-3"></div>
<div class="circle circle-4"></div>
<div class="circle circle-5"></div>
<div class="circle circle-hide-1 circle-6"></div>
<div class="circle circle-hide-2 circle-7"></div>
</section>
<!-- Logo -->
<section class="full-page v-center-wrap h-center-wrap" id="main-section">
<div class="v-center-box logo">
<div>NIT Delhi Tech Fest</div>
<h1>Terra Technica</h1>
<div class="strike"><span class="year">2017</span></div>
</div>
<small class="menu-btn" id="nav-btn">Menu</small>
</section>
<!-- Nav -->
<nav class="full-page overlay h-center-wrap v-center-wrap primary-nav" id='primary-nav'>
<div class="v-center-box">
<ul>
<li><a href="index.html">Home</a></li>
<li>About Us</li>
<li><a href="event.html">Events</a></li>
<li><a href="initiative.html">Initiative</a></li>
</ul>
</div>
<small id="nav-close-btn">Close</small>
</nav>
<script src="scripts/main.js"></script>
</body>
</html>