File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 < link rel ="stylesheet " href ="style.css ">
88</ head >
99< body >
10+
1011 < nav class ="navbar ">
11- < div class ="logo " style =" color: var(--text-dark); " > JS< span > Master</ span > </ div >
12- < ul >
12+ < div class ="logo "> JS< span > Master</ span > </ div >
13+ < ul class =" nav-links " >
1314 < li > < a href ="index.html "> Início</ a > </ li >
14- < li > < a href ="aulas.html "> Aulas</ a > </ li >
15- < li > < a href ="praticas.html "> Práticas</ a > </ 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 >
15+ < li > < a href ="https://discord.com/channels/1499755355570176081/1499755770991083570 " target ="_blank " class ="comunidade-link "> Comunidade</ a > </ li >
16+ < li > < button id ="theme-button " class ="theme-switch "> Trocar Tema</ button > </ li >
1817 </ ul >
1918 </ nav >
2019
20+ < header class ="hero ">
21+ < h1 > Laboratório < span > Bernardo</ span > </ h1 >
22+ < p > Aprenda JavaScript com as cores que você escolheu.</ p >
23+ </ header >
24+
2125 < main class ="container ">
22- < div id ="tutorial-texto ">
23- </ div >
26+ < div id ="tutorial-texto "> </ div >
2427
2528 < section class ="card ">
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 >
29+ < h2 > Desafios Práticos</ h2 >
30+ < p > Clique abaixo para abrir o editor interativo:</ p >
31+ < div style ="display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; ">
32+ < button onclick ="verAula(1) " class ="btn-primary "> Nível 1: Variáveis</ button >
33+ < button onclick ="verAula(2) " class ="btn-primary "> Nível 2: Funções</ button >
34+ </ div >
3035 </ section >
3136 </ main >
3237
You can’t perform that action at this time.
0 commit comments