Skip to content
Snippets Groups Projects
Commit 5c5a65d0 authored by Erik Strand's avatar Erik Strand
Browse files

Add final project tracking page

parent 33925b5c
Branches
No related tags found
No related merge requests found
...@@ -2,5 +2,7 @@ ...@@ -2,5 +2,7 @@
link: / link: /
- name: Problem Sets - name: Problem Sets
link: /psets.html link: /psets.html
- name: Final Project
link: /project.html
- name: Notes - name: Notes
link: /notes.html link: /notes.html
<nav> <nav>//
{% for item in site.data.navigation %} {% 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 %} {% endfor %}
</nav> </nav>
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
title: Home 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_
---
title: Final Project
---
# CT Imaging from Scratch
Welcome to my skeletal tracking page.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment