Skip to content

Commit

Permalink
Atualização da página de divulgação conforme textos disponibilizados …
Browse files Browse the repository at this point in the history
…pelo cliente
  • Loading branch information
Oleari19 committed Jun 13, 2024
1 parent cef08e0 commit a05fee6
Show file tree
Hide file tree
Showing 21 changed files with 385 additions and 137 deletions.
9 changes: 9 additions & 0 deletions view/public/Danyeclerson.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/David.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/Fabio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/GlennTakeo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/GustavoNeris.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/Hugo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/LucasDePaula.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/LucasMateus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/Luis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/MatheusFaria.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/MatheusRodrigues.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/Nathan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/PedroVianna.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions view/public/RaulBraga.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions view/public/Suyanne.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 10 additions & 6 deletions view/src/components/TablePS/TablePS.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
.tabelaPS {
width: 100%;
width: 400px;
border-collapse: collapse;
margin-bottom: 10px;
margin: 20px auto 10px auto;
margin-top: 20px;
}

.tabelaPS th,
.tabelaPS td {
.tabelaPS th{
border: 1px solid black;
padding: 8px;
text-align: left;
}
width: 20%;

.tabelaPS th {
background-color: #f2f2f2;
}
.tabelaPS td {
border: 1px solid black;
padding: 8px;
text-align: left;
width: 80%;
}
24 changes: 11 additions & 13 deletions view/src/components/TablePS/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,26 @@ import React from 'react';
function TablePS() {
return (
<table className="tabelaPS">
<thead>
<tbody>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<td>Inicio das Inscrições</td>
<td>11/03/2024</td>
</tr>
</thead>
<tbody>
<tr>
<td>Row 1, Column 1</td>
<td>Row 1, Column 2</td>
<td>Término das Inscrições</td>
<td>12/04/2024</td>
</tr>
<tr>
<td>Row 2, Column 1</td>
<td>Row 2, Column 2</td>
<td>Inicio do processo seletivo</td>
<td>13/04/2024</td>
</tr>
<tr>
<td>Row 3, Column 1</td>
<td>Row 3, Column 2</td>
<td>Término do processo seletivo</td>
<td>01/07/2024</td>
</tr>
<tr>
<td>Row 4, Column 1</td>
<td>Row 4, Column 2</td>
<td>Resultados</td>
<td>02/07/2024</td>
</tr>
</tbody>
</table>
Expand Down
24 changes: 19 additions & 5 deletions view/src/components/TableProx/TableProx.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
.tabelaProx {
width: 100%;
width: 600px;
border-collapse: collapse;
margin-bottom: 10px;
margin: 20px auto 10px auto;
margin-top: 20px;
}

.tabelaProx th,
.tabelaProx th{
border: 1px solid black;
padding: 8px;
text-align: left;
}
.tabelaProx td {
border: 1px solid black;
padding: 8px;
text-align: left;
}

.tabelaProx th {
background-color: #f2f2f2;
}
.tamanhoEvento{
width: 45%;
}

.tamanhoLocal{
width: 25%;
}
.tamanhoData{
width: 30%;
}

22 changes: 6 additions & 16 deletions view/src/components/TableProx/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,16 @@ function TableProx() {
<table className="tabelaProx">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th className='tamanhoEvento'>Evento</th>
<th className='tamanhoLocal'>Local</th>
<th className='tamanhoData'>Data</th>
</tr>
</thead>
<tbody>
<tr>
<td>Row 1, Column 1</td>
<td>Row 1, Column 2</td>
</tr>
<tr>
<td>Row 2, Column 1</td>
<td>Row 2, Column 2</td>
</tr>
<tr>
<td>Row 3, Column 1</td>
<td>Row 3, Column 2</td>
</tr>
<tr>
<td>Row 4, Column 1</td>
<td>Row 4, Column 2</td>
<td>Competição Brasileira de Robótica (CBR)</td>
<td>Goiânia - GO</td>
<td>11 a 17 de Novembro</td>
</tr>
</tbody>
</table>
Expand Down
33 changes: 32 additions & 1 deletion view/src/pages/Divulgation/Divulgation.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
margin-top: 10px;
}

.circular-imagem {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover; /* Garante que a imagem cubra completamente o elemento */
overflow: hidden; /* Garante que a imagem não transborde dos limites */
margin-left: 60px;
margin: 0 auto;
}

.iconDrone {
width: 60px;
height: auto;
Expand Down Expand Up @@ -119,6 +129,8 @@
.legenda {
margin-top: 10px;
font-size: 10px;
text-align: center;
width: 100%;
}

.iconAgenda {
Expand Down Expand Up @@ -146,4 +158,23 @@

.campeonatoY {
margin-top: 20px;
}
}

.paragrafo {

}

.fotosIntegrantes{
margin-top: 10px;
text-align: center;
display: flex;
gap: 60px;
margin-bottom: 20px;
justify-content: center;
}

.legendaFotos {
margin-top: 20px;
font-size: 12px; /* Tamanho da fonte (ajuste conforme necessário) */
text-align: center;
}
Loading

0 comments on commit a05fee6

Please sign in to comment.