diff --git a/_data/navigation.yml b/_data/navigation.yml index 268b387831a349f3b9b53883d0129077c03a6a84..1c731291b5544dcea2826f617b1557ff0f3dee96 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -2,5 +2,7 @@ link: / - name: Problem Sets link: /psets.html +- name: Final Project + link: /project.html - name: Notes link: /notes.html diff --git a/_includes/navigation.html b/_includes/navigation.html index 2e0739da8e242653ef4cf1f528af5dcdf8510848..fbea9ad6b9449e1ae0e390f6d53f302073d90a40 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,5 +1,5 @@ -<nav> +<nav>// {% for item in site.data.navigation %} - <a href="{{ item.link | real_relative_url }}" {% if page.url == item.link %}class="current"{% endif %}>{{ item.name }}</a> + <a href="{{ item.link | real_relative_url }}" {% if page.url == item.link %}class="current"{% endif %}>{{ item.name }}</a> // {% endfor %} </nav> diff --git a/index.md b/index.md index a90f52a5a567b8ac17c8be2130fd8b47556caac0..1b2818fa137a1735ccdeb75db9ec2ef98c3bf061 100644 --- a/index.md +++ b/index.md @@ -2,6 +2,8 @@ title: Home --- -# MAS 6.244 Physics of Information Technology 2019 +# MAS 6.244 -This is Erik Strand's as yet mostly content-free tracking page. +_Physics of Information Technology_ +_Erik Strand_ +_2019_ diff --git a/project.md b/project.md new file mode 100644 index 0000000000000000000000000000000000000000..b5e1052ade132a20668944e632010bf98f6fa4a3 --- /dev/null +++ b/project.md @@ -0,0 +1,7 @@ +--- +title: Final Project +--- + +# CT Imaging from Scratch + +Welcome to my skeletal tracking page.