-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
370 lines (313 loc) · 11.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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<!-- Font Awesome Icons -->
<link rel="icon" type="image/x-icon" href="images/Icons/mulogo2.jfif">
<link rel="stylesheet" href="assignment.css" />
<script src="Slide.js"></script>
</head>
<body>
<header>
<div>
<img src="images/Icons/mulogo1.png" alt="digiency" class="herader_logo" style="height: 50px;" />
</div>
<nav>
<div>
<a href="#hom" style="text-decoration:none">Home</a>
</div>
<div>
<a href="#abt" style="text-decoration:none">About</a>
</div>
<div>
<a href="#card" style="text-decoration:none">Clubs</a>
</div>
<div>
<a href="#activity" style="text-decoration:none">Activity</a>
</div>
<div>
<a href="#abt" style="text-decoration:none">Contact Us</a>
</div>
</nav>
<div class="center light">
<img src="images\05_Home Page-iPhone 11 Pro\Icon\Outline\Light.png" alt="Light" class="headerimg" />
</div>
<div class="right menubar">
<img src="images\05_Home Page-iPhone 11 Pro\Vector.png" alt="vector" class="headerimg " />
</div>
<!-- <div class="mobil-nav Active" id="mobil-menu">
<header>
<div>
<img
src="images\05_Home Page-iPhone 11 Pro\Digiency.png"
alt="digiency"
class="herader_logo"
/>
</div>
<div class="center light">
<img
src="images\05_Home Page-iPhone 11 Pro\Icon\Outline\Light.png"
alt="Light"
class="headerimg"
/>
</div>
<div class="right menubar">
<img
src="images\05_Home Page-iPhone 11 Pro\Vector.png"
alt="vector"
class="headerimg "
/>
</div>
</header>
<div class="nav-item">
<div><link rel="stylesheet" href="#">Home</div>
<div><link rel="stylesheet" href="#">About Us</div>
<div><link rel="stylesheet" href="#">Our Work</div>
<div><link rel="stylesheet" href="#">Our Blog</div>
<div><link rel="stylesheet" href="#">Contact Us</div>
</div>
</div> -->
</header>
<main>
<section id="hom" class="poster">
<div class="poster-div" style="text-align: center">
<img src="https://startupsuccessstories.in/wp-content/uploads/2019/07/Mumbai-University.png" alt="poster" />
</div>
<div class="poster-content">
<h3 class="h3 content">
Clubs in <span>MU</span> || Making <span>Future</span> Ready
</h3>
<h6 class="h6 summery">
Students clubs provide a forum for interaction among themselves and the outside world events. However varied,
it may be formal or informal, but it brings out the passion in youngsters and develops their organizational
skills. The clubs bring about a good balance of work, fun and leisure activities and ensure the all-round
development of students. The clubs encourage students to express their thoughts, feelings, creativity through
various forms and achieve youth development through its programs.
</h6>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScSrw6Xf-rfHppqUloRok2K4wX6T5Q0dA1HodazD-JHrfmQhA/viewform" style="text-decoration:none"><button class="h5 ">Register Now</button></a>
</div>
<div class="icon-box">
<a href="https://www.facebook.com/MITMDS/"> <img src="images\Icons\Logos\facebook-fillfacebook.png"
alt="facebook"></a>
<a href="https://www.facebook.com/MITMDS/"><img src="images\Icons\Logos\instagram-fillinsta.png"
alt="insta"></a>
<a href=""><img src="images\Icons\Logos\skype-fillskype.png" alt="skype"></a>
<a href="https://twitter.com/mumandsaur?lang=en"><img src="images\Icons\Logos\twitter-filltwitter.png"
alt="twitter"></a>
</div>
</section>
<!-- section 2 -->
<section id="abt" class="about">
<div class="about1">
<div class="about-parent">
<div class="about" style="text-align: center">
<img src="images\05_Home Page-iPhone 11 Pro\image.png" alt="about" />
</div>
<div class="about-content">
<div class="content">
<div class="Us h6 center">About Us</div>
<h4 class="h4 center">
We Are <span>Making Future Better</span> For Everyone
</h4>
<h6 class="h6 center">
Students Event Clubs are the central hub of student activity. They provide an outlet and a stage for the
creative juices of young minds and hearts. The clubs give you the chance to apply classroom learning in
the outside world. <br>
<br>
More than 10 clubs.
</h6>
<button class="h5 center">Contact Us</button>
</div>
</div>
</div>
</div>
</section>
<section id="card" class="boxes">
<div class="box">
<div class="about-box">
<a href="oldclub/club4.html">
<img src="images/clubimg/advanture.jpg" alt="img">
</a>
</div>
<div class="about-box">
<a href="oldclub/club8.html">
<img src="images/clubimg/arts.jpg" alt="img">
</a>
</div>
<div class="about-box">
<a href="oldclub/club9.html">
<img src="images/clubimg/arvr.jpg" alt="img">
</a>
</div>
<div class="about-box">
<a href="oldclub/club5.html">
<img src="images/clubimg/deamatic.jpg" alt="img">
</a>
</div>
</div>
<!-- another line of box -->
<div class="box">
<div class="about-box">
<a href="oldclub/club13.html">
<img src="images/clubimg/fitness.jpg" alt="">
</a>
<!-- <div class="center">
<img src="images\05_Home Page-iPhone 11 Pro\codeIcon.png" alt="">
</div>
<h5 class="h5 center">A focused team with a
specialized skill</h5> -->
</div>
<div class="about-box">
<a href="oldclub/club3.html">
<img src="images/clubimg/games.jpg" alt="">
</a>
</div>
<div class="about-box">
<a href="oldclub/club7.html">
<img src="images/clubimg/Health and nutrition.jpg" alt="">
</a>
</div>
<div class="about-box">
<a href="oldclub/club6.html">
<img src="images/clubimg/health.jpg" alt="">
</a>
</div>
</div>
<!-- another line of box -->
<div class="box">
<div class="about-box">
<a href="oldclub/club12.html">
<img src="images/clubimg/incubation.jpg" alt="">
</a>
</div>
<div class="about-box">
<a href="oldclub/club11.html">
<img src="images/clubimg/industry.jpg" alt="">
</a>
</div>
<div class="about-box">
<a href="oldclub/club2.html">
<img src="images/clubimg/Language.jpg" alt="">
</a>
</div>
<div class="about-box">
<a href="oldclub/club10.html">
<img src="images/clubimg/robotics.jpg" alt="">
</a>
</div>
</div>
</section>
<!-- section 3 -->
<section id="activity" class="Experience">
<div class="Expereince">
<div class="exchild">
<div class="Us h6 center">Club activities</div>
<h4 class="h4 center">
We Have Completed
<span>150+ Club Activity </span>
Succesfully
</h4>
<h6 class="h6 center">
This helps you to gain invaluable leadership as well as life skills. In addition to connecting other
students who have similar interests, students clubs make students interact with alumni and professionals in
their fields of interest.<br>
<br>
If you want to be a part of MU event clubs, then please go through the following information and
get registered through the given mail id:
</h6>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScSrw6Xf-rfHppqUloRok2K4wX6T5Q0dA1HodazD-JHrfmQhA/viewform" style="text-decoration:none"><button class="h5 ">Register Now</button></a>
</div>
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="images/vertical4.jpg" style="width:100%" height="70%">
<div class="text">Caption Text</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="images/vertical2.jpeg" style="width:100%">
<div class="text">Caption Two</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="images/vertical1.jpg" style="width:100%">
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="images/vertical3.jpg" style="width:100%">
<div class="text">Caption Three</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<!-- an -->
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
<!-- gallery -->
<!-- <div class="gallery">
<a target="_blank" href="images/vertical3.jpg">
<img src="images/vertical3.jpg" alt="Cinque Terre">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank" href="img_forest.jpg">
<img src="img_forest.jpg" alt="Forest" width="600" height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank" href="img_lights.jpg">
<img src="img_lights.jpg" alt="Northern Lights" width="600" height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank" href="img_mountains.jpg">
<img src="img_mountains.jpg" alt="Mountains" width="600" height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div> -->
<div class="box1">
<div class="E-box">
<div class=" h1 center">
1000+
</div>
<div class="h4 center">Club Members</div>
</div>
<div class="E-box">
<div class="h1 center">
150+
</div>
<div class="h4 center">Club Activity</div>
</div>
<div class="E-box">
<div class="h1 center">
10+
</div>
<div class="h4 center">Clubs</div>
</div>
<div class="E-box">
<div class="h1 center">
500+
</div>
<div class="h4 center">Our Active Members</div>
</div>
</div>
</div>
</section>
</main>
</body>
</html>