Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update contact email for agencies #584

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
Ascii85 (2.0.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
Expand Down Expand Up @@ -87,20 +87,20 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.7)
nokogiri (1.16.7)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pdf-reader (2.12.0)
Ascii85 (~> 1.0)
pdf-reader (2.13.0)
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
title: U.S. Digital Corps
email: [email protected]
email_hr: [email protected]
email_agency_partnership: [email protected]
description: "The United States Digital Corps. Empowering early-career technologists to build a more effective, equitable government."
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://digitalcorps.gsa.gov" # the base hostname & protocol for your site, e.g. http://example.com


# global application features on/off
# remove individual track page.apply_url to disable individual tracks
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Interested in partnering with the Digital Corps and hosting Fellows?
<br class="display-none desktop:display-inline" />
Contact us at <span class="usa-footer__secondary-link">
<a href="mailto:{{site.email}}">{{site.email}}</a></span>.
<a href="mailto:{{site.email_agency_partnership}}">{{site.email_agency_partnership}}</a></span>.
</p>

<p class="margin-0 padding-top-2">
Expand Down
2 changes: 1 addition & 1 deletion pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>
<img src="{{site.baseurl}}/assets/images/agencies/VA.webp" alt="VA" class="width-10 height-10 tablet:margin-right-2"/>
</div>
<div class="inaugural-styling">
<p>If you are a federal employee interested in learning about how to participate in future cohorts of the U.S. Digital Corps, please reach out to us at <a href="mailto:{{site.email}}">{{site.email}}</a>.</p>
<p>If you are a federal employee interested in learning about how to participate in future cohorts of the U.S. Digital Corps, please reach out to us at <a href="mailto:{{site.email_agency_partnership}}">{{site.email_agency_partnership}}</a>.</p>
</div>
</div>
</div>
Expand Down
Loading