Giter Club home page Giter Club logo

documentation-page's Introduction

Página de Documentação – freeCodeCamp – Documentation Page

Este exercício requer CSS e HTML, JavaScrip não é obrigatório (This exercise requires CSS e HTML, JavaScript isn’t necessary) Requisitos:

1: A página deve conter um elemento main com a id=”main-doc” que contem o conteúdo principal. (I can see a main element with a corresponding id="main-doc", which contains the page's main content (technical documentation).

2: O elemento main deve conter no mínimo 5 elementos section com a classe main-section. (Within the #main-doc element, I can see several section elements, each with a class of main-section. There should be a minimum of 5.)

3:  O primeiro elemento de cada main section deverá ser um elemento header que contém um texto que descreva a seção. (The first element within each .main-section should be a header element which contains text that describes the topic of that section.)

4: Cada elemento section com a classe main section também deverá conter uma id que corresponda ao texto do header. (Each section element with the class of main-section should also have an id that corresponds with the text of each header contained within it. Any spaces should be replaced with underscores (e.g. The section that contains the header "JavaScript and Java" should have a corresponding id="JavaScript_and_Java").)

5: Os elementos main-section deverão conter no total 10 elementos p (no total da página, não em cada um deles) (The .main-section elements should contain at least 10 p elements total (not each).

6: Os elementos main-section deverão conter até 5 elementos code. (no total da página e não em cada um deles) (The .main-section elements should contain at least 5 code elements total (not each).

7: Os elementos main-section deverão conter até 5 elementos li. (no total da página e não em cada um deles) (The .main-section elements should contain at least 5 li items total (not each)).

8: Um elemento nav com a id=”navbar” (I can see a nav element with a corresponding id="navbar".

9: O elemento navbar deverá conter um elemento header que contem um texto que descreva o tópico da documentação técnica. (The navbar element should contain one header element which contains text that describes the topic of the technical documentation.)

10: A navbar deverá conter também elementos de link com a classe nav-link. Deverá conter um para cada elemento de classe main-section (Additionally, the navbar should contain link (a) elements with the class of nav-link. There should be one for every element with the class main-section.)

11:  O elemento header na navbar deve vir antes dos links. (The header element in the navbar must come before any link (a) elements in the navbar.)

12: Cada elemento com a classe nav-link deve conter um texto que corresponda o texto do header de cada seção. (Each element with the class of nav-link should contain text that corresponds to the header text within each section )(e.g. if you have a "Hello world" section/header, your navbar should have an element which contains the text "Hello world").

13: Ao clicar em um elemento da navbar, a página deverá navegar até a seção correspondente no elemento main-doc. (When I click on a navbar element, the page should navigate to the corresponding section of the main-doc element (e.g. If I click on a nav-link element that contains the text "Hello world", the page navigates to a section element that has that id and contains the corresponding header.)

14: Em aparelhos de tamanho comum (laptops e desktops), o elemento de id=”navbar” deve ser exibido ao lado esquerdo da tela e deverá sempre estar visível ao usuário. (On regular sized devices (laptops, desktops), the element with id="navbar" should be shown on the left side of the screen and should always be visible to the user.)

15: A página deverá conter pelo menos uma media query (My Technical Documentation page should use at least one media query.)

documentation-page's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.