-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmega-events.html
105 lines (86 loc) · 4.44 KB
/
mega-events.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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"/>
<link rel="stylesheet" href="mega-events.css" />
<title>WCE MEGA EVENTS</title>
</head>
<body>
<div class="menu-bar">
<h1 class="logo">WCE<span> MEGA EVENTS.</span></h1>
</div>
<!--
<ul>
<div class="dropdown-menu">
<ul>
<li><a href="#CSE">Computer Science</a></li>
<li><a href="#IT">Information Technology</a></li>
<li>
<a href="#EN">Electronics</a>
</li>
<li><a href="#ELEC">Electrical</a></li>
<li><a href="#MECH">Mechanical</a></li>
<li><a href="#CIVIL">Civil</a></li>
</ul>
</div>
</li>
<li><a href="#CLASS">Classrooms</a></li>
<li><a href="#LIB">Library</a></li>
<li><a href="#GM">Ganpati Mandir</a>
</li>
<li><a href="#WCEGRND">WCE Ground</a></li>
<li><a href="#LIPTON">Lipton</a></li>
</ul>
</div> -->
<section class="WPM">
<h2 style="text-align: center; margin-top: 20px;" >WCE PLATINUM JUBILEE</h2>
<video src="wce_promo_720p.mp4" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;" controls loop ></video>
</section>
<h2 style="text-align: center; margin-top: 20px;" >INDUSTRY MEET 2022</h2>
<section class="IM" >
<img src="im1.jpg" alt="" style="height:250px; width:300px; margin-top: 40px; margin-left: 100px; box-shadow: 0 0 4px 3px;">
<img src="im2.jpg" alt="" style="height:250px; width:300px; margin-top: 40px; margin-left: 100px; box-shadow: 0 0 4px 3px;">
<img src="im3.jpg" alt="" style="height:250px; width:300px; margin-top: 40px; margin-left: 100px; box-shadow: 0 0 4px 3px;">
</section>
<section class="ASG">
<h2 style="text-align: center; margin-top: 20px;" >ANNUAL STUDENT GATHERING</h2>
<img src="saree-ass.jpg" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<!-- <section id="ELEC">
<h2 style="text-align: center; margin-top: 20px;" >Electrical</h2>
<img src="11Electrical.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="MECH">
<h2 style="text-align: center; margin-top: 20px;" >Mechanical</h2>
<img src="444mech.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="CIVIL">
<h2 style="text-align: center; margin-top: 20px;" >Civil</h2>
<img src="333civil.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="CLASS">
<h2 style="text-align: center; margin-top: 20px;" >Classrooms</h2>
<img src="44444classrooms.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="LIB">
<h2 style="text-align: center; margin-top: 20px;" >Library</h2>
<img src="11111library.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="GM">
<h2 style="text-align: center; margin-top: 20px;" >Ganpati Mandir</h2>
<img src="gm.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="WCEGRND">
<h2 style="text-align: center; margin-top: 20px;" >WCE Ground</h2>
<img src="6666WCE Ground.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section>
<section id="LIPTON">
<h2 style="text-align: center; margin-top: 20px;" >Lipton</h2>
<img src="11111library.png" alt="" style="height:500px; width:600px; margin-top: 40px; margin-left: 350px; box-shadow: 0 0 4px 3px;">
</section> -->
<div class="hero">
</div>
</body>
</html>