-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.php
255 lines (241 loc) · 9.09 KB
/
index.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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<?php
include_once "./includes/header.php";
?>
<!----facebook like box script---->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--/facebook like box script-->
<!-- Section: intro -->
<section id="intro" class="intro">
<div class="slogan">
<h1>Computers Science Engineers Community</h1>
<p>National Institute of Technology, Hamirpur</p>
<a href="#about" class="btn btn-skin scroll">Scroll Down</a>
</div>
</section>
<!-- /Section: intro -->
<!-- Section: about -->
<section id="about" class="home-section text-center bg-gray">
<div class="heading-about marginbot-50">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="section-heading">
<h2>About us</h2>
<p>This is a student's club of the Computer Science & Engineering Department of NIT Hamirpur. Being a student's club of one of the most prominent branch of the institute, CSEC plans a number of educational events, lectures, workshops, conventions, insight meets and various other events to help out the students of Computer Science and Information Technology branch with their overall course and development.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="team boxed-grey">
<div class="inner">
<h5>Mayank Bansal</h5>
<p class="subtitle">President</p>
<div class="avatar"><img src="img/team/mayank.jpg" alt="" class="img-responsive" /></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="team boxed-grey">
<div class="inner">
<h5>Divjot Singh</h5>
<p class="subtitle">Vice-President</p>
<div class="avatar"><img src="img/team/divjot.jpg" alt="" class="img-responsive" /></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="team boxed-grey">
<div class="inner">
<h5>Aniket Verma</h5>
<p class="subtitle">Competitive Coding Head</p>
<div class="avatar"><img src="img/team/aniket.jpg" alt="" class="img-responsive" /></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<div class="team boxed-grey">
<div class="inner">
<h5>Sagar Karira</h5>
<p class="subtitle">Web Team Head</p>
<div class="avatar"><img src="img/team/sagar.jpg" alt="" class="img-responsive" /></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Section: about -->
<!-- Section: services -->
<section id="whatwedo" class="home-section text-center">
<div class="heading-about marginbot-50">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="section-heading">
<h2>What we do</h2>
<p></p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-3 col-md-3">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-code fa-3x"></i>
</div>
<div class="service-desc">
<h5>Code</h5>
<p>Programming is always the top priority of CSEC. We conduct various lectures, workshops, Contests to promote the Programming Culture in NITH.</p>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-suitcase fa-3x"></i>
</div>
<div class="service-desc">
<h5>Web Development</h5>
<p>CSEC has many projects on Web development. Regular workshops are also conducted for the students interested in Web Development.</p>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-cog fa-3x"></i>
</div>
<div class="service-desc">
<h5>Workshops</h5>
<p>We conduct various workshops and talks on Various Computer related technologies.</p>
</div>
</div>
</div>
<div class="col-sm-3 col-md-3">
<div class="service-box">
<div class="service-icon">
<i class="fa fa-rocket fa-3x"></i>
</div>
<div class="service-desc">
<h5>Enigma</h5>
<p>Enigma is annual Fest of CSEC. A 3-4 days fest with so many activities is full of fun and knowledge.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Section: services -->
<!-- Section: works -->
<section id="Activities" class="home-section text-center bg-gray">
<div class="heading-works marginbot-50">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="section-heading">
<h2>Recent Activities</h2>
<p>Here are some the recent activities conducted and some works done by CSEC. Click on the respective image to know more</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12" >
<div class="row">
<div class="col-md-3">
<a href="gallery.php#sudocode2">
<img src="img/activities/Sudo_Code2.jpg" class="img-responsive" alt="img">
</a>
</div>
<div class="col-md-3">
<a href="gallery.php#sudocode1">
<img src="img/activities/sudo_code1.jpg" class="img-responsive" alt="img">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Section: works -->
<!-- Section: contact -->
<section id="contact" class="home-section text-center">
<div class="heading-contact marginbot-50">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="section-heading">
<h2>Contact Us</h2>
<p>Get in touch with us at various social networks or Drop an e-mail for us.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="boxed-grey">
<a class="twitter-timeline" href="https://twitter.com/csecnith" data-widget-id="525556426265989121">CSEC on Twitter</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<p> </p>
<!--facebook like box-->
<div class="fb-like-box" data-href="https://www.facebook.com/csec.nith" data-width="250" data-height="250" data-colorscheme="light" data-show-faces="true" data-header="true" data-stream="false" data-show-border="true" float="right"></div>
<!--/facebook like box-->
</div>
</div>
<div class="widget-contact row">
<div class="col-lg-6">
<address>
<strong>Computer Science Engineers Community</strong><br>
National Institute of Technology<br>Hamirpur, Himachal Pradesh
</address>
</div>
<div class="col-lg-6">
<address>
<strong>Email</strong><br>
<a href="mailto:#">[email protected]</a><br />
<a href="mailto:#">[email protected]</a>
</address>
</div>
</div>
</div>
</section>
<!-- /Section: contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<p>Copyright © 2015 CSEC-NITH</p>
</div>
</div>
</div>
</footer>
<!-- Core JavaScript Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/gnmenu.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/stellar.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/custom.js"></script>
</body>
</html>