-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
122 additions
and
13 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,60 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>EcoShield - SOBRE</title> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>EcoShield | Sobre Nós</title> | ||
<!-----===| GOOGLE FONTS |===-----> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap" | ||
rel="stylesheet" /> | ||
<!-----===| BOOTSTRAP |===-----> | ||
<!---=| CSS |=---> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
crossorigin="anonymous"></script> | ||
<!---=| JavaScript |=---> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" | ||
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" | ||
crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" | ||
integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" | ||
crossorigin="anonymous"></script> | ||
<!---=| CSS Próprio |=---> | ||
<link rel="stylesheet" href="../css/universal.css" /> | ||
</head> | ||
|
||
<body> | ||
|
||
<header class="d-flex flex-wrap justify-content-center align-items-center py-3"> | ||
<a href="../index.html" | ||
class="d-flex align-items-center mb-md-0 me-md-auto link-body-emphasis text-decoration-none left-header"> | ||
<span class="logo-name-eco">Eco</span><span class="logo-name-shield">Shield</span> | ||
</a> | ||
|
||
<ul class="nav nav-pills right-header"> | ||
<li class="nav-item"><a href="./sobre.html" class="nav-link">SOBRE NÓS</a></li> | ||
<li class="nav-item"><a href="./solucoes.html" class="nav-link">SOLUÇÕES</a></li> | ||
</ul> | ||
</header> | ||
|
||
<main> | ||
</main> | ||
<!-- FOOTER START --> | ||
<footer class="footer mt-auto py-3 bg-light"> | ||
<div class="container"> | ||
<p class="float-end"><a href="#">Voltar ao topo</a></p> | ||
<p> | ||
© 2024 EcoShield · <a href="#">Sobre</a> · <a href="#">Perguntas</a> | ||
</p> | ||
</div> | ||
</footer> | ||
<!-- FOOTER START --> | ||
</body> | ||
|
||
<script src="./js/universal.js"></script> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>EcoShield | Soluções</title> | ||
<!-----===| GOOGLE FONTS |===-----> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap" | ||
rel="stylesheet" /> | ||
<!-----===| BOOTSTRAP |===-----> | ||
<!---=| CSS |=---> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
crossorigin="anonymous"></script> | ||
<!---=| JavaScript |=---> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" | ||
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" | ||
crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" | ||
integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" | ||
crossorigin="anonymous"></script> | ||
<!---=| CSS Próprio |=---> | ||
<link rel="stylesheet" href="../css/universal.css" /> | ||
</head> | ||
|
||
<body> | ||
<header class="d-flex flex-wrap justify-content-center align-items-center py-3"> | ||
<a href="../index.html" | ||
class="d-flex align-items-center mb-md-0 me-md-auto link-body-emphasis text-decoration-none left-header"> | ||
<span class="logo-name-eco">Eco</span><span class="logo-name-shield">Shield</span> | ||
</a> | ||
|
||
<ul class="nav nav-pills right-header"> | ||
<li class="nav-item"><a href="./sobre.html" class="nav-link">SOBRE NÓS</a></li> | ||
<li class="nav-item"><a href="./solucoes.html" class="nav-link">SOLUÇÕES</a></li> | ||
</ul> | ||
</header> | ||
|
||
<main> | ||
</main> | ||
<!-- FOOTER START --> | ||
<footer class="footer mt-auto py-3 bg-light"> | ||
<div class="container"> | ||
<p class="float-end"><a href="#">Voltar ao topo</a></p> | ||
<p> | ||
© 2024 EcoShield · <a href="#">Sobre</a> · <a href="#">Perguntas</a> | ||
</p> | ||
</div> | ||
</footer> | ||
<!-- FOOTER START --> | ||
</body> | ||
|
||
<script src="./js/universal.js"></script> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters