Test new version of section menyu.
This commit is contained in:
parent
9d354c437c
commit
3ba0cc55b1
1 changed files with 5 additions and 5 deletions
|
|
@ -14,11 +14,11 @@ title: Resume
|
|||
<!-- markdownlint-disable MD033 -->
|
||||
<!-- markdownlint-disable MD013 -->
|
||||
|
||||
<!-- <div class="section-menu">
|
||||
<span><a href="#experience">experience</a></span>
|
||||
<span><a href="#skills">skills</a></span>
|
||||
<span><a href="#learning">learning</a></span>
|
||||
</div> -->
|
||||
<div class="section-menu">
|
||||
<span><a href="#experience" onclick="event.preventDefault(); document.getElementById('experience').scrollIntoView({behavior:'smooth'})">experience</a></span>
|
||||
<span><a href="#skills" onclick="event.preventDefault(); document.getElementById('skills').scrollIntoView({behavior:'smooth'})">skills</a></span>
|
||||
<span><a href="#learning" onclick="event.preventDefault(); document.getElementById('learning').scrollIntoView({behavior:'smooth'})">learning</a></span>
|
||||
</div>
|
||||
|
||||
<div id="hero">
|
||||
<div class="title">Gugulethu Hlekwayo</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue