-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProfessores.html
54 lines (50 loc) · 1.91 KB
/
Professores.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="pt-br ">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/header.css" />
<link rel="stylesheet" href="css/devaria.css" />
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/professores.css">
<title>Professores Devaria</title>
</head>
<body>
<header>
<a href="index.html" class="link-logo">
<img src="imagens/logo-devaria.svg" alt="logo da Devaria" />
</a>
<nav class="menu">
<ul>
<li><a href="Professores.html"> Professores</a></li>
<li><a href="fale-conosco.html">Fale conosco</a></li>
<li><a href="devstars.html">Devstars</a></li>
</ul>
</nav>
</header>
<main>
<h1 class="title text-center">Professores Devaria</h1>
<section class="content-container">
<figure class="text-center">
<img class="width-50pct-desktop" src="imagens/fotoprofessores.png" alt="professores-devaria">
</figure>
<article>
<h2 class="title text-center">Dani, Rafa, Fi & Do</h2>
<p class="text-justify width-50pct-desktop">
Os professores são especialista em <strong> desenvolvimeto de sistemas</strong> e
possuem mais de <em>10 anos de experiência</em>.
</p>
<p class="text-justify width-50pct-desktop ">todas as aulas de back e front serão conduzidas mais pelo Rafa, Do e Fi, e as aulas mais de gestão e operações ficará com o Dani.</p>
</article>
</section>
</main>
<footer>
<section>
<span> [email protected]</span><br>
<span> Conheça nosso canal do Youtube!</span>
</section>
</footer>
</header>
</body>
</html>