-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (192 loc) · 8.84 KB
/
index.html
File metadata and controls
194 lines (192 loc) · 8.84 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!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">
<title>HTML 5 e CSS3</title>
<meta name="description"
content="Aprendendo HTML5 e CSS3 de forma simples, prática e objetiva desenvolvendo passo a passo do zero a hospedagem de um site moderno e responsivo.">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Cabeçalho -->
<header id="inicio">
<div class="Container Flex">
<div id="logo">
<img src="img/logo.png" alt="hal 9000">
</div>
<nav>
<input type="checkbox" id="check">
<label for="check">⚌</label>
<ul>
<li><a href="#inicio">Início</a></li>
<li><a href="#conteudo">Conteúdo</a></li>
<li><a href="#contato">Contato</a></li>
<li><a href="#sobre">Sobre</a></li>
</ul>
</nav>
</div>
</header>
<!-- Destaque -->
<main>
<div class="Container">
<h1>HTML 5 e CSS3</h1>
<h2>Você faz. Você vê. Você Aprende.</h2>
<a href="https://www.absolar.org.br/" target="_blank" class="Botao">Saiba +</a>
</div>
</main>
<!-- Sobre -->
<section id="sobre">
<div class="Container Flex2">
<div id="destaqueSobre">
<img src="img/html5css3.jpg" alt="html5css3">
</div>
<div id="textoSobre">
<h2>Aprendendo na prática</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Neque harum ipsum quasi
in iste alias, accusantium deleniti consequatur nam, necessitatibus ullam dolorum
exercitationem, modi beatae praesentium laudantium molestias sed nobis.</p>
<div class="TopicosSobre Flex2">
<img src="img/html5.png" alt="html5">
<p>HTML5</p>
</div>
<div class="TopicosSobre Flex2">
<img src="img/css3.png" alt="css3">
<p>CSS3</p>
</div>
<div class="TopicosSobre Flex2">
<img src="img/seo.png" alt="seo">
<p>SEO</p>
</div>
</div>
</div>
</section>
<!-- One Page -->
<section id="onepage">
<div class="Container Flex3">
<div id="textoSite">
<h2>One Page site</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Eligendi mollitia dicta ad aut voluptatibus ullam eveniet,
doloribus similique laudantium totam aliquam at, est impedit
deserunt perspiciatis inventore dolore dignissimos! Quidem?</p>
</div>
<div id="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/tNQBUKjstSA" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe><!--frameborder="0" - obsoleto-->
</div>
</div>
</section>
<!-- Wireframe -->
<section id="wireframe">
<div class="Container Flex2">
<div id="textoWire">
<h2>Wireframe</h2>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Amet repellendus nihil magni excepturi facere cum eum
perspiciatis quod dolorum sapiente laborum unde,
similique nemo exercitationem error possimus dolores,
velit quos.<span>Escaneie o QR code </span>e tenha mais informações.</p>
<a href="wireframe.pdf"target="_blank"
class="Botao">PDF</a>
</div>
<div id="qrcode">
<img src="img/qrcode_chrome.png" alt="qrcode">
</div>
</div>
</section>
<!-- Conteúdo -->
<section id="conteudo">
<div class="Container">
<h2>Conteúdo</h2>
<div class="Cards Flex4">
<div class="Card">
<img src="img/estruturahtml.png" alt="Estrutura html5">
<h3>HTML5</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Iste alias at est reprehenderit beatae possimus eos vero
assumenda doloribus sunt ex, ipsam voluptate error illo
eius, rerum aut, porro natus.</p>
<a href="https://www.youtube.com/watch?v=EUpLb_A8cTI&list=PLbEOwbQR9lqySIIlPJ-Qwo4f4HSuXVeWk&index=5"
target="_blank" class="Botao">Saiba +</a>
</div>
<div class="Card">
<img src="img/boxmodel.png" alt="Box Model CSS">
<h3>BOX MODEL CSS</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Iste alias at est reprehenderit beatae possimus eos vero
assumenda doloribus sunt ex, ipsam voluptate error illo
eius, rerum aut, porro natus.</p>
<a href="https://www.youtube.com/watch?v=EUpLb_A8cTI&list=PLbEOwbQR9lqySIIlPJ-Qwo4f4HSuXVeWk&index=5"
target="_blank" class="Botao">Saiba +</a>
</div>
<div class="Card">
<img src="img/breakpoints.png" alt="BreakPoints">
<h3>BREAKPOINTS</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Iste alias at est reprehenderit beatae possimus eos vero
assumenda doloribus sunt ex, ipsam voluptate error illo
eius, rerum aut, porro natus.</p>
<a href="https://www.youtube.com/watch?v=BO-VzBNyEOs&list=PLbEOwbQR9lqySIIlPJ-Qwo4f4HSuXVeWk&index=7"
target="_blank" class="Botao">Saiba +</a>
</div>
</div>
<div id="todos">
<a href="https://www.youtube.com/playlist?list=PLbEOwbQR9lqySIIlPJ-Qwo4f4HSuXVeWk"
target="_blank">Conheça todos >></a>
</div>
</div>
</section>
<!-- Rodapé -->
<address>
<div class="container Flex6">
<div id="contato">
<a href="https://api.whatsapp.com/send?phone=5511942283880" target="_blank">
<img src="img/whatsapp.png" alt="whatsapp" title="Abrir no WhatsApp">
<p>(11) 1234 5678</p>
</a>
<img src="img/fone.png" alt="Fone">
<p>(11) 1234 5678</p>
</div>
<div id="endereco">
<a href="https://goo.gl/maps/y6HoUdx9MoGadfYZA">
<img src="img/mapa.png" alt="Mapa" id="iconeMapa"></a>
<img src="img/local.png" alt="local" id="iconeLocal">
<p>Rua Teste</p>
<p>Bairro Teste</p>
<p>Estdo Teste</p>
<a href="mailto:seuemail@email.com?subject=HTML5CSS3">
<img src="img/email.png" alt="Enviar E-mail">
<p>spotup@spotup.com</p>
</a>
<p id="dados">👀 Endereco ficticio</p>
</div>
<diiv id="googleMaps">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d14609.247708498011!2d-46.5451525!3d-23.736253599999998!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1spt-BR!2sbr!4v1672783258663!5m2!1spt-BR!2sbr"
width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</diiv>
</div>
</address>
<footer>
<div class="Container Flex5">
<div id="copyright">
<p>© Texto Teste</p>
</div>
<div id="social">
<a href="https://www.youtube.com/channel/UCyQL0v17CYH7dGSbQj4eJWw"
target="_blank"><img src="img/youtube.png" alt="youtube"></a>
<a href=""><img src="img/linkedin.png" alt="linkedin"></a>
<a href=""><img src="img/instagram.png" alt="Instagram"></a>
<a href=""><img src="img/twitter.png" alt="twitter"></a>
<a href=""><img src="img/facebook.png" alt="facebook"></a>
</div>
</div>
</footer>
<a href="#inicio" id="topo"><img src="img/topo.png" alt="topo do site"></a>
</body>
</html>