-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathras.html
More file actions
229 lines (198 loc) · 15.7 KB
/
Copy pathras.html
File metadata and controls
229 lines (198 loc) · 15.7 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
229
<!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="./ias.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="./score.html">Score</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">Robotics And Automation 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/ras-logo-c.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"> RAS members foster the development and facilitate the exchange of scientific and technological knowledge in robotics and
automation that benefits the profession and humanity. Membership includes access to cutting-edge periodicals, the RAS
Resource Center, discounts on conferences and events, and networking opportunities.
</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 mt-3 position-text-society">Our Mission is to foster the development and facilitate the exchange of scientific and technological knowledge in Robotics
and Automation that benefits members, the profession and humanity.</p>
</div>
<div class=" bg-light1">
<h4 class="bold text-vsn-msn text-center pt-5"> <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" >Our Vision is to be the most recognized and respected global organization in Robotics and Automation.
</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 RAS was founded with the intention to facilitate the development of robotics and automation engineering along with its
complementary arts and sciences. The society has affliated collegiate
Student Branches to help students explore their
interests in robotics.
IEEE RIT SB inaugurated its RAS branch on February 18, 2019. Its mission is to provide an
environment for students to pursue their interests in robotics and contribute to the ever-growing field.</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="images/ws iot.jpg" alt="" class="card-img-top">
<div class="card-body">
<h4 class="card-title bold text-event-head">10 day workshop on IoT and Web Development</h4>
<p class="card-text abt-clg-detail">Two ten-day workshops were conducted by IEEE RIT SB from July 20 to 29 at Rajiv Gandhi Institute of Technology. One of the workshops was on embedded systems and Internet of things (IoT). It was attended by fifty participants.</p>
<h6 class="bold text-dark ml-2" >20th-29th July 2018</h6>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 img-thumbnail">
<img src="images/drone.jpg" alt="" class="card-img-top">
<div class="card-body">
<h4 class="card-title bold text-event-head"> Drone Workshop</h4>
<p class="card-text">RAS Society of IEEE SB RIT conducted a talk on drone on 19th(Tuesday) February 2019 at 2 pm at the EEE Seminar Hall. The talk was conducted by Abraham George M who discussed the different types of drones and their working. The two-hour talk helped students in getting an insight into the world of drones.</p>
<h6 class="bold text-dark ml-2" >February 19 2019</h6>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-3 img-thumbnail">
<img src="images/basic ec.jpg" alt="" class="card-img-top">
<div class="card-body">
<h4 class="card-title bold text-event-head">Basics of Electronics and Electrical Engineering workshop </h4>
<p class="card-text abt-clg-detail">A workshop on the basics of electronics and electrical engineering was conducted on 24th to 28th September 2018 in the EEE department. More than 70 IEEE members attended the event. The session was conducted by Dr. Jayan MV and Mr. Fayyaz E</p>
<h6 class="bold text-dark ml-2" >24-28th September 2018</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="ras-chapter" class="mt-4" >
<div class="container bg-light ">
<h4 class="bold text-center pt-5 ex-head" > RAS 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-ras" src="./images/yarbash.jpeg"height="180px" width="180px" alt="">
<h4 class="bold mt-2" >Yarbash</h4>
<h6 class="" >Chairperson</h6>
</div>
<div class="col-sm-6 col-md-4 text-center mt-3 ">
<img class="img-fluid ex-img-sb-ras" src="./images/abdul.jpg" height="180px" width="180px" alt="">
<h4 class="bold mt-2" >Abdul Ahad</h4>
<h6 class="" >Vice Chairperson</h6>
</div>
<div class="col-sm-6 col-md-4 text-center mt-3 ">
<img class="img-fluid ex-img-sb-ras" src="./images/azeem.jpg" alt="">
<h4 class="bold mt-2" > Azeem</h4>
<h6 class="" >Secretary</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>