Skip to content

Latest commit

 

History

History
99 lines (78 loc) · 4.86 KB

README.md

File metadata and controls

99 lines (78 loc) · 4.86 KB

HTML5 CSS3 Sass

‼️ Documentation available to access at: https://nitaicharan.github.io/Udemy-ACSSSASSFGAM1 ‼️

About project

This project was part of the Udemy course "Advanced CSS and Sass: Flexbox, Grid, Animations and more!" by Jonas Schmedtmann.

Certificate

This certificate above verifies that Nitai Charan successfully completed the course Advanced CSS and Sass: Flexbox, Grid, Animations and More! on 12/27/2019 as taught by Jonas Schmedtmann on Udemy. The certificate indicates the entire course was completed as validated by the student.

Contact

Gmail LinkedIn Github Udemy Instagram Twitter

Development GitHub Pages

ng build
index.html:base:"/" -> index.html:base:"/Udemy-ACSSSASSFGAM1/"
cp dist/curso/index.html dist/course/404.html

git add -A
git commit -m <titule> <message>
git push origin <branch>
git subtree push --prefix dist/course origin gh-pages
git push origin `git subtree split --prefix dist/course/ master`:gh-pages --force