Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
phellowpy committed Aug 4, 2024
1 parent ffe1d09 commit b01e18e
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/css/contato.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ body {
border-radius: 10px;
box-shadow: 1px 1px 6px #0000001c;
font-size: 0.8rem;
background-color: #f7d7924b;
background-color: #59f8444b;
}

.input-box input:hover {
background-color: #eeeeee75;
background-color: #8aff7a4b;
}

.input-box input:focus-visible {
Expand Down Expand Up @@ -162,10 +162,11 @@ body {
padding: 0.62rem;
border-radius: 5px;
cursor: pointer;
color: white;
}

.continue-button button:hover {
background-color: black;
background-color: rgba(68, 224, 94, 0.7);
}

.continue-button button a {
Expand Down
25 changes: 25 additions & 0 deletions assets/html/contato.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,37 @@
<div class="mySlides fade">
<img src="../../assets/img/contato/galinha.jpeg">
</div>

<div class="mySlides fade">
<img src="../../assets/img/contato/cidade-campo.jpeg">
</div>

<div class="mySlides fade">
<img src="../../assets/img/contato/colheita.jpeg">
</div>

<div class="mySlides fade">
<img src="../../assets/img/contato/drone-floresta.jpeg">
</div>

<div class="mySlides fade">
<img src="../../assets/img/contato/fazenda-animais.jpeg">
</div>

<div class="mySlides fade">
<img src="../../assets/img/contato/robos-ajudantes.jpeg">
</div>
<br>

<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</div>
<div class="form">
Expand Down
Binary file added assets/img/contato/cidade-campo.jpeg
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 assets/img/contato/colheita.jpeg
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 assets/img/contato/drone-floresta.jpeg
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 assets/img/contato/fazenda-animais.jpeg
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 assets/img/contato/robos-ajudantes.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b01e18e

Please sign in to comment.