Skip to content

Commit

Permalink
Update CSS and HTML for projects section
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaque committed Feb 18, 2024
1 parent c6958f0 commit 5220f21
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CSS/Projetos.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
color: aliceblue;
}

#mobifin {
.projetos__texto p {
text-align: justify;
margin-bottom: 10px;
}

.projetos__imagens {
width: 100%;
height: 100%;
}
Binary file added Images/algorithms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 17 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,31 @@ <h1 class="titulos__1">Projetos de Programação</h1>
<div class="projetos__row row">
<div class="col projetos__itens">
<div class="col">
<p class="projetos__itens_h2 h2">MobiFin</p>
<p class="projetos__itens_h2 h2 text-center">MobiFin</p>
<div class="projetos__texto">
<p>Aplicativo de finanças</p>
<p>Aplicativo de finanças desenvolvido com o objetivo de gerenciar
meus gastos pessoais. </p>
<p>Desenvolvido unicamente com Dart e Flutter e de forma local</p>
<a href="https://github.com/ronaque/Gastos">Acesso no Github</a>
</div>
</div>
<div class="col">
<img src="Images/MobiFin.png" alt="" id="mobifin">
<img src="Images/MobiFin.png" alt="" class="projetos__imagens" id="mobifin">
</div>
</div>
<div class="col projetos__itens">
<p>Algorithms</p>
<div class="col">
<p class="projetos__itens_h2 h2 text-center">Algorithms</p>
<div class="projetos__texto">
<p>CLI desenvolvido com o objetivo de armazenar e executar diversos algoritmos
avançados da área da computação</p>
<p>Desenvolvido em Python</p>
<a href="https://github.com/ronaque/Algorithms">Acesso no Github</a>
</div>
</div>
<div class="col">
<img src="Images/algorithms.png" alt="" class="projetos__imagens" id="algorithms">
</div>
</div>
</div>
<div class="projetos__row row">
Expand Down

0 comments on commit 5220f21

Please sign in to comment.