Skip to content

Commit 9d9ad24

Browse files
committed
fix: improve navigation and add links to chapters page
1 parent dae00be commit 9d9ad24

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

chapters/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
<h1>Chapters</h1>
6767
<p>Nuestra comunidad se extiende por todo el mundo. Encontrá el chapter más cercano a vos y unite a la
6868
comunidad global de sysarmy.</p>
69+
<br>
70+
<a href="/" style="text-decoration: none; color: inherit;">cd ..</a>
6971
</div>
7072
</section>
7173

en/chapters/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
<h1>Chapters</h1>
6767
<p>Our community extends all over the world. Find the chapter closest to you and join the global sysarmy
6868
network.</p>
69+
<br>
70+
<a href="https://sysarmy.com/en/" style="text-decoration: none; color: inherit;">cd ..</a>
6971
</div>
7072
</section>
7173

en/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ <h3>Timeline</h3>
113113
timeline.</p>
114114
</a>
115115
</div>
116+
<br>
117+
<div class="features-container">
118+
<a class="feature-card" href="https://sysarmy.com/en/chapters/">
119+
<i class="fa-solid fa-earth-americas fa-2x" style="margin-bottom: 1rem; color: var(--accent-color);"></i>
120+
<h3>Chapters</h3>
121+
<p>Our community extends all over the world. Find the chapter closest to you.</p>
122+
</a>
123+
</div>
116124
</section>
117125

118126
<section class="stats">

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ <h3>Timeline</h3>
116116
</p>
117117
</a>
118118
</div>
119+
<br>
120+
<div class="features-container">
121+
<a class="feature-card" href="chapters">
122+
<i class="fa-solid fa-earth-americas fa-2x" style="margin-bottom: 1rem; color: var(--accent-color);"></i>
123+
<h3>Chapters</h3>
124+
<p>Nuestra comunidad se extiende por todo el mundo. Encontrá el chapter más cercano a vos.</p>
125+
</a>
126+
</div>
119127
</section>
120128

121129
<section class="stats">

0 commit comments

Comments
 (0)