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

Add "Testimonials" tab to hamburger menu #321

Merged
merged 3 commits into from
Jan 30, 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
1 change: 1 addition & 0 deletions sites/diverseeducation.com/config/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const resources = [
{ href: 'https://www.diversemilitary.net', label: 'Military', target: '_blank' },
{ href: 'https://keepitreal.diverseeducation.com/', label: 'Keep it Real', target: '_blank' },
{ href: 'https://shop.diverseeducation.com/', label: 'Shop', target: '_blank' },
{ href: 'https://testimonials.diverseeducation.com/index.html', label: 'Testimonials', target: '_blank' },
];

const awards = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ $ const rootAlias = 'awards-honors/arthur-ashe';
</marko-web-website-section-description>
</marko-web-element>
</marko-web-block>

<marko-web-block name="nominate-now">
<marko-web-block name="nominate-now">
<div align="center">
<a class="btn btn-primary" target="_blank" href="https://survey.alchemer.com/s3/7672025/Arthur-Ashe-Nominations-2024">
NOMINATE FOR 2024
Expand All @@ -47,7 +46,7 @@ $ const rootAlias = 'awards-honors/arthur-ashe';
<br/>
Deadline February 13
</div>
<br/><br/>
<br/>
</marko-web-block>

<marko-web-block name="roster">
Expand Down
Loading