Skip to content
Open
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ Página de inicio de http://softwarelibre.org.ni

* [Rodrigo Rodríguez](https://github.com/roirobo)

* [Omar Beroterán](https://github.com/berroteran)

[Contrib graphs](https://github.com/gulnic/slorgni/graphs/contributors)

## Copyright and license

Copyright 2012-2018 Comunidad de Software Libre de Nicaragua
Copyright 2012-2019 Comunidad de Software Libre de Nicaragua

This work is licensed under a [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/).
17 changes: 8 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -561,20 +561,19 @@ <h2 class="hvr-underline-from-center">Postgres Ninja<span>Comunidad PostgreSQL e
<div class="col-md-4">
<div class="community-card text-center">

<img class="community-img-cover" src="img/cover-jug-ni.png">
<img class="community-img-cover" src="http://javanicaragua.org/wp-content/uploads/2019/10/FB_IMG_1570125154430.jpg">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alguna razón por la cual no incluir también la nueva imagen en el PR?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

La idea es que la imagen sea actualiza-ble con el header del website de la comunidad. De esta fomrma se muestra con un poco de dinamismo.

<div class="community-info">

<img class="community-logo" src="img/logo-jug-ni.png">
<img class="community-logo" src="https://javanicaragua.org/wp-content/uploads/2019/09/java-nicaragua-Circle.png">

<h2 class="hvr-underline-from-center">JUG Nicaragua<span>Grupo de usuarios Java en Nicaragua</span></h2>
<div>Nuestra comunidad está abierta para todos los entusiastas, estudiantes y profesionales interesados en la tecnología Java+ (JVM) y con tu ayuda crearemos una comunidad digna de prestigio internacional.</div>
<a href="http://jug-ni.github.io/"><i class="fa fa-globe fa-2x" title="Sitio web"></i></a>
<a href="http://javanicaragua.org/"><i class="fa fa-globe fa-2x" title="Sitio web"></i></a>
<a href="https://www.facebook.com/jugnicaragua"><i class="fab fa-facebook-f fa-2x" title="Facebook"></i></a>
<a href="https://twitter.com/jug_nicaragua"><i class="fab fa-twitter fa-2x" title="Twitter"></i></a>
<a href="http://listas.softwarelibre.org.ni/listinfo/java-ni"><i class="fa far fa-envelope fa-2x" title="Lista de correos"></i></a>
<a href="https://plus.google.com/104877877700065945225"><i class="fab fa-google-plus fa-2x" title="Google+"></i></a>
<a href="https://github.com/jug-ni"><i class="fab fa-github fa-2x" title="GitHub"></i></a>
<a target="_blank" href="http://javanicaragua.org/"><i class="fa fa-globe fa-2x" title="Sitio web"></i></a>
<a target="_blank" href="https://www.facebook.com/jugnicaragua"><i class="fab fa-facebook-f fa-2x" title="Facebook"></i></a>
<a target="_blank" href="https://twitter.com/jugnicaragua"><i class="fab fa-twitter fa-2x" title="Twitter"></i></a>
<a target="_blank" href="http://listas.softwarelibre.org.ni/listinfo/java-ni"><i class="fa far fa-envelope fa-2x" title="Lista de correos"></i></a>
<a target="_blank" href="https://www.youtube.com/channel/UCIrBfA4SPNGSXNO-rQmZJpA"><i class="fab fa-youtube fa-2x" title="YouTube"></i></a>
<a target="_blank" href="https://github.com/jugnicaragua"><i class="fab fa-github fa-2x" title="GitHub"></i></a>
</div>

</div>
Expand Down