File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22< html lang ="pt-br ">
33< head >
44 < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
56 < title > JS Master - Bernardo</ title >
67 < link rel ="stylesheet " href ="style.css ">
78</ head >
89< body >
910 < nav class ="navbar ">
10- < div class ="logo "> JS< span > Master</ span > </ div >
11+ < div class ="logo " style =" color: var(--text-dark); " > JS< span > Master</ span > </ div >
1112 < ul >
1213 < li > < a href ="index.html "> Início</ a > </ li >
1314 < li > < a href ="aulas.html "> Aulas</ a > </ li >
1415 < li > < a href ="praticas.html "> Práticas</ a > </ li >
15- < li > < a href ="https://discord.com/channels/1499755355570176081/1499755770991083570 " target ="_blank "> Comunidade</ a > </ li >
16- < li > < button class ="theme-switch " id ="theme-button "> Trocar Tema </ button > </ li >
16+ < li > < a href ="https://discord.com/channels/1499755355570176081/1499755770991083570 " target ="_blank " style =" background: var(--accent); padding: 5px 10px; border-radius: 5px; " > Comunidade</ a > </ li >
17+ < li > < button class ="theme-switch " id ="theme-button "> TEMA </ button > </ li >
1718 </ ul >
1819 </ nav >
1920
20- < header class ="hero ">
21- < h1 > Bem-vindo ao < span > JS Master</ span > </ h1 >
22- < p > Aprenda com o Prof. Bernardo nas cores que você escolheu!</ p >
23- </ header >
24-
2521 < main class ="container ">
22+ < div id ="tutorial-texto ">
23+ </ div >
24+
2625 < section class ="card ">
27- < h3 > Comece sua Jornada</ h3 >
28- < p > Navegue pelo menu para acessar as aulas e o laboratório de práticas.</ p >
29- < a href ="praticas.html " class ="btn-primary "> Ir para Práticas</ a >
26+ < h1 > Laboratório do Bernardo</ h1 >
27+ < p > Escolha um nível para praticar:</ p >
28+ < button onclick ="verAula(1) " class ="btn-lesson "> Nível 1: Variáveis</ button >
29+ < button onclick ="verAula(2) " class ="btn-lesson "> Nível 2: Funções</ button >
3030 </ section >
3131 </ main >
3232
You can’t perform that action at this time.
0 commit comments