A didactical project that enforces HTML/CSS abilities
This is the first project developed on Trybe course.
For this one, was tested basic knowledges on HTML and CSS to create a static web page with lessons learned on the course until then.
- HTML5;
- CSS3;
- Box model;
- Semantic HTML;
- CodeSniffer;
- StyleLint;
- Active learning.
- Web Browser compatible with HTML5 and CSS3.
There are 4 ways for running this project.
- Use
https://github.com/Fabio-Vicente/Lessons-Learned.git
endpoint for clonning via HTTPS (credencials may be needed);- Enter on
Lessons-Learned-main
cloned folder;- Open
index.html
file on your Web Browser.
- Use
git@github.com:Fabio-Vicente/Lessons-Learned.git
endpoint for clonning via SSH (it must be needed set a SSH Key);- Enter on
Lessons-Learned-main
cloned folder;- Open
index.html
file on your Web Browser.
The project code was tested by CodeSniffer - acessibility standart checker, according by WCAG 2.1 Level AAA, and was evaluated with no errors.
Yes!
Copy HTML file content and paste on CodeSniffer Web Page, choose the standart to be evaluated, and Run HTML_CodeSniffer
.
The original setup of this repository is by Fábio Vicente(Me).
- Trybe by porpose this project and specify requirements;
- Amazing Github Template which provides a Readme Template for inspiration.