Skip to content
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
2 changes: 2 additions & 0 deletions _data/navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ codegov:
url: /
- name: Agencies
url: /agencies/
- name: Projects
url: /projects/
- name: Issues
url: /issues/
- name: Guidance
Expand Down
6 changes: 6 additions & 0 deletions _includes/usa_identifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
href="{{ "/privacy-policy/" | url }}"><span class="text-base-dark">Privacy
Policy</span></a>
</li>
<li
class="grid-col-12 tablet-lg:grid-col-auto usa-footer__primary-content font-body-3xs margin-bottom-0 border-top-0">
<a class="usa-footer__primary-link padding-bottom-1 padding-top-0 tablet-lg:padding-y-2 text-base-dark"
href="https://github.com/DSACMS/code-gov" target="_blank" rel="noopener noreferrer"><span
class="text-base-dark">Repository</span></a>
</li>
<li
class="grid-col-12 tablet-lg:grid-col-auto usa-footer__primary-content font-body-3xs margin-bottom-0 border-top-0">
<a class="usa-footer__primary-link padding-bottom-1 padding-top-0 tablet-lg:padding-y-2 text-base-dark"
Expand Down
4 changes: 2 additions & 2 deletions assets/_common/styles/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ p {
}

.explore-actions,
.explore-connect,
.explore-inventory,
.explore-agencies {
padding: 20px;
max-width: 320px;
Expand All @@ -66,7 +66,7 @@ p {
}
}

.explore-connect {
.explore-inventory {
border-left: 3px solid rgba(28, 48, 74, 0.3);
border-right: 3px solid rgba(28, 48, 74, 0.3);
}
Expand Down
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ <h2>Developers</h2>
href="https://github.com/GSA/code-gov/blob/master/README.md" target="_blank">contribute here</a>. Help
improve America's Code by exploring projects.
</p>
<a class="usa-button" href="{{'/agencies' | url }}">Explore projects</a>
<a class="usa-button" href="{{'/projects' | url }}">Explore projects</a>
</div>
<div class="explore-connect">
<h2>Connect with Us</h2>
<p>Have questions or feedback? Open an issue on our open source repository.</p>
<a class="usa-button" href="https://github.com/DSACMS/code-gov"> View Repository </a>
<div class="explore-inventory">
<h2>Source Code Inventory</h2>
<p>Review source code development across the entire federal government.</p>
<a class="usa-button" href="{{'/agencies' | url }}"> View by Agency </a>
</div>
<div class="explore-agencies">
<h2>Agency Partners</h2>
Expand Down Expand Up @@ -92,7 +92,8 @@ <h2>Find Ways to Contribute</h2>
<div class="goal-text">
<h3>EXPLORE OPPORTUNITIES</h3>
<p>
Search through issues from federal repositories, filter by popularity or difficulty, and find ways to contribute to government open source technology
Search through issues from federal repositories, filter by popularity or difficulty, and find ways to
contribute to government open source technology
</p>
</div>
</div>
Expand All @@ -101,7 +102,7 @@ <h3>EXPLORE OPPORTUNITIES</h3>
<div class="goal-text">
<h3>OPT-IN WITH LABELS</h3>
<p>
Repository maintainers can include their projects by adding a <strong>code-gov</strong> label
Repository maintainers can include their projects by adding a <strong>code-gov</strong> label
to GitHub issues, making them discoverable to developers ready to contribute
</p>
</div>
Expand Down
Loading