Skip to content

Commit 1b13651

Browse files
committed
Content Updates
* Add BlueSky * Update Projects
1 parent b8ea82b commit 1b13651

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ facebook_url: https://www.facebook.com/codeforboston/
4242
instagram_url: https://www.instagram.com/codeforboston/
4343
linkedin_url: https://www.linkedin.com/company/code-for-boston
4444
newsletter_url: https://eepurl.com/5UcLX
45+
bluesky_url: https://bsky.app/profile/codeforboston.bsky.social
4546

4647
slack_team_id: T0556DP9Y
4748
plugins:

_data/projects/active.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
- name: Harvard FCU Map
2-
elevatorPitch: >
3-
HFCU was recently charted as a federal credit union. This change has expanded those eligible for membership in the HFCU to include those living in census tracts that are considered underserved by traditional banks. This project is focused in making it easier for someone interested in membership to determine if they live in one of these census tracts and eligible to join.
4-
repository: https://github.com/codeforboston/harvard-fcu
5-
partner:
6-
- name: Harvard Federal Credit Union
7-
url: https://harvardfcu.org
8-
lead: Annie LaCourt
9-
slackChannel: harvard-fcu
101
- name: Home Energy Analysis Tool
112
elevatorPitch: >
123
Residential heating accounts for over 15% of greenhouse gas emissions in Massachusetts. Transitioning from fossil-fuel heating systems to heat pumps is a key step in the state's overall decarbonization strategy, but appropriately sizing heat pumps is critical to realizing their full decarbonization benefit. This project involves moving a calculator tool from an Excel spreadsheet into a web application to improve the workflow of volunteer Heat Pump Coaches and later make the tool more accessible to the public.
@@ -36,7 +27,7 @@
3627
- name: Heat Smart Alliance
3728
url: https://heatsmartalliance.org
3829
lead:
39-
technologies: Ruby on Rails, React, Python
30+
technologies: Ruby on Rails, React
4031
slackChannel: urban-league-heat-pump-accelerator
4132
- name: National Police Data Coalition
4233
elevatorPitch: >

_data/projects/inactive.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
- name: Harvard FCU Map
2+
elevatorPitch: >
3+
HFCU was recently charted as a federal credit union. This change has expanded those eligible for membership in the HFCU to include those living in census tracts that are considered underserved by traditional banks. This project is focused in making it easier for someone interested in membership to determine if they live in one of these census tracts and eligible to join.
4+
repository: https://github.com/codeforboston/harvard-fcu
5+
partner:
6+
- name: Harvard Federal Credit Union
7+
url: https://harvardfcu.org
8+
lead: Annie LaCourt
9+
slackChannel: harvard-fcu
110
- name: Clean Slate
211
elevatorPitch: >
312
Clean Slate is working with Suffolk Law's LIT Lab to build an automated testing framework for DocAssemble. They are

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ <h3>Connect</h3>
2121
<a href="{{ site.newsletter_url }}">E-Mail Newsletter</a><br />
2222
<a href="{{ site.youtube_url }}">YouTube</a><br />
2323
<a href="{{ site.github_url }}">GitHub</a><br />
24-
<a href="{{ site.twitter_url }}">Twitter</a><br />
2524
<a href="{{ site.threads_url }}">Threads</a><br />
2625
<a href="{{ site.facebook_url }}">Facebook</a><br />
2726
<a href="{{ site.instagram_url }}">Instagram</a><br />
27+
<a href="{{ site.bluesky_url }}">BlueSky</a><br />
2828
<a href="https://www.linkedin.com/company/37895818">LinkedIn</a><br />
2929
<a href="{{ site.meetup_url }}">Meetup</a>
3030
</div>

0 commit comments

Comments
 (0)