-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (222 loc) · 16.7 KB
/
Copy pathindex.html
File metadata and controls
241 lines (222 loc) · 16.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
230
231
232
233
234
235
236
237
238
239
240
241
<!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" id="navclick" 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 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="https://www.ieee.org/membership/join/index.html">Join IEEE</a>
</li>
</ul>
</div>
</nav>
<section id="description-img">
<div class="container-fluid home-margin-top">
<div class="row d-flex align-items-center ">
<div class="col-md-5 text-center mb-5 mb-lg-0 ">
<div class="conainer ml-0 ml-lg-5 mr-2">
<h1 class="bold" >IEEE SB RIT</h1>
<h5>One of the most vibrant and largest student branches in the Kerala section, IEEE RIT SB had
made a mark for itself over the years.
</h5>
<a class="btn bold btn-joinieee mt-3" href="https://www.ieee.org/membership/join/index.html">Join IEEE</a>
</div>
</div>
<div class="col-md-7 ">
<div class="container">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./images/ieee wall 2.jpg" class="d-block w-100 img-fluid" alt="...">
</div>
<div class="carousel-item">
<img src="./images/ieee wall 1.jpg" class="d-block w-100 img-fluid " alt="...">
</div>
<div class="carousel-item">
<img src="./images/bla ws.jpg" class="d-block w-100 img-fluid" alt="...">
</div>
<div class="carousel-item">
<img src="./images/soft skill 1.jpg" class="d-block w-100 img-fluid" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="chapter-logo" >
<div class="container-fluid mt-4 ">
<div class="row d-flex justify-content-center ">
<div class="col-4 col-md-2 my-2 text-center"><a class="text-dark" href="https://www.computer.org/"><img height="50px" width="150px" src="./images/ieee cs society.png" class=" height-adjust img-fluid" alt=""></a> </div>
<div class="col-4 col-md-2 my-2 text-center"> <a class="text-dark" href="https://wie.ieee.org/"><img height="50px" width="100px" src="./images/ieee wie.png" class=" height-adjust img-fluid mr-0 mr-sm-5 mr-lg-0" alt=""></a> </div>
<div class="col-4 col-md-2 my-2 text-center"> <a class="text-dark" href="https://www.ieee-ras.org/"><img height="50px" width="150px" src="./images/ras-logo-c.png" class=" height-adjust img-fluid" alt=""></a> </div>
<div class="col-4 col-md-2 my-2 text-center"><a class="text-dark" href="https://www.ieee-pes.org/"><img height="50px" width="150px" src="./images/ieee pes.png" class=" height-adjust img-fluid " alt=""></a> </div>
<div class="col-4 col-md-2 my-2 text-center"><a class="text-dark" href="https://ias.ieee.org/"><img height="50px" width="150px" src="./images/ias-png.png" class=" height-adjust img-fluid " alt=""></a> </div>
</div>
</div>
</section>
<section id="strength">
<div class="container-fluid bg-img mt-5">
<h3 class="text-dark pt-4 our-strength pl-3" >Our strengths</h3>
<div class="row text-center container-fluid pt-md-2 ">
<div class="col-md-4 mt-md-5">
<h3 class="bold-strength text-dark " >MEMBERS</h3>
<div id="members" class="number-strength"> <span class="inside-mem" id="member-count" >266</span> </div>
</div>
<div class="col-md-4 mt-md-5">
<h3 class="bold-strength text-dark " >EVENTS</h3>
<div id="events " class="number-strength " ><span class="inside-mem" id="event-count" >55</span> </div>
</div>
<div class="col-md-4 mt-md-5">
<h3 class="bold-strength text-dark ">AWARDS</h3>
<div id="awards" class="number-strength"> <span class="inside-mem" id="award-count" >32</span> </div>
</div>
</div>
</div>
<!-- Accordion -->
<div class="Upcoming_Events">
<h1 class="text-dark pt-4 our-strength pl-3" style="margin-left:1rem;margin-top: 4rem;">Upcoming Events and Annoucements</h1>
<div class="accordion" style="width: 90%; margin-left:5%;margin-top: 2rem; margin-bottom: 5rem;" id="accordionExample">
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Call for Execom 2020
</button>
</h2>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="card-body">
Call for Execom 2020: The notification and nomination links are provided below.Deadline: March 31</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Example Event Anouncement
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
<div class="card-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon
tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo.
Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Example Announcement
</button>
</h2>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
<div class="card-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon
tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo.
Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</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>