Skip to content

Fabio-Vicente/Lessons-Learned

Repository files navigation

Lessons Learned

A didactical project that enforces HTML/CSS abilities

HMTL CSS

Project Web Page

See a screenshot
Project Page

About

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.

Development Skills

  • HTML5;
  • CSS3;
  • Box model;
  • Semantic HTML;
  • CodeSniffer;
  • StyleLint;
  • Active learning.

Getting Started

Prerequisites

  • Web Browser compatible with HTML5 and CSS3.

Usage

There are 4 ways for running this project.

1. Download ZIP:

  • Click on the Code green button at repository top;

    Code Button

  • Click on Download ZIP button;

    Code Button

  • Unzip the downloaded file in a choosen directory;

  • Enter on Lessons-Learned-main extracted folder;

  • Open index.html file on your Web Browser.

2. Clone repository via HTTPS:

  • 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.

3. Clone repository via SSH:

  • 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.

4. Go to project deployed Web Page:


CodeSniffer

The project code was tested by CodeSniffer - acessibility standart checker, according by WCAG 2.1 Level AAA, and was evaluated with no errors.

CodeSniffer Report

Can I request CodeSniffer report by my own?

Yes!

Copy HTML file content and paste on CodeSniffer Web Page, choose the standart to be evaluated, and Run HTML_CodeSniffer.


Authors & contributors

The original setup of this repository is by Fábio Vicente(Me).


Acknowledgements





Code with love by Fábio Vicente