-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (55 loc) · 2.39 KB
/
Copy pathindex.html
File metadata and controls
59 lines (55 loc) · 2.39 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RiCode Solutions</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html" class="active">Sobre</a></li>
<li><a href="serviços.html">Serviços</a></li>
<li><a href="onde estamos.html">Onde Estamos?</a></li>
<li><a href="contato.html">Contate-nos</a></li>
</ul>
</nav>
</header>
<main>
<h1>RiCode Solutions</h1>
<section id="sobre">
<h1>Sobre a Empresa</h1>
<p>Somos uma empresa dedicada ao desenvolvimento de soluções web, com foco em oferecer soluções personalizadas e de alta qualidade para nossos clientes.</p>
</section>
<section id="servicos">
<h1>Nossos Serviços:</h1>
<h2>Sites Institucionais</h2>
<h2> <a href="#"><img src="institucional.jpg" alt="institucional"></a></h2>
<h2>Lojas Virtuais</h2>
<h2> <a href="#"><img src="ecommerce.png" alt="loja"></a></h2>
<h2>Portais de Notícias</h2>
<h2> <a href="#"><img src="portal.jpg" alt="noticias"></a></h2>
</section>
<section id="contato">
<h1>Contato</h1>
<p>Entre em contato conosco para obter mais informações sobre nossos serviços e produtos.</p>
</section>
</main>
<script src="script.js"></script>
<footer>
<h3>Entre em contato</h3>
<p>Telefone: <a href="tel:+554436193000">(44) 3619-3000</a></p>
<p>Av. Brasil, 1123 - Zona 1, Cianorte - PR, 87200-000</p>
<div class="social">
<a href="#"><img src="facebook.png" alt="Facebook"></a>
<a href="#"><img src="instagram.png" alt="Instagram"></a>
<a href="#"><img src="twitter.png" alt="Twitter"></a>
</div>
<p>© 2025 - RiCode Solutions - Todos os direitos reservados</p>
</footer>
</body>
</html>
</body>
</html>