forked from codeforamerica/cfawp2012
-
Notifications
You must be signed in to change notification settings - Fork 0
/
city-all-template.php
executable file
·100 lines (86 loc) · 4 KB
/
city-all-template.php
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
<?php
/**
* The template for displaying all pages.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
/*
Template Name: All Cities
*/
get_header(); ?>
<style>
.anythingControls {display:none;}
</style>
<div class="wrap clearfix" id="cities">
<!--PARTICIPATING CITIES -->
<div id="participating-wrap" class="clearfix">
<div id="participating">
<h2>CITY PARTNERS </h2>
<div class="links"> 2011: <a href="/boston">Boston <span>»</span></a> <a href="/philadelphia">Philadelphia <span>»</span></a> <a href="/seattle">Seattle <span>»</span></a> <br />
2012: <a href="/austin">Austin <span>»</span></a> <a href="/2012-partners/detroit">Detroit <span>»</span></a> <a href="/2012-partners/chicago">Chicago <span>»</span></a> <a href="/2012-partners/honolulu">Honolulu <span>»</span></a> <a href="/2012-partners/macon">Macon <span>»</span></a> <a href="/2012-partners/nola">New Orleans <span>»</span></a> <a href="/2012-partners/philadelphia">Philadelphia <span>»</span></a> <a href="/2012-partners/santa-cruz">Santa Cruz <span>»</span></a> <a href="http://codeforamerica.org/cities/apply/">Apply for 2013 <span>»</span></a></div>
<p>CfA connects forward-thinking cities with the talent from the web industry to develop reusable civic technology. Partnering cities will not only solve a critical problem using technology, but also help cultivate the next generation of tech-savvy, civic leaders.
</p>
<ul>
<li><a href="/cities/faqs-cities-applying-to-program/">Learn more about the program</a></li>
<li><a href="/citizen-action-center">Spread the word in your city</a></li>
<li><a href="http://codeforamerica.org/cities/apply/" class="active">apply to become a cfa city</a></li>
</ul>
</div>
<link rel="stylesheet" href="http://leaflet.cloudmade.com/dist/leaflet.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="../dist/leaflet.ie.css" /><![endif]-->
<div id="map" style="width: 600px; height: 325px"><iframe src="http://player.vimeo.com/video/53640839" width="600" height="325" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</div>
<div id="twocols-container" class="clearfix">
<div id="maincontent" class="entry-content">
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
<?php endwhile; ?>
</div>
<div class="right-col">
<h3>Dates To Keep In Mind</h3>
<h4>2013 City Application Timeline</h4>
<p>The application process for 2013 cities will be opening in early January. Till then, be sure to let us know your city is interested, and we can start the conversation.</p>
<table border="0" cellspacing="0" cellpadding="0">
<tr class="odd">
<td>1/09/12</td>
<th>Application Process<br />
Opened <span>»</span></th>
</tr>
<tr>
<td>1/10 - 03/31</td>
<th>City Application Period <span>»</span></th>
</tr>
<tr class="odd">
<td>03/31/12</td>
<th>Deadline for
Applications <span>»</span></th>
</tr>
<tr>
<td>4/12 - 6/12</td>
<th>City Applications Reviewed <span>»</span></th>
</tr>
<tr class="odd">
<td>4/12 - 6/12</td>
<th>Cities confirm support & funding<span>»</span></th>
</tr>
<tr>
<td>7/12</td>
<th>City Finalists Announced <span>»</span></th>
</tr>
<tr class="odd">
<td>9/11</td>
<th>Selected Cities Announced <span>»</span></th>
</tr>
<tr>
<td>01/2/13</td>
<th>New Class of Fellows
Begins Program <span>»</span></th>
</tr>
</table>
</div>
</div>
</div>
<?php get_footer(); ?>