Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 072922d

Browse files
committed
Remove students page and link from menu
1 parent 350a13f commit 072922d

File tree

4 files changed

+2
-89
lines changed

4 files changed

+2
-89
lines changed

_includes/header.html

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,10 @@
1010

1111
<ul class="desktop-navigation">
1212

13-
<li class="has-sub-nav {% if page.id == 'access' or page.id == 'students' %} is-parent{% endif %}">
13+
<li{% if page.id == 'access' %} class="is-active"{% endif %}>
1414
<a href="{{ '/access/' | relative_url }}">
1515
<span>Access</span>
1616
</a>
17-
18-
<ul class="sub-nav sub-nav--sm">
19-
<li{% if page.id == 'access' %} class="is-active"{% endif %}>
20-
<a href="{{ '/access/' | relative_url }}">
21-
<span>Overview</span>
22-
</a>
23-
</li>
24-
<li class="bold-link">
25-
<a href="{{ '/access/' | relative_url }}">
26-
<span>Programs</span>
27-
</a>
28-
</li>
29-
<li{% if page.id == 'access' %} class="is-active"{% endif %}>
30-
<a href="{{ '/access/students/' | relative_url }}">
31-
<span>Students</span>
32-
</a>
33-
</li>
34-
</ul>
3517
</li>
3618

3719
<li{% if page.id == 'maintainers' %} class="is-active"{% endif %}>
@@ -82,11 +64,6 @@
8264
<span>Access</span>
8365
</a>
8466
</li>
85-
<li{% if page.id == 'students' %} class="is-active"{% endif %}>
86-
<a href="/access/students/">
87-
<span>All in for Students</span>
88-
</a>
89-
</li>
9067

9168
<li{% if page.id == 'maintainers' %} class="is-active"{% endif %}>
9269
<a href="{{ '/maintainers/' | relative_url }}">

index.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,12 @@ <h2 class="h3 mb-5" data-animate-in="up">The goals of All In will be aligned acr
8181
<img class="mb-4" src="/assets/img/direction/access.svg" alt="access icon" />
8282
<h3 class="h3">Access</h3>
8383
<p>All In seeks to lower barriers to access and provide an on-ramp and clear pathways to success for future developers from underrepresented backgrounds and regions. Through our curriculum we are supporting our partners to increase contributors to open source in various stages of their journey and from all walks of life - students, military veterans, career changers, retirees, and formerly or currently incarcerated.</p>
84-
<div class="d-flex flex-wrap mt-4">
85-
<a class="arrow-link mr-4" href="/access/students/">
86-
<span>All In for Students</span>
87-
{% include arrow.html %}
88-
</a>
89-
<a class="arrow-link" href="/access/africa/">
90-
<span>All In Africa</span>
91-
{% include arrow.html %}
92-
</a>
93-
</div>
9484
</div>
9585
<div class="col--xs--12 col--md--6 mb-6" data-animate-in="up">
9686
<img class="mb-4" src="/assets/img/direction/community.svg" alt="community icon" />
9787
<h3 class="h3">Community</h3>
9888
<p>Inclusion happens at the community level. Maintainers and community leaders are largely responsible for setting the tone for a culture of inclusion within their communities. All In engages with partners and educators focused on bridging the digital divide to understand their experiences, challenges, and what support they need to advance diversity, equity, and inclusion. Our efforts center on providing resources, tools and direct technical assistance.</p>
9989
<p>We also address infrastructure challenges such as inequities in course curriculum at some Minority Serving Institutions and challenges to access such as lack of reliable internet connectivity or cost to connect to the internet.</p>
100-
<a class="arrow-link mt-4" href="/maintainers/">
101-
<span>All In for Maintainers</span>
102-
{% include arrow.html %}
103-
</a>
10490
</div>
10591

10692
<div class="col--xs--12 col--md--6 mb-6 mb-md-0" data-animate-in="up" id="equity">

page-access.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
id: access
44
permalink: /access/
5-
title: All In for Students
5+
title: All In for Access
66
---
77

88
<div class="hero">

page-students.html

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)