-
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
7 changed files
with
149 additions
and
22 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt"> | ||
<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"> | ||
<script src="https://unpkg.com/scrollreveal"></script> | ||
<title>RedatorPRO</title> | ||
|
||
<script src="https://kit.fontawesome.com/ca32771bae.js" crossorigin="anonymous"></script> | ||
|
||
<link rel="stylesheet" href="css/estilo.css" /> | ||
</head> | ||
<body class="bodylp"> | ||
<nav class="navlp"> | ||
<img src="imagens/logo nome.png" alt="Logo da RedatorPRO"> | ||
<div class="navigation"> | ||
<ul> | ||
<i id="menu-close" class="fa-solid fa-xmark"></i> | ||
<li><a href="index.html"><b>Home</b></a></li> | ||
<li><a class="active-clr" href="sobre.html"><b>Sobre</b></a></li> | ||
<li><a href="#"><b>Blog</b></a></li> | ||
<li><a href="#"><b>Funções</b></a></li> | ||
<li><a href="#"><b>Contato</b></a></li> | ||
</ul> | ||
<img id="menu-btn" src="imagens/menu.png" alt="menu-hambúrguer"> | ||
</div> | ||
</nav> | ||
|
||
<section id="about-home"> | ||
<h2 class="textInicial">Sobre o RedatorPRO /</h2> | ||
</section> | ||
|
||
<section id="about-container">[ | ||
<div class="about-img"> | ||
<img src="imagens/estudantes-about.png" alt="Estudantes"> | ||
</div> | ||
|
||
<div class="about-text"> | ||
<h2>Seja bem-vindo ao nosso projeto, saiba mais sobre o RedatorPRO</h2> | ||
<p>O RedatorPRO é uma plataforma inovadora que facilita o | ||
aprendizado e aprimoramento das habilidades de redação, proporcionando um | ||
ambiente intuitivo e eficiente para estudantes e profissionais.</p> | ||
</div> | ||
|
||
</section> | ||
|
||
<section id="featureslp"> | ||
<h1 class="h1lp">Nossas Características</h1> | ||
<p class="pazul">conheça algumas das qualidades que só a nossa plataforma oferece</p> | ||
<div class="fea-base"> | ||
<div class="fea-box"> | ||
<i class="fa-solid fa-graduation-cap" style="color: #246493; font-size: 2.3rem;"></i> | ||
<h3>Aprendizado Fácil</h3> | ||
<p>Com diversas funções a nossa plataforma oferece um aprendizado facilitado</p> | ||
</div> | ||
<div class="fea-box"> | ||
<i class="fa-solid fa-award" style="color: #246493; font-size: 2.3rem;"></i> | ||
<h3>100% de Aprovação</h3> | ||
<p>Alunos com aprovações e notas 980+ em diversos vestibulares no país todo</p> | ||
</div> | ||
<div class="fea-box"> | ||
<i class="fa-solid fa-pager" style="color: #246493; font-size: 2.3rem;"></i> | ||
<h3>Interface Gamificada</h3> | ||
<p>ambiente gamificado com desafios, missões e recompensas para motivar os alunos</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer> | ||
<div class="footer-col"> | ||
<h3>Importantes</h3> | ||
<li>StudyTech</li> | ||
<li>Cadastre-se</li> | ||
<li>funções</li> | ||
<li>Projeto</li> | ||
</div> | ||
<div class="footer-col"> | ||
<h3>Links Rápidos</h3> | ||
<li>Trabalhos</li> | ||
<li>Ativos da marca</li> | ||
<li>Investimento Infos</li> | ||
<li>Termos de Serviço</li> | ||
</div> | ||
<div class="footer-col"> | ||
<h3>Serviços</h3> | ||
<li>Gerenciamento</li> | ||
<li>Website</li> | ||
<li>Blog</li> | ||
<li>Marketing</li> | ||
</div> | ||
<div class="footer-col"> | ||
<h3>Recursos</h3> | ||
<li>Guia</li> | ||
<li>Pesquisa</li> | ||
<li>Experts</li> | ||
<li>Redes Sociais</li> | ||
</div> | ||
<div class="footer-col"> | ||
<h3>Newsletter</h3> | ||
<p>Você pode confiar. Enviamos apenas atualizações: </p> | ||
<div class="subscribe"> | ||
<input type="text" placeholder="Seu Endereço de E-mail"> | ||
<a href="#" class="color2">INSCREVA-SE</a> | ||
</div> | ||
</div> | ||
|
||
<div class="copyright"> | ||
<p>© 2024 RedatorPRO. Todos os direitos reservados | Powerd By StudyTech</p> | ||
<div class="pro-links"> | ||
<i class="fa-brands fa-facebook-f"></i> | ||
<i class="fa-brands fa-instagram"></i> | ||
<i class="fa-brands fa-linkedin-in"></i> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script src="js/script.js"></script> | ||
|
||
</body> | ||
</html> |