forked from mlsacbvp/MLSAC-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
251 lines (232 loc) · 11.4 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YGW0KL1CX5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-YGW0KL1CX5');
</script>
<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>About Us</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-uWxY/CJNBR+1zjPWmfnSnVxwRheevXITnMqoEIeG1LJrdI0GlVs/9cVSyPYXdcSF" crossorigin="anonymous">
<link rel="stylesheet" href="aboutus/aboutus_css/style.css">
<link rel="stylesheet" href="aboutus/aboutus_css/utility.css">
<link rel="stylesheet" href="aboutus/aboutus_css/bootstrap.css">
<link rel="shortcut icon" href="Teams/assets/favicon.ico" type="image/x-icon">
</head>
<body>
<navbar>
<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="ourteam.html" class="black-text">Team</a></li>
<li><a href="Events.html" class="black-text">Events</a></li>
<li><a href="contactus.html" class="black-text">Contact Us</a></li>
</ul>
</div>
</div>
</navbar>
<div class="about">
<div class="about-img">
<div class="about-img-1">
</div>
<div class="heading white-text">
<p>ABOUT US</p>
</div>
<div class="desc white-text">
<!-- <br/> -->
<span>
We, MLSAC (Microsoft Learn Student Ambassadors' Chapter), are a community of tech enthusiasts. We
conduct sessions, organize workshops & hackathons while encapsulating the fun part of learning! Join
us to make an impact through your skills while learning.<br><b>Be a force for good!</b>
</span>
</div>
</div>
</div>
<div class="cards">
<div class="card">
<div class="vis-text">
<span class="heading black-text heading-1">VISION</span>
<span class="desc-1 black-text">Forming a network of thinkers who come together under the common dome of
Microsoft's vision and technology to have open-minded discussions. Planning to cultivate the young
talent at college to compete at global level competitions (like Microsoft Imagine Cup) thus
heightening the name of BVCOE. To provide a free-learning experience to Microsoft’s resources so
that the technology is accessible to everyone at the college and beyond.
</span>
</div>
<div class="vis-img">
<img src="aboutus/aboutus_assets/vision.png" alt="Vision">
</div>
</div>
<div class="card vis">
<div class="vis-img">
<img src="aboutus/aboutus_assets/mission.png" alt="Mission">
</div>
<div class="vis-text">
<span class="heading black-text heading-1">MISSION</span>
<span class="desc-1 black-text desc-2">Using Microsoft resources to help BVCOE advance its programming
and
development culture. To cherish progressive conversations upon holistic topics and providing
networking opportunities with Microsoft MVPs or working professionals at Microsoft. Furthermore,
improving teamwork and communal feelings, as well as the technical aspects of everyone working
together.</span>
</div>
</div>
</div>
<div class="cards_2">
<div class="card_2">
<span class="heading black-text heading-1">VISION</span>
<img src="aboutus/aboutus_assets/vision.png" alt="Vision">
<span class="desc-1 black-text">Forming a network of thinkers who come together under the common dome of
Microsoft's vision and technology to have open-minded discussions. Planning to cultivate the young
talent at college to compete at global level competitions (like Microsoft Imagine Cup) thus
heightening the name of BVCOE. To provide a free-learning experience to Microsoft’s resources so
that the technology is accessible to everyone at the college and beyond.
</span>
</div>
<div class="card_2">
<span class="heading black-text heading-1">MISSION</span>
<img src="aboutus/aboutus_assets/mission.png" alt="Mission">
<span class="desc-1 black-text desc-2">Using Microsoft resources to help BVCOE advance its programming and
development culture. To cherish progressive conversations upon holistic topics and providing
networking opportunities with Microsoft MVPs or working professionals at Microsoft. Furthermore,
improving teamwork and communal feelings, as well as the technical aspects of everyone working
together.</span>
</div>
</div>
<div class="faq">
<h1 class="white-text text-center faqHead">FAQs</h1>
<button class="btn black-text ques faq1" type="button" data-bs-toggle="collapse" data-bs-target="#faq1"
aria-expanded="false" aria-controls="collapseExample">
<div class="quesbar">
<span>Q. Who are we?</span>
<img src="aboutus/aboutus_assets/arrow.png" style="width:1.2em; height:1.2em;">
</div>
</button>
<div class="collapse" id="faq1">
<div class="answer faq1">
We are one of many technical societies of BVCOE.
</div>
</div>
<button class="btn black-text ques faq1" type="button" data-bs-toggle="collapse" data-bs-target="#faq2"
aria-expanded="false" aria-controls="collapseExample">
<div class="quesbar">
<span>Q. What do we do?</span>
<img src="aboutus/aboutus_assets/arrow.png" style="width:1.2em; height:1.2em;">
</div>
</button>
<div class="collapse" id="faq2">
<div class="answer faq1">
We organise a variety of technical events with an aim to promote holistic learning, keeping in mind the
growth of our communinty as a whole.
</div>
</div>
<button class="btn black-text ques faq1" type="button" data-bs-toggle="collapse" data-bs-target="#faq3"
aria-expanded="false" aria-controls="collapseExample">
<div class="quesbar">
<span>Q. How can one become a part of the society?</span>
<img src="aboutus/aboutus_assets/arrow.png" style="width:1.2em; height:1.2em;">
</div>
</button>
<div class="collapse" id="faq3">
<div class="answer faq1">
The society opens its gates to interested people annually. Make sure to follow our social media pages to
stay updated for such opportunities.
</div>
</div>
<button class="btn black-text ques faq1" type="button" data-bs-toggle="collapse" data-bs-target="#faq4"
aria-expanded="false" aria-controls="collapseExample">
<div class="quesbar">
<span>Q. I have some doubts. Whom to contact?</span>
<img src="aboutus/aboutus_assets/arrow.png" style="width:1.2em; height:1.2em;">
</div>
</button>
<div class="collapse" id="faq4">
<div class="answer faq1">
You can mail us with your queries at <i>mlsacbvp@outlook.in</i>
</div>
</div>
</div>
<div class="bottom">
<contact>
<div class="heading-contact white-text">CONTACT US</div>
<div class="contactus">
<div class="item">
<div class="icon">
<a href="https://www.google.com/maps?ll=28.675866,77.113207&z=13&t=m&hl=en-US&gl=US&mapclient=embed&cid=9564308523125068281"
target="_blank">
<img src="aboutus/aboutus_assets/map.png" alt="map-icon">
</a>
</div>
<div class="icon-name white-text">
<p>
A-4, Paschim Vihar, New Delhi 110063<br>
(In front of Paschim Vihar East Metro Station)
</p>
</div>
</div>
<div class="item">
<div class="icon">
<a href="mailto:mlsacbvp@outlook.in">
<img src="aboutus/aboutus_assets/outlook.png" alt="">
</a>
</div>
<div class="icon-name white-text">
<a href="mailto:mlsacbvp@outlook.in"
style="text-decoration:none; color:white">mlsacbvp@outlook.in</a>
</div>
</div>
<div class="item">
<div class="icon telephone">
<a href="tel:011-25278444">
<img src="aboutus/aboutus_assets/telephone.png" alt="">
</a>
</div>
<div class="icon-name white-text">
<a href="tel:011-25278444" style="text-decoration:none; color:white">011-25278444/25278443</a>
</div>
</div>
</div>
</contact>
<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/mlsacbvp/"><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 by the Web Team of MLSACBVP
</span>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kQtW33rZJAHjgefvhyyzcGF3C5TFyBQBA13V1RKPf4uH+bwyzQxZ6CmMZHmNBEfJ"
crossorigin="anonymous"></script>
</body>
</html>