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

Fix bugs #14

Merged
merged 5 commits into from
Feb 5, 2020
Merged
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
43 changes: 40 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,23 @@ <h3 class="mb-2">Donantes:</h3>
<a href="https://www.linkedin.com/company/daxslab"><i class="fab fa-linkedin"></i></a>
</td>
</tr>
<tr>
<td>
<a href="https://tecnolikecuba.com">
<strong>Tecnolike+</strong>
</a>
</td>
<td class="td">
$10.00 CUC
</td>
<td>
<a href="https://twitter.com/tecnolikeplus"><i class="fab fa-twitter"></i></a>
<a href="https://t.me/tecnolikeplus"><i class="fab fa-telegram"></i></a>
<a href="https://www.youtube.com/channel/UCSExLh16bM4dOYec9D6zx8g?view_as=subscriber"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/tecnolikeplus/"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/tecnolikeplus"><i class="fab fa-facebook"></i></a>
</td>
</tr>
<tr>
<td>
<strong>Anónimo</strong>
Expand Down Expand Up @@ -222,12 +239,32 @@ <h3 class="mb-2">Donantes:</h3>
<tfoot>
<tr class="font-weight-bold">
<td class="text-right">Total:</td>
<td>$82.00 CUC</td>
<td>$102.00 CUC</td>
<td></td>
</tr>
</tfoot>
</table>
<h3 class="mb-2 mt-3">Desarrolladores:</h3>
<h4 class="mb-2 mt-0">¿Cómo realizar una donación?:</h4>
<p class="lead text-justify">
Para donar puede realizar una transferencia bancaria utilizando las aplicaciones de <strong>Transfermovil</strong>, <strong>Enzona</strong> o por las vías tradicionales.
</p>
<ul>
<li>No. de la cuenta bancaria: <strong>9224959879396073</strong></li>
<li>Usuario de Enzona: <strong>lgutierrez95</strong></li>
</ul>
<p class="lead text-justify">
Además tiene la posibilidad de donar mediante transferencia de saldo al número <strong>+5353478301</strong>
</p>
<p class="lead text-justify">
Si lo desea puede darnos información sobre usted (o negocio, etc; si representa a más de una persona) para aparecer en la lista de donantes públicamente y enviarle nuestros agradecimientos en las redes sociales.
</p>
<p class="lead text-justify">
La información puede ser un enlace a algún sitio web, los enlaces de redes sociales como <strong>Facebook</strong>, <strong>Telegram</strong>, <strong>Twitter</strong>, <strong>WhatsApp</strong>, <strong>Instagram</strong>, etc.
</p>
<p class="lead text-justify">
También puede permanecer en el anonimato, en ese caso lo incluiremos como donación anónima.
</p>
<h3 class="mb-2 mt-4">Desarrolladores:</h3>
<ul class="mb-0">
<li>
<a href="https://leynier.github.io">
Expand Down Expand Up @@ -283,7 +320,7 @@ <h3 class="mb-2 mt-3">Desarrolladores:</h3>
</li>
<li>
<a href="mailto:[email protected]">
<strong>Roberto Martí Cedeño</strong>
<strong>Roberto Marti Cedeño</strong>
</a>
<small>Estudiante de Ciencia de la Computación, Profesor Asistente y Sysadmin</small>
</li>
Expand Down