-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding newsletter seccions and improve about tab (#67)
- Loading branch information
1 parent
8e171a7
commit af489ec
Showing
14 changed files
with
278 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ | |
link: /blog | ||
- name: Prepárate | ||
link: /material | ||
- name: Concursos Pasados | ||
link: /contest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<div class="site-newsletter"> | ||
<div class="news-wrapper"> | ||
<p class="news-title"> | ||
Suscribete a nuestro boletín de noticias. | ||
</p> | ||
<p class="news-subtitle"> | ||
Conoce las últimas noticias de la Olimpiada Informática Internacional. | ||
</p> | ||
<p class="news-text"> | ||
Ingresa al siguiente | ||
<a href="https://forms.gle/Gj5wcERpwWNY4geA8" target="_blank" class="news-link"> | ||
enlace | ||
</a> | ||
y completa el formulario. | ||
</p> | ||
</div> | ||
<div class="news-picture"> | ||
<img src="/assets/images/mailbox.png" alt="Mailbox"> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.site-contest { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
background-color: white; | ||
padding: 30px 90px; | ||
|
||
.contest-wrapper { | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.site-newsletter { | ||
display: flex; | ||
justify-content: space-around; | ||
align-items: center; | ||
background-color: white; | ||
padding: 40px 90px; | ||
|
||
.news-title { | ||
font-size: 40px; | ||
font-weight: 500; | ||
color: $primary-2 | ||
} | ||
|
||
.news-subtitle { | ||
font-size: 20px; | ||
font-weight: 400; | ||
margin: 10px 0; | ||
color: #515151; | ||
} | ||
|
||
.news-text { | ||
font-size: 17px; | ||
font-weight: 300; | ||
margin: 10px 0; | ||
color: #515151; | ||
} | ||
|
||
.news-link { | ||
font-size: 18px; | ||
font-weight: 600; | ||
text-decoration: none; | ||
} | ||
|
||
.news-picture { | ||
img { | ||
width: 250px; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,156 @@ | ||
--- | ||
layout: default | ||
permalink: /contest | ||
title: Concursos Pasados | ||
--- | ||
<div class="site-contest"> | ||
<div class="contest-wrapper"> | ||
<h1 style="text-align: center;"> | ||
Concursos Pasados de la Olimpiada Peruana de Informatica (OPI) | ||
</h1> | ||
<p> | ||
En esta sección podrás encontrar los concursos que se han realizado en el pasado. | ||
Conoce los problemas que se han propuesto y las soluciones que se han dado. | ||
</p> | ||
<p> | ||
Entra al repositorio de problemas en | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contests" target="_blank"> | ||
Codeforces | ||
</a> | ||
y resuelve los problemas que se han propuesto. | ||
<br> | ||
<br> | ||
</p> | ||
</div> | ||
<div class="contest-table"> | ||
<table> | ||
<tr> | ||
<th>Contest</th> | ||
<th>Duracion</th> | ||
<th>Resultados</th> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491495" target="_blank"> | ||
Olimpiada Peruana de Informatica 2024 - Fase 1 | ||
</a> | ||
</td> | ||
<td style="text-align: center;">5h</td> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491495/standings/groupmates/true" target="_blank"> | ||
Final standings | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491225" target="_blank"> | ||
Olimpiada Peruana de Informatica 2023 - Fase 2 | ||
</a> | ||
</td> | ||
<td style="text-align: center;">5h</td> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491225/standings/groupmates/true" target="_blank"> | ||
Final standings | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491224" target="_blank"> | ||
Olimpiada Peruana de Informatica 2023 - Fase 1 | ||
</a> | ||
</td> | ||
<td style="text-align: center;">5h</td> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491224/standings/groupmates/true" target="_blank"> | ||
Final standings | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491223" target="_blank"> | ||
Olimpiada Peruana de Informatica 2022 - Fase 2 | ||
</a> | ||
</td> | ||
<td style="text-align: center;">5h</td> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491223/standings/groupmates/true" target="_blank"> | ||
Final standings | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491222" target="_blank"> | ||
Olimpiada Peruana de Informatica 2022 - Fase 1 | ||
</a> | ||
</td> | ||
<td style="text-align: center;">5h</td> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491222/standings/groupmates/true" target="_blank"> | ||
Final standings | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491221" target="_blank"> | ||
Competencia Peruana de Informatica Online 2021 | ||
</a> | ||
</td> | ||
<td style="text-align: center;">5h</td> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491221/standings/groupmates/true" target="_blank"> | ||
Final standings | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491220" target="_blank"> | ||
Competencia Peruana de Informatica Online 2020 | ||
</a> | ||
</td> | ||
<td style="text-align: center;">5h</td> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491220/standings/groupmates/true" target="_blank"> | ||
Final standings | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491219" target="_blank"> | ||
Competencia Peruana de Informatica Online 2018 | ||
</a> | ||
</td> | ||
<td style="text-align: center;">5h</td> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491219/standings/groupmates/true" target="_blank"> | ||
Final standings | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491218" target="_blank"> | ||
Competencia Peruana de Informatica Online 2017 | ||
</a> | ||
</td> | ||
<td style="text-align: center;">5h</td> | ||
<td> | ||
<a href="https://codeforces.com/group/pK1VBURVmK/contest/491218/standings/groupmates/true" target="_blank"> | ||
Final standings | ||
</a> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
<div> | ||
<p> | ||
<b>Nota:</b> Los contest se realizan en la plataforma de <a href="https://codeforces.com/" target="_blank">Codeforces</a>. | ||
</p> | ||
</div> | ||
</div> |