Layout challenge with HTML and materializecss
Track: Common Core
Autor: Andu15
Created: 07/22
Version: 1.0.0
This repository aims to challenge my knowledge to obtain a replica of a reference image Remark: the reference image does not belong to me
Note: the credits to whom it corresponds
- Fork from lyft
- Clone the repository
- Organize project structure
- Ready! Here we go
├── assets/ | ├── favicon/ | └── images/ ├── css/ | ├── icomoon/ | ├── main.css | ├── materialize.css | └── materialize.min.css ├── docs/ ├── js | ├── materialize.js | └── materialize.min.js ├── node_modules ├── .gitignore ├── index.html ├── package-lock.json ├── package.json └── README.md
- HTML
- CSS
- materialize
- icomoon
- Google Fonts
Styles:
- Typography:
Montserrat
. - Color palette:
#FF00BF
#333447
#352384
#728099
linear-gradient(#76278F, #2B1E66);
Icons: Icomoon
Reference videos:
- the original site has already changed its design, so only the reference image was taken into account
- Only the layout was taken into account, but not the functionality
- To see the challenge design, you must have a screen of at least 1440px