Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kishaningithub/hugo-creative-portfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/social_buttons_in_sidebar.html')
-rw-r--r--layouts/partials/social_buttons_in_sidebar.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/layouts/partials/social_buttons_in_sidebar.html b/layouts/partials/social_buttons_in_sidebar.html
index e2dbadd..ae234bf 100644
--- a/layouts/partials/social_buttons_in_sidebar.html
+++ b/layouts/partials/social_buttons_in_sidebar.html
@@ -1,56 +1,56 @@
<p class="social">
{{ with .Site.Params.social.facebook }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external facebook">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external facebook" title="Facebook">
<i class="fa fa-facebook"></i>
</a>
{{end}}
{{ with .Site.Params.social.googleplus }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external gplus">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external gplus" title="Google Plus">
<i class="fa fa-google-plus"></i>
</a>
{{end}}
{{ with .Site.Params.social.twitter }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external twitter">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external twitter" title="Twitter">
<i class="fa fa-twitter"></i>
</a>
{{end}}
{{ with .Site.Params.social.instagram }}
- <a href="{{ . }}" title="" class="external instagram">
+ <a href="{{ . }}" title="" class="external instagram" title="Instagram">
<i class="fa fa-instagram"></i>
</a>
{{end}}
{{ with .Site.Params.social.email }}
- <a href="mailto:{{ . }}" data-animate-hover="pulse" class="email">
+ <a href="mailto:{{ . }}" data-animate-hover="pulse" class="email" title="E-mail">
<i class="fa fa-envelope"></i>
</a>
{{end}}
{{ with .Site.Params.social.linkedin }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="LinkedIn">
<i class="fa fa-linkedin"></i>
</a>
{{end}}
{{ with .Site.Params.social.stackoverflow }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="Stack Overflow">
<i class="fa fa-stack-overflow"></i>
</a>
{{end}}
{{ with .Site.Params.social.github }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="GitHub">
<i class="fa fa-github"></i>
</a>
{{end}}
{{ with .Site.Params.social.gitlab }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="GitLab">
<i class="fa fa-gitlab"></i>
</a>
{{end}}
{{ with .Site.Params.social.youtube }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="YouTube">
<i class="fa fa-youtube"></i>
</a>
{{end}}
{{ with .Site.Params.social.whatsapp }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="WhatsApp">
<i class="fa fa-whatsapp"></i>
</a>
{{end}}