Skip to content

Commit

Permalink
Mostrar Linkedin como red social para perfiles
Browse files Browse the repository at this point in the history
Mostrar Linkedin como red social para perfiles
  • Loading branch information
Isradeveloper committed Oct 27, 2024
1 parent 5b5b93a commit 26783e4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/nosotros/javier-daza/contents+en.lr
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ Founded the community in 2015. The initial idea of the community was to meet, ta
* Lead the community until today
* Participate with other communities in Colombia to make us known
* Collaborate with PyCon Colombia organizers
* Help in the organization and execution of the python workshop for young people with the Secretary of Education of Barranquilla
* Help in the organization and execution of the python workshop for young people with the Secretary of Education of Barranquilla
---
linkedin_handle: javierdazaco
---
3 changes: 3 additions & 0 deletions content/nosotros/javier-daza/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ Fundó la comunidad en el 2015. La idea inicial de la comunidad era reunirse par
* Participa con otras comunidades de Colombia para darnos a conocer
* Colabora con los organizadores de PyCon Colombia
* Ayuda en la organización y ejecución del taller de python para jóvenes con la secretaría de educación de Barranquilla
---
linkedin_handle: javierdazaco
---
5 changes: 5 additions & 0 deletions models/nosotros-miembro.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ width = 1/2
[fields.contributions]
label = Contribuciones
type = markdown

[fields.linkedin_handle]
label = LinkedIn
type = string
width = 1/4
3 changes: 3 additions & 0 deletions templates/macros/miembros.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ <h3 class="card-title"><a href="{{ miembro|url }}">{{ miembro.name }}</a></h3>
{% if miembro.twitter_handle %}
<a href="https://twitter.com/{{miembro.twitter_handle}}" class="member-button"><i class="fa fa-twitter"></i></a>
{% endif %}
{% if miembro.linkedin_handle %}
<a href="https://linkedin.com/in/{{miembro.linkedin_handle}}" class="member-button"><i class="fa-brands fa-linkedin"></i></a>
{% endif %}
</div>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions templates/nosotros-miembro.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ <h3 class="card-title">{{ translated_role }}</h3>
{% if this.twitter_handle %}
<a href="https://twitter.com/{{this.twitter_handle}}" class="member-button"><i class="fa fa-twitter"></i></a>
{% endif %}
{% if this.linkedin_handle %}
<a href="https://linkedin.com/in/{{this.linkedin_handle}}" class="member-button"><i class="fa-brands fa-linkedin"></i></a>
{% endif %}
</div>
</div>
</div>
Expand Down

0 comments on commit 26783e4

Please sign in to comment.