-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
332 lines (292 loc) · 13.4 KB
/
default.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
328
329
330
331
332
---
---
{% assign title = page.title | default: site.title | escape %}
{% assign description = page.excerpt | default: site.description | strip_html | strip_newlines | truncate: 160 %}
{% assign author = page.author | default: site.twitter_authorname | escape %}
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="{{ description }}">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CDS Bootstrap Implementation -->
<link rel="stylesheet" href="{{ site.CDNurl }}{{ site.baseCDNurl }}css/main.min.css" type="text/css">
<!-- Fontawesome CSS -->
<link rel="stylesheet" href="{{ site.CDNurl }}FontAwesome-5.13.0/css/all.min.css" type="text/css">
<!-- Datepicker -->
<link rel="stylesheet" href="{{ site.CDNurl }}{{ site.baseCDNurl }}css/datepicker.css" type="text/css" />
<link rel="stylesheet" href="{{ site.CDNurl }}{{ site.baseCDNurl }}css/datepicker-cds.css" type="text/css" />
{% comment %}
<!--
a blend of FB & TW, see
// jdk::: see: https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@nytimesbits" />
<meta name="twitter:creator" content="@nickbilton" />
<meta property="og:url" content="http://bits.blogs.nytimes.com/2011/12/08/a-twitter-for-my-sister/" />
<meta property="og:title" content="A Twitter for My Sister" />
<meta property="og:description" content="In the early days, Twitter grew so quickly that it was almost impossible to add new features because engineers spent their time trying to keep the rocket ship from stalling." />
<meta property="og:image" content="http://graphics8.nytimes.com/images/2011/12/08/technology/bits-newtwitter/bits-newtwitter-tmagArticle.jpg" />
<meta name="twitter:url" content="https://www.popupmagazine.com/">
<meta name="twitter:creator" content="@author/">
-->
<!-- Add to homescreen for Chrome on Android
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Pop-Up Magazine">
<link rel="icon" sizes="32x32" href="/images/icons/icon-32x32.png">
<link rel="icon" sizes="192x192" href="/images/icons/chrome-touch-icon-192x192.png">
<link rel="shortcut icon" sizes="16x16" href="/images/icons/favicon.ico">
<link rel="shortcut icon" sizes="32x32" href="/images/icons/icon-32x32.png">
-->
<!-- Add to homescreen for Safari on iOS
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Pop-Up Magazine">
<link rel="apple-touch-icon" href="/images/icons/apple-touch-icon.png">
-->
<!-- Tile icon for Win8 (144x144 + tile color)
<meta name="msapplication-TileImage" content="/images/icons/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#FFC900">
-->
<!-- Color the status bar on Android
<meta name="theme-color" content="#FFC900">
-->
<!-- 1200x 628-900 (linked image 628, fb image 900, highlighted image 717) 2.7:1 or 16:9 event -->
{% endcomment %}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@{{ site.twitter_username }}">
<meta name="twitter:creator" content="@{{ author }}/">
<meta property="og:site_name" content="{{ site.title }}">
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ site.url }}" />
<meta property="og:title" content="{{ title }}" />
<meta property="og:description" content="{{ description }}" />
<meta property="og:image" content="{{ site.image_social | prepend: site.baseurl | prepend: site.url }}" />
<title>{{ title }}</title>
<style>
<!-- jdk::: We need to encapsulate all this css -->
.flex-row.row {
display: flex;
flex-wrap: wrap;
}
.flex-row.row > [class*='col-'] {
display: flex;
flex-direction: column;
}
.flex-row.row:after,
.flex-row.row:before {
display: flex;
}
.flex-row .thumbnail,
.flex-row .caption {
flex: 1 0 auto;
flex-direction: column;
}
.flex-text {
flex-grow: 1
}
.featured-services .thumbnail {
padding: 0px;
}
.featured-services .thumbnail .caption h5{
font-size: 1.1em;
}
.featured-services .thumbnail img {
margin-right: auto;
margin-left: auto;
display: block;
max-width: 100%;
height: auto;
background-color: #E4E9EB;
}
.featured-services .thumbnail {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.featured-services .thumbnail:hover {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.05);
box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
#infoSection .card-header {
border:0px;
}
.accordion-toggle.text-white a, .accordion-toggle.text-white::after {
color:#FFF;
}
</style>
</head>
<body>
{% include trust-seal.html %}
<!-- CDS NAVBAR -->
<header class="cds-header" role="banner">
<div class="cds-navbar">
<button class="cds-menu-btn">MENU</button>
<div class="cds-logo" id="logo">
<em class="cds-logo-text">
<a href="/design-system-site/" title="Home">
<img src="{{ site.CDNurl }}{{ site.baseCDNurl }}img/chicago.gov-logo.png" alt="Logo of the City of Chicago">
<h1 class="cds-header-title">Chicago</h1>
</a>
</em>
</div>
</div>
<!--Start Navigation-->
<nav role="navigation" class="cds-nav">
<div class="cds-nav-inner">
<button class="cds-nav-close">
<img src="{{ site.CDNurl }}{{ site.baseCDNurl }}img/close.svg" alt="close">
</button>
<ul class="cds-nav-primary cds-accordion">
<li><a class="cds-nav-link" href="/design-system-site/"><span>Home</span></a></li>
{% assign _primary = header.primary.links %}
{% assign primary_links = site.data.navigation[_primary] | default: _primary %}
{% if primary_links %}
la la la
{% endif %}
<li>
<button class="cds-accordion-button cds-nav-link" aria-expanded="false" aria-controls="nav-pi">
<span>Programs & Initiatives</span>
</button>
<div id="nav-pi" class="cds-nav-submenu cds-nav-megamenu row" aria-hidden="true">
<div class="col-md-6">
<ul>
<li>
<a title="Affordable Chicago" href="https://www.chicago.gov/city/en/progs/affordchic.html">Affordable Chicago</a>
<a title="Chicago Census 2020" href="/contenthttps://www.chicago.gov/city/en/sites/census2020/home.html">Chicago Census 2020</a>
<a title="Consumer Protection" href="https://www.chicago.gov/city/en/progs/protect.html">Consumer Protection</a>
<a title="Education" href="https://www.chicago.gov/city/en/progs/edu.html">Education</a>
<a title="Environment" href="https://www.chicago.gov/city/en/progs/env.html">Environment</a>
<a title="Food Service Establishments" href="https://www.chicago.gov/city/en/ofinterest/bus/food.html">Food Service Establishments</a>
<a title="Freedom of Information (FOIA)" href="https://www.chicago.gov/city/en/progs/foia.html">Freedom of Information (FOIA)</a>
<a title="Grants" href="https://www.chicago.gov/city/en/progs/grants.html">Grants</a>
<a title="Grounds for Peace" href="https://www.chicago.gov/city/en/progs/grounds_for_peace.html">Grounds for Peace</a>
<a title="Health & Wellness" href="https://www.chicago.gov/city/en/progs/health.html">Health & Wellness</a>
<a title="Housing" href="https://www.chicago.gov/city/en/depts/doh.html">Housing</a>
</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>
<a title="Inspections, Permitting & Licensing" href="https://www.chicago.gov/city/en/progs/inspectionspermitting.html">Inspections, Permitting & Licensing</a>
<a title="Jobs" href="https://www.chicago.gov/city/en/progs/emp.html">Jobs</a>
<a title="Municipal Marketing" href="https://www.chicago.gov/city/en/progs/municipal_marketing.html">Municipal Marketing</a>
<a title="Our City. Our Safety." href="https://www.chicago.gov/summer">Our City. Our Safety.</a>
<a title="Safety" href="https://www.chicago.gov/city/en/progs/safety.html">Safety</a>
<a title="Sustain Chicago" target="_blank" href="https://sustainchicago.cityofchicago.org/">Sustain Chicago</a>
<a title="Taxes" href="https://www.chicago.gov/city/en/progs/tax.html">Taxes</a>
<a title="Technology" href="https://www.chicago.gov/city/en/progs/tech.html">Technology</a>
<a title="Transparency" href="https://www.chicago.gov/city/en/progs/transparency.html">Transparency</a>
<a title="Transportation" href="https://www.chicago.gov/city/en/progs/trnsprt.html">Transportation</a>
</li>
</ul>
</div>
</div>
</li>
<li>
<button class="cds-accordion-button cds-nav-link" aria-expanded="false" aria-controls="nav-5">
<span>Government</span>
</button>
<ul id="nav-5" class="cds-nav-submenu" aria-hidden="true">
<li><a href="#">Page title</a></li>
<li><a href="#">Page title one</a></li>
<li><a href="#">Page title two</a></li>
<li><a href="#">Link</a></li>
</ul>
</li>
<li>
<button class="cds-accordion-button cds-nav-link" aria-expanded="false" aria-controls="nav-about">
<span>About</span>
</button>
<ul id="nav-about" class="cds-nav-submenu" aria-hidden="true">
<li><a title="Chicago History" href="https://www.chicago.gov/city/en/about/history.html">Chicago History</a></li>
<li><a title="Facts & Statistics" href="https://www.chicago.gov/city/en/about/facts.html">Facts & Statistics</a></li>
<li><a title="Attractions" href="https://www.choosechicago.com/" target="_blank">Attractions</a></li>
</ul>
</li>
</ul>
<div class="cds-nav-secondary">
<ul class="cds-unstyled-list cds-nav-secondary-links">
<li><a href="#"><span>Accessibility </span></a></li>
<li>
<a href="#">
External link
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- CONTENT-->
{{ content }}
<!-- CDS SITE FOOTER -->
<footer class="mt-4">
<div class="footer-primary">
<div class="footer-primary-nav container" role="navigation">
<a href="#">Home</a>
<a href="#">Disclaimer</a>
<a href="#">Privacy Policy</a>
<a href="#">Web Standards</a>
<a href="#">Site Credits</a>
<a href="#">Site Map</a>
</div>
</div>
<div class="footer-main">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="media footer-media">
<img class="align-self-center mr-3" src="{{ site.CDNurl }}{{ site.baseCDNurl }}img/city_seal_clr.png" alt="City of Chicago">
<div class="media-body align-self-center">
<h3 class="mt-0">City of Chicago</h3>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="footer-main-right">
<div class="footer-social-links">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
<div class="footer-contact">
<h4>Contact Info</h4>
</div>
<div class="footer-contact-links">
<a href="#">[email protected]</a>
<a href="#">(312)-774-2828</a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- jdk::: I don't think we need those old USWDS includes? I wonder how much of this we can update as well? -->
<script src="{{ site.CDNurl }}jQuery-3.4.1/jquery-3.4.1.min.js" crossorigin="anonymous"></script>
<script src="{{ site.CDNurl }}Bootstrap-4.3.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="{{ site.CDNurl }}{{ site.baseCDNurl }}js/uswds.min.js"></script>
<script src="{{ site.CDNurl }}{{ site.baseCDNurl }}js/datepicker.min.js"></script>
<!-- DATEPICKER Init-->
<script>
(function($) {
$(function() {
const getNavigatorLanguage = () => (navigator.languages && navigator.languages.length) ? navigator.languages[0] : navigator.userLanguage || navigator.language || navigator.browserLanguage || 'en';
$(".datepicker")
.filter(function() {
return !this.disabled && !this.readOnly;
})
.datepicker({ gainFocusOnConstruction: false, markup: 'bootstrap4' });
$('#date13').datepicker('next', '#date14');
});
})(this.jQuery);
</script>
</body>
</html>