CapnSane / imersao

This repository is part of a training to get HTML/CSS/JS skills and practice it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Ingate Class Repository

Welcome to the first Ingate class repository!

About it:

This repository is made by lessons and challenges sign to me by Yoyo Sensei from Japan.

It will be composed mainly by three topics:

  • HTML
  • CSS
  • JavaScript

All commits will be practices done in and outside the class, in addition to challenges after class.

The first commit

The first commit is an open repository only with this README file.

Challenges

The challenges occur when the class ends a section. Until now it was three different challenges, that are written below.

The first challenge

The first challenge was about HTML. For studying the HTML basics, the challenge covers the use of pure HTML, notwithstanding some HTML features are no longer recommended, like <center> or <font>, that are deprecated in HTML5. The challenge was create any webpage only using HTML.

The second challenge

The second challenge was about HTML and CSS. Here, the students needed to create from scratch the initial search Google page, but without the page functionalities, like the search box, functional links, etc. The students needed to use HTML5 and CSS without (or avoiding) the deprecated old HTML features.

The third challenge

The third challenge was about JavaScript. Here, the students needed to create from scratch the initial search Google page only using JavaScript. Again, without the page functionalities, like the search box, functional links, etc.

Copyright

This repository is only for front-end and back-end practices, and it is for non-commercial purposes.

About

This repository is part of a training to get HTML/CSS/JS skills and practice it.


Languages

Language:HTML 70.0%Language:JavaScript 25.4%Language:CSS 4.6%