-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
251 lines (205 loc) · 12.1 KB
/
blog.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>
<meta charset="utf-8">
<title>Re-Imagine Education </title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content=" Re-Imagine Education, Inc. is a non-profit 501(c)(3) with a mission to attract BIPOC talent to education careers and leverage intentional pathways for retention, career grooming, and upward mobility through meaningful mentorship channels. " name="keywords">
<meta content="Re-Imagine Education, Inc. is a non-profit 501(c)(3) with a mission to attract BIPOC talent to education careers and leverage intentional pathways for retention, career grooming, and upward mobility through meaningful mentorship channels. " name="description">
<!-- Favicon -->
<link href="logo-540px.jpg" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Topbar Start -->
<div class="container-fluid d-none d-lg-block">
<div class="row align-items-center py-4 px-xl-5">
<div class="col-lg-3">
<a href="" class="text-decoration-none">
<h1 class="m-0"><span class="text-primary"></span> <img style="height: 3cm;" src="logo-240px.jpg" alt="" srcset=""> </h1>
</a>
</div>
<div class="col-lg-3 text-right">
<div class="d-inline-flex align-items-center">
<i class="fa fa-2x fa-map-marker-alt text-primary mr-3"></i>
<div class="text-left">
<h6 class="font-weight-semi-bold mb-1">Our Office</h6>
<small>Miliwaukee, Wisconsin USA</small>
</div>
</div>
</div>
<div class="col-lg-3 text-right">
<div class="d-inline-flex align-items-center">
<i class="fa fa-2x fa-envelope text-primary mr-3"></i>
<div class="text-left">
<h6 class="font-weight-semi-bold mb-1">Email Us</h6>
<small> [email protected] <br> [email protected] </small>
</div>
</div>
</div>
<div class="col-lg-3 text-right">
<div class="d-inline-flex align-items-center">
<i class="fa fa-2x fa-phone text-primary mr-3"></i>
<div class="text-left">
<h6 class="font-weight-semi-bold mb-1">Call Us</h6>
<small>4144855817</small>
</div>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<nav class="navbar navbar-expand-lg bg-light navbar-light py-3 py-lg-0 px-0">
<a href="" class="text-decoration-none d-block d-lg-none">
<h2 class="m-0"><span class="text-primary"> Re-Imagine Education</span></h2>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav py-0">
<a href="index.html" class="nav-item nav-link ">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="teacher.html" class="nav-item nav-link">Team </a>
<a href="https://givebutter.com/JQ4JgN " class="nav-item nav-link">Donate </a>
<a href="blog.html" class="nav-item nav-link">Articles </a>
<a href=" https://us7.list-manage.com/contact-form?u=5080e466c5f746c8b294721bc&form_id=e8ae05aca1f8eaf2371061d59e2e7222 " class="nav-item nav-link">Contact</a>
</div>
<a class="btn btn-primary py-2 px-4 ml-auto d-none d-lg-block" href="https://givebutter.com/JQ4JgN ">Donate </a>
</div>
</nav>
</div>
</div>
</div>
<!-- Navbar End -->
<!-- Header Start -->
<div class="container-fluid page-header" style="margin-bottom: 90px;">
<div class="container">
<div class="d-flex flex-column justify-content-center" style="min-height: 300px">
<h3 class="display-4 text-white text-uppercase">Articles</h3>
<div class="d-inline-flex text-white">
<p class="m-0 text-uppercase"><a class="text-white" href="">Home</a></p>
<i class="fa fa-angle-double-right pt-1 px-3"></i>
<p class="m-0 text-uppercase">Articles </p>
</div>
</div>
</div>
</div>
<!-- Header End -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-12">
<div class="row pb-3">
<div class="col-md-6 mb-4">
<div class="blog-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/cv.jpg" alt="">
<div class="blog-text p-3">
<h5 class="text-primary mb-3"> Give Back MKE 2022: Re-Imagine Education </h5>
<p class="text-muted m-0"> </p>
</div>
<a href="https://www.milwaukeemag.com/give-back-mke-2022-re-imagine-education/" class="btn btn-outline-primary m-1">View</a>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="blog-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/cv2.jpg" alt="">
<div class="blog-text p-3">
<h5 class="text-primary mb-3"> Re-Imagine education works to increase teachers of color in the classroom </h5>
<p class="text-muted m-0"> </p>
</div>
<a href="https://spectrumnews1.com/wi/milwaukee/news/2024/01/16/reimagine-education-diversity-classroom" class="btn btn-outline-primary m-1">View</a>
</div>
</div>
<div class="col-md-6 mb-4">
<div class="blog-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="team1.jpeg" alt="">
<div class="blog-text p-3">
<h5 class="text-primary mb-3"> 27th annual Dr. Martin Luther King, Jr. celebration with the YMCA </h5>
<p class="text-muted m-0"> </p>
</div>
<a href="https://www.fox6now.com/news/dr-martin-luther-king-jr-celebration-ymca" class="btn btn-outline-primary m-1">View</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Start -->
<div class="container-fluid bg-dark text-white py-5 px-sm-3 px-lg-5" style="margin-top: 90px;">
<div class="row pt-5">
<div class="col-lg-7 col-md-12">
<div class="row">
<div class="col-md-6 mb-5">
<h5 class="text-primary text-uppercase mb-4" style="letter-spacing: 5px;">Get In Touch</h5>
<p><i class="fa fa-map-marker-alt mr-2"></i>Miliwaukee, Wisconsin USA </p>
<p><i class="fa fa-phone-alt mr-2"></i>+4144855817 </p>
<p><i class="fa fa-envelope mr-2"></i> <small>[email protected] </small><br>
<small> [email protected] </small> </p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-outline-light btn-square mr-2" href="https://www.re-imagineed.org/#subscribe "><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light btn-square mr-2" href="https://www.re-imagineed.org/#subscribe "><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light btn-square mr-2" href="https://www.linkedin.com/company/re-imagine-education-inc "><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-light btn-square" href="https://www.re-imagineed.org/#subscribe "><i class="fab fa-instagram"></i></a>
<a class="btn btn-outline-light btn-square" href="https://www.youtube.com/@re-imagineeducation5068 "><i class="fab fa-youtube"></i></a>
</div>
</div>
<div class="col-md-6 mb-5">
</div>
</div>
</div>
<div class="col-lg-5 col-md-12 mb-5">
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white border-top py-4 px-sm-3 px-md-5" style="border-color: rgba(256, 256, 256, .1) !important;">
<div class="row">
<div class="col-lg-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0 text-white">© <a href="index.html">Re-Imagine Education </a>. All Rights Reserved. Designed by <a href="index.html"> Re-Imagine Education</a>
</p>
</div>
<div class="col-lg-6 text-center text-md-right">
<ul class="nav d-inline-flex">
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Help</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>