Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 15 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,46 +126,31 @@ <h2>Meus Projetos</h2>
<div class="Card">
<i class="fas fa-bars"></i>
<h5>Em Contrução</h5>
<div class="Paragrafo-button">
<!-- <p>
Muitos sites devem ser contruido com dois principais objetivos: Primeiramente , ele precisar funcionar
em todos os dispositivos. Segundo, Ele precisar ser o mais rapido possivel
</p>
<button type="button">Ler Mais</button> -->
<!--button-->
</div>
<!--Paragrafo-button-->
</div>
<!--Card-->

<!--Card-->
<div class="Card">
<i class="fas fa-user"></i>
<h5>Em Contrução</h5>
<div class="Paragrafo-button">
<!-- <p>
Muitos sites devem ser contruido com dois principais objetivos: Primeiramente , ele precisar funcionar
em todos os dispositivos. Segundo, Ele precisar ser o mais rapido possivel
</p>
<button type="button">Ler Mais</button> -->
<!--button-->
<div class="card" style="width: 100%; height: 100%">
<img
class="card-img-top"
src="projects/pixels-art/images/background-pixels-art.png"
alt="Imagem de Pixels Art"
/>
<div class="card-body">
<h5 class="card-title">Projeto Pixels Art</h5>
<p class="card-text">
Projeto desenvolvido após as aulas de JavaScript, onde aprendemos a trabalhar com elementos, eventos e
web storage.
</p>
<a href="projects/pixels-art/index.html" class="btn btn-primary">Visitar</a>
</div>
</div>
<!--Paragrafo-button-->
</div>
<!--Card-->

<div class="Card">
<i class="fas fa-bell"></i>
<h5>Em Contrução</h5>
<div class="Paragrafo-button">
<!-- <p>
Muitos sites devem ser contruido com dois principais objetivos: Primeiramente , ele precisar funcionar
em todos os dispositivos. Segundo, Ele precisar ser o mais rapido possivel
</p>
<button type="button">Ler Mais</button> -->
<!--button-->
</div>
</div>
<!--Card-->
</div>
<!--Caixa-->
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions projects/pixels-art/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ body {

#title {
color: #fff;
font-size: 35px;
font-size: 70px;
cursor: pointer;
letter-spacing: 1px;
margin-bottom: 10px;
margin-bottom: 20px;
margin-top: 10px;
}

Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,14 @@ h5 {
margin-bottom: 15px;
}

.card-body {
background-color: #191919;
}

.card-body p {
color: #fff;
}

.Paragrafo-button {
color: #fcfc;
font-size: 16px;
Expand Down