From b497d2868bdcd645c20a83833e56d963a1f2b2d8 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 12 Sep 2020 13:11:45 -0400 Subject: [PATCH] UI cleanup and allow users to zoom on mobile --- _data/papers.json | 11 ----------- _includes/footer.html | 5 +++++ _includes/head.html | 7 ++++++- _includes/nav.html | 2 +- _papers/Simple-Path-Planning-of-Turret.md | 7 +++++++ _papers/Simple_Path_Planning_of_Turret.pdf | Bin 159927 -> 0 bytes index.html | 2 +- papers.md | 6 +++--- 8 files changed, 23 insertions(+), 17 deletions(-) delete mode 100644 _data/papers.json create mode 100644 _papers/Simple-Path-Planning-of-Turret.md delete mode 100755 _papers/Simple_Path_Planning_of_Turret.pdf diff --git a/_data/papers.json b/_data/papers.json deleted file mode 100644 index ceef595..0000000 --- a/_data/papers.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "title":"Turrets and deadzones", - "subtitle":"A visual look at a turret's control flow", - "authors":[ - "Evan Pratten" - ], - "date":"2020-08-31", - "url":"/papers/Simple_Path_Planning_of_Turret.pdf" - } -] \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index a2fcd6d..e85e6d0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -51,6 +51,11 @@ {% endif %} +{% if page.uses contains "pdf" %} + + +{% endif %} + {% if page.uses contains "tikz" %} diff --git a/_includes/head.html b/_includes/head.html index 1e4eb57..568f334 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,7 +3,7 @@ {{page.title}} | {{ site.title }} - + @@ -29,6 +29,11 @@ {% endif %} + {% if page.uses contains "pdf" %} + + + {% endif %} + diff --git a/_includes/nav.html b/_includes/nav.html index 8985c91..9b7c34f 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,7 +1,7 @@