forked from XDgov/xd.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'XDgov:master' into master
- Loading branch information
Showing
40 changed files
with
914 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
# Pull Request | ||
|
||
## Description | ||
|
||
## Testing | ||
Please provide a brief description of the changes introduced by this pull request. | ||
|
||
## Related Issue | ||
|
||
- Link to the related issue (if applicable). | ||
|
||
## Changes Made | ||
|
||
- List the changes made in bullet points. | ||
|
||
## Screenshots (if applicable) | ||
|
||
Include screenshots or GIFs that demonstrate the changes, if relevant. | ||
|
||
## Checklist | ||
|
||
- [ ] I have read the CONTRIBUTING.md document. | ||
- [ ] My code follows the project's coding standards. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
- [ ] All new and existing tests passed. | ||
- [ ] I have updated the documentation accordingly. | ||
- [ ] The title of my pull request is a short description of the changes. | ||
- [ ] My pull request is assigned to the appropriate milestone. | ||
|
||
## Additional Notes | ||
|
||
Provide any additional information or context that might be helpful for reviewers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,7 @@ PLATFORMS | |
x86_64-linux | ||
|
||
DEPENDENCIES | ||
ffi | ||
jekyll (~> 4.2.1) | ||
jekyll-feed (~> 0.6) | ||
jekyll-seo-tag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<div class="col-12 tablet:grid-col-4 project-cards"> | ||
<div class="team-member-card"> | ||
<img id="{{ member.image_id }}" alt="Image of {{member.name}}" src="{{ site.baseurl }}{{ member.image_path }}" /> | ||
<h4 class="team-member-heading">{{ member.name }}</h4> | ||
<h4 class="team-member-heading">{{ member.job_title }}</h4> | ||
{% if member.portfolio %} | ||
<h4>Project Status: {{member.portfolio}}</h4> | ||
{% endif %} | ||
<div class="member-card-content"> | ||
{{ member.blurb }} | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
} | ||
|
||
.usa-footer_nav { | ||
|
||
a { | ||
color: $color-white; | ||
font-weight: bold; | ||
|
Oops, something went wrong.