Skip to content

Commit

Permalink
added events link to all nav menus
Browse files Browse the repository at this point in the history
  • Loading branch information
mbailes authored Jul 25, 2024
1 parent 6db8762 commit 8140138
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html"></a>
<a href="contacts.html">CONTACTS</a>
<a href="faqs.html">FAQS</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions apply.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html">EVENTS</a>
<a href="contacts.html">CONTACTS</a>
<a href="faqs.html">FAQS</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions code-of-conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html">EVENTS</a>
<a href="contacts.html">CONTACTS</a>
<a href="faqs.html">FAQS</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions cohort.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html">EVENTS</a>
<a href="contacts.html">CONTACTS</a>
<a href="faqs.html">FAQS</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions contacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html">EVENTS</a>
<a onclick="goTo('.hero');">CONTACTS</a>
<a href="faqs.html">FAQS</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions events.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html">EVENTS</a>
<a href="contacts.html">CONTACTS</a>
<a href="faqs.html">FAQS</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions faqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<a onclick="toggleOptions('work-options');">WORK</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html">EVENTS</a>
<a href="contacts.html">CONTACTS</a>
<a href="faqs.html">FAQS</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html">EVENTS</a>
<a href="contacts.html">CONTACTS</a>
<a href="faqs.html">FAQS</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="events.html">EVENTS</a>
<a href="contacts.html">CONTACTS</a>
<a href="faqs.html">FAQS</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions tools/snrcalc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="../../apply.html">APPLY</a>
<a href="../../events.html"></a>
<a href="../../contacts.html">CONTACTS</a>
<a href="../../faqs.html">FAQS</a>
</div>
Expand Down

0 comments on commit 8140138

Please sign in to comment.