diff --git a/checks/check_links b/checks/check_links index 03bc442..c0ef4c3 100755 --- a/checks/check_links +++ b/checks/check_links @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash pdfx --json out/main.pdf | \ python -c "import json; import sys; print('\n'.join(json.load(sys.stdin)['references']['url']))" | \ diff --git a/src/sections/projects.tex b/src/sections/projects.tex index 0e32477..b969b29 100644 --- a/src/sections/projects.tex +++ b/src/sections/projects.tex @@ -19,7 +19,7 @@ Parses True-Type Font files using \href {https://github.com/fonttools/fonttools} {FontTools}, prunes unnecessary tables and entities, and renames glyphs for brevity. } -\personalProject {https://dustindoloff.com/projects/fallingsand} {Falling Sand Game} {HTML5,JS} { +\personalProject {https://fallingsand.dustintoff.com} {Falling Sand Game} {HTML5,JS} { A \href {https://en.wikipedia.org/wiki/Falling-sand_game} {traditional implementation} where players can draw various elements (sand, water, plant, etc.) in a 2D world to interact with each other with a crude, hand-written, physics engine. } @@ -27,7 +27,7 @@ Import and/or generated boot animations for Android devices. Includes an animation gallery where users can upload and share animations with other users. } -\personalProject {https://dustindoloff.com/projects/commentube} {CommenTube} {HTML5,JS,PHP} { +\personalProject {https://commentube.dustintoff.com} {CommenTube} {HTML5,JS,PHP} { A video critiquing site that uses the YouTube API and HTML5 canvas to provide textual and visual feedback on YouTube videos. Built as a proof of concept for videographer students. }