-
Notifications
You must be signed in to change notification settings - Fork 2
/
proshows.html
62 lines (56 loc) · 2.61 KB
/
proshows.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PROSHOW | Drishti</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component2.css" />
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div class="container">
<div id="splitlayout" class="splitlayout">
<div class="intro">
<div class="side side-left">
<div class="intro-content">
<h1><span>HRIDAY<br>GATTANI </span></h1>
</div>
<div class="overlay"></div>
</div>
<div class="side side-right">
<div class="intro-content">
<h1><span>INDIGENOUS<br> FAKIRS</span></h1>
</div>
<div class="overlay"></div>
</div>
</div><!-- /intro -->
<div class="page page-right">
<div class="page-inner">
<section>
<h2>INDIGENOUS FAKIRS</h2>
<p>Indigeneous Fakirs are a group of nomads who teamed up to make music beyond genres. Concentrating on traditional Indian musical genres and fusing it with various western genres like Blues, Jazz, Country, etc. They have worked on the songs of some amazing musicians like Oasis, Clinton Cerejo, Vishal Dadlani, Anirudh Ravichander, Ayushman Khurana. </p>
<p>This Drishti, get ready to rise to musical nirvana! Prepare yourself for a night to remember. Brace yourself for cultural extravaganza on January 19,20 and 21!
Let's RISE!</p>
</section>
</div><!-- /page-inner -->
</div><!-- /page-right -->
<div class="page page-left">
<div class="page-inner">
<section>
<h2>HRIDAY GATTANI</h2>
<p>Rise from the ashes and face the fire! Embrace it.</p>
<p>Adamant on bringing about advancement, Drishti '18 gluts the glass with a technical symposium .Drishti '18 brings forth an extravagant ambience to the stage with Hriday Gattani in the spotlight. One of the emerging singers ,graced by A R Rahman's essence, lights the stage with fiery songs. Know the place and time, for the stage is lit with exciting experience.</p>
</section>
</div><!-- /page-inner -->
</div><!-- /page-left -->
<a href="#" class="back back-right" title="back to intro">→</a>
<a href="#" class="back back-left" title="back to intro">←</a>
</div><!-- /splitlayout -->
</div><!-- /container -->
<script src="js/classie.js"></script>
<script src="js/cbpSplitLayout.js"></script>
</body>
</html>