-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first pass at digital.cityofchicago.org blog content integration
- Loading branch information
Showing
237 changed files
with
8,245 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div> | ||
<section class="portfolio"> | ||
|
||
<div class="content-wrap portfolio-wrap"> | ||
|
||
{% for project in site.projects reversed %} | ||
{% for cat in project.categories %} | ||
{% if cat == page.tag %} | ||
{% include project-card.html %} | ||
{% endif %} | ||
{% endfor %} | ||
{% endfor %} | ||
</div> | ||
|
||
</section> | ||
|
||
<section> | ||
|
||
{% for post in site.categories[page.tag] %} | ||
{% include post_preview.html %} | ||
{% endfor %} | ||
</section> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<section class="intro"> | ||
|
||
<div class="wrap"> | ||
|
||
<h1>{{ page.title }}</h1> | ||
<p>{{ page.date | date: "%B %d, %Y" }}</p> | ||
<p>{{ page.author }}</p> | ||
<ul> | ||
{% for tag in page.tags %} | ||
<p>{{tag}}</p> | ||
{% endfor %} | ||
</ul> | ||
|
||
{{ page.content }} | ||
|
||
</div> | ||
|
||
</section> |
60 changes: 60 additions & 0 deletions
60
_posts/2011-06-23-first-30-days-open-government-and-reform.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
id: 786 | ||
title: First 30 Days | ||
date: 2011-06-23T00:00:32-05:00 | ||
author: Patrick Mosca | ||
layout: post | ||
guid: http://digital.cityofchicago.org/?p=786 | ||
permalink: /index.php/first-30-days-open-government-and-reform/ | ||
image: https://digital.cityofchicago.org/wp-content/uploads/2012/08/first-thirty-days-open-gov-thumb.jpg | ||
categories: | ||
- Feature | ||
- Video | ||
tags: | ||
- Civic Data | ||
- Economic and Business Development | ||
- Education | ||
- Health and Social Services | ||
- Open Government | ||
- Public Safety | ||
- Small Business | ||
- Social Media | ||
- Streets and Transportation | ||
- Sustainability and Environment | ||
- Technology and Innovation | ||
--- | ||
<h3 style="text-align: center;"> | ||
<span style="color: #cc6600;"><strong>First 30 Days: Communities & Education</strong></span> | ||
</h3> | ||
|
||
<p style="text-align: center;"> | ||
[iframe width=”420″ height=”315″ src=”http://www.youtube.com/embed/6DDwwNl4YSM” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
<p style="text-align: left;"> | ||
Empowering communities and building strong partnerships to reform City’s education system are high priority for Chicagoans and the new Mayor. The Emanuel administration has hit the ground running in the first 30 days. Here’s what you may have missed. | ||
</p> | ||
|
||
<h3 style="text-align: center;"> | ||
<span style="color: #cc6600;"><strong>First 30 Days: Budget & Jobs</strong></span> | ||
</h3> | ||
|
||
<p style="text-align: center;"> | ||
[iframe width=”420″ height=”315″ src=”http://www.youtube.com/embed/dC9__0kgiJs” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
Chicago is getting serious about creating jobs and developing smart budgets. Here’s what the new administration has been doing to start closing the gap and getting jobs back to Chicago. | ||
|
||
<h3 style="text-align: center;"> | ||
<span style="color: #cc6600;"><strong>First 30 Days: Open Government and Reform</strong></span> | ||
</h3> | ||
|
||
<p style="text-align: center;"> | ||
[iframe width=”420″ height=”315″ src=”http://www.youtube.com/embed/eKxD1bt1gcU” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
<p style="text-align: left;"> | ||
In the Mayor’s first 30 days in office, open government and reform has been at the top of the agenda. Here’s a recap. | ||
</p> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
id: 784 | ||
title: Protected Bike Lanes | ||
date: 2011-06-23T00:00:01-05:00 | ||
author: Patrick Mosca | ||
layout: post | ||
guid: http://digital.cityofchicago.org/?p=784 | ||
permalink: /index.php/protected-bike-lanes/ | ||
image: https://digital.cityofchicago.org/wp-content/uploads/2011/06/protected-bike-lanes-thumb.jpg | ||
categories: | ||
- Feature | ||
- Video | ||
tags: | ||
- Public Safety | ||
- Streets and Transportation | ||
- Sustainability and Environment | ||
--- | ||
<p style="text-align: center;"> | ||
[iframe width=”420″ height=”315″ src=”http://www.youtube.com/embed/l6q7IPkvUHQ” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
<p style="text-align: left;"> | ||
Just in time for Bike-to-Work Week, the first mile of protected bike lanes was opened for public use on Kinzie Street in downtown Chicago. The lanes allow bikers to travel safely along roads without impeding motorists, pedestrians or parking availability. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
id: 769 | ||
title: 2012 Budget Ideas | ||
date: 2011-06-29T00:00:44-05:00 | ||
author: Patrick Mosca | ||
layout: post | ||
guid: http://digital.cityofchicago.org/?p=769 | ||
permalink: /index.php/2012-budget-ideas/ | ||
image: https://digital.cityofchicago.org/wp-content/uploads/2011/06/2012-budget-ideas-thumb.jpg | ||
categories: | ||
- Feature | ||
- Video | ||
tags: | ||
- Open Government | ||
--- | ||
<p style="text-align: center;"> | ||
[iframe width=”420″ height=”315″ src=”http://www.youtube.com/embed/LxkzwyN_LP0″ frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
This fall, the City of Chicago will finalize the budget for 2012 and Mayor Emanuel wants to hear from you. We are open to any and all ideas that will protect Chicago’s taxpayers. Visit www.ChicagoBudget.org to submit ideas, get involved in the process and be part of the solution. Working together, we will secure a successful future for Chicago. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
id: 777 | ||
title: Facebook Town Hall | ||
date: 2011-07-01T00:00:14-05:00 | ||
author: Patrick Mosca | ||
layout: post | ||
guid: http://digital.cityofchicago.org/?p=777 | ||
permalink: /index.php/facebook-town-hall/ | ||
image: https://digital.cityofchicago.org/wp-content/uploads/2012/08/facebook-town-hall-thumb-2.jpg | ||
categories: | ||
- Feature | ||
- Video | ||
tags: | ||
- Economic and Business Development | ||
- Education | ||
- Health and Social Services | ||
- Open Government | ||
- Parks | ||
- Public Safety | ||
- Small Business | ||
- Social Media | ||
- Streets and Transportation | ||
- Sustainability and Environment | ||
- Technology and Innovation | ||
--- | ||
<p style="text-align: center;"> | ||
[iframe width=”420″ height=”315″ src=”http://www.youtube.com/embed/KxSWhtiQzKU” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
Recording of Mayor Emanuel’s first live Facebook Town Hall (06/30/11). In the week leading up to the event, hundreds of people submitted questions and cast thousands of votes that helped determine which questions were asked. The event was broadcast live from WYCC studios at Kennedy-King College | ||
|
||
Hosts: Nina Chantele & Tony Sculfield, WGCI | ||
Moderator: Kevin Hauswirth, Director of Social Media, Office of the Mayor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
id: 774 | ||
title: Apps for Metro Chicago Illinois | ||
date: 2011-07-07T00:00:49-05:00 | ||
author: Patrick Mosca | ||
layout: post | ||
guid: http://digital.cityofchicago.org/?p=774 | ||
permalink: /index.php/apps-for-metro-chicago-illinois/ | ||
image: https://digital.cityofchicago.org/wp-content/uploads/2012/08/apps-for-chicago-thumb.jpg | ||
categories: | ||
- Feature | ||
- Video | ||
tags: | ||
- Civic Data | ||
- Technology and Innovation | ||
--- | ||
<p style="text-align: center;"> | ||
[iframe width=”420″ height=”315″ src=”http://www.youtube.com/embed/xPrEaFhHMWY” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
Four governmental agencies. Over 175 data sets. $50,000 in awards. Real time technical assistance. Connecting communities with software developers. The Apps for Metro Chicago, IL competition is an unprecedented #opengov software challenge. <a href="http://www.appsformetrochicago.com" target="_blank">www.appsformetrochicago.com</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
id: 762 | ||
title: 'Fleet Management & General Services' | ||
date: 2011-09-06T00:00:16-05:00 | ||
author: Patrick Mosca | ||
layout: post | ||
guid: http://digital.cityofchicago.org/?p=762 | ||
permalink: /index.php/fleet-management-general-services/ | ||
image: https://digital.cityofchicago.org/wp-content/uploads/2011/09/fleet-management-thumb.jpg | ||
categories: | ||
- Feature | ||
- Video | ||
tags: | ||
- Sustainability and Environment | ||
- Technology and Innovation | ||
--- | ||
<p style="text-align: center;"> | ||
[iframe width=”420″ height=”315″ src=”http://www.youtube.com/embed/dajIFwKjBNY” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
Merging the departments of Fleet Management and General Services will save taxpayers more than $10 million, increase energy efficiency and reduce waste. www.ChicagoBudget.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
id: 752 | ||
title: Budget Town Halls | ||
date: 2011-09-06T00:00:31-05:00 | ||
author: Patrick Mosca | ||
layout: post | ||
guid: http://digital.cityofchicago.org/?p=752 | ||
permalink: /index.php/low-income-housing-budget-town-halls/ | ||
image: https://digital.cityofchicago.org/wp-content/uploads/2012/08/loitering-thumb.jpg | ||
categories: | ||
- Feature | ||
- Video | ||
tags: | ||
- City Council | ||
- Economic and Business Development | ||
- Education | ||
- Public Safety | ||
--- | ||
<p style="text-align: center;"> | ||
<strong></strong>[iframe width=”560″ height=”315″ src=”http://www.youtube.com/embed/Y301Wh8-Zus” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
<p style="text-align: center;"> | ||
[iframe width=”560″ height=”315″ src=”http://www.youtube.com/embed/J2TSO3vNDhY” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
<p style="text-align: center;"> | ||
[iframe width=”560″ height=”315″ src=”http://www.youtube.com/embed/nwuXhOOKUK8″ frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
<p style="text-align: center;"> | ||
[iframe width=”560″ height=”315″ src=”http://www.youtube.com/embed/W8IbBilecmE” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
<p style="text-align: center;"> | ||
[iframe width=”560″ height=”315″ src=”http://www.youtube.com/embed/1M1slx1Sl_Q” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
<p style="text-align: center;"> | ||
[iframe width=”560″ height=”315″ src=”http://www.youtube.com/embed/1Xv_vzO5IMQ” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
<p style="text-align: center;"> | ||
[iframe width=”560″ height=”315″ src=”http://www.youtube.com/embed/0p1_Mzjw3Is” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
****Mayor Emanuel hosted public town halls to discuss the 2012 budget. Learn more about the budget process and share your ideas at <a href="www.ChicagoBudget.org" target="_blank">www.ChicagoBudget.org</a>. | ||
|
||
| ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
id: 747 | ||
title: 'Chicago’s Mayor on New Curfew Law' | ||
date: 2011-09-16T00:00:15-05:00 | ||
author: Patrick Mosca | ||
layout: post | ||
guid: http://digital.cityofchicago.org/?p=747 | ||
permalink: /index.php/chicagos-mayor-on-new-curfew-law/ | ||
image: https://digital.cityofchicago.org/wp-content/uploads/2012/08/curfew-thumb.jpg | ||
categories: | ||
- Not Feature | ||
- Video | ||
tags: | ||
- Public Safety | ||
--- | ||
<p style="text-align: center;"> | ||
[iframe width=”560″ height=”315″ src=”http://www.youtube.com/embed/VW5Cra7QAPw” frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
Mayor Emanuel is reminding parents, children and neighbors that a new, stricter curfew law will go into effect Sunday, September 15, 2011. More information on the new curfew below: | ||
|
||
-The City of Chicago curfew ordinance applies to children ages 16 years and younger. | ||
-Weekday curfew for minors 12 through 16 years of age is 10:00 p.m.; | ||
-Weekday curfew for minors 12 and younger is 8:30 p.m.; | ||
-Weekend curfew for minors 12 through 16 years of age is 11:00 p.m.; | ||
|
||
Weekend curfew for minors 12 years and younger is 9:00 p.m. | ||
|
||
Curfew violators are subject to a fine of up to $500 or community service. Three offenses in a twelve-month period shall be subject to up to $1,500 in addition to community service. |
18 changes: 18 additions & 0 deletions
18
_posts/2011-09-16-explaining-the-new-windy-city-badge-on-foursquare.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
id: 742 | ||
title: 'Explaining the new ‘Windy City’ badge on Foursquare' | ||
date: 2011-09-16T00:00:48-05:00 | ||
author: Patrick Mosca | ||
layout: post | ||
guid: http://digital.cityofchicago.org/?p=742 | ||
permalink: /index.php/explaining-the-new-windy-city-badge-on-foursquare/ | ||
image: https://digital.cityofchicago.org/wp-content/uploads/2012/08/windy-city-badge-thumb.jpg | ||
categories: | ||
- Feature | ||
- Video | ||
tags: | ||
- Social Media | ||
--- | ||
<p style="text-align: center;"> | ||
[iframe width=”420″ height=”315″ src=”http://www.youtube.com/embed/0K1h0Z7P1N0″ frameborder=”0″ allowfullscreen] | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
id: 618 | ||
title: 2012 Budget Address | ||
date: 2011-10-14T00:00:31-05:00 | ||
author: Patrick Mosca | ||
layout: post | ||
guid: http://digital.cityofchicago.org/?p=618 | ||
permalink: /index.php/2012-budget-address/ | ||
image: https://digital.cityofchicago.org/wp-content/uploads/2012/07/2012-budget-thumb.jpg | ||
categories: | ||
- Not Feature | ||
- Video | ||
tags: | ||
- Arts and Culture | ||
- Economic and Business Development | ||
- Education | ||
- Health and Social Services | ||
- Open Government | ||
- Parks | ||
- Pension Reform | ||
- Public Safety | ||
- Small Business | ||
- Streets and Transportation | ||
- Sustainability and Environment | ||
- Technology and Innovation | ||
--- | ||
<p style="text-align: center;"> | ||
[iframe width=”560″ height=”315″ src=”http://www.youtube.com/embed/OcUnAehr8J4″ frameborder=”0″ allowfullscreen] | ||
</p> | ||
|
||
Full video of Mayor Rahm Emanuel’s 10/12/11 address to outline the City of Chicago’s 2012 budget proposal. Full transcript available here: <a title="http://bit.ly/qRR7SC" dir="ltr" href="http://bit.ly/qRR7SC" rel="nofollow" target="_blank">http://bit.ly/qRR7SC</a> |
Oops, something went wrong.