Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
add newsletter signup
Browse files Browse the repository at this point in the history
add newsletter signup link, change bcdevexchange links
  • Loading branch information
kmandryk committed Sep 20, 2022
1 parent 23b7147 commit 9392425
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions react-frontend/src/components/Learning/learning.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ function Learning() {
</Col>
</Row>
</ContentBlockContainer>
<ContentBlockContainer id="newsletter">
<Row>
<Col sm={12}>
<SubHeading>Newsletter</SubHeading>
<StyledP>Subscribe to the <HrefLink href="https://us3.list-manage.com/subscribe?u=2cd8863adab4f39ade7cbee34&id=b331c22b50">BCDevExchange Newsletter</HrefLink> to stay up-to-date on events, learning opportunities, and what's happening at the Exchange Lab.
</StyledP>
</Col>
</Row>
</ContentBlockContainer>
<Courses />
<Events />
<ContactUs />
Expand Down
4 changes: 2 additions & 2 deletions react-frontend/src/constants/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export const aboutLinks = {
};

export const assemblingLinks = {
exchangeLab: 'https://bcdevexchange.org/ExchangeLab',
exchangeLab: 'https://digital.gov.bc.ca/communities/bcdevexchange',
digitalMarketplace: 'https://digital.gov.bc.ca/marketplace',
devops: 'https://bcdevexchange.org/DevOpsPlatform',
devops: 'https://developer.gov.bc.ca/Beginner-Guide-to-Developing-on-the-Platform/What-Is-OpenShift',
imit: 'https://www2.gov.bc.ca/gov/content?id=392A1445BD4E43DEA2B001ABBD77865E',
};

Expand Down

0 comments on commit 9392425

Please sign in to comment.