index.html 258 B

123456789101112131415161718
  1. ---
  2. layout: default
  3. ---
  4. {% include career-profile.html %}
  5. {% if site.education_in_main %}
  6. {% include education.html %}
  7. {% endif %}
  8. {% include experience.html %}
  9. {% include projects.html %}
  10. {% include publications.html %}
  11. {% include skills.html %}