Web Programming with Python and JavaScript
Animated Head | Site about Animation Author - Andrei Kulchyk, 2018
This site is dedicated to animation, some cartoons, as well as Disney's twelve principles of animation. The topic were chosen based on that I just newly learned about the Disney's principles, so they quickly came to my mind.
In the development process Bootstrap 4.1 and Dart Sass were used as part of the project's specification.
The structure of this project is represented by this tree: ├───css │ ├───main.css │ ├───main.css.map │ └───main.scss ├───images │ ├───animators │ ├───bgs │ ├───cartoons │ ├───principles │ └───slides ├───animators.html ├───cartoons.html ├───index.html └───principles.html
» main.css - generated by Sass preprocessor from main.scss and contains all custom styles » images - folder that contains all images used on the site's pages » animators.html - contains the table about several famous information » cartoons.html - contains Bootstrap cards that represent some of my favorite cartoons » index.html - homepage of the site that contains Bootstrap carousel with images for some cartoons » principles.html - contains list-like organized divs that tell about the 12 principles of animation