forked from mlsacbvp/MLSAC-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEvents.html
170 lines (148 loc) · 6.13 KB
/
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
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
<!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">
<link href="events/css/header.css" rel="stylesheet">
<link rel="stylesheet" href="events/css/upcoming-events.css">
<link rel="stylesheet" href="events/css/past-events.css">
<link rel="stylesheet" href="events/css/slides.css">
<link rel="stylesheet" href="events/css/utility.css">
<link rel="stylesheet" href="events/css/footer.css">
<link rel="stylesheet" href="events/css/style.css">
<link rel="stylesheet" media="screen and (max-width: 900px)" href="events/css/media.css">
<title>Events</title>
</head>
<body>
<navbar class="nav" >
<div class="header">
<div class="logo">
<a href="index.html"><img src="aboutus/aboutus_assets/MLSCLogo.png" alt="MLSC Logo"></a>
</div>
<div class="links">
<ul>
<li><a href="aboutus.html" class="black-text">About</a></li>
<li><a href="ourteam.html" class="black-text">Team</a></li>
<li><a href="contactus.html" class="black-text">Contact Us</a></li>
</ul>
</div>
</div>
</navbar>
<div class="landing-page">
<img src="events/assets/calender.png" class="calender" />
</div>
<section class="upcoming-events events">
<div class="heading">
<h2>
Upcoming Events
</h2>
</div>
<div class="container">
<a href="events/Seperate-event-page.html">
<div class="card">
<h3 class="title">Hacktober Fest 2021</h3>
<div class="bar">
<div class="emptybar"></div>
<div class="filledbar"></div>
</div>
<div class="event-poster">
<img src="events/assets/mlsc hackotber poster.png" class="recent-event 1" />
</div>
</div>
</a>
</div>
</section>
<section class="past-events">
<h2 class="past-heading heading">
Past Events
</h2>
<div class="past-container">
<div class="arrows">
<a class="prev" id="prev">❮</a>
<div class="past-card">
<div class="past-event-poster">
<img src="events/assets/Emojify.jpeg" class="past-photo" />
<h3 class="past-title">Emojify</h3>
<figcaption>
An Emoji Designing Competition giving a platform to the participants to express their emotions in a way which has never been done before.
</figcaption>
</div>
</div>
<div class="past-card">
<div class="past-event-poster">
<img src="events/assets/Sharks's Capital.jpeg" class="past-photo" />
<h3 class="past-title">Shark's Capital</h3>
<figcaption>
Shark's Capital was a business pitching Competition, wherein participants where assigned a company and their goal was to pitch that company to the sharks and bag a funding for themselves.
</figcaption>
</div>
</div>
<div class="past-card">
<div class="past-event-poster">
<img src="events/assets/AZURE-PYDAY.png" class="past-photo" />
<h3 class="past-title">Azure Pyday</h3>
<figcaption>
An Interactive Session of Microsoft's Azure was organised wherein particpants were made aware of the capabilities of Azure and given some free Azure Credits to get them Started.
</figcaption>
</div>
</div>
<div class="past-card">
<div class="past-event-poster">
<img src="events/assets/Access-a-thon.png" class="past-photo" />
<h3 class="past-title">Acces-A-Thon</h3>
<figcaption>
Under BVP-MLSAC Flagship event Effigo, an ideathon was organised to give the budding idealists a stage to showcase their vision, forging dreams into realities.
</figcaption>
</div>
</div>
<div class="past-card">
<div class="past-event-poster">
<img src="events/assets/machine-learning.jpg" class="past-photo" />
<h3 class="past-title">ML Bootcamp</h3>
<figcaption>
to get the locked-down freshers started with their journey, a bootcamp on Machine Learning was organised to get them started with the field. various hands on projects were discussed to establish a better grip on the topic.
</figcaption>
</div>
</div>
<div class="past-card">
<div class="past-event-poster">
<img src="events/assets/python-monday.jpg" class="past-photo" />
<h3 class="past-title">Python Monday's</h3>
<figcaption>
A weekly sesssion on Python basics to guide the new ones about the ever growing language - Python.
</figcaption>
</div>
</div>
<a class="next" id="next">❯</a>
</div>
</div>
</section>
<div class="bottom">
<div class="socials">
<div class="handles">
<a href="https://www.instagram.com/mlsac_bvcoe/"><img src="aboutus/aboutus_assets/instagram.png" alt="insta logo"></a>
</div>
<div class="handles">
<a href="https://github.com/mlsacbvp"><img src="aboutus/aboutus_assets/github.png" alt="github logo"></a>
</div>
<div class="handles">
<a href="https://twitter.com/MlscBvp?t=ueaZK33_AhBI93rNVCT6vQ&s=09"><img src="aboutus/aboutus_assets/twitter.png" alt="twitter logo"></a>
</div>
<div class="handles">
<a href="https://www.linkedin.com/company/microsoft-learn-student-chapter-mlsc-bvp/"><img src="aboutus/aboutus_assets/linkedin.png" alt="linkedin logo"></a>
</div>
</div>
<footer class="footer">
<span class="white-text">
©MLSACBVP All Rights Reserved.
</span>
<br>
<span class="white-text">
Designed & Developed with ❤️ by the Web Team of MLSACBVP
</span>
</footer>
</div>
<script src="events/scripts/past-events.js"></script>
</body>
</html>