-
Notifications
You must be signed in to change notification settings - Fork 0
/
events_text.php
executable file
·63 lines (56 loc) · 4.7 KB
/
events_text.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<title>Sequence Theme Demo - Sliding Horizontal Parallax</title>
<link rel="stylesheet" type="text/css" media="screen" href="slide_text/css/event_text.css" />
<link href="http://fonts.googleapis.com/css?family=Play:400,700" rel="stylesheet" type="text/css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>
if (typeof jQuery == 'undefined'){
document.write(unescape('%3Cscript src="slide_text/scripts/jquery-min.js" %3E%3C/script%3E'));
}
</script>
<script src="slide_text/scripts/jquery.sequence.js"></script>
<script src="slide_text/sequencejs-options.sliding-horizontal-parallax.js"></script>
</head>
<body>
<div id="sequence">
<img class="sequence-prev" src="slide_text/images/bt-prev.png" alt="Previous" />
<img class="sequence-next1" src="slide_text/images/bt-next.png" alt="Next" />
<ul class="sequence-canvas">
<li class="animate-in">
<div class="info">
</br>
<p>There are a number of events planned for the three days of the Meet. It will be a perfect blend of nostalgia, fun, professionalism and entertainment.</p>
</br><ol>
<li><span style="font-size:21px;color:red">Inauguration Ceremony:</span><?php for($i=1;$i<=56;$i++){echo(" ");}?> A formal way to get started and welcome our alumni back to the campus. This auspicious occasion, with the invocation
ceremony by the hands of the Director, marks the beginning of the three-day long event. There will be documentaries premiered on KGP to help you
recapitulate of what had happened and what is happening in your college.</br></li></br>
<li><span style="font-size:21px;color:red">Campus Tour:</span><?php for($i=1;$i<=32;$i++){echo(" ");}?> The whole batch will be taken around the campus with our volunteers and will be updated about the current developments in the campus.
You will be also visiting your departments and the old beauties of the campus.</br></li></br>
<li><span style="font-size:21px;color:red">Hall Visits: </span><?php for($i=1;$i<=26;$i++){echo(" ");}?>A night is solely dedicated to your hall- where you can revisit your room and relive the best times of your college life.
The halls would be organising events for their respective alumni and after that its all yours....</br></li></br>
<li><span style="font-size:21px;color:red">Musical Night: </span><?php for($i=1;$i<=34;$i++){echo(" ");}?>The mood transcends all senses as you go Gaga over Raga. A musical bonanza, where live performances shall floor you with their
intoxicating blend of music and sounds, and perhaps get you closer to musical nirvana. So get ready to sway to some mesmerizing performances by
the musicians of Kgp. Previous meets have set a precedent where mesmerised alumni take to the dais. </br></li></br>
</ol>
</div>
</li>
<li>
<div class="info">
<ol start="5"></br></br>
<li><span style="font-size:21px;color:red">Fine Art and Photography Exhibition:</span><?php for($i=1;$i<=86;$i++){echo(" ");}?> Check out the skills of the students of IIT Kharagpur as they prepare paintings, sketches, models and click photographs for their dear alumni.The works will be put up for sale.</br></li></br>
<li><span style="font-size:21px;color:red">Illumination and DJ night:</span><?php for($i=1;$i<=60;$i++){echo(" ");}?> A mini-illu made by our team for our guests. You will be lighting the lamps and experiencing the innovation Kgp has had. There will be a DJ playing for your feet to tap and mind to rock.</br></li></br>
<li><span style="font-size:21px;color:red">Sports Event: </span><?php for($i=1;$i<=32;$i++){echo(" ");}?>Here is a chance for you to stretch your muscles again and carry pictures back home for your children with a note- "Son I am equally good!". Do send us suggestions for your preference of events.</br></li></br>
<li><span style="font-size:21px;color:red">Entertainia: </span><?php for($i=1;$i<=26;$i++){echo(" ");}?>It is going to be a surprise! But surely you will love what is going to happen.</br></li></br>
<li><span style="font-size:21px;color:red">Closing Ceremony:</span><?php for($i=1;$i<=43;$i++){echo(" ");}?> The time to say Good Bye! We will leave you with memories in form of mementos and group photographs and some more nostalgia to carry back home. A special awards ceremony and a cultural program is also in store for the alumni.</br></li></br>
</ol></br></br>
<p></span><?php for($i=1;$i<=56;$i++){echo(" ");}?>See you participating in all these events!</p>
</div>
</li>
</ul>
</div>
</body>
</html>