-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
295 lines (281 loc) · 12.7 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
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!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">
<meta property="og:image" content="https://codersjgec.github.io/assets/images/about.png">
<meta property="og:title" content="Seminar | Version Control System"/>
<title>Introduction To Version Control System</title>
<link rel=stylesheet href=bower_components/bootstrap/dist/css/bootstrap.min.css>
<link rel=stylesheet href=bower_components/ionicons/css/ionicons.min.css>
<link rel=stylesheet href=assets/css/main.css>
</head>
<body data-spy=scroll data-target=#site-nav>
<nav id=site-nav class="navbar navbar-fixed-top navbar-custom">
<div class=container>
<div class=navbar-header>
<div class=site-branding>
<a class=logo href=index.html>
<img src=assets/images/logo.png alt=Logo> VERSION CONTROL SYSTEM </a>
</div>
<button type=button class="navbar-toggle collapsed" data-toggle=collapse data-target=#navbar-items aria-expanded=false>
<span class=sr-only>Toggle navigation</span>
<span class=icon-bar></span>
<span class=icon-bar></span>
<span class=icon-bar></span>
</button>
</div>
<div class="collapse navbar-collapse" id=navbar-items>
<ul class="nav navbar-nav navbar-right">
<li class=active>
<a data-scroll href=#home>Home</a>
</li>
<li>
<a data-scroll href=#about>About</a>
</li>
<li>
<a data-scroll href=#speakers>Speakers</a>
</li>
<li>
<a data-scroll href=#partner>Partners</a>
</li>
</ul>
</div>
</div>
</nav>
<section id=home>
<header id=site-header class="site-header valign-center">
<div class=intro>
<h2>20th NOVEMBER, 2017 / JGEC</h2>
<h1>Introduction To Version Control System</h1>
<p>~Open source is a moral thing</p>
<a class="btn btn-white" href=https://goo.gl/forms/Mz4TjKIxStpMtwyx1 target="_blank">Register Now</a>
</div>
</header>
</section>
<section id=about class="section about">
<div class=container>
<div class=row>
<div class=col-sm-6>
<figure>
<img alt class=img-responsive src=assets/images/about.png>
</figure>
</div>
<div class=col-sm-6>
<h3 class="section-title multiple-title">About</h3>
<p></p>
<p>Learn Version Control with Git</p>
<p>Version control systems are essential for any form of distributed, collaborative development. Whether
it is the history of a wiki page or large software development project, the ability to track each
change as it was made, and to reverse changes when necessary can make all the difference between
a well managed and controlled process and an uncontrolled ‘first come, first served’ system. It can
also serve as a mechanism for due diligence for software projects.</p>
<p>Join us in this seminar to learn more on how Version Control System can be used by programmers and non-programmers
alike to speed up their day-to-day tasks.</p>
<p>NO FEE REQUIRED</p>
<p>Limited seats, only 80 JGEC students on first come first serve basis.</p>
<p>Free GitHub swags up for grab, register quickly to get yours.</p>
<!-- <ul class=list-arrow-right>
<li>Learn from the best Asian Social Media Experts & Case Studies</li>
<li>Have dedicated 2-to-1 meetings with the experts</li>
<li>Reach more consumers for less by learning new digital media skills</li>
<li>Save money when spending in online advertising</li>
</ul> -->
</div>
</div>
</div>
</section>
</div>
</section-->
<section id=speakers class="section speakers">
<div class=container>
<div class=row>
<div class=col-md-12>
<h3 class=section-title>Speakers</h3>
</div>
</div>
<div class=row>
<div class=col-md-4>
<div class=speaker>
<figure>
<img alt class="img-responsive center-block" src="assets/images/DKK_KC.jpg" width="85%">
</figure>
<h4>Dipak Kole</h4>
<p>HOD of CSE Dept., JGEC</p>
<P>Topic: Need for VCS</P>
<ul class=social-block>
<li>
<a href="https://www.facebook.com/dipak.kole.7">
<i class=ion-social-facebook></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/dipak-kumar-kole-a2a4ab38/">
<i class=ion-social-linkedin-outline></i>
</a>
</li>
</ul>
</div>
</div>
<div class=col-md-4>
<div class=speaker>
<figure>
<img alt class="img-responsive center-block" src="assets/images/manna.jpg" width="85%">
</figure>
<h4>Suvojit Manna</h4>
<p>Technical Head of Coders Club, JGEC</p>
<p>Topic: Basic usage of Git</p>
<ul class=social-block>
<li>
<a href="https://www.facebook.com/shin.x.1024">
<i class=ion-social-facebook></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/suvojit-manna-59b686127/">
<i class=ion-social-linkedin-outline></i>
</a>
</li>
</ul>
</div>
</div>
<div class=col-md-4>
<div class=speaker>
<figure>
<img alt class="img-responsive center-block" src="assets/images/dutta.jpg" width="85%">
</figure>
<h4>Susmita Dutta</h4>
<p>Secretary of Coders Club, JGEC</p>
<p>Topic: Open source development</p>
<ul class=social-block>
<li>
<a href="https://www.facebook.com/susmita.dutta.5011">
<i class=ion-social-facebook></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/susmita-dutta/">
<i class=ion-social-linkedin-outline></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id=partner class="section partner">
<div class=container>
<div class=row>
<div class=col-md-12 style="text-align:center;">
<h3 class=section-title>Event Partners</h3>
</div>
</div>
<div class=row>
<div class=col-sm-4>
<a class="partner-box partner-box-1" href="http://jgec.ac.in"></a>
</div>
<div class=col-sm-4>
<a class="partner-box partner-box-2" href="https://www.github.com"></a>
</div>
<div class=col-sm-4>
<a class="partner-box partner-box-3" href="http://vigyanprasar.gov.in/vipnet/"></a>
</div>
</div>
</section>
<!-- coordinators list -->
<section id=speakers class="section speakers">
<div class=container>
<div class=row>
<div class=col-md-12>
<h3 class=section-title>Event Coordinators</h3>
</div>
</div>
<div class=row>
<div class=col-md-4>
<div class=speaker>
<figure>
<img alt class="img-responsive center-block" src="assets/images/somnath.jpg" width="85%">
</figure>
<h4>Somnath Rakshit</h4>
<p>Student</p>
<P>4th Year, CSE DEPT.</P>
<ul class=social-block>
<li>
<a href="https://www.facebook.com/insane.insaann">
<i class=ion-social-facebook></i>
</a>
</li>
<li>
<a href="">
<i class=ion-social-linkedin-outline></i>
</a>
</li>
</ul>
</div>
</div>
<div class=col-md-4>
<div class=speaker>
<figure>
<img alt class="img-responsive center-block" src="assets/images/harsh.jpg" width="70%">
</figure>
<h4>Harsh Agarwal</h4>
<p>Student</p>
<p>4th Year, CSE DEPT</p>
<ul class=social-block>
<li>
<a href="https://www.facebook.com/harsh.agarwal.16752">
<i class=ion-social-facebook></i>
</a>
</li>
<li>
<a href="">
<i class=ion-social-linkedin-outline></i>
</a>
</li>
</ul>
</div>
</div>
<div class=col-md-4>
<div class=speaker>
<figure>
<img alt class="img-responsive center-block" src="assets/images/chanda_chur.jpeg" width="85%">
</figure>
<h4>Chandra Churh Chatterjee</h4>
<p>Student</p>
<p>2nd Year, CSE DEPT.</p>
<ul class=social-block>
<li>
<a href="">
<i class=ion-social-facebook></i>
</a>
</li>
<li>
<a href="">
<i class=ion-social-linkedin-outline></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<footer class=site-footer>
<div class=container>
<div class=row>
<div class=col-md-12>
<p class=site-info>Designed by,
<br>Coders Club
<br> Jalpaiguri Government Engineering College</p>
</div>
</div>
</div>
</footer>
<script src=bower_components/jquery/dist/jquery.min.js></script>
<script src=bower_components/bootstrap/dist/js/bootstrap.min.js></script>
<script src=bower_components/smooth-scroll/dist/js/smooth-scroll.min.js></script>
<script src=assets/js/main.js></script>
</body>
</html>