This is a HTML & CSS Project is based on an online website for a conference.
This project showcases a build of an exact layout of the creative commons global summit 2020 page design. This UI design idea was created by Cindy Shin in Behance and built by myself The project includes the homepage, the about page and the tickets page.
- HTML
- CSS
- Bootstrap
- SASS
- Javascript
To get a local copy up and running follow these simple example steps.
Browser Text editor of your choice. npm has to be installed in your system. install SASS preprocesor install the following linters on your IDE;
- Web hint.
- Style lint.
git clone https://github.com/Gnwin/Conference-page.git
Clone the repo. Open the index.html from your browser to view.
Run npx html-validator-cli --quiet --file index.html
to run the validator over the index.html
file.
The --quiet
will only list errors
. If you also want to see the warnings use the --verbose
flag instead.
As an alternative, you can also install the html5validator
using pip
:
pip install --user html5validator
html5validator index.html
👤 Godwin Nwachukwu
- GitHub: @Gnwin
- Twitter @gmarxr
- LinkedIn: Godwin Nwachukwu
👤 Cindy Shin
- Design idea: Cindu Shin, Behance
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.