summaryrefslogtreecommitdiffstats
path: root/app/assets (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-05-29Add GNU GPL logo for app informationMalf Furious1-0/+0
2016-05-26Add copyright notice to scrott main JS fileMalf Furious1-0/+14
2016-05-26Remove unused Bootstrap JS filesMalf Furious2-2376/+0
These are extra files distributed with Bootstrap that I do not need. I am keeping the minified Bootstrap main JS file, which is already used by the Scrott application.
2016-05-26Remove unused CSS files from Bootstrap distributionMalf Furious5-7394/+0
These are extra files distributed with Bootstrap that I do not need, I am retaining the minified main Bootstrap CSS file, which is already used by the Scrott application.
2016-05-01Remove an un-needed .gitkeep fileMalf Furious1-0/+0
2016-05-01Add default user head image, null.jpgMalf Furious1-0/+0
This is the image used by each user object which does not have its own image in the heads directory. I made this myself since I couldn't find anything that looked very appealing on the internet without running into copyright issues. Hopefully, this image will get replaced later.
2016-05-01Add global javascript file scrott.jsMalf Furious1-0/+8
Included initial function assertConfirm(), function to present user an "Are you sure?" prompt before submitting a web form.
2016-03-29Create directory for user heads (user images)Malf Furious1-0/+0
Fix git control files to hold open assets/img/heads directory
2015-12-18- Rm'd example content images from assets directoryMalf Furious6-0/+0
2015-11-16* Committing more front-end ideas to index.html -- Added tons of example ↵M5-0/+0
content and made a rough-draft for a pad-view + Committing Sonic character images for use as example content on index.html
2015-11-16+ Committing jQuery codeM1-0/+4
+ Created index file for designing page views
2015-11-15+ Committing Bootstrap framework filesM14-0/+10070
! Created app directory ! Created assets directory