Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Aulas-HTML/detalhes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=<p>>, initial-scale=1.0">
<title>Detalhes</title>
</head>
<body>
<p>Página de detalhes</p>
</body>
</html>
3 changes: 1 addition & 2 deletions Aulas-HTML/exemplos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Site da Rita</title>
<title>Site da Livia</title>
</head>
<body>
<h1>Esse é um titulo</h1>
<p>Esse aqui é um paragrafo</p>

<a href="detalhes.html">link para pagina de detalhes</a>
</body>
</html>
18 changes: 18 additions & 0 deletions Aulas-HTML/exercicios/aula1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,21 @@
- Abrir um pull request para o repositório original (da Womakers)
- Acompanhar o prazo e marcar a entrega no Classroom
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Livia Araujo</title>
</head>
<body>
<h1><ul>O que eu espero do curso de Primeiros Passos em Front-end</ul></h1>
<p><h6>WoMakersCode</h6></p>
<li>Aprender mais sobre front-end</li>
<li>Construir uma página web sozinha</li>
<li>Fazer networking com mulheres que trabalham na tecnologia</li>
<li>Possibilitar uma transição de carreira para desenvolvedora front-end</li>
<li>Ter voz ativa nos fóruns de igualdade de gênero no mercado de tecnologia</li>
<li>Ser embaixadora do propósito de inclusão de mulheres na tecnologia</li>
</body>
</html>
77 changes: 77 additions & 0 deletions Aulas-HTML/exercicios/aula2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,80 @@
- Abrir um pull request para o repositório original (da Womakers)
- Acompanhar o prazo e marcar a entrega no Classroom
-->
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exercicio Aula 2 Livia Araujo</title>
</head>
<body>
<header>
<a href="https://medium.com/@liviamsaraujo" target="_blank">Página de referência</a>
<p><img src="https://miro.medium.com/max/968/1*F6SrJR7_s95r6oCF3ugMZw.png"
alt="Logo do Medium"></p>
<nav>
<ul>
<li>
<button name="b_search">
<img src="https://www.clipartmax.com/png/middle/194-1949083_view-product-range-lupa-png.png"
alt="Lupa para pesquisa"
title="Pesquisar">
</button>
</li>
<li>
<button name="b_save">
<img src="https://cpng.pikpng.com/pngl/s/125-1255467_instagram-clipart-instagram-post-bookmark-symbol-on-instagram.png"
alt="Bandeira para salvar story"
title="Salvar story">
</button>
</li>
<li>
<button name="b_notifications">
<img src="https://img1.gratispng.com/20180810/hxb/kisspng-portable-network-graphics-computer-icons-scalable-shape-svg-png-icon-free-download-368464-onlin-5b6e2cd8517076.2420087315339470963336.jpg"
atl="Sininho para visualizar notificações"
title="Notificações">
</button>
</li>
<li>
<button name="b_upgrade">Upgrade</button>
</li>
<li>
<button name="b_user_icon">
<img src="https://img.icons8.com/cotton/2x/person-male.png"
alt="Ícone de usuário"
title="Minha conta">
</button>
</li>
</ul>
</nav>
</header>
<aside>
<h4>Livia Araujo</h4>
<p lang="en">Engineer, tech enthusiast, gender equity advocate
and travel lover trying to make a difference in this chaotic world.</p>
<p lang="en"> 1 Following 1 Follower</p>
</aside>
<main>
<ul>
<li>Profile</li>
<li>Claps</li>
</ul>
<section>
<p lang="en">Latest</p>
<article>
<p>Livia Araujo</p>
<p lang="en">Aug 16 - 4 min read</p>
<h1 lang="en">Don't fall in love with potential (not even with your own)</h1>
</article>
</section>
<section>
<p lang="en">Claps from Livia Araujo</p>
<article>
<h2 lang="en">Without a Compelling Product Vision Teams Become Feature Factories</h2>
<p>David Pereira</p>
</article>
</section>
</main>
</body>
</html>
11 changes: 7 additions & 4 deletions Aulas-HTML/exercicios/aula3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@
-->

<!DOCTYPE html>
<html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<title>Exercício 3</title>
</head>
<body>
<h1>seu nome e sobrenome</h1>
<h1>Lívia Araújo</h1>

<img src="./img1.jpg" alt="" />
<img src="./img1.jpg" alt="Mulher agachada colocando joelheira
em uma menina sentada que está calçando patins." />

<img src="./img2.jpg" alt="time" />
<img src="./img2.jpg" alt="Oito adultos formando um círculo,
cada um com uma das mãos estendidas se encontrando no centro, uma mão em cima da outra,
indicando trabalho em equipe"/>
</body>
</html>
27 changes: 27 additions & 0 deletions aulas-javascript/exercicios/aula2/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exercício 2 JavaScript</title>
</head>
<body>
<form>Analisando números
<br><br>
<div class="Numero1"></div>
<label for="Numero1">Primeiro número:</label>
<input type="number" id="Numero1" name="Numero1">
</div>
<br><br>
<div class="Numero2">
<label for="Numero2">Segundo número:</label>
<input type="number" id="Numero2" name="Numero2">
</div>
<br>
<button type="button" id="seDiferentes">Checar se são diferentes</button>
<button type="button" id="resetar">Resetar</button>

</form>
<script src="script.js" defer></script>
</body>
</html>
28 changes: 28 additions & 0 deletions aulas-javascript/exercicios/aula2/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

seDiferentes.onclick = function saoDiferentes() {

let num1 = document.getElementById("Numero1").value;
let num2 = document.getElementById("Numero2").value;

if (num1 != num2) {
let elem = document.createElement('p');
elem.innerHTML = '<div>Os valores são diferentes</div>';
elem.style.color = 'green';
document.body.append(elem);

} else {
let elem = document.createElement('p');
elem.innerHTML = '<div>Não são diferentes</div>';
elem.style.color = 'red';
document.body.append(elem);
elem.id = "mensagem"
}
}

resetar.onclick = function resetar() {

document.getElementById("Numero1").value = '';
document.getElementById("Numero2").value = '';
document.querySelector('p').remove();

}