Skip to content

Commit

Permalink
Adicionando Pagina de Produto no GitPage
Browse files Browse the repository at this point in the history
  • Loading branch information
mayara-tech committed Jul 18, 2023
1 parent 9dd3902 commit f37f582
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/PostMortem.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ul class="list-unstyled">
<li><a style="font-weight:bold" href="https://github.com/fga-eps-mds/2023.1-DAB" target="_blank">Repositório</a></li>
<li><a href="PostMortem.html" target="_blank">Post Mortem</a></li>
<li><a href="" target="_blank">Produto</a></li>
<li><a href="Produto.html" target="_blank">Produto</a></li>
</ul>
</nav>
<section class="content feature">
Expand Down
86 changes: 86 additions & 0 deletions docs/Produto.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AgroBase </title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="css/pack.css">
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/showdown.min.js"></script>

</head>
<body>
<header>
<nav class="content">
<a href="index.html"><h1 class="gittext"> DAB <span>Dados sobre o Agronegócio Brasileiro</span></h1></a>
<div class="version"><a href="" title="Version 1.0.1 ">Version 1.0.1</a></div>
<ul class="list-unstyled">
<li><a style="font-weight:bold" href="https://github.com/fga-eps-mds/2023.1-DAB" target="_blank">Repositório</a></li>
<li><a href="PostMortem.html" target="_blank">Post Mortem</a></li>
<li><a href="Produto.html" target="_blank">Produto</a></li>
</ul>
</nav>
<section class="content feature">
<div class="imagerollover">
<img class="top" src="img/logomarca.png" alt="DAB-Logo">
</div>
<article>
<div class="vcentercontainer">
<div>
<h2>Desvende o sucesso do agronegócio brasileiro</h2>
</div>
</div>
</article>
</section>
</header>
<section class="details">
<article>
<h2>Produto</h2>
<div class="content">
<div class="vcentercontainer detailstextPostMortem">
<div>
<h3 id ="persona" >PERSONA</h3>
<p>
Nossa persona é uma representação fictícia de um cliente ideal que possui características e necessidades semelhantes. É uma técnica usada no marketing e no desenvolvimento de produtos para compreender melhor o público-alvo. Ao criar uma persona,
é importante considerar informações demográficas, comportamentais, objetivos, desafios e motivações do cliente em potencial.
</p><br>
<img class="persona" src="img/Persona.png" alt="Persona ">
<h3 id ="backlog" >BACKLOG</h3>
<p>
Nosso backlog é uma lista organizada de tarefas, funcionalidades e requisitos que precisam ser realizados para atingir os objetivos do projeto. Ele é utilizado para registrar e
priorizar as demandas de trabalho, garantindo que as equipes estejam alinhadas em relação ao que precisa ser feito. Clique para acessa nosso <a href="https://www.figma.com/file/SS56Gi24xqNOpiU5NN1vYj/Backlog-MDS---DAB?type=whiteboard&node-id=0-1&t=TqxqsQBHAHe27r2b-0">Backlog.</a>
</p><br>
<img class="backlog" src="img/backlog.png" alt="Backlog">
<h3 id ="Prototipo" >PROTÓTIPO</h3>
<p>
Nosso protótipo de alta fidelidade é uma representação visual e interativa de um produto ou interface, que se assemelha de forma bastante precisa ao produto final. Ele é usado para validar conceitos,
testar a usabilidade e obter feedback dos usuários antes do desenvolvimento completo. Clique para acessa nosso <a href="https://www.figma.com/file/xrOSFEaTeA4mqDe4PBbyER/MDS?type=design&node-id=0-1&mode=design&t=LNmfWyg6tRsnRvVl-0">Protótipo.</a>
</p><br>
<img class="prototipo" src="img/Prototipo.png" alt="Prototipo">
<h3 id ="Identidade-visual" >IDENTIDADE VISUAL</h3>
<p>
Nossa A identidade visual é o conjunto de elementos visuais que representam a marca e transmitem sua personalidade e valores por meio do design. Ela inclui elementos como logotipo,
paleta de cores, tipografia, ícones, ilustrações e outros elementos gráficos. Clique para acessa nossa <a href="https://www.figma.com/file/xrOSFEaTeA4mqDe4PBbyER/MDS?type=design&node-id=0-1&mode=design&t=LNmfWyg6tRsnRvVl-0">Identidade Visual.</a>
</p><br>
<img class="Identidade-visual" src="img/Identidade-visual.png" alt="Identidade">
</div>
</div>
</div>
<div class="stud"></div>
</ul>
</article>
</section>
<footer>
<div class="content">
<ul class="list-unstyled">
<li><a style="font-weight:bold" href="https://github.com/fga-eps-mds/2023.1-DAB" target="reposity">repositório</a></li>
<li><a href="https://github.com/fga-eps-mds/2023.1-DAB/releases/">All Releases</a></li>
<li><a href="https://github.com/fga-eps-mds/2023.1-DAB/blob/master/LICENSE">Licenses</a></li>
</ul>
<a href="index.html"><h1 class="gittext">DAB - AgroBase</h1></a>
<div class="stud"></div>
</div>
</footer>
</body>
</html>
7 changes: 6 additions & 1 deletion docs/css/pack.css
Original file line number Diff line number Diff line change
Expand Up @@ -788,4 +788,9 @@ footer h1{
height:220px;
display: inline-block;
margin-left:50px;
margin-right:25px;}
margin-right:25px;}

.backlog{
width: 1200px;
height: 700px;
}
Binary file added docs/img/Identidade-visual.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/Persona.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/Prototipo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/backlog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ul class="list-unstyled">
<li><a style="font-weight:bold" href="https://github.com/fga-eps-mds/2023.1-DAB" target="_blank">Repositório</a></li>
<li><a href="PostMortem.html" target="_blank">Post Mortem</a></li>
<li><a href="" target="_blank">Produto</a></li>
<li><a href="Produto.html" target="_blank">Produto</a></li>
</ul>
</nav>
<section class="content feature">
Expand Down

0 comments on commit f37f582

Please sign in to comment.