-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (68 loc) · 2.74 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!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="assets/css/main.css">
<title>FPS Soluções</title>
</head>
<body>
<header id="logo-cabecalho">
<h1>FPS Soluções</h1>
</header>
<nav class="navbar-container">
<a href="#">Home</a>
<a href="/subpaginas/contato.html" target="_self">Contato</a>
<a href="/subpaginas/produtos.html" target="_self">Produtos</a>
<a href="/subpaginas/quem.html" target="_self">Quem somos</a>
<a href="#" target="_blank">Canal do Youtube</a>
</nav>
<div class="row">
<main>
<article class="card">
<h2>Desenvolvimeto de paginas web</h2>
<h5>Desenvolva seus sites com a gente</h5>
<img src="assets/img/capa-projeto.jpg" width="100%" alt="Capa do projeto">
<p>Utilizamos as melhores tecnologias</p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ullam facilis id ut commodi omnis ea ex eveniet! Reiciendis expedita</p>
</article>
<article class="card">
<h2>Projetos de Automação Industrial</h2>
<h5>Criamos com as Melhores Soluções</h5>
<img src="assets/img/capa-projeto2.jpg" width="100%" alt="Capa do segundo projeto">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ullam facilis id ut commodi omnis ea ex eveniet!
Reiciendis expedita</p>
</article>
</main>
<section>
<aside>
<article class="card">
<h2>Trabalhos Recentes</h2>
<img src="assets/img/trabalhos.jpg" width="100%" alt="Trabalhos da casa">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. </p>
</article>
<article class="card">
<h2>Alugmas Noticias Tecs</h2>
<img src="assets/img/trabalhos.jpg" width="100%" alt="Algumas noticias sobre tecnologia">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</article>
</aside>
</section>
</div>
<footer>
<dl>
<dt>
E-mail
</dt>
<dd>[email protected]</dd>
<dt>
Telefone
</dt>
<dd>(33)98707 - 9209</dd>
</dl>
<p>FPS Soluções</p>
</footer>
</body>
</html>