Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding backn account number ioi dinate info #83

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ vendor

.idea/
.DS_Store

Gemfile.lock
10 changes: 10 additions & 0 deletions _sass/ioi-2024.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@
.donate-info {
display: flex;
gap: 2rem;

.donate-card {
border-radius: 16px;
background-color: rgb(235, 235, 235);
width: fit-content;
padding: 20px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
}
}

.donate-title {
Expand Down
21 changes: 20 additions & 1 deletion ioi-2024.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
---
layout: default
permalink: /ioi-2024

bank_info: |
<p>Cuenta Dólares BCP: 194-97019024-1-12</p>
<p>Cuenta Dólares CCI BCP: 00219419701902411298</p>
<p>Cuenta Soles BCP: 194-97019009-0-97</p>
<p>Cuenta Soles CCI BCP: 00219419701900909790</p>

Cuentas a nombre de Walter Erquínigo, tesorero de la FOPI.

---

<div class="ioi-wrapper">
Expand Down Expand Up @@ -65,11 +74,21 @@
¡Únete a nosotros en este emocionante viaje y sé parte del equipo que hace posible que nuestros estudiantes alcancen sus sueños! Cada donación, por pequeña que sea, marca la diferencia y nos acerca un paso más a nuestro objetivo. Juntos, podemos inspirar y empoderar a la próxima generación de líderes en informática.
</p>
<p style="font-size: 20px;">
También puedes apoyarnos en el
También puedes apoyarnos ingresando al
<a href="https://www.paypal.com/donate?campaign_id=YZ3DJ76CB9Q6L" target="_blank">
siguiente enlace
</a>
</p>
<p style="font-size: 20px;">
O por transferencia bancaria en el Perú:
</p>
<div class="donate-card" style="margin-bottom: 5px;">
<p>Cuenta Dólares BCP: 194-97019024-1-12</p>
<p>Cuenta Dólares CCI BCP: 00219419701902411298</p>
<p>Cuenta Soles BCP: 194-97019009-0-97</p>
<p>Cuenta Soles CCI BCP: 00219419701900909790</p>
<p style="margin-bottom: 0px;">Cuentas a nombre de Walter Erquínigo, tesorero de la FOPI.</p>
</div>
</div>
<div style="display: flex; margin:auto;">
<iframe
Expand Down
Loading