Skip to content

Commit

Permalink
Fixed now broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
quittle committed Feb 12, 2018
1 parent 7be0bc9 commit 20d6ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion checks/check_links
Original file line number Diff line number Diff line change
@@ -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']))" | \
Expand Down
4 changes: 2 additions & 2 deletions src/sections/projects.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
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.
}

\personalProject {https://play.google.com/store/apps/details?id=bas.com} {Boot Animation Shuffle} {Android/PHP} {
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.
}

Expand Down

0 comments on commit 20d6ccf

Please sign in to comment.