Skip to content

Commit

Permalink
Updates for v2.12.12
Browse files Browse the repository at this point in the history
Updates for v2.12.12
  • Loading branch information
TheJaredWilcurt authored Dec 23, 2016
2 parents 74984d3 + 45b6332 commit 4706ed2
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 596 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The site is hosted by GitHub here:

* https://scout-app.github.io

We however our CNAME autoforwards to:
However our CNAME autoforwards to:

* http://scout-app.io

Expand All @@ -18,6 +18,7 @@ The repo for the desktop app is located here:

* * *


### Prerequisites for running locally

1. Install [Node.js](http://nodejs.org) (required)
Expand All @@ -32,8 +33,10 @@ The repo for the desktop app is located here:
3. `npm start`
4. Click the livereload icon in your browser to enable it for that page


* * *


## Contributors

* [The Jared Wilcurt](http://github.com/TheJaredWilcurt) - Project Management, Site Content, General styles, Image optimization
Expand Down
Binary file modified _img/screenshots/osx/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _img/screenshots/osx/24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _img/screenshots/osx/25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _img/screenshots/ubuntu/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _img/screenshots/ubuntu/24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _img/screenshots/ubuntu/25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _img/screenshots/win/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _img/screenshots/win/24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _img/screenshots/win/25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _img/screenshots/zorin/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _img/screenshots/zorin/24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _img/screenshots/zorin/25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 19 additions & 17 deletions _js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,27 +139,29 @@ var siteData = {
{ 'language': 'Russian', 'code': 'ru', 'image': '05' }
],
'themes': [
{ 'theme': 'Simplex', 'image': '02' },
{ 'theme': 'Cerulean', 'image': '06' },
{ 'theme': 'Classic', 'image': '07' },
{ 'theme': 'Cosmo', 'image': '08' },
{ 'theme': 'Cyborg', 'image': '09' },
{ 'theme': 'Darkly', 'image': '10' },
{ 'theme': 'Flatly', 'image': '11' },
{ 'theme': 'Journal', 'image': '12' },
{ 'theme': 'Lumen', 'image': '13' },
{ 'theme': 'Paper', 'image': '14' },
{ 'theme': 'Readable', 'image': '15' },
{ 'theme': 'Sandstone', 'image': '16' },
{ 'theme': 'Slate', 'image': '17' },
{ 'theme': 'Spacelab', 'image': '18' },
{ 'theme': 'Superhero', 'image': '19' },
{ 'theme': 'United', 'image': '20' },
{ 'theme': 'Yeti', 'image': '21' }
{ 'theme': 'Simplex', 'image': '02' },
{ 'theme': 'Cerulean', 'image': '06' },
{ 'theme': 'Classic', 'image': '07' },
{ 'theme': 'Cosmo', 'image': '08' },
{ 'theme': 'Cyborg', 'image': '09' },
{ 'theme': 'Darkly', 'image': '10' },
{ 'theme': 'Flatly', 'image': '11' },
{ 'theme': 'Journal', 'image': '12' },
{ 'theme': 'Lumen', 'image': '13' },
{ 'theme': 'Paper', 'image': '14' },
{ 'theme': 'Readable', 'image': '15' },
{ 'theme': 'Sandstone', 'image': '16' },
{ 'theme': 'Slate', 'image': '17' },
{ 'theme': 'Spacelab', 'image': '18' },
{ 'theme': 'Superhero', 'image': '19' },
{ 'theme': 'United', 'image': '20' },
{ 'theme': 'W3suli.com', 'image': '24' },
{ 'theme': 'Yeti', 'image': '21' }
],
'screenshots': [
{ 'text': 'First Time User Experience', 'image': '01' },
{ 'text': 'Project view', 'image': '02' },
{ 'text': 'Multi-Project Import', 'image': '25' },
{ 'text': 'Status of All Projects', 'image': '22' },
{ 'text': 'Dev Tools are always accessible', 'image': '23' }
]
Expand Down
2 changes: 1 addition & 1 deletion _scripts/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4706ed2

Please sign in to comment.