Skip to content

Commit

Permalink
feat: adding backn account number ioi dinate info
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond1242 committed Jun 19, 2024
1 parent cd9d6ca commit 957b9a4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
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

0 comments on commit 957b9a4

Please sign in to comment.