aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)AuthorFilesLines
2019-06-07app/views/resume: Add links to project descriptionThedro Neely1-3/+3
2019-06-06app/views/partials: Description and label updatesThedro Neely2-5/+5
2019-06-05app/views/index: Add introduction classThedro Neely1-3/+1
2019-06-04app/views/partials/footer: Condense the footerThedro Neely1-23/+9
2019-06-03app/views/index: Add underline class to linkThedro Neely1-1/+1
2019-06-02app/model/Form: Do not use reply toThedro Neely1-11/+11
2019-06-01app/controllers/contact: Move return upThedro Neely1-2/+1
2019-05-27app/views/resume: Hide extra scrollbarThedro Neely1-1/+7
2019-05-20app/views/partials/navigator: Use labels instead of icons on mobileThedro Neely1-20/+4
2019-05-18app/model/Form: Remove repetitive method naming schemeThedro Neely2-8/+8
2019-05-17app/views/partials/navigator: Use noscript style overrideThedro Neely3-5/+9
2019-05-17public/js/app: Use data attributeThedro Neely1-1/+1
2019-05-17app/views/contact: Remove unused div tagThedro Neely1-2/+0
2019-05-17public/js/app: Add JavaScript image zoomThedro Neely1-1/+1
2019-05-16app/controllers/api: Add simple api route to update thumbnailsThedro Neely2-2/+18
2019-05-15app/views/partials/navigator: Add text to theme iconsThedro Neely1-6/+12
2019-05-13app/views/partials/navigator: Add light and dark theme mobile labelsThedro Neely1-0/+4
2019-05-13app/views/index: Add archive page margin notesThedro Neely1-7/+24
2019-05-11app/views/resume: Remove underline from resume linksThedro Neely1-5/+5
2019-05-11app/views/partials/navigator: Disable fixed navigation when JavaScript is not...Thedro Neely2-2/+8
2019-05-04app/views/index: Make headers small, fix front page linksThedro Neely1-4/+4
2019-04-30app/views/partials/navigator: Make active link check more accurate by removin...Thedro Neely2-7/+7
2019-04-30app/model/Navigation: Remove title switch function, and set title on page itselfThedro Neely3-15/+3
2019-04-30app/model/Navigation: Just use strlen for home page checkThedro Neely1-1/+1
2019-04-30app/Routes: Add file upload pageThedro Neely3-0/+59
2019-04-22app/model/Navigation: Use substring countThedro Neely1-1/+1
2019-04-21app/views: Check for specific color themeThedro Neely2-7/+15
2019-04-21app/model/Theme: Use the theme parameterThedro Neely1-10/+21
2019-04-18app/views/partials/navigator: SyntaxThedro Neely1-9/+25
2019-04-18app/model/Theme: Add dark themeThedro Neely3-0/+122
2019-04-17app/views/resume: Remove overconstrained background color directivesThedro Neely1-2/+2
2019-04-16app/views/partials/navigator: Use plural routes for posts and projectsThedro Neely1-2/+2
2019-04-14app/views/partials/footer: Use public js folderThedro Neely1-5/+1
2019-04-12app/views/index: SyntaxThedro Neely1-10/+22
2019-04-05app/views/contact: Remove serif on paragraphThedro Neely1-1/+1
2019-04-04app/views/contact: Autocomplete not allowed on checkbox inputThedro Neely1-1/+1
2019-04-04app/views/admin: Remove admin routeThedro Neely3-27/+0
2019-04-01app/views/partials/navigator: Use nav tag on navigation menuThedro Neely1-2/+2
2019-03-29app/views/resume: Still experimenting with VueThedro Neely1-1/+1
2019-03-29app/views: Remove stray section tagsThedro Neely3-5/+0
2019-03-28app/views/contact: Remove Vue and add visual alertsThedro Neely2-20/+26
2019-03-28app/controllers|views: Remove old controllers and viewsThedro Neely3-90/+0
2019-03-28app/controllers/contact: Refactor contact controllerThedro Neely3-25/+58
2019-03-28app/views/index.view.php: Minor syntax changesThedro Neely1-2/+2
2019-03-28app/views/partials/footer: Fix section tags on footerThedro Neely1-9/+5
2019-03-28app/views/partials/header: Remove unneeded tagsThedro Neely1-6/+1
2019-03-28app/views/partials/navigator: Change some mobile navigation iconsThedro Neely1-3/+3
2019-03-28app/views/contact: Use serif font and outlined submit buttonThedro Neely1-2/+6
2019-03-27app/views/resume: Change title text weights to normalThedro Neely1-11/+11
2019-03-25app/model/HTMLExtract: Add HMTL ExtractorThedro Neely2-38/+92