forked from vaghenrique/FSN5-GRUPO04-PERFUMARIA
-
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
1 parent
7598c51
commit 8374534
Showing
11 changed files
with
152 additions
and
132 deletions.
There are no files selected for viewing
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
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,32 +1 @@ | ||
Forty by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
|
||
|
||
This is Forty, my latest and greatest addition to HTML5 UP and, per its incredibly | ||
creative name, my 40th (woohoo)! It's built around a grid of "image tiles" that are | ||
set up to smoothly transition to secondary landing pages (for which a separate page | ||
template is provided), and includes a number of neat effects (check out the menu!), | ||
extra features, and all the usual stuff you'd expect. Hope you dig it! | ||
|
||
Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images | ||
you can use for pretty much whatever. | ||
|
||
(* = not included) | ||
|
||
AJ | ||
[email protected] | @ajlkn | ||
|
||
|
||
Credits: | ||
|
||
Demo Images: | ||
Unsplash (unsplash.com) | ||
|
||
Icons: | ||
Font Awesome (fontawesome.io) | ||
|
||
Other: | ||
jQuery (jquery.com) | ||
Scrollex (github.com/ajlkn/jquery.scrollex) | ||
Responsive Tools (github.com/ajlkn/responsive-tools) | ||
|
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
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
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
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 |
---|---|---|
|
@@ -5,22 +5,21 @@ | |
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="stylesheet" href="assets/css/main.css" /> | ||
<link rel="icon" href="/images/LOGOSEMFUNDO1.png"> | ||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript> | ||
</head> | ||
<body class="is-preload"> | ||
|
||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<header id="header" class="alt"> | ||
<img src="images/logo.png" alt="Logo Casa dos Aromas"> <a href="index.html" class="logo"><strong>Casa</strong> <span>dos Aromas</span></a> | ||
<nav> | ||
<a href="#menu">Menu</a> | ||
</nav> | ||
</header> | ||
<body class="is-preload"> | ||
<div id="wrapper"> | ||
<header id="header" class="alt"> | ||
<img class="logo-img" src="images/LOGOSEMFUNDO1.png" alt="Logo Casa dos Aromas"> | ||
<a href="index.html" class="logo"><strong>Casa</strong> <span>dos Aromas</span></a> | ||
<nav> | ||
<a href="#menu">Menu</a> | ||
</nav> | ||
</header> | ||
|
||
<nav id="menu"> | ||
<ul class="links"> | ||
|
@@ -31,8 +30,7 @@ | |
<li><a href="perfumes_importados.html">Perfumes Importados</a></li> | ||
</ul> | ||
<ul class="actions stacked"> | ||
<li><a href="#" class="button primary fit">Get Started</a></li> | ||
<li><a href="#" class="button fit">Log In</a></li> | ||
<li><a href="login.html" class="button fit">Login</a></li> | ||
</ul> | ||
</nav> | ||
|
||
|
@@ -128,73 +126,79 @@ <h2>Impacto Social e Ambiental</h2> | |
|
||
</div> | ||
|
||
<!-- Contact --> | ||
<section id="contact"> | ||
<div class="inner"> | ||
<section> | ||
<form method="post" action="#"> | ||
<div class="fields"> | ||
<div class="field half"> | ||
<label for="name">Nome</label> | ||
<input type="text" name="name" id="name" /> | ||
</div> | ||
<div class="field half"> | ||
<label for="email">Email</label> | ||
<input type="text" name="email" id="email" /> | ||
</div> | ||
<div class="field"> | ||
<label for="message">Mensagem</label> | ||
<textarea name="message" id="message" rows="6"></textarea> | ||
</div> | ||
</div> | ||
<ul class="actions"> | ||
<li><input type="submit" value="Enviar mensagem" class="primary" /></li> | ||
<li><input type="reset" value="Limpar" /></li> | ||
</ul> | ||
</form> | ||
</section> | ||
<section class="split"> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon solid alt fa-envelope"></span> | ||
<h3>Email</h3> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</div> | ||
</section> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon solid alt fa-phone"></span> | ||
<h3>Contato</h3> | ||
<span>(85) 98154-3672</span> | ||
</div> | ||
</section> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon solid alt fa-home"></span> | ||
<h3>Endereço</h3> | ||
<span>Rua Seis, 9000<br /> | ||
Messejana - Fortaleza, Brasil</span> | ||
</div> | ||
</section> | ||
</section> | ||
</div> | ||
</section> | ||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
<div class="inner"> | ||
<ul class="icons"> | ||
<li><a href="#" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li> | ||
<li><a href="#" class="icon brands alt fa-facebook"><span class="label">Facebook</span></a></li> | ||
<li><a href="#" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li> | ||
</ul> | ||
<ul class="copyright"> | ||
<li>© 2024 Casa dos Aromas</li> | ||
</ul> | ||
</div> | ||
</footer> | ||
|
||
</div> | ||
<!-- Two --> | ||
<section id="two"> | ||
<div class="inner"> | ||
<header class="major"> | ||
<h2>Fale Conosco</h2> | ||
</header> | ||
<p>Tem alguma dúvida, sugestão ou precisa de ajuda? Estamos aqui para você! Entre em contato conosco e teremos o maior prazer em atendê-lo</p> | ||
</div> | ||
</section> | ||
<section id="contact"> | ||
<div class="inner"> | ||
<section> | ||
<form method="post" action="#"> | ||
<div class="fields"> | ||
<div class="field half"> | ||
<label for="name">Nome</label> | ||
<input type="text" name="name" id="name" /> | ||
</div> | ||
<div class="field half"> | ||
<label for="email">Email</label> | ||
<input type="text" name="email" id="email" /> | ||
</div> | ||
<div class="field"> | ||
<label for="message">Mensagem</label> | ||
<textarea name="message" id="message" rows="6"></textarea> | ||
</div> | ||
</div> | ||
<ul class="actions"> | ||
<li><input type="submit" value="Enviar mensagem" class="primary" /></li> | ||
<li><input type="reset" value="Limpar" /></li> | ||
</ul> | ||
</form> | ||
</section> | ||
<section class="split"> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon solid alt fa-envelope"></span> | ||
<h3>Email</h3> | ||
<a href="#">[email protected]</a> | ||
</div> | ||
</section> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon solid alt fa-phone"></span> | ||
<h3>Contato</h3> | ||
<span>(85)98154-3672</span><br> | ||
<span>(85)99999-9999</span> | ||
</div> | ||
</section> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon solid alt fa-home"></span> | ||
<h3>Endereço</h3> | ||
<span>Avenida Imperador, 546 - Centro, Fortaleza - CE, 60015-050<br>Centro Municipal de Pequenos Negócios - Beco da Poeira</span> | ||
</div> | ||
</section> | ||
</section> | ||
</div> | ||
</section> | ||
</div> | ||
<footer id="footer"> | ||
<div class="inner"> | ||
<ul class="icons"> | ||
<li><a href="#" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li> | ||
<li><a href="https://github.com/vaghenrique/FSN5-GRUPO04-PERFUMARIA.git" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="equipe.html" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li> | ||
</ul> | ||
<ul class="copyright"> | ||
<li>© 2024 Casa dos Aromas</li> | ||
<li><a href="footer_sobre.html">Sobre</a></li> | ||
</ul> | ||
</div> | ||
</footer> | ||
|
||
<!-- Scripts --> | ||
<script src="assets/js/jquery.min.js"></script> | ||
|
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 |
---|---|---|
|
@@ -7,13 +7,13 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="assets/css/main.css" /> | ||
<link rel="icon" href="/images/LOGOSEMFUNDO.png"> | ||
<link rel="icon" href="/images/LOGOSEMFUNDO1.png"> | ||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript> | ||
</head> | ||
<body class="is-preload"> | ||
<div id="wrapper"> | ||
<header id="header" class="alt"> | ||
<img class="logo-img" src="images/LOGOSEMFUNDO.png" alt="Logo Casa dos Aromas"> | ||
<img class="logo-img" src="images/LOGOSEMFUNDO1.png" alt="Logo Casa dos Aromas"> | ||
<a href="index.html" class="logo"><strong>Casa</strong> <span>dos Aromas</span></a> | ||
<nav> | ||
<a href="#menu">Menu</a> | ||
|
@@ -62,7 +62,7 @@ <h3><a href="perfumes_avon.html" class="link">AVON</a></h3> | |
<img src="images/homeboticario.jpg" alt="" /> | ||
</span> | ||
<header class="major"> | ||
<h3><a href="perfumes_boticario.html" class="link">BOTICÁRIO</a></h3> | ||
<h3><a href="/boticario/perfumes_boticario.html" class="link">BOTICÁRIO</a></h3> | ||
<h3><a href="/boticario/perfumes_boticario.html" class="link">BOTICÁRIO</a></h3> | ||
<p>A arte de criar fragrâncias masculinas inesquecíveis<br>Perfumes que expressam a força e a sensibilidade do homem moderno | ||
<br>Descubra o poder da sedução em cada gota</p> | ||
|
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
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
Oops, something went wrong.