forked from riyalohia/CSI-SIP-WIP-webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
187 lines (162 loc) · 8.82 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
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="user-scalable = no">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> CSI WIP/SIP Portal</title>
<!-- Bootstrap Core CSS -->
<link href="CSS/bootstrap.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="CSS/font-awesome.css" rel="stylesheet" type="text/css">
<link href="CSS/css.css" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="CSS/grayscale.css" rel="stylesheet">
<!-- Timeline CSS -->
<link rel="stylesheet" type="text/css" href="CSS/timeline.css">
<!-- Main CSS -->
<link rel="stylesheet" type="text/css" href="CSS/main.css">
<!-- Adding favicons -->
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!--<link rel="stylesheet" href="JS/sweetalert.css">-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" cz-shortcut-listen="true">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top top-nav-collapse" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand page-scroll" href="#page-top">
<img class="csilogo" src="img/csi-logo.png" style="display:inline-block;"> <span class="light"> </span> CSI SIP/WIP
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav" style="margin-top: 20px ">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="active">
<a class="page-scroll" href="#about">About</a>
</li>
<li class="">
<a class="page-scroll" href="#timeline">Overview</a>
</li>
<li>
<a class="page-scroll" href="#project">Projects</a>
</li>
<li>
<a class="page-scroll" href="#Apply">Apply</a>
</li>
<li class="">
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- About Section -->
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<video autoplay loop id="vid">
<source src="video/loop.mp4" type="video/mp4">
</video>
<h2 style="color: #FFF">CSI INTERNSHIP PROGRAMME</h2>
<p style="color: #EEE"><b>
One Month Long Program For Introduction To Open Source.
<br/>Organised by Computer Society Of India Lnmiit Student Chapter.</p>
</div>
</div>
</section>
<!-- Overview Section -->
<section id="timeline" class="container content-section text-center">
<header class="intro" style="background: none;">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<br><br><br><br><br><br><br><br><br><br><br>
<h1 class="brand-heading">Overview</h1>
</div>
</div>
</div>
</div>
</header>
<div class="row">
<div id="timeline">
<!-- Timeline Item, copy from here to create various boxes -->
<div class="timeline-item">
<div class="timeline-content right">
<h2>ABOUT CSI</h2>
<p>
Computer Society of India, LNMIIT Student Chapter at the <span> <a href="https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwigqOu9mfjUAhUHvI8KHfoDCdYQFggmMAA&url=http%3A%2F%2Fwww.lnmiit.ac.in%2F&usg=AFQjCNE7CwyEK4yA5srFmnopOrGTqAwHgg">LNM Institute of Information Technology, Jaipur</a></span> was established in March 2013 under guidance of Asst. Prof. Vikas Bajpai. CSI student chapter of LNMIIT is a open forum that helps students through various programs like quizzes, talks, discussions, workshops and other events.
</p>
<!-- <a href="#" class="btn">button</a> -->
</div>
</div>
<!-- Timeline Item, copy from here to create various boxes -->
<div class="timeline-item">
<div class="timeline-content left">
<h2>HIGHLIGHTS</h2>
<p>
CSI student chapter of THE LNMIIT provides students help in IT related projects. Provides an opportunity to attend various conferences and conventions related to computer science and IT.Access to various projects, quiz and programming competitions, workshops and other various events conducted by CSI student chapter.
Provides students with much needed work experiences as they work under the CSI student chapter. Provides an open forum for interaction and discussion about computer science and changing technology at large.
</p>
<!-- <a href="#" class="btn">button</a> -->
</div>
</div>
<!-- Timeline Item, copy from here to create various boxes -->
<div class="timeline-item">
<div class="timeline-content right">
<h2>SIP/WIP</h2>
<p>
CSI Summer Of Code is a 5-week long online program
for the students , who are new to open source software development. The program not only helps students to get involved in open source, but also preps them for many open source summer programs, Google Summer of Code being one of them.
</p>
<!-- <a href="#" class="btn">button</a> -->
</div>
</div>
</div>
</div>
<!--PROJECTS-->
<div class=" container-fluid" id="project">
<div class="row">
<div class="col-sm-12">
<br><br><br><br><br><br><br><br><br><br><br>
<p>We distribute projects among our members to sharpern their skills.</p>
<a href="project.html" target="_new"><button class="btn btn-default btn-rounded" id="button"><div id="b2">PROJECTS</div></button></a>
<br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
</div>
<div class=" container-fluid" id="Apply">
<div class="row 2">
<div class="col-sm-12">
<br><br><br><br><br><br>
<p>HOLA! Folks you can apply here for our upcoming WIP(winter internship program)</p>
<a href="https://goo.gl/forms/KvsEfUJj4n6kHwTw1" target="_new"><button class="btn btn-default btn-rounded" id="button"><div id="b1">APPLY</div></button></a>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center" id="contact">
<span>
<a href="https://www.facebook.com/CSIStudentChapterLnmiit/" class="" target="_blank"><i class="fa fa-4x fa-facebook-square" aria-hidden="true"></i></a>
<a href="[email protected]" class="" target="_blank"><i class="fa fa-4x fa-envelope"></i></a>
<a href="#" class="" target="_blank"><i class="fa fa-4x fa-github"></i></a>
</span><span><p>Created by <a href="https://csi.lnmiit.ac.in/" target="_blank">CSI LNMIIT</a></p></span>
</div>
</footer>
<script type="text/javascript" src="JS/smoothscroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" ></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"></script>
</body></html>