diff --git a/_layouts/default.html b/_layouts/default.html index a7dc7dc..ed48d7f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,11 +4,7 @@ - {% if page.desc_type == "project" %} - - {% else %} - - {% endif %} + diff --git a/_layouts/experience.html b/_layouts/experience.html index 95dad73..33c72c4 100644 --- a/_layouts/experience.html +++ b/_layouts/experience.html @@ -1,51 +1,77 @@ ---- -desc_type: project -layout: default ---- + + + + + + + -{% assign malung = site.data.work[page.project_id] %} -{% assign techs = site.data.techs %} + - - + + -
- -
-
-

- {{malung.description}} -

-
-
    - {% for outcome in malung.outcomes %} -
  • {{outcome}}
  • - {% endfor %} -
- {% if malung.link %} - View {{malung.title}} - {% endif %} -
-
-
- {% if malung.image %} - Image of {{malung.title}} - {% else %} -

Image Not Available

- {% endif %} + + + + + + + + {{ page.title }} ─ Max Hutz + + + {% include header.html %} + + {% assign malung = site.data.work[page.project_id] %} + {% assign techs = site.data.techs %} + + + + +
+ +
+
+

+ {{malung.description}} +

+
+
    + {% for outcome in malung.outcomes %} +
  • {{outcome}}
  • + {% endfor %} +
+ {% if malung.link %} + View {{malung.title}} + {% endif %} +
+
+
+ {% if malung.image %} + Image of {{malung.title}} + {% else %} +

Image Not Available

+ {% endif %} +
+
+ {% for tech in malung.stack %} + {% assign data = techs[tech] %} + {{data.name}} + {% endfor %} +
+
-
- {% for tech in malung.stack %} - {% assign data = techs[tech] %} - {{data.name}} - {% endfor %} -
-
-
-
\ No newline at end of file + + +
+ + {% include footer.html %} + + \ No newline at end of file