Skip to content

Commit 9e6dabb

Browse files
authored
Merge pull request #36 from php-df/joind.in
Adiciona link para o Joind.in (eventos phpdf)
2 parents 03c5c06 + aa8cf08 commit 9e6dabb

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ url: "https://phpdf.org.br"
66
image: "/images/logo-azul-branco-300x300.png"
77
baseurl: ""
88
social:
9+
joindin: https://joind.in/search?keyword=phpdf
910
twitter: https://twitter.com/phpdf_
1011
github: https://github.com/php-df
1112
facebook-official: https://www.facebook.com/groups/518644508178778/

_includes/footer.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,21 @@
99
<span class="label">E-mail</span>
1010
</a>
1111
</li>
12+
{% elsif socloc[0] == 'joindin' %}
13+
<li>
14+
<a target="_blank" href="{{ socloc[1] }}" class="icon fa-bullhorn" title="Joind.in">
15+
<span class="label">{{ socloc[0] }}</span>
16+
</a>
17+
</li>
1218
{% else %}
1319
<li>
14-
<a target="_blank" href="{{ socloc[1] }}" class="icon fa-{{ socloc[0] }}">
20+
{% if socloc[0] == 'facebook-official' %}
21+
<a target="_blank" href="{{ socloc[1] }}" class="icon fa-{{ socloc[0] }}" title="facebook">
22+
<span class="label">facebook</span></a>
23+
{% else %}
24+
<a target="_blank" href="{{ socloc[1] }}" class="icon fa-{{ socloc[0] }}" title="{{ socloc[0] }}">
1525
<span class="label">{{ socloc[0] }}</span></a>
26+
{% endif %}
1627
</li>
1728
{% endif %}
1829
{% endif %}

_includes/menu.html

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
<span>E-mail</span>
2525
</a>
2626
</li>
27+
{% elsif socloc[0] == 'joindin' %}
28+
<li>
29+
<a href="{{ socloc[1] }}" target="_blank"
30+
title="Joind.in é ferramenta de feedback de facto das comunidades PHP no mundo. Veja o que já tem do #PHPDF por lá">
31+
<i class="fa fa-bullhorn"></i>
32+
<span>Joind.in</span>
33+
</a>
34+
</li>
2735
{% else %}
2836
<li>
2937
<a href="{{ socloc[1] }}" target="_blank">

0 commit comments

Comments
 (0)