-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
142 lines (121 loc) · 5.62 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1">
<link rel="shortcut icon" href="images/favicon.png" />
<title>About | Shishir '18</title>
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900" rel="stylesheet" type="text/css">
<link href="fonts/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="site-content">
<header class="site-header">
<div class="container">
<a href="index.html" id="branding">
<img class="logo" src="images/logo.jpg" alt="Site Logo">
</a>
<nav class="main-navigation">
<button type="button" class="toggle-menu"><i class="fa fa-bars"></i></button>
<ul class="menu">
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item current-menu-item"><a href="about.html">About</a></li>
<li class="menu-item"><a href="gallery.html">Team</a></li>
<li class="menu-item"><a href="sindex.html">Schedule</a></li>
<li class="menu-item"><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="mobile-menu"></div>
</div>
</header>
<main class="main-content">
<div class="fullwidth-block inner-content">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="content">
<h2 class="entry-title">What is Shishir?</h2>
<figure class="featured-image">
<img src="images/shishir.jpg" alt="post image">
</figure>
<p class="leading"></p>
<p>“Culture is the widening of the mind and of the spirit.” ‘SHISHIR’ is the Annual Cultural Fest of the National Institute of Technology, Meghalaya.Quoting the words of David Binder- “Festivals promote diversity, they bring neighbours into dialogue, they increase creativity, they offer opportunities for civic pride, they improve our general psychological well-being.” Keeping this in mind, NIT Meghalaya brings Meghalaya’s largest cultural fest to be held during February 16-18, 2018 in Bijni Complex, Laitumkhrah,Shillong.</p>
<p>NIT Meghalaya welcomes you all to a delightful spectacle of every culture on one platform among the cold and refreshing hills of Shillong, where you could carve out the most magical memories of your life, where nature and culture unroll their magic together and where you would travel back into time and relive those magical events.</p>
</div>
</div>
<div class="col-md-4 col-md-push-1">
<aside class="sidebar">
<div class="widget">
<h3 class="widget-title">Celebrities</h3>
<ul class="discography-list">
<li>
<figure class="cover"><img src="images/NikhilDSouza2.jpg" alt="Nikhil D'Souza"></figure>
<div class="detail">
<h3><a href="#">Nikhil D'Souza</a></h3>
<span class="track">Shishir '18</span>
</div>
</li>
<li>
<figure class="cover"><img src="images/HarshMohammad.jpg" alt="Harsh Mohammad"></figure>
<div class="detail">
<h3><a href="#">Arsh Mohammad</a></h3>
<span class="year">"I really wish I can come back here again."</span>
<span class="track">Shishir '17</span>
</div>
</li>
<li>
<figure class="cover"><img src="images/Gajendra Verma.jpg" alt="Gajendra Verma"></figure>
<div class="detail">
<h3><a href="#">Gajendra Verma</a></h3>
<span class="year">"Its great to be here."</span>
<span class="track">Shishir '16</span>
</div>
</li>
<li>
<figure class="cover"><img src="images/KshitijTarey.jpeg" alt="tKshitijTarey"></figure>
<div class="detail">
<h3><a href="#">Kshitij Tarey</a></h3>
<span class="year">"NIT Meghalaya Rocks."</span>
<span class="track">Shishir '15</span>
</div>
</li>
<li>
<figure class="cover"><img src="images/SaurabheeDebbarma.jpeg" alt="Saurabhee Debbarma"></figure>
<div class="detail">
<h3><a href="#">Saurabhee Debbarma</a></h3>
<span class="year">"Had a really great time with everyone."</span>
<span class="track">Shishir '14</span>
</div>
</li>
</ul>
</div>
</aside>
</div>
</div>
</div>
</div>
</main>
<footer class="site-footer">
<div class="container">
<img class="logo" src="images/logo.jpg" alt="Site Name">
<address>
<p class="get">GET IN TOUCH</p>
<p>Bijni Complex, Laitumkhrah, Shillong<br><a href="tel:354543543">+91 8413015227</a> <br> <a href="mailto:[email protected]">[email protected]</a></p>
</address>
<div class="social-links">
<p class="get">GET SOCIAL</p>
<a href="https://www.facebook.com/shishir.nitm/"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.instagram.com/shishir2k18/"><i class="fa fa-instagram"></i></a>
</div>
<p>Shillong, Meghalaya 793003 <br> <br></p>
<p class="copy">NIT Meghalaya<br>An Institute of National Importance</br></p>
</div>
</footer>
</div>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/app.js"></script>
</body>
</html>