Skip to content

Commit

Permalink
Merge pull request #1590 from aditya1702/aditya1702-development
Browse files Browse the repository at this point in the history
Added some more missing social links
  • Loading branch information
niranjan94 committed Jul 12, 2016
2 parents b71a975 + 8af3741 commit ccf1d52
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions open_event/templates/gentelella/guest/event/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ <h4>Address</h4>
{% elif social_name == "google plus" %}
<i class="fa fa-google-plus-square fa-fw" style="color: #dd4b39"></i>
<a class="social-link" href="{{ social_link.link }}">Google +</a><br>
{% elif social_name == "instagram" %}
<i class="fa fa-instagram fa-fw" style="color: #dd4b39"></i>
<a class="social-link" href="{{ social_link.link }}">Instagram</a><br>
{% elif social_name == "github" %}
<i class="fa fa-github-square fa-fw"></i>
<a class="social-link" href="{{ social_link.link }}">Github</a><br>
Expand All @@ -170,6 +173,15 @@ <h4>Address</h4>
{% elif social_name == "flickr" %}
<i class="fa fa-flickr fa-fw"></i>
<a class="social-link" href="{{ social_link.link }}">Flickr</a><br>
{% elif social_name == "tumblr" %}
<i class="fa fa-tumblr-square fa-fw"></i>
<a class="social-link" href="{{ social_link.link }}">Tumblr</a><br>
{% elif social_name == "blog" %}
<i class="fa fa-pencil fa-fw"></i>
<a class="social-link" href="{{ social_link.link }}">Blog</a><br>
{% elif social_name == "website" %}
<i class="fa fa-square-o fa-fw"></i>
<a class="social-link" href="{{ social_link.link }}">Website</a><br>
{% else %}
<i class="fa square-o fa-fw" style="color: #8d8d8d"></i>
<a class="social-link" href="{{ social_link.link }}">{{ social_link.name }}</a><br>
Expand Down

0 comments on commit ccf1d52

Please sign in to comment.