-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
307 lines (256 loc) · 10.8 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
296
297
298
299
300
301
302
303
304
305
306
307
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home Page</title>
<link href="CSS/style.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg" style="margin-bottom: 3rem;">
<div class="container-fluid">
<img src="images/homepage/viewport.png" style="width: 10rem;">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ieeeevent.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html" style="padding-right: 2.3rem;">Team</a>
</li>
<li>
<a href="https://igdtuw19ieee.github.io/IEEEIGDTUW2021/timeline.html"
class="btn btn-outline-primary" style="border-radius:40px; width:8rem ">IEEE Week
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-sm-5">
<div class="topdiv">
<div class="test1">
Engineers
<br>
Build,
<br>
<span style="color: #0083FF;">Inspire</span> &
<br>
Engage.
</div>
<br>
<div class="flex-container">
<a class="btn btn-primary btt" href="#about"
style="background-color:#0083FF;margin-right:2rem;border-radius: 40px; color:white;">About Us</a>
<a class="btn btn-secondary btt" href="#"
style="background-color:#ffffff;border-radius: 40px;color: black;border-color: #0083FF">Learn
More</a>
</div>
</div>
</div>
<div class="col-sm-7">
<div class="pics">
<div id="carouselExampleRide" class="carousel slide" data-bs-ride="true">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/homepage/10.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/homepage/4.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/homepage/5.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/homepage/6.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/homepage/8.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/homepage/7.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="img/homepage/9.jpeg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleRide"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleRide"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</div>
<section id="about">
<div class="top-text">
<h2 style="font-weight: 400;">What are We</h2>
<p> IEEE IGDTUW is the student branch of IEEE of Indira Gandhi Delhi Technical University for Women that comes
under
the Region 10 of Delhi Section. It runs on the principle IEEE, that is, advancing technology for humanity.</p>
</div>
<div class="container text-center">
<div class="row">
<div class="col">
<img src="images/homepage/viewport.png" id="logo">
<h3 class="card-title"><span style="color:#277BC0;">IEEE</span> IGDTUW</h3>
<p class="card-text">IEEE IGDTUW started off with its inspiring journey as IEEE IGIT,
inaugurated on 6th February 2004 with around 33 members.
Now the student branch of IEEE IGDTUW has a strength of about 200 active members.
Stepping beyond the common perceptions.</p>
</div>
<div class="col">
<img src="images/homepage/image 2.jpg" style="width: 10rem; padding-top: 1.6rem;">
<h3 class="card-title"><span style="color:#277BC0;">WIE</span> IGDTUW</h3>
<p class="card-text"> We at IEEE WIE IGDTUW, aim to motivate young girls to take up technical roles in the
society
and lead their life as confident individuals while leaving a positive impact on the society.
To achieve our goal,IEEE WIE IGDTUW puts in persistent efforts throughout the year with the
help of various activities.</p>
</div>
</div>
</div>
</section>
<div class="container text-center">
<div class="top-text">
<h2>How We Work</h2>
<p style="margin-top: 2rem;">
"We at IEEE IGDTUW aim to motivate girls to take up technical
roles in the society and lead life as confident individuals while leaving
a positive impact on the society.
We try our best to keep the students of our college updated
about the advancements in technology by conducting several
events and workshops".
</p>
</div>
<div class="row">
<div class="col-sm">
<div class="outer-container">
<div class="inner-circle"></div>
<div class="icon">
<img src="images/homepage/Vector.png">
</div>
</div>
<div class="textpart">
<h3 class="mb-4 text-2xl">Sessions</h3>
<p>Amazing sessions making you aware about the latest technology</p>
</div>
</div>
<div class="col-sm">
<div class="outer-container">
<div class="inner-circle"></div>
<div class="icon">
<img src="images/homepage/Vector (1).png">
</div>
</div>
<div class="textpart">
<h3 class="mb-4 text-2xl">Hackathons</h3>
<p>What's better than a hackathon to test your coding skills, We organize Hackathons to provide you the
oppurtunity
</p>
</div>
</div>
<div class="col-sm">
<div class="outer-container">
<div class="inner-circle"></div>
<div class="icon">
<!-- Add icon here -->
<img src="images/homepage/Vector (2).png">
</div>
</div>
<div class="textpart">
<h3 class="mb-4 text-2xl">Workshops </h3>
<p>When you see, you learn better and faster. Introducing amazing workshops with experts to make you know
things better
</p>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
</body>
<hr style="color: #0083FF;">
<footer>
<div class="row">
<div class="col-sm">
<h5 class="footer-heading">Meet Us At</h5>
<p style="width: 80%; padding-left: 3rem;">
Indira Gandhi Delhi Technical University for Women, New Church Rd, Opp. St James Church, Kashmere Gate, Delhi
110006
</p>
</div>
<div class="col-sm">
<h5 class="footer-heading">Useful Links</h5>
<div class="row">
<div class="col-sm">
<ul style="text-align: left;" class="linksfooter">
<li><a href="#about" style="text-decoration: none;">About Us</a></li>
<LI><a href="index.html" style="text-decoration: none;">WIE IGDTUW</a></LI>
<li><a href="achievements.html" style="text-decoration: none;">Achievements</a></li>
</ul>
</div>
<div class="col-sm">
<ul style="text-align: left;" class="linksfooter">
<li><a href="ieeeevent.html" style="text-decoration: none;">Events</a></li>
<li> <a href="https://igdtuw19ieee.github.io/IEEEIGDTUW2021/newsletter.html"
style="text-decoration: none;">Newsletter</a></li>
<li> <a href="team.html" style="text-decoration: none;">Our Team</a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm">
<h5 class="footer-heading">Contact Us</h5>
<form action="mailto:[email protected]" method="post">
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">
<img src="images/homepage/man.png">
</span>
<input type="text" class="form-control" placeholder="Name" aria-label="Name"
aria-describedby="addon-wrapping">
</div>
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">
<img src="images/homepage/email.png">
</span>
<input type="text" class="form-control" placeholder="E-mail id" aria-label="E-mail id"
aria-describedby="addon-wrapping">
</div>
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping"><img src="images/homepage/mail.png"></span>
<input type="text" class="form-control" placeholder="Message" aria-label="Message"
aria-describedby="addon-wrapping">
</div>
<input type="submit" class="btn btn-primary fields submit" style="width:100%; margin-top: 1.5rem;">
<br>
</form>
</div>
</div>
<br>
<p style="margin-top:5rem">Copyright © 2023, All Right Reserved by IEEE IGDTUW</p>
</footer>
</html>