Skip to content

Commit

Permalink
Update tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhMPA committed Nov 10, 2024
1 parent 3eed7d5 commit 07b9cdf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<li class="{% if page.url == "/" %} active {% endif %}"><a href="{{ "/" | absolute_url }}">Bio</a></li>
<li class="{% if page.url contains '/research/' %} active {% endif %}"><a href="{{ "/research/" | absolute_url }}">Research</a></li>
<li class="{% if page.url contains '/visit/' %} active {% endif %}"><a href="{{ "/travel/" | absolute_url }}">Travel</a></li>
<li class="{% if page.url contains '/social/' %} active {% endif %}"><a href="{{ "/social/" | absolute_url }}">Social</a></li>
<li class="{% if page.url contains '/teaching/' %} active {% endif %}"><a href="{{ "/teaching/" | absolute_url }}">Teach</a></li>
<li class="{% if page.url contains '/group/' %} active {% endif %}"><a href="{{ "/outreach/" | absolute_url }}">Outreach</a></li>
<li class="{% if page.url contains '/social/' %} active {% endif %}"><a href="{{ "/social/" | absolute_url }}">Social</a></li>
<li class="{% if page.url contains '/sciart/' %} active {% endif %}"><a href="{{ "/sciart/" | absolute_url }}">SciArt</a></li>
<li class="{% if page.url contains '/random/' %} active {% endif %}"><a href="{{ "/random/" | absolute_url }}">Random</a></li>
<!--<li class="{% if page.url contains '/random/' %} active {% endif %}"><a href="{{ "/random/" | absolute_url }}">Random</a></li>-->
<li class="{% if page.url contains '/contact/' %} active {% endif %}"><a href="{{ "/contact/" | absolute_url }}">Contact</a></li>
</ul>

Expand Down
16 changes: 16 additions & 0 deletions teaching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: page
title: Teach
sitemap:
priority: 0.7
lastmod: 2017-11-02
changefreq: weekly
---

To me, mentoring and teaching are giving students an equal opportunity to reach their full potential, regardless of their backgrounds and starting points.

## Mentoring
I adopt an effective, personalized approach to mentoring and advising students.

## Teaching
I am continously refining my teaching approach to provide students an inclusive and active learning experience.

0 comments on commit 07b9cdf

Please sign in to comment.