Add stackexchange profile to the contact list
This commit is contained in:
parent
7189e831ad
commit
0eb871cd44
27
_data/contacts.yaml
Normal file
27
_data/contacts.yaml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
- text: E-mail
|
||||||
|
link: mailto:gergely@polonkai.eu
|
||||||
|
image: email.png
|
||||||
|
- text: Stack Exchange
|
||||||
|
link: http://stackexchange.com/users/1369500/gergelypolonkai
|
||||||
|
image: stackexchange.png
|
||||||
|
- text: LinkedIn
|
||||||
|
link: http://www.linkedin.com/in/gergelypolonkai
|
||||||
|
image: linkedin.png
|
||||||
|
- text: Skype
|
||||||
|
link: skype:gergely.polonkai
|
||||||
|
image: skype.png
|
||||||
|
- text: Facebook
|
||||||
|
link: http://facebook.com/Polesz
|
||||||
|
image: facebook.png
|
||||||
|
- text: Google+
|
||||||
|
link: https://plus.google.com/+GergelyPolonkai/about
|
||||||
|
image: google_plus.png
|
||||||
|
- text: Twitter
|
||||||
|
link: http://twitter.com/GergelyPolonkai
|
||||||
|
image: twitter.png
|
||||||
|
- text: Tumblr
|
||||||
|
link: http://gergelypolonkai.tumblr.com
|
||||||
|
image: tumblr.png
|
||||||
|
- text: deviantArt
|
||||||
|
link: http://gergelypolonkai.deviantart.com
|
||||||
|
image: deviantart.png
|
@ -22,14 +22,9 @@
|
|||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><span class="glyphicon glyphicon-pencil"></span> Contact me <span class="caret"></span></a>
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><span class="glyphicon glyphicon-pencil"></span> Contact me <span class="caret"></span></a>
|
||||||
<ul class="dropdown-menu" role="menu">
|
<ul class="dropdown-menu" role="menu">
|
||||||
<li><a href="mailto:gergely@polonkai.eu" target="_blank"><img src="{{'/images/contact/email.png' | prepend: site.baseurl}}" alt="" /> E-mail</a></li>
|
{% for contact in site.data.contacts %}
|
||||||
<li><a href="http://www.linkedin.com/in/gergelypolonkai" target="_blank"><img src="{{'/images/contact/linkedin.png' | prepend: site.baseurl}}" alt="" /> LinkedIn</a></li>
|
<li><a href="{{contact.link}}" target="_blank"><img src="{{'/images/contact/' | prepend: site.baseurl | append: contact.image}}" alt="" /> {{contact.text}}</a></li>
|
||||||
<li><a href="skype:gergely.polonkai" target="_blank"><img src="{{'/images/contact/skype.png' | prepend: site.baseurl}}" alt="" /> Skype</a></li>
|
{% endfor %}
|
||||||
<li><a href="http://facebook.com/Polesz" target="_blank"><img src="{{'/images/contact/facebook.png' | prepend: site.baseurl}}" alt="" /> Facebook</a></li>
|
|
||||||
<li><a href="https://plus.google.com/+GergelyPolonkai/about" target="_blank"><img src="{{'/images/contact/google_plus.png' | prepend: site.baseurl}}" alt="" /> Google+</a></li>
|
|
||||||
<li><a href="http://twitter.com/GergelyPolonkai" target="_blank"><img src="{{'/images/contact/twitter.png' | prepend: site.baseurl}}" alt="" /> Twitter</a></li>
|
|
||||||
<li><a href="http://gergelypolonkai.tumblr.com" target="_blank"><img src="{{'/images/contact/tumblr.png' | prepend: site.baseurl}}" alt="" /> Tumblr</a></li>
|
|
||||||
<li><a href="http://gergelypolonkai.deviantart.com" target="_blank"><img src="{{'/images/contact/deviantart.png' | prepend: site.baseurl}}" alt="" /> deviantArt</a></li>
|
|
||||||
<li><a href="{{'/blog/atom.xml' | prepend: site.baseurl}}"><img src="{{'/images/contact/feed.png' | prepend: site.baseurl}}" alt="" /> RSS Feed</a></li>
|
<li><a href="{{'/blog/atom.xml' | prepend: site.baseurl}}"><img src="{{'/images/contact/feed.png' | prepend: site.baseurl}}" alt="" /> RSS Feed</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
BIN
images/contact/stackexchange.png
Normal file
BIN
images/contact/stackexchange.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 344 B |
Loading…
Reference in New Issue
Block a user