Skip to content

Commit

Permalink
trying to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbenitezp committed Oct 23, 2024
1 parent 9a04608 commit 1eaa011
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 deletions.
Binary file modified docs/assets/valencia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 8 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2595,6 +2595,7 @@ <h3 id="prof.-joão-porto-de-albuquerque"><strong>Prof. João Porto de Albuquer
</div>

<h2 id="selected-candidates">Selected Candidates</h2>
<p>Get to know the 2024 PhD candidates who have been selected, find out their background, which AGILE institutions they are currently affiliated with, and most importantly, their research topics.</p>
<iframe src="https://storymaps.arcgis.com/stories/6a7281f6f5ad417eb3da70151a67bac2?cover=false" width="100%" height="700px" frameborder="0" allowfullscreen allow="geolocation"></iframe>
<h2 id="programme">Programme</h2>
<p><em>Note: the timetable is indicative. Details in progress</em></p>
Expand Down Expand Up @@ -2762,7 +2763,7 @@ <h2 id="sponsors">Sponsors</h2>
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto auto;
gap: 10px;
gap: 5px;
max-width: 800px;
margin: 0 auto;
}
Expand All @@ -2774,8 +2775,8 @@ <h2 id="sponsors">Sponsors</h2>

.second-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
grid-template-columns: repeat(4, 1fr);
gap: 5px;
}

img {
Expand All @@ -2784,7 +2785,7 @@ <h2 id="sponsors">Sponsors</h2>
}

.logo {
padding: 10px;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
Expand All @@ -2808,11 +2809,9 @@ <h2 id="sponsors">Sponsors</h2>
<div class="logo">
<img src="assets/BEGIN_main.svg" alt="Sponsor 4">
</div>
</div>

<!-- Third Row: Leader Sponsor -->
<div class="leader-sponsor logo">
<img src="assets/valencia.png" alt="Leader Sponsor 2">
<div class="logo">
<img src="assets/valencia.png" alt="Sponsor 5">
</div>
</div>
</div>

Expand Down
Loading

0 comments on commit 1eaa011

Please sign in to comment.