Skip to content

Commit 524a2c9

Browse files
committed
start places travelled section
1 parent 22e0f3f commit 524a2c9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

index.html

+15-1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
class="mdi-social-school small"></i><span>Education</span></a>
120120
</li>
121121

122+
<li class="bold">
123+
<a aria-label="Navigate to the Places Travelled section" href="#travel" class="waves-effect waves-dark red-text"><i
124+
class="mdi-places-travelled small"></i><span>Places Travelled</span></a>
125+
</li>
126+
122127
<li class="bold">
123128
<!--
124129
1. mdi-communication-contacts
@@ -179,6 +184,10 @@
179184
<a aria-label="Navigate to the Education section" href="#education" class="waves-effect waves-dark red-text"><i
180185
class="mdi-social-school small"></i><span>Education</span></a>
181186
</li>
187+
<li class="bold">
188+
<a aria-label="Navigate to the Places Travelled section" href="#travel" class="waves-effect waves-dark red-text"><i
189+
class="mdi-places-travelled small"></i><span>Education</span></a>
190+
</li>
182191
<li class="bold">
183192
<a aria-label="Navigate to the Contact section" href="#contact" class="waves-effect waves-dark red-text"><i
184193
class="mdi-content-mail small"></i><span>Contact</span></a>
@@ -626,7 +635,12 @@ <h3 class="page-title white-text red">Education</h3>
626635
</div>
627636
</section>
628637

629-
<!-- Eight Section: Contact -->
638+
<!-- Seventh Section: Education -->
639+
<section id="travel" class="section scrollspy">
640+
<h3 class="page-title white-text red">Places Travelled</h3>
641+
</section>
642+
643+
<!-- Ninth Section: Contact -->
630644
<section id="contact" class="section scrollspy full-height">
631645
<h3 class="page-title white-text red">Contact</h3>
632646
<div class="container">

0 commit comments

Comments
 (0)