-
Notifications
You must be signed in to change notification settings - Fork 0
/
w26.html
327 lines (272 loc) · 10.4 KB
/
w26.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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>STL during COVID-19</title>
<!-- MDB icon -->
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" />
<!-- Google Fonts Roboto -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
/>
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
<!-- Custom styles -->
<style></style>
</head>
<body>
<!-----------------------------------------------------------------------
This template was created with MDB 5 UI KIT (Material Design for Bootstrap 5).
MDB is a free (MIT license) library, that provides extra features and significantly extends Bootstrap's capabilities.
Visit our website to learn more: https://mdbootstrap.com/docs/standard/
--------------------------------------------------------------------------->
<!--Main Navigation-->
<header>
<!-- Intro settings -->
<style>
/* Default height for small devices */
#intro {
height: 50px;
/* Margin to fix overlapping fixed navbar */
margin-top: 0px;
}
/* Height for devices larger than 576px */
@media (min-width: 576px) {
#intro {
height: 50px;
}
}
</style>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-white sticky-top">
<div class="container-fluid">
<!-- Navbar brand -->
<a class="navbar-brand" href="index.html">
<img
src="img/stl-logo.png"
height="50"
alt=""
loading="lazy"
style="margin-top: 5px; margin-bottom: 5px;"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarExample01"
aria-controls="navbarExample01"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarExample01">
<ul class="navbar-nav mr-auto mb-2 mb-lg-0">
<li class="nav-item">
<a
class="nav-link"
href="west-end.html"
rel="nofollow"
>West End</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
href="west-county.html"
rel="nofollow"
>West County</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
href="downtown.html"
rel="nofollow"
>Downtown</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
href="midtown.htm"
rel="nofollow"
>Midtown</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
href="clayton.html"
rel="nofollow"
>Clayton</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
href="stcharles.html"
rel="nofollow"
>St. Charles</a
>
</li>
<li class="nav-item">
<a
class="nav-link"
href="extra.html"
rel="nofollow"
>Extra</a
>
</li>
</ul>
<ul class="navbar-nav list-inline">
<!-- Icons -->
<li class="nav-item">
<a
class="nav-link"
href="https://www.instagram.com/stlduringcovid19/"
rel="nofollow"
target="_blank"
>
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="nav-item">
<a
class="nav-link"
href="https://twitter.com/stlduringcovid"
rel="nofollow"
target="_blank"
>
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
</header>
<!--Main Navigation-->
<!-- Jumbotron -->
<div id="intro" class="p-5 text-center bg-light">
<h1 class="mb-0 h4">Washington Terrace Gate</h1>
</div>
<!-- Jumbotron -->
<!--Main layout-->
<main class="mt-4 mb-5">
<div class="container">
<!--Section: Post data-->
<div id="carouselExampleIndicators" class="carousel slide w-50 mx-auto" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/West-End/W26.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="img/West-End/W26-02.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--Section: Post data-->
<!--Section: Text-->
<section class="mt-4">
<p>
<strong>Year:</strong> 1894
</p>
<p>
<strong>Architects:</strong> Harvey Ellis
</p>
<p>
<strong>Location:</strong> 1-99 Washington Terrace.
</p>
<!--<p class="note note-light">
Today, the building is still Racquet Club of St.Louis.
</p>
</section>-->
<!--Section: Text-->
<!--Section: Share buttons-->
<section class="text-center py-4 mb-4">
<p><strong>Share with your friends:</strong></p>
<button type="button" class="btn btn-primary mr-1" style="background-color: #3b5998;">
<i class="fab fa-facebook-f"></i>
</button>
<button type="button" class="btn btn-primary mr-1" style="background-color: #55acee;">
<i class="fab fa-twitter"></i>
</button>
<button type="button" class="btn btn-primary mr-1" style="background-color: #0082ca;">
<i class="fab fa-linkedin"></i>
</button>
</section>
<!--Section: Share buttons-->
<hr class="my-5" />
<!--Section: Content-->
<section class="mb-5">
<h4 class="mb-5 text-center"><strong>Subscribe to follow our track in STL</strong></h4>
<div class="row d-flex justify-content-center">
<div class="col-md-6">
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="https://github.us17.list-manage.com/subscribe/post?u=c1196ec1658817d9cb38ed257&id=ae551fba68" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label class="mb-2" for="mce-EMAIL">Email Address
</label>
<div class="mb-2">
<input type="email" value="" name="EMAIL" class="required email form-control">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_c1196ec1658817d9cb38ed257_ae551fba68" tabindex="-1" value=""></div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" class="btn btn-dark btn-block"></div>
</div>
</form>
</div>
</div>
</div>
</section>
<!--Section: Content-->
</main>
<!--Main layout-->
<!--Footer-->
<footer class="bg-light text-lg-left">
<hr class="m-0" />
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2020 Copyright:
<a class="text-dark" href="https://pasilobus.com/">Pasilobus, Inc.</a>
</div>
<!-- Copyright -->
</footer>
<!--Footer-->
</body>
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script type="text/javascript"></script>
</html>