forked from codeforamerica/codeforamerica.org-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stories.js
31 lines (28 loc) · 1.65 KB
/
stories.js
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
on_stories(
[
{
"head_html": "<a href='governments/philadelphia'>In Philadelphia</a>",
"content_html": "a team of geeks built <a href='apps/textizen'>Textizen</a>, reinventing the town hall by enabling thousands to participate in their government via SMS.",
"image source": "http://www.flickr.com/photos/codeforamerica/9787951071/",
"image_src": "media/images/homepage-stories/philadelphia-textizen.jpg"
},
{
"head_html": "<a href='governments/sanfrancisco'>In San Francisco</a>",
"content_html": "one third of food stamp clients are unnecessarily cut from benefits. Four fellows built <a href='apps/promptly'>Promptly</a> offering SMS notifications to keep families fed.",
"image source": "http://www.flickr.com/photos/codeforamerica/10877055376/",
"image_src": "media/images/homepage-stories/sanfrancisco-promptly.jpg"
},
{
"head_html": "<a href='governments/oakland'>In Oakland</a>",
"content_html": "the OpenOakland group built a participatory budgeting app so citizens could influence the 2013 budget process.",
"image source": "http://www.nooga.com/assets/8690aaea938051ee58b8679a4e08330f44163.jpg",
"image_src": "media/images/homepage-stories/oakland-budget.jpg"
},
{
"head_html": "<a href='governments/honolulu'>In Honolulu</a>",
"content_html": "in 2012, more than 100 citizens and city officials re-wrote the city website in a day. It happened again in Oakland in 2013.",
"image source": "http://www.flickr.com/photos/bytemarks/7673631824/",
"image_src": "media/images/homepage-stories/honolulu-answers.jpg"
}
]
);