Skip to content

Commit a8d52a6

Browse files
committed
finish opportunities grid
1 parent d703966 commit a8d52a6

File tree

3 files changed

+121
-2
lines changed

3 files changed

+121
-2
lines changed

hackforchange/partners/index.html

+119-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
title: National Day of Civic Hacking
4+
scripts:
5+
- jquery.validate.min.js
6+
- sponsors.js
47
---
58

69
<div class="row article-content">
@@ -22,10 +25,125 @@ <h2>Sponsorship Levels</h2>
2225
</div>
2326
</div>
2427

28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
<div class="container-fluid">
38+
<div class="row equal">
39+
40+
<div class="col-md-3">
41+
<div class="panel panel-silver">
42+
<div class="panel-heading">
43+
<h4 class="text-center">Project/Challenges</h4>
44+
</div>
45+
<div class="panel-body">
46+
<p class="text-left lead2">Plan a project / challenge in collaboration with Code for San Francisco to be launched during NDoCH</p>
47+
</div>
48+
</div>
49+
</div>
50+
51+
<div class="col-md-3">
52+
<div class="panel panel-silver">
53+
<div class="panel-heading">
54+
<h4 class="text-center">Event Promotion</h4>
55+
</div>
56+
<div class="panel-body">
57+
<p class="text-left lead2">Promote NDoCH to your organization/community (to be discussed how this will happen with your specific organization / community) and organizational donor-base </p>
58+
</div>
59+
</div>
60+
</div>
61+
62+
<div class="col-md-3">
63+
<div class="panel panel-silver">
64+
<div class="panel-heading">
65+
<h4 class="text-center">Social Media Promotion</h4>
66+
</div>
67+
<div class="panel-body">
68+
<p class="text-left lead2">Promote NDoCH 2x/week to Twitter, Facebook, and other social media channels in the weeks preceding the event and 3x/day on Twitter throughout the event </p>
69+
</div>
70+
</div>
71+
</div>
72+
73+
<div class="col-md-3">
74+
<div class="panel panel-silver">
75+
<div class="panel-heading">
76+
<h4 class="text-center">Feedback on NDoCH Projects</h4>
77+
</div>
78+
<div class="panel-body">
79+
<p class="text-left lead2">Promote NDoCH 2x/week to Twitter, Facebook, and other social media channels in the weeks preceding the event and 3x/day on Twitter throughout the event</p>
80+
</div>
81+
</div>
82+
</div>
83+
84+
</div>
85+
</div>
86+
87+
<div class="container-fluid">
88+
<div class="row equal">
89+
90+
<div class="col-md-3">
91+
<div class="panel panel-silver">
92+
<div class="panel-heading">
93+
<h4 class="text-center">Recruit Volunteers</h4>
94+
</div>
95+
<div class="panel-body">
96+
<p class="text-left lead2">Recruit and bring at least 3 volunteers for event support</p>
97+
</div>
98+
</div>
99+
</div>
100+
<div class="col-md-3">
101+
<div class="panel panel-silver">
102+
<div class="panel-heading">
103+
<h4 class="text-center">Judge Projects</h4>
104+
</div>
105+
<div class="panel-body">
106+
<p class="text-left lead2">Providing a judge to evaluate the final presentations by projects</p>
107+
</div>
108+
</div>
109+
</div>
110+
<div class="col-md-3">
111+
<div class="panel panel-silver">
112+
<div class="panel-heading">
113+
<h4 class="text-center">Code for SF Logo</h4>
114+
</div>
115+
<div class="panel-body">
116+
<p class="text-left lead2">Add Code For San Francisco’s logo to your website (we can help with this) as one of your community partners (or equivalent) with a link to codeforsanfrancisco.org</p>
117+
</div>
118+
</div>
119+
</div>
120+
<div class="col-md-3">
121+
<div class="panel panel-silver">
122+
<div class="panel-heading">
123+
<h4 class="text-center">dolor sit amet</h4>
124+
</div>
125+
<div class="panel-body">
126+
<p class="text-left lead2">ectetur adipiscing elit. Aliquam luctus est quis dolor ultrices, maximus ullamcorper nunc faucibus. Integer lob</p>
127+
</div>
128+
</div>
129+
</div>
130+
131+
</div>
132+
</div>
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
25143
<div class="row" id="maincontent" tabindex="-1">
26144

27145
<div id="about">
28-
<h1>Opportunities for Partnerships</h1>
146+
<h>Opportunities for Partnerships</h1>
29147

30148

31149
<h2>Sponsorships</h2>

js/partners.js

Whitespace-only changes.

style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
layout: style
3-
---
3+
---
4+

0 commit comments

Comments
 (0)