-
Notifications
You must be signed in to change notification settings - Fork 2
/
about-us.html
248 lines (236 loc) · 10.4 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ABOUT US</title>
</head>
<body>
<!-- nav -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand logo" href="index.html"
><img src="images/covinfo-logo.png" alt="logoName"
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ms-auto">
<a
class="nav-link text-white"
href="https://movementpass.police.gov.bd/"
target="_blank"
>
Movement Pass
</a>
<a class="nav-link text-white" href="about-us.html">
About Us
</a>
<a class="nav-link" href="#"></a>
</div>
</div>
</div>
</nav>
<!-- section -->
<section class="...">
<div class="container pt-5">
<div class="mt-5">
<!-- Avout Mariam -->
<div
class="mt-5 mb-4 card mb-3 shadow card-round-border about-us-section-style"
>
<div class="pt-4 pb-4 ps-4 pe-4">
<div class="row g-0">
<div class="col-md-4 about-us-border-rad">
<img src="images/about-us/mariam.jpg" width="220rem" alt="..." />
</div>
<div class="col-md-8">
<div class="card-body padding-left">
<h5 class="card-title about-us-title-font">Mariam Chowdhury</h5>
<p class="card-text mt-3">
Mariam Chowdhury is a community developer of Microsoft Learn Student Ambassadors BUP. She is a technology enthusiast and web designer. She is currently studying her 5th semester in the Department of ICT, BUP.
</p>
<div class="d-flex social-media-style">
<div class="me-1">
<a href="https://www.facebook.com/profile.php?id=100015189241148" target="_blank">
<img src="images/social media/facebook-logo.png" width="25rem"></img>
</a>
</div>
<div class="ms-2 me-1">
<a href="https://www.instagram.com/mint___lemon___ade/" target="_blank">
<img src="images/social media/instagram-logo.png" width="25rem"></img>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Kaiser -->
<div
class="mt-5 mb-5 card mb-3 shadow card-round-border about-us-section-style">
<div class="pt-4 pb-4 ps-4 pe-4">
<div class="row g-0">
<div class="col-md-4 about-us-border-rad">
<img src="images/about-us/kaiser.jpg" width="220rem" alt="..." />
</div>
<div class="col-md-8">
<div class="card-body padding-left">
<h5 class="card-title about-us-title-font">S M Kaiser Ahmed</h5>
<p class="card-text mt-3">
S M Kaiser Ahmed is the present campus co-lead of Microsoft Learn Student Ambassadors BUP. He is a creative design, IT and cloud enthusiast. He loves exploring new things, doing social works and developing interpersonal skills.
</p>
<div class="d-flex social-media-style">
<div class="me-1">
<a href="https://www.facebook.com/inkaiserahmed/" target="_blank">
<img src="images/social media/facebook-logo.png" width="25rem"></img>
</a>
</div>
<div class="ms-2 me-1">
<a href="https://www.instagram.com/inkaiserahmed/" target="_blank">
<img src="images/social media/instagram-logo.png" width="25rem"></img>
</a>
</div>
<div class="ms-2 me-1">
<a href="https://www.linkedin.com/in/inkaiserahmed/" target="_blank">
<img src="images/social media/linkedin-logo.png" width="25rem"></img>
</a>
</div>
<div class="ms-2 me-1">
<a href="https://www.kaiserahmed.xyz/" target="_blank">
<img src="images/social media/website-logo.png" width="25rem"></img>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Asif -->
<div
class="mt-5 mb-4 card mb-3 shadow card-round-border about-us-section-style">
<div class="pt-4 pb-4 ps-4 pe-4">
<div class="row g-0">
<div class="col-md-4 about-us-border-rad">
<img src="images/about-us/Asif.jpg" width="220rem" alt="..." />
</div>
<div class="col-md-8">
<div class="card-body padding-left">
<h5 class="card-title about-us-title-font">Md. Asifuzzaman</h5>
<p class="card-text mt-3">
Md. Asifuzzaman is the present campus lead of Microsoft Learn Student Ambassadors BUP. He is a computer network, system & cloud enthusiast. He is a 5th-semester student in the Department of ICT, BUP.
</p>
<div class="d-flex social-media-style">
<div class="me-1">
<a href="https://www.facebook.com/asif.z11" target="_blank">
<img src="images/social media/facebook-logo.png" width="25rem"></img>
</a>
</div>
<div class="ms-2 me-1">
<a href="https://www.instagram.com/asifuzzaman_11/" target="_blank">
<img src="images/social media/instagram-logo.png" width="25rem"></img>
</a>
</div>
<div class="ms-2 me-1">
<a href="https://www.linkedin.com/in/asif-z11/" target="_blank">
<img src="images/social media/linkedin-logo.png" width="25rem"></img>
</a>
</div>
<div class="ms-2 me-1">
<a href="https://asif.mlsa-bup.technology/" target="_blank">
<img src="images/social media/website-logo.png" width="25rem"></img>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<!-- Microsoft Azure -->
<div id="footer"
class="d-sm-block d-md-flex d-lg-flex d-xl-flex d-xxl-flex justify-content-center align-content-center mt-5 mb-2">
<div>
<p class="ms-1 me-1 zero-margin">Powered by</p>
</div>
<div class="justify-content-center">
<img class="ms-1 me-1" src="images/Azure.png" style="height: 20px" alt="" />
</div>
</div>
<!-- MSLA BUP -->
<div id="footer"
class="d-sm-block d-md-flex d-lg-flex d-xl-flex d-xxl-flex justify-content-center align-content-center mb-4">
<div>
<p class="zero-margin">Initiative by</p>
</div>
<a href="https://www.facebook.com/mlsabup"
style="text-decoration: none; color: inherit"
target="_blank">
<div class="d-flex justify-content-center align-content-center">
<div>
<img
class="me-1 ms-1"
src="images/mlsa-icon.ico"
style="height: 20px"
alt=""
/>
</div>
<div>
<p class="mlsa-text zero-margin">
Microsoft Learn Student Ambassadors BUP
</p>
</div>
</div>
</a>
</div>
<!-- References -->
<div class="footer-background">
<div class="d-flex pt-2 justify-content-md-start container justify-content-center" >
<p>References:</p>
<a target="_blank" href="https://corona.gov.bd/"> Corona.gov.bd <span class="sb">|</span></a>
<a target="_blank"
href="https://corona.gov.bd/storage/press-releases/April2021/wLVavbb8RArZxCko5Dve.pdf"> Press Release</a>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc"
crossorigin="anonymous"
></script>
</body>
</html>