Skip to content

victoriadrake/simon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon

See the whole thing working here: https://victoria.dev/simon

Meet Simon, a futuristic post-apocalypse artificial intelligence charged with guarding man's most precious gateway, and whose only source of inspiration for doing so is a 1980s inventory list from Macy's toy department.


Components

  • jQuery
  • 1 part sweat, 2 parts tears, no blood but lots of tea.

Screenshot

Suddenly... a wild screenshot appears!

Making changes

Simon uses Sass as a CSS preprocessor. Here are the installation instructions and the usage reference.

Watch changes to the Sass files with:

sass --watch sass/style.sass:static/css/style.css

Compile the Sass files to compressed CSS with:

sass sass/style.sass:static/css/style.css --style compressed

License

Copyright (C) 2018-2019 Victoria Drake

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.