-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (50 loc) · 2.21 KB
/
index.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
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conexão Inglês</title>
<link rel="stylesheet" href="index_style.css">
</head>
<body>
<main>
<header class="hd_introduction">
<figure class="hd_figure">
<img src="header_logotipo.png" alt="Logotipo com um falção, a bandeira dos Estados Unidos e um livro">
</figure>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contents.html">Conteudos</a></li>
<li><a href="about.html">Sobre</a></li>
<li><a href="contact.html">Contato</a></li>
</ul>
</nav>
</header>
<section>
<header>
<figure>
<img src="section_header_falcon.jpg" alt="Imagem de um falcão ao lado de uma bandeira dos estados unidos, vista do céu.">
</figure>
<h1>Aprendendo Inglês - <span>Conexão Inglês</span></h1>
<p>Site criado com o intuito de auxiliar seu aprendizado na lingua inglesa, com tópicos gramáticais que iram aprimorar seu entendimento e escrita da lingua inglesa.</p>
</header>
<h2>Artigos</h2>
<div class="articles">
<article>
<figure>
<img src="article1_figure_litleguy.jpg" alt="Imagem de um garoto com óculos e uma caneta na mão pensando.">
<figcaption><a href="Articles - About/englishbenefits/englishbenefits.html" target="_blank">Por que estudar inglês?</a></figcaption>
</figure>
</article>
<article>
<figure>
<img src="" alt="">
<figcaption><a href="Articles - About\englishlevels/englishlevels.html" target="_blank">Quais são os níveis de proeficiência em inglês?</a></figcaption>
</figure>
</article>
</div>
</section>
</main>
</body>
</html>