Skip to content

Commit

Permalink
Merge pull request #21 from lesunb/RoME_24
Browse files Browse the repository at this point in the history
inclusão de links
  • Loading branch information
DanielDePaulaPorto committed Dec 8, 2023
2 parents afeb79d + 77eaa16 commit 19a19e9
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 14 deletions.
97 changes: 87 additions & 10 deletions src/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// opacity: 0.2; /* 50% de opacidade */
// }

#main-content{
#main-content {
z-index: 10;
}

Expand All @@ -25,9 +25,11 @@
background-position: center;
background-size: cover;
background-repeat: no-repeat;
opacity: 0.15; /* 50% de opacidade */
z-index: -1; /* Coloca o pseudo-elemento atrás do conteúdo do body */
}
opacity: 0.15;
/* 50% de opacidade */
z-index: -1;
/* Coloca o pseudo-elemento atrás do conteúdo do body */
}

#main-description {
max-width: 40rem;
Expand All @@ -40,25 +42,28 @@
min-height: 100vh;
max-height: 100vh;
// text-align: center;

// margin-top: 25vh;
// margin-bottom: 150px;

.vp-hero-image {
// max-height: 150px;
margin: 0px;
margin-top: 50px;
}
}
}

.patrocinadores {
width: 90%; /* ajuste a largura da div como quiser */
margin: auto; /* centraliza a div */
display: flex; /* usa o layout flexível */
width: 90%;
/* ajuste a largura da div como quiser */
margin: auto;
/* centraliza a div */
display: flex;
/* usa o layout flexível */
// justify-content: space-between; /* distribui o espaço entre as imagens */
column-gap: 50px;
height: 80px;
}
}

//tabela de programação
.tg {
Expand Down Expand Up @@ -171,4 +176,76 @@
.tg .tg-0lax {
text-align: left;
vertical-align: middle
}


// Tabela de preços
.tg {
border-collapse: collapse;
border-spacing: 0;
}

.tg td {
border-color: black;
border-style: solid;
border-width: 1px;
font-family: Arial, sans-serif;
font-size: 14px;
overflow: hidden;
padding: 10px 5px;
word-break: normal;
}

.tg th {
border-color: black;
border-style: solid;
border-width: 1px;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: normal;
overflow: hidden;
padding: 10px 5px;
word-break: normal;
}

.tg .tg-uqo3 {
background-color: #efefef;
text-align: center;
vertical-align: top
}

.tg .tg-v8f3 {
background-color: #efefef;
color: #000000;
text-align: center;
vertical-align: top
}

.tg .tg-kftd {
background-color: #efefef;
text-align: left;
vertical-align: top
}

.tg .tg-be0x {
background-color: #6665cd;
color: #ffffff;
font-weight: bold;
text-align: left;
vertical-align: top
}

.tg .tg-d2of {
background-color: #6665cd;
color: #ffffff;
font-weight: bold;
text-align: center;
vertical-align: top
}

.tg .tg-y9lf {
background-color: #efefef;
color: #000000;
text-align: left;
vertical-align: top
}
1 change: 1 addition & 0 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default hopeTheme({
editLink: "Edit this page on GitHub",
},


plugins: {
// You should generate and use your own comment service
// comment: {
Expand Down
6 changes: 6 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ actions:
icon: rocket
link: ./Registration/
type: primary
- text:
icon: fab fa-linkedin
link: https://www.linkedin.com/company/rome-summer-school-unb/
- text:
icon: fab fa-instagram
link: https://www.instagram.com/romeunb?utm_source=qr

---

Expand Down
31 changes: 27 additions & 4 deletions src/Registration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,27 @@ Thanks for the interest in participating in our Summer School! As we have a limi

Registration fees are:

| | Early registration <br> (until January 20th) | Late registration <br> (after January 20th) |
|-------------------------|:---------------------------------------:|:--------------------------------------:|
| Undergraduate students* | BRL 80 | BRL 100 |
| Graduate students* | BRL 100 | BRL 150 |
<table class="tg">
<thead>
<tr>
<th class="tg-be0x"></th>
<th class="tg-d2of">Early registration<br>(until January 20th)</th>
<th class="tg-d2of">Late registration<br>(after January 20th)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tg-kftd">Undergraduate students*</td>
<td class="tg-uqo3">BRL 80</td>
<td class="tg-uqo3"><span style="font-weight:400;font-style:normal">BRL 100</span></td>
</tr>
<tr>
<td class="tg-y9lf">Graduate students*</td>
<td class="tg-v8f3">BRL 100</td>
<td class="tg-v8f3">BRL 150</td>
</tr>
</tbody>
</table>

\* Students from the following Universities have 25% discount in the registration fee: Universidad de Buenos Aires (UBA), Universidade Estadual do Ceará (UECE) and Universidade de Brasília (UNB).

Expand All @@ -32,6 +49,12 @@ Registration fees are:
Lunch is not included.
:::

## <i class="fas fa-id-card-alt" style="color:var(--theme-color)"></i> Registration link

Make your registration [here](https://www.even3.com.br/first-summer-school-on-robotic-mission-engineering-rome-416993/).

---

::: info Doubts?
Ask us [here](mailto:romesummerschool@gmail.com).
:::
Expand Down

0 comments on commit 19a19e9

Please sign in to comment.