Skip to content

Commit

Permalink
Merge pull request #5 from abhivaikar/revamp-2024
Browse files Browse the repository at this point in the history
update navigation items
  • Loading branch information
abhivaikar authored Dec 11, 2024
2 parents 92a46b3 + eea07bf commit 23d53ef
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions _includes/masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,14 @@ <h1 class="{% if site.style == 'dark' %}text-white{% endif %} mb-2 lh-condensed"
<a href="#projects" class="navigation-link {% if site.style == 'dark' %}text-white{% endif %}">Projects</a>
</div>

<!-- <div class="mr-3 mb-2">
{% octicon people height:20 class:"mr-1 v-align-middle" fill:{{ icon_color }} aria-label:Community %}
<a href="#community" class="navigation-link {% if site.style == 'dark' %}text-white{% endif %}">Community</a>
</div> -->

<!-- <div class="mr-3 mb-2">
<div class="mr-3 mb-2">
{% octicon megaphone height:20 class:"mr-1 v-align-middle" fill:{{ icon_color }} aria-label:Speaking %}
<a href="#speaking" class="navigation-link {% if site.style == 'dark' %}text-white{% endif %}">Speaking</a>
</div> -->

<!-- <div class="mr-3 mb-2">
{% octicon book height:20 class:"mr-1 v-align-middle" fill:{{ icon_color }} aria-label:Books %}
<a href="#books" class="navigation-link {% if site.style == 'dark' %}text-white{% endif %}">Books</a>
</div> -->
<a href="#meetupconf-talks" class="navigation-link {% if site.style == 'dark' %}text-white{% endif %}">Meetup & Conf Talks</a>
</div>

<div class="mb-2">
{% octicon file height:20 class:"mr-1 v-align-middle" fill:{{ icon_color }} aria-label:Resume %}
<a href="#resume" class="navigation-link {% if site.style == 'dark' %}text-white{% endif %}">Resume</a>
{% octicon book height:20 class:"mr-1 v-align-middle" fill:{{ icon_color }} aria-label:Blog Posts %}
<a href="#blogposts" class="navigation-link {% if site.style == 'dark' %}text-white{% endif %}">Blog Posts</a>
</div>
</nav>
</div>
Expand Down

0 comments on commit 23d53ef

Please sign in to comment.