-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (54 loc) · 2.21 KB
/
index.html
File metadata and controls
54 lines (54 loc) · 2.21 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta name="viewport"content="width=device-width, initial-scale=1.0"/>
<meta charset="UTF-8"/>
<title>Sala de Estarcio</title>
<!-- <link rel="stylesheet" href="./css/perfis.css"> -->
<link rel="stylesheet" href="css/SAstilo.css" type="text/css" media="all"/>
<link rel="stylesheet" href="./css/responsive.css">
</head>
<body>
<header class="cabecalho">
<nav id="lado_direito">
<nav class="menu_burguer">
<div class="linha_burguer"></div>
<div class="linha_burguer"></div>
<div class="linha_burguer"></div>
</nav>
<ul class="links_header">
<li class="links_inicio"><a href="./index.html">Inicio</a></li>
<li class="links_inicio"><a href="./pages/perfis.html">Perfis</a></li>
<li class="links_inicio"><a href="./pages/ajuda.html">Ajuda</a></li>
<li class="links_inicio"><a href="./pages/sobre.html">Sobre</a></li>
</ul>
</nav>
<div id= "ladoEsquerdo">
<img id="logoInicial" src="./images/logo.png">
<h1 id="siglasDoSite">SE<br><span id="nome_site">SALA DE ESTÁRCIO</span></h1>
</div>
</header>
<main class="conteudo">
<p id="apresentacao">CONHEÇA A “SALA DE ESTÁRCIO” E COMECE AGORA A PRODUZIR O SEU NETWORKING.</p>
<p id="compartilhe">Compartilhe um pouco sobre você e amplie o seu networking. Troque ideias, informações, conhecimentos e fortaleça o seu trabalho em equipe.</p>
<h3 id="conheça_perfil">CONHEÇA ALGUNS PERFIS</h3>
<nav>
<ul id="perfis" class="perfis"></ul>
<div class="linha"></div>
</nav>
</main>
<footer id="rodape">
<nav>
<p class="visite">Visite Também:</p>
<ul class="links_fim">
<li><a href="./pages/sobre.html">Sobre</a></li>
<li><a href="./pages/ajuda.html">Ajuda</a></li>
<li><a href="./pages/perfis.html">Perfis</a></li>
</ul>
</nav>
<p id="direitos_reservados">© 2025 Sala de Estárcio Ltda. Todos os direitos reservados.</p>
<script src="./scripts/responsive.js"></script>
<script src="./scripts/index.js"></script>
</footer>
</body>
</html>