-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcs.html
More file actions
228 lines (200 loc) · 16.5 KB
/
Copy pathcs.html
File metadata and controls
228 lines (200 loc) · 16.5 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IEEE SB RIT</title>
<link rel="icon" href="images/IEEE-Icon.png" type="image/icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
</head>
<body>
<nav class=" navbar-margin-top navbar navbar-expand-md navbar-light fixed-top ">
<a class="navbar-brand ml-4" href="#"> <span><img src="images/ieee-vector-logo.png" height="110px width="110px" alt=""></span></a>
<button class="navbar-toggler second-button" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="animated-icon2"><span></span><span></span><span></span><span></span></div>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto ml-0 ml-md-5">
<li class="nav-item ">
<a class="nav-link" href="./index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link ml-0 ml--3" href="./about.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle ml-lg-3" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Societies
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./cs.html">Computer Society</a>
<a class="dropdown-item" href="./ras.html">Robotics And Automation Society </a>
<a class="dropdown-item" href="./wie.html">WIE</a>
<a class="dropdown-item" href="./pes.html">Power And Energy Society</a>
<a class="dropdown-item" href="https://ias.ieeeritsb.com/index.html">IAS</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link ml-lg-3" href="./news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link ml-lg-3" href="./execom.html">Execom</a>
</li>
<li class="nav-item">
<a class="nav-link ml-lg-3" href="https://www.ieee.org/membership/join/index.html">Join IEEE</a>
</li>
</ul>
</div>
</nav>
<section id="cs-society" class="home-margin-top pb-5 bg-light" >
<div class="container-fluid ">
<h3 class="society-head text-center pt-5 bold">Computer Society</h3>
<hr style="width:300px;">
<div class="row mt-5 d-flex justify-content-center">
<div class="col-md-5 bg-light1 ">
<img src="./images/ieee cs society.png" class="ml-5 " height="150px" alt="">
<hr style=" width:300px;" class="hr-inner-position-head">
<p class="abt-clg-detail ml-3 position-text-society-head " > IEEE Computer Society is a professional society of IEEE. It focuses on advancing the
theory, practice and application of computer and information processing science and technology
and the “ professional standing of its members “. The Computer society is the largest of 39
technical societies organised under the IEEE Techni Activities Board.</p>
</div>
<div class="col-md-5 bg-light1">
<div class=" bg-light1 ">
<h4 class="bold text-vsn-msn text-center pt-5 " > <span><img class="vsn-msn mb-3" src="./images/mission.png" alt=""></span> Mission</h4>
<hr style="width:300px;" class="hr-inner-position">
<p class="abt-clg-detail ml-3 position-text-society ">Be essential to the global technical community and computer professionals everywhere and be universally recognized for the
contributions of technical professionals in developing and applying technology to improve global conditions.</p>
</div>
<div class=" bg-light1">
<h4 class="bold text-vsn-msn text-center pt-3"> <span><img class="vsn-msn mb-3" src="./images/vision.png" alt=""></span> Vision</h4>
<hr style=" width:300px;" class="hr-inner-position">
<p class="abt-clg-detail ml-3 position-text-society " >To be the leading provider of technical information, community services, and personalized services to the world's
computing professionals.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="our-cs-scoiety">
<div class="container mt-4">
<h4 class="text-center bold ex-head pt-4"> About Our Chapter</h4>
<hr style="width:300px;">
<p class="abt-clg-detail ml-3 mt-3">IEEE RIT SB was the first IEEE SB in Kerala to start a computer society chapter. It has
since been very active and has conducted a large number of workshops and conferences and it
strives to set higher standards for computing.
The team is planning to conduct weekly sessions comprising of competitive coding,
introduction to programming languages( C, C++, Python, Java), web designing, etc.
Team members were divided into groups of 6, summing to a total of 10 groups. Tasks were given to all groups, and points distributed accordingly. Awards were given out at the end of an academic year.
IEEE RIT SB's Computer Society also encourages the development of college
computing curricula and plays a remarkable role in the technical development of RIT's students.</p>
</div>
</section>
<section id="cs-events">
<div class="container">
<h4 class="text-center bold ex-head pt-4 mt-4">Events</h4>
<hr style="width:300px;">
<div class="row mt-4">
<div class="col-md-4">
<div class="card mb-3 img-thumbnail">
<img src="https://images.weserv.nl/?url=https://ko200.github.io/IEEE-SB-RIT/images/photo%20shop%20ws1.jpg" alt="" class="card-img-top">
<div class="card-body">
<h4 class="card-title bold text-event-head">Photoshop workshop</h4>
<p class="card-text abt-clg-detail ">A three day workshop on Photoshop was conducted by IEEE RIT SB CS Society exclusively
for girls on March 6th, 7th and 8th 2018 as a part of woman’s day celebration in the Computer Science department.
Twenty-five girls attended the class. </p>
<h6 class="bold text-dark ml-2" >6th-8th March 2018</h6>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-3 img-thumbnail">
<img src="https://images.weserv.nl/?url=https://ko200.github.io/IEEE-SB-RIT/images/ps%20ws%202.jpg" alt="" class="card-img-top">
<div class="card-body">
<h4 class="card-title bold text-event-head">HTML beginner level workshop</h4>
<p class="card-text abt-clg-detail ">HTML beginner workshop was a part of the Web Development workshop series which included workshops on web development at the beginner, intermediate and advanced level. The beginner level HTML workshop was conducted on April 18th 2018 in the Computer Science department.</p>
<h6 class="bold text-dark ml-2" >18th April 2018</h6>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-3 img-thumbnail">
<img src="https://images.weserv.nl/?url=https://ko200.github.io/IEEE-SB-RIT/images/git.jpg" alt="" class="card-img-top">
<div class="card-body">
<h4 class="card-title bold text-event-head">Introduction to Git </h4>
<p class="card-text abt-clg-detail ">IEEE RIT SB Computer Society conducted an introductory session on git on August 13th 2018 in the Computer Society department. The session was taken by Abhijith K, chairman of the CS Society department and was attended by 29 IEEE CS members.</p>
<h6 class="bold text-dark ml-2" >13th August 2018</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="cs-chapter" class="mt-4" >
<div class="container bg-light ">
<h4 class="bold text-center pt-5 ex-head" >CS Execom</h4>
<hr>
<div class="row">
<div class="col-sm-6 col-md-4 text-center mt-3 ">
<img class="img-fluid ex-img-sb-cs" src="https://images.weserv.nl/?url=https://ko200.github.io/IEEE-SB-RIT/images/shibin.jpg&w=300&h=300" height="180px" width="180px" alt="">
<h4 class="bold mt-2" >Mohammad Shibin</h4>
<h6 class="" >SB Chairperson</h6>
</div>
<div class="col-sm-6 col-md-4 text-center mt-3 ">
<img class="img-fluid ex-img-sb-cs" src="https://images.weserv.nl/?url=https://ko200.github.io/IEEE-SB-RIT/images/martinJoe.JPG&w=300&h=300" alt="">
<h4 class="bold mt-2" >Martin Joe C</h4>
<h6 class="" >Vice Chairperson</h6>
</div>
<div class="col-sm-6 col-md-4 text-center mb-4 mt-3 ">
<img class="img-fluid ex-img-sb-cs" src="https://images.weserv.nl/?url=https://ko200.github.io/IEEE-SB-RIT/images/tessy.jpg&w=300&h=300" alt="">
<h4 class="bold mt-2" >Tessy</h4>
<h6 class="" >Secrtary</h6>
</div>
</div>
</div>
</section>
<section id="footer" >
<div class="container-fluid bg-light text-dark mt-4">
<div class="row">
<div class="col-md-3 ">
<h4 class="mt-4 ml-md-5 bold pb-2" >Quick Links</h4>
<ul>
<li class="ml-md-5"><a class="text-dark" href="https://www.ieee.org/">IEEE.org</a></li>
<li class="ml-md-5"><a class="text-dark" href="https://ieeexplore.ieee.org/">IEEE Xplore Digital Library</a></li>
<li class="ml-md-5"><a class="text-dark" href="https://ieee-collabratec.ieee.org/">IEEE Collabratec</a></li>
<li class="ml-md-5"><a class="text-dark" href="http://spectrum.ieee.org/">IEEE Spectrum Online</a></li>
</ul>
</div>
<div class="col-md-5">
<h4 class="mt-4 ml-md-5 bold pb-2">Follow us</h4>
<a class="ml-md-5" href="https://www.facebook.com/IEEESBRIT/"><img src="./images/fb.ico" height="28px" width="28px" alt=""></a>
<a href="https://www.instagram.com/ieeesbrit/?hl=en"><img src="./images/insta.ico" height="28px" width="28px" alt=""></a>
</div>
<div class="col-md-4 ">
<h4 class="mt-4 mr-5 bold pb-2" >Address</h4>
<p>RIT College of Engineering</p>
<p>Pambady,Kottayam,Kerala</p>
<p>Pin: 686502</p>
<p>Email: ieeeritsb@gmail.com</p>
<hr>
<h5 class="bold" >Chairperson</h5>
<p>Abhijith K: 9495227127</p>
<h5 class="bold">Counselor</h5>
<p>Anu George : 9447266358</p>
<h5 class="bold">Webmaster</h5>
<p>Vishnu Ko : 8157065684</p>
</div>
</div>
<p class="text-center color-grey pt-3 pb-3">Made With <span> <img class="mb-1" height="22px" src="./images/cup-dark.svg" alt=""> </span> Coffee By Vishnu Ko</p>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="main.js"></script>
</body>
</html>