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

Vulnerability and accessibility update #2094

Merged
merged 8 commits into from
Dec 4, 2024
4 changes: 2 additions & 2 deletions _includes/cm-user-guide-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -24,7 +24,7 @@

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
13 changes: 7 additions & 6 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,21 @@
<script src="https://portal.challenge.gov/js/public.js" integrity="sha384-EadIINJfyK5WjX2xpy9sbX/YPYG7toOOYJVp1gS0Lwmun/DVJ3udFIqyS5rBQJDt" crossorigin="anonymous"></script>
<script src="https://portal.challenge.gov/js/client.js" integrity="sha384-J11hCQC6+esHSrCiCMdMesm2fLHifDXWYhx3Yq++Ox67dkUGWTJeXGWlbdTAgd7a" crossorigin="anonymous"></script>
{% elsif site.branch == "staging" %}
<link rel="stylesheet" href="https://challenge-portal-staging.app.cloud.gov/css/public.css" integrity="sha384-U3FAM/KmpWpDIC9LvHTiN5MfVf9HnN8i0pKD4IvBnzxfTSVlbqCLSUx1MQwjYkov" crossorigin="anonymous"><script src="https://challenge-portal-staging.app.cloud.gov/js/public.js"></script>
<link rel="stylesheet" href="https://challenge-portal-staging.app.cloud.gov/css/public.css" integrity="sha384-U3FAM/KmpWpDIC9LvHTiN5MfVf9HnN8i0pKD4IvBnzxfTSVlbqCLSUx1MQwjYkov" crossorigin="anonymous">
<script src="https://challenge-portal-staging.app.cloud.gov/js/public.js" integrity="sha384-EadIINJfyK5WjX2xpy9sbX/YPYG7toOOYJVp1gS0Lwmun/DVJ3udFIqyS5rBQJDt" crossorigin="anonymous"></script>
<script src="https://challenge-portal-staging.app.cloud.gov/js/client.js" integrity="sha384-2H5+GtVkVnbdZ8eOn+Ae6gpnADKDtm73dRVqjQmgZlYZ4Wx50fZS2lRqeNo8pq4Y" crossorigin="anonymous"></script>
{% elsif site.branch == "dev" %}
<link rel="stylesheet" href="https://challenge-portal-staging.app.cloud.gov/css/public.css" crossorigin="anonymous">
<script src="https://challenge-portal-staging.app.cloud.gov/js/public.js"></script>
<script src="https://challenge-portal-staging.app.cloud.gov/js/client.js"></script>
<script src="https://challenge-portal-staging.app.cloud.gov/js/public.js" integrity="sha384-EadIINJfyK5WjX2xpy9sbX/YPYG7toOOYJVp1gS0Lwmun/DVJ3udFIqyS5rBQJDt" crossorigin="anonymous"></script>
<script src="https://challenge-portal-staging.app.cloud.gov/js/client.js" integrity="sha384-2H5+GtVkVnbdZ8eOn+Ae6gpnADKDtm73dRVqjQmgZlYZ4Wx50fZS2lRqeNo8pq4Y" crossorigin="anonymous"></script>
{% elsif jekyll.environment == "dev" %}
<link rel="stylesheet" href="http://localhost:4000/css/public.css" crossorigin="anonymous">
<script src="http://localhost:4000/js/public.js"></script>
<script src="http://localhost:4000/js/client.js"></script>
{% else %}
<link rel="stylesheet" href="https://challenge-portal-dev.app.cloud.gov/css/public.css" crossorigin="anonymous">
<script src="https://challenge-portal-dev.app.cloud.gov/js/public.js"></script>
<script src="https://challenge-portal-dev.app.cloud.gov/js/client.js"></script>
<script src="https://challenge-portal-dev.app.cloud.gov/js/public.js" integrity="sha384-ftiQihfu16XPU9p/A7Q14SYrPout4fCgSJ5ikgKf2MPk4tbCNvmqBAVyTQG5//Mb" crossorigin="anonymous"></script>
<script src="https://challenge-portal-dev.app.cloud.gov/js/client.js" integrity="sha384-y+/LgZ9pTFrdlYvopf1yFjGmXJm3HhUTeQ+pNWtokc/ILrXgmfKtiw5dGjYA29f0" crossorigin="anonymous"></script>
{% endif %}
<script>
// Explore challenges button scroll to active challenges section of react app
Expand Down Expand Up @@ -139,7 +140,7 @@
ga('send', 'pageview');
</script>
<!-- Google tag (gtag.js) -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-HE61P192WE" integrity="sha384-rEi/WxPM0sOKcMee14hG4GSVzqGJP2P1pGlLL/NLtEt5jIS8SCNob1DGV8hh5L2C" crossorigin="anonymous"></script>
<script src="https://www.googletagmanager.com/gtag/js?id=G-HE61P192WE" crossorigin="anonymous"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
Expand Down
4 changes: 2 additions & 2 deletions _includes/user-guide-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -24,7 +24,7 @@

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image: /assets/netlify-uploads/1.png
image_alt_text: winner Q&A header image
post-body-content-uploads: /assets/netlify-uploads/webp.net-resizeimage-1-.jpg
---
Recently, the [](https://www.nih.gov/about-nih/what-we-do/nih-almanac/national-institute-drug-abuse-nida)[National Institute on Drug Abuse (NIDA)](https://www.nih.gov/about-nih/what-we-do/nih-almanac/national-institute-drug-abuse-nida), one of the components of the National Institutes of Health (NIH), announced the winners of its fifth [“$100,000 for Start a SUD Startup” Challenge](https://www.challenge.gov/challenge/2020-1000000-start-a-sud-startup-challenge/), which was hosted on GSA’s Challenge.gov platform. The SUD Startup Challenge goal is to support research ideas that would further an understanding of substance use disorders (SUD) and that are intended to lay the foundation for the development of successful new startups.
Recently, the [National Institute on Drug Abuse (NIDA)](https://www.nih.gov/about-nih/what-we-do/nih-almanac/national-institute-drug-abuse-nida), one of the components of the National Institutes of Health (NIH), announced the winners of its fifth [“$100,000 for Start a SUD Startup” Challenge](https://www.challenge.gov/challenge/2020-1000000-start-a-sud-startup-challenge/), which was hosted on GSA’s Challenge.gov platform. The SUD Startup Challenge goal is to support research ideas that would further an understanding of substance use disorders (SUD) and that are intended to lay the foundation for the development of successful new startups.

In anticipation of the announcement, Challenge.gov recently caught up with a past winner to learn more about their motivation to participate in NIDA’s annual competition, what they learned from the experience, what impact their prize-winning solution is making today, and what advice they have for the latest crop of winners.

Expand Down
2 changes: 1 addition & 1 deletion archive/root/assets/styles/styles.css.map

Large diffs are not rendered by default.

Binary file modified assets/images/doe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1245,4 +1245,9 @@ html body .toolkit.usa-toolkit .usa-accordion__button{
html body .toolkit.usa-toolkit .usa-accordion__button[aria-expanded=false]{
background-image: url("../images/plus.svg"), linear-gradient(transparent, transparent);
background-size: 1rem;
}

/*Fixing accessibility*/
.text-base {
color: #697072;
}
4 changes: 2 additions & 2 deletions pages/cm-user-guide/add-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ title: User Guide for Challenge Managers | Add Announcement
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -91,7 +91,7 @@ title: User Guide for Challenge Managers | Add Announcement

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/add-challenge-managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ title: User Guide for Challenge Managers | Add Challenge Managers
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -94,7 +94,7 @@ title: User Guide for Challenge Managers | Add Challenge Managers

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/add-winner-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ title: User Guide for Challenge Managers | Add Winner Information
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -91,7 +91,7 @@ title: User Guide for Challenge Managers | Add Winner Information

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/additional-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ title: User Guide for Challenge Managers | Additional Resources
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -91,7 +91,7 @@ title: User Guide for Challenge Managers | Additional Resources

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/collect-submissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ title: User Guide for Challenge Managers | Collect Submissions
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -100,7 +100,7 @@ title: User Guide for Challenge Managers | Collect Submissions

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/create-challenge.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ title: User Guide for Challenge Managers | Create Challenge
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -128,7 +128,7 @@ title: User Guide for Challenge Managers | Create Challenge

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/create-your-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ title: User Guide for Challenge Managers | Create Your Account
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -96,7 +96,7 @@ title: User Guide for Challenge Managers | Create Your Account

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/delete-draft-challenge.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ title: User Guide for Challenge Managers | Delete Draft Challenge
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -89,7 +89,7 @@ title: User Guide for Challenge Managers | Delete Draft Challenge

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/direct-solvers-to-external-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ title: User Guide for Challenge Managers | Direct Solvers to External Website
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -90,7 +90,7 @@ title: User Guide for Challenge Managers | Direct Solvers to External Website

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/download-challenge-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ title: User Guide for Challenge Managers | Download Challenge Profile
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -89,7 +89,7 @@ title: User Guide for Challenge Managers | Download Challenge Profile

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/download-submission-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ title: User Guide for Challenge Managers | Download Submission Details
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -98,7 +98,7 @@ title: User Guide for Challenge Managers | Download Submission Details

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/edit-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ title: User Guide for Challenge Managers | Edit Announcement
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -91,7 +91,7 @@ title: User Guide for Challenge Managers | Edit Announcement

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/edit-draft-challenge.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ title: User Guide for Challenge Managers | Edit Draft Challenge
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -96,7 +96,7 @@ title: User Guide for Challenge Managers | Edit Draft Challenge

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/grant-contractor-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ title: User Guide for Challenge Managers | Grant Contractor Access
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -83,7 +83,7 @@ title: User Guide for Challenge Managers | Grant Contractor Access

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/logging-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ title: User Guide for Challenge Managers | Logging In
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -88,7 +88,7 @@ title: User Guide for Challenge Managers | Logging In

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/logging-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ title: User Guide for Challenge Managers | Logging Out
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -86,7 +86,7 @@ title: User Guide for Challenge Managers | Logging Out

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
4 changes: 2 additions & 2 deletions pages/cm-user-guide/manage-finalist-invites.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ title: User Guide for Challenge Managers | Manage Finalist Invites
}
.child-link {
text-indent: 2em;
color: #757575;
color: #6E6E6E;
font-weight: 500;
}
.usa-sidenav__item a:not(.usa-current):hover {
Expand All @@ -95,7 +95,7 @@ title: User Guide for Challenge Managers | Manage Finalist Invites

.usa-sidenav__sublist a:not(.usa-current),
.usa-sidenav__item a.child-link:not(.usa-current) {
color: #757575 !important;
color: #6E6E6E !important;
}

.usa-current {
Expand Down
Loading
Loading