-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
176 lines (148 loc) · 5.73 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>SAPTRANG</title>
<meta name="description" content="">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" media="screen" href="css/superfish.css" />
<link rel="stylesheet" href="css/nivo-slider.css" media="all" />
<link rel="stylesheet" href="css/tweet.css" media="all" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" media="all" href="css/lessframework.css"/>
<!-- All JavaScript at the bottom, except this Modernizr build.
Modernizr enables HTML5 elements & feature detects for optimal performance.
Create your own custom Modernizr build: www.modernizr.com/download/ -->
<script src="js/modernizr-2.5.3.min.js"></script>
</head>
<body>
<!-- HEADER -->
<header>
<!-- header wrapper -->
<div class="wrapper cf">
<div id="logo">
<a href="index.html" >
<img src="img/1%20T.png" alt="" style="height: 80px; margin-bottom: 0px" />
</a>
</div>
</div><!-- ENDS header wrapper -->
<!-- nav -->
<nav class="cf">
<div class="wrapper cf">
<ul id="nav" class="sf-menu">
<li class="current-menu-item"><a href="index.html">HOME<i><b></b></i></a></li>
<li><a>EVENTS<i><b></b></i></a>
<ul>
<li><a href="photography.html">PHOTOGRAPHY</a></li>
<li><a href="arts.html">ARTS</a></li>
<li><a href="literature.html">LITERATURE</a></li>
<li><a href="music.html">MUSIC</a></li>
<li><a href="dance.html">DANCE</a></li>
<li><a href="drama.html">DRAMATICS</a></li>
<li><a href="runway.html">RUNWAY</a></li>
</ul>
</li>
<li><a href="team.html">TEAM<i><b></b></i></a></li>
<li><a href="sponsors.html">SPONSORS<i><b></b></i></a></li>
</ul>
<div id="combo-holder"></div>
</div>
</nav>
<!-- ends nav -->
</header>
<!-- ENDS HEADER -->
<!-- MAIN -->
<div role="main" id="main">
<div class="wrapper">
<!-- SLIDER -->
<div class="slider-wrapper theme-default theme-project theme-home">
<div class="ribbon"></div>
<div id="slider" class="nivoSlider">
<img src="./assets/events/Runway/4.jpg" alt="" />
<img src="./assets/events/Runway/9.jpg" alt="" />
<img src="./assets/events/Music/2.jpg" alt="" />
<img src="./assets/events/Music/16.jpg" alt="" />
<img src="./assets/events/Dance/DSC_7043%5B1%5D.jpg" alt="" />
<img src="./assets/events/Dance/DSC_7269.JPG" alt="" />
</div>
</div>
<!-- ENDS SLIDER -->
<!-- headline -->
<div class="headline">
The ANnual Cultural fest
of nit delhi
</div>
<!-- ENDS headline -->
<!-- Feature -->
<ul id="filter-container-feature" class="feature">
<li>
<a href="photography.html" class="thumb" ><img src="./assets/events/Photography/Copy%20of%20abhishek%20kumar%20singh_street%20photography_01.jpg" alt="" />
</a>
<div class="caption">Photography</div>
</li>
<li>
<a href="arts.html" class="thumb" ><img src="./assets/events/Arts/Copy%20of%20IMG_6063.JPG" alt="" />
</a>
<div class="caption">Arts</div>
</li>
<li>
<a href="literature.html" class="thumb" ><img src="./assets/events/Literature/IMG_2249%20(1)_polarr.jpg" alt="" />
</a>
<div class="caption">Literature</div>
</li>
<li>
<a href="music.html" class="thumb" ><img src="./assets/events/Music/6.jpg" alt="" />
</a>
<div class="caption">Music</div>
</li>
<li>
<a href="dance.html" class="thumb" ><img src="./assets/events/Dance/5.jpg" alt="" />
</a>
<div class="caption">Dance</div>
</li>
<li>
<a href="drama.html" class="thumb" ><img src="./assets/events/Drama/10.jpg" alt="" />
</a>
<div class="caption">Drama</div>
</li>
<li>
<a href="runway.html" class="thumb" ><img src="./assets/events/Runway/4.jpg" alt="" />
</a>
<div class="caption">Runway</div>
</li>
</ul>
<!-- ENDS feature -->
</div>
</div>
<!-- ENDS MAIN -->
<footer>
<!-- wrapper -->
<div class="wrapper cf">
<h1 style="text-align: center">SAPTRANG 2020</h1>
</div><!-- ENDS wrapper -->
</footer>
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.7.1.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via build script -->
<script src="js/custom.js"></script>
<!-- superfish -->
<script src="js/superfish-1.4.8/js/hoverIntent.js"></script>
<script src="js/superfish-1.4.8/js/superfish.js"></script>
<script src="js/superfish-1.4.8/js/supersubs.js"></script>
<!-- ENDS superfish -->
<script src="js/tweet/jquery.tweet.js" ></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.nivo.slider.js" ></script>
<script src="js/css3-mediaqueries.js"></script>
<script src="js/tabs.js"></script>
<script src="js/poshytip-1.1/src/jquery.poshytip.min.js"></script>
<!-- end scripts -->
</body>
</html>