diff --git a/_data/navigation.yml b/_data/navigation.yml index 0890bbea652b6..4badb39763b44 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -6,11 +6,11 @@ main: - title: "Talks" url: /talks/ - # - title: "Teaching" - # url: /teaching/ + # - title: "Work Experience" + # url: /workexperience/ - # - title: "Portfolio" - # url: /portfolio/ + - title: "Portfolio" + url: /portfolio/ - title: "Blog Posts" url: /year-archive/ diff --git a/_pages/workexperience.html b/_pages/workexperience.html new file mode 100644 index 0000000000000..4144b42c99bee --- /dev/null +++ b/_pages/workexperience.html @@ -0,0 +1,16 @@ +--- +layout: archive +title: "Work Experience" +permalink: /workexperience/ +author_profile: true +--- + +{% if site.talkmap_link == true %} + +
+ +{% endif %} + +{% for post in site.talks reversed %} + {% include archive-single-talk.html %} +{% endfor %}