This capstone project is frontend related, using the templaete of Cindy Shin (thanks a lot Cindy), that you can visit in this url: https://www.behance.net/gallery/29845175/CC-Global-Summit-2015
I hope you enjoy it.
This project is part of the Module 1 of microverse program.
- Html, Sass, Css, Js
- Bootstrap
To get a local copy of the repository please run the following commands on your terminal:
- git clone https://github.com/Wikitelmex/capstone-module1.git
- cd capstone-module1
- git checkout desktop
- code . (for this you must to have installed vscode, go to this url for more info: https://code.visualstudio.com/download)
- open with live server (alt + l alt + o)
- to transpile STYLE.SCSS into Style.css, you can use Live Sass COmpiler, that is in extensions in VSCode
Note 1. I used Bootstrap, that was transpiled in dist/css file joining with my SCSS file where I'm Theming bootstrap, but due the live demo need the transpiled files (style.css) I must to avoid .gitignoring the transpiled file (that has a lot of linters error because boostrat code). And just lintering about my Style.SCSS.
Note 2. For some reason, the live demo doesn't load some font families, but if you run in local it's ok
https://www.loom.com/share/850396f46efe4781a2bc337fda30cdea
👤 Alex Castillo
- GitHub: @githubhandle
Give a ⭐️ if you like this project!
- learned a lot about SASS and bootstrap
This project is MIT licensed.