Work in progress, making a character walk through a page in order to reveal new sections.
Running example can be found at https://claudiamatosa.com/code/playable-portfolio
Located under app/
It is currently in prototype phase - only the character walk is done. Please use the arrow keys to move the character.
Once the character reaches the bottom of the page, it will reveal a new part of the window.
In order to build the project, Ruby, Compass and SASS need to be installed. Afterwards:
npm install
bower install
grunt build
Additionally, grunt serve
can be used to launch a local dev instance of the project.
- SASS for CSS
- jQuery for modules
- Yeoman for project
- Atomic CSS
- Module pattern for JS
- Build new sections with information
- Go vanilla
- Test character.js
- Get a templating system (all html is currently under index.html
- Document
- Favicon
- Proper character
- Etc