Skip to content

Commit a87d913

Browse files
Liani LyeALRubinger
Liani Lye
authored andcommitted
Issue #59: @lianilychee Redesign work
Squashed atomically int othis sole commit
1 parent 0b9d69e commit a87d913

18 files changed

+356
-516
lines changed

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
www.codeforboston.org
1+
cfb.thadk.net

_data/events/active.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- name: Code for America Summit
2+
url: http://www.cvent.com/events/code-for-america-summit-2018/event-summary-e12d85b157b94d69b80d8911cc641d36.aspx
23
date: May 30 to June 1 2018
34
location: Oakland, CA
45
description: >

_data/projects/active.yml

+27-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
-
2-
name: Cliff Effects (with Project Hope)
3-
url: https://github.com/codeforboston/project-hope
2+
name: Cliff Effects
3+
description: description
44
news: >
55
**User testing was a success! Now we need to:**
66
* Discuss and implement changes needed from user feedback and create a better user experience
77
* Write unit, regression, and integration tests
88
* Strengthen our existing code and make it more maintainable
99
* Examine legislative documentation with people experienced with reading policy to check the validity of our benefit program calculations
10+
partner: Project Hope
11+
partner_url: http://www.prohope.org
12+
repo_url: https://github.com/codeforboston/cliff-effects
13+
site_url: https://codeforboston.github.io/cliff-effects/#/
14+
seeking:
1015
-
1116
name: My City Voice App
12-
url: https://github.com/codeforboston/voiceapp311
17+
description:
1318
news: >
1419
Technologies: Python, AWS
1520
@@ -18,18 +23,35 @@
1823
* Developing new Alexa features
1924
* Street sweeping days
2025
* City of Boston status page
26+
partner:
27+
partner_url:
28+
repo_url: https://github.com/codeforboston/voiceapp311
29+
site_url:
30+
seeking:
2131
-
2232
name: Interactive Film Documentary
33+
url:
34+
description:
2335
news: >
2436
Code and UI/UX for the invisible women of Delhi
2537
React Native -- need support building around the YouTube API.
26-
media: <iframe height="520px" width="1600" src="https://www.youtube.com/embed/SWXhe6ycKrY" frameborder="10" data-autoplay allowfullscreen></iframe>
38+
media: <iframe height="520px" width="1600" src="https://www.youtube.com/embed/SWXhe6ycKrY" frameborder="10" data-autoplay allowfullscreen></iframe>
39+
partner:
40+
partner_url:
41+
repo_url:
42+
site_url:
43+
seeking:
2744
-
2845
name: MuckRock
29-
url: https://www.muckrock.com/
46+
description:
3047
news: >
3148
MuckRock is a non-profit, collaborative news site that brings together journalists,
3249
researchers, activists, and regular citizens to request, analyze, and share government
3350
documents, making politics more transparent and democracies more informed.
3451
3552
Looking for folks interested in triaging todos or talking charts.
53+
partner:
54+
partner_url: Muckrock
55+
repo_url:
56+
site_url: https://www.muckrock.com/
57+
seeking:

_data/team.yml

+7-22
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
- name: Isaac Chansky
2-
image: isaac-chansky.jpg
3-
41

5-
- name: Becky Donner
6-
image: becky-donner.jpg
7-
2+
- name: Thad Kerosky
3+
image:
4+
5+
6+
- name: Liani Lye
7+
image:
8+
89

910
- name: Jonathan Marcus
1011
image: jon-marcus.jpg
@@ -22,22 +23,6 @@
2223
image: andrew-seeder.jpg
2324
2425

25-
- name: Noah Teshu
26-
image: noah-teshu.jpg
27-
28-
29-
- name: Emily Wasserman
30-
image: emily-wasserman.jpg
31-
32-
33-
- name: Kristen Weber
34-
image: kristen-weber.jpg
35-
36-
37-
- name: Harlan Weber
38-
image: harlan-weber.jpg
39-
40-
4126
- name: Matt Zagaja
4227
image: matt-zagaja.jpg
4328

_includes/footer.html

+18-27
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,29 @@
1-
<footer class="site-footer t-margin--top l-before-angled">
1+
<footer class="site-footer">
22

3-
<div class="wrapper">
3+
<div class="footer-grid">
44

5-
<div class="row">
6-
<div class="col-6">
5+
<div class="cfbcol-4">
76
<h2>Contact</h2>
8-
<ul class="contact-list">
9-
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
10-
<li>Something wrong with the site? <br><a class="btn-default btn--small" href="{{site.github_url}}/CFB_static/issues">Submit an issue</a></li>
11-
</ul>
7+
<a href="mailto:{{ site.email }}">{{ site.email }}</a>
128
</div>
139

14-
<div class="col-6">
10+
<div class="cfbcol-4">
1511
<h2>Collaborate</h2>
16-
<ul class="social-media-list">
17-
<li>
18-
<a href="{{site.github_url}}">
19-
GitHub
20-
</a>
21-
</li>
22-
<li>
23-
<a href="{{ site.twitter_url }}">
24-
Twitter
25-
</a>
26-
</li>
27-
<li>
28-
<a href="{{ site.meetup_url }}">
29-
Meetup
30-
</a>
31-
</li>
32-
</ul>
12+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSce0lWiZFMe4HnqgM9iaXDVhpwG06_GNLGKKYR2mcQGlhQ4rQ/viewform">
13+
Submit a project idea </a><br>
14+
<a href="/projects">
15+
Join an existing project </a>
3316
</div>
3417

35-
</div>
18+
<div class="cfbcol-4">
19+
<h2>Connect</h2>
20+
<a href="{{site.github_url}}">
21+
GitHub </a>
22+
<a href="{{ site.twitter_url }}">
23+
Twitter </a>
24+
<a href="{{ site.meetup_url }}">
25+
Meetup </a>
26+
</div>
3627

3728
</div>
3829

_includes/header.html

+3-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22

33
<div class="wrapper">
44

5-
<a class="logo" href="{{ site.baseurl }}/"> <img src="{{ '/img/code_for_boston_logo.png' | prepend: site.baseurl }}" alt="{{ site.title }}"> </a>
5+
<a class="logo" href="{{ site.baseurl }}/">
6+
<img src="{{ '/img/code_for_boston_logo.png' | prepend: site.baseurl }}" alt="{{ site.title }}">
7+
</a>
68

79
<nav class="site-nav">
8-
<a href="#" class="menu-icon">
9-
<svg viewBox="0 0 18 15">
10-
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
11-
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
12-
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
13-
</svg>
14-
</a>
1510

1611
<div class="trigger">
1712
{% include pages-list.html %}

_includes/pages-list.html

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
<nav class="page-links">
22
<ul>
3-
<li>
4-
<a class="page-link" href="{{site.events_url}}">Events</a>
5-
</li>
6-
<li>
7-
<a class="page-link" href="{{site.blog_url}}">Blog</a>
8-
</li>
3+
94
{% for page in site.pages %}
105
{% if page.title and page.type == 'inNavBar' %}
116
<li>
127
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
138
</li>
149
{% endif %}
1510
{% endfor %}
16-
<li>
11+
12+
<li>
1713
<a href="https://secure.codeforamerica.org/page/contribute/default?brigade=Code%20For%20Boston" class="btn-primary btn--small">Donate</a>
1814
</li>
15+
1916
</ul>
2017
</nav>
18+
19+
<!--
20+
About
21+
Our Work
22+
Civic Tech Events
23+
Code of Conduct
24+
-->

_layouts/page.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: default
33
---
44

5-
<div class="wrapper">
6-
{{ content }}
7-
</div>
5+
<section>
6+
<div class="centered">
7+
{{ content }}
8+
</div>
9+
</section>

about.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: What We Do
2+
title: About
33
permalink: "/about/"
44
layout: page
55
type: inNavBar
66
---
77

8-
<h1 class="t-section-headline">What we do</h1>
8+
<h1 class="t-section-headline">About Code for Boston</h1>
9+
10+
<div class="centered">
911
<section>
1012
<h2>What is Code for Boston?</h2>
1113
<p>Code for Boston is a volunteer Civic Technology meetup. We are part of the <a href="http://www.codeforamerica.org/brigade/about">Code for America Brigade network</a>, and are made up of developers, designers, data geeks, citizen activists, and many others who use creative technology to solve civic and social problems.
@@ -16,7 +18,7 @@ <h2>What is Code for Boston?</h2>
1618
<h2>What is Civic Technology?</h2>
1719
<p>The definition of civic tech can be quite unclear sometimes - here is a great starting point: <a href="https://medium.com/@grodeska/civictech-primer-what-is-civic-tech-7ea788e766d3#.lr9joeu39">#CivicTech Primer: What is “civic tech”?
1820
</a> </p>
19-
<p>The gist of it though, if you want a quick summary, is that civic tech is using technology in a creative way to help better the lives of individuals in our communities, whether that is through person-to-person interactions, or via person-to-government interactions.</p>
21+
<p>The gist of it is that civic tech is using technology in a creative way to help better the lives of individuals in our communities, whether that is through person-to-person interactions, or via person-to-government interactions.</p>
2022
</section>
2123

2224
<section>
@@ -25,6 +27,7 @@ <h2>Code for America</h2>
2527
</section>
2628

2729
<section>
28-
<h2>How we work</h2>
29-
<p>We meet up <a href="{{site.meetup_url}}">regularly on Tuesday nights</a> to talk about techology, design, policy, our communities, and more. We hold larger hackathon-style events every so often throughout the year, and we collaborate constantly within our community and with other communities worldwide on <a href="{{site.github_url}}">Github</a>.</p>
30+
<h2>How We Work</h2>
31+
<p>We meet up <a href="{{site.meetup_url}}">regularly on Tuesday nights</a> to talk about techology, design, policy, our communities, and more. We hold larger hackathon-style events every so often throughout the year, and we collaborate constantly within our community and with other communities worldwide on <a href="{{site.github_url}}">GitHub</a>.</p>
3032
</section>
33+
</div>

big_event.html

-127
This file was deleted.

0 commit comments

Comments
 (0)