The website contains information:
- personal information
- about education
- about professional skills
- description and links to works
- HTML
- CSS (most of the animations on the site are implemented using CSS)
- JavaScript (all interactivity on the site is implemented using native JS)
- Gulp (task scheduler used to minify files and images, and also for assembling CSS files)
- Webpack (ES6 Modules, Babel)
- Structural ideas from the BEM methodology are partially used
To download npm packages, enter in the console:
npm install
To start the local server, enter in the console:
gulp