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:
authorKishan B <kishancs46@gmail.com>2021-10-30 05:14:57 +0300
committerGitHub <noreply@github.com>2021-10-30 05:14:57 +0300
commit5ab39d9ea22cb67451456b579dd71327fb208028 (patch)
treea23686384ff54215779245895aa4f2f5e515902b
parent76f9aa8f632658277ed4a37f5e74787c1945a3ce (diff)
parent9d209af2219f78207e2ccbc45afef59ce837d516 (diff)
Merge pull request #95 from kaitlinnewson/social-icon-titles
Add titles to social links
-rw-r--r--layouts/partials/social_buttons_in_contact.html22
-rw-r--r--layouts/partials/social_buttons_in_sidebar.html22
2 files changed, 22 insertions, 22 deletions
diff --git a/layouts/partials/social_buttons_in_contact.html b/layouts/partials/social_buttons_in_contact.html
index 60c51b1..fbfcb45 100644
--- a/layouts/partials/social_buttons_in_contact.html
+++ b/layouts/partials/social_buttons_in_contact.html
@@ -1,56 +1,56 @@
<p class="social social--big">
{{ with .Site.Params.social.facebook }}
- <a href="{{ . }}" class="facebook">
+ <a href="{{ . }}" class="facebook" title="Facebook">
<i class="fa fa-facebook"></i>
</a>
{{end}}
{{ with .Site.Params.social.googleplus }}
- <a href="{{ . }}" class="gplus">
+ <a href="{{ . }}" class="gplus" title="Google Plus">
<i class="fa fa-google-plus"></i>
</a>
{{end}}
{{ with .Site.Params.social.twitter }}
- <a href="{{ . }}" class="twitter">
+ <a href="{{ . }}" class="twitter" title="Twitter">
<i class="fa fa-twitter"></i>
</a>
{{end}}
{{ with .Site.Params.social.instagram }}
- <a href="{{ . }}" title="" class="instagram">
+ <a href="{{ . }}" title="" class="instagram" title="Instagram">
<i class="fa fa-instagram"></i>
</a>
{{end}}
{{ with .Site.Params.social.email }}
- <a href="mailto:{{ . }}" class="email">
+ <a href="mailto:{{ . }}" class="email" title="E-mail">
<i class="fa fa-envelope"></i>
</a>
{{end}}
{{ with .Site.Params.social.linkedin }}
- <a href="{{ . }}">
+ <a href="{{ . }}" title="LinkedIn">
<i class="fa fa-linkedin"></i>
</a>
{{end}}
{{ with .Site.Params.social.stackoverflow }}
- <a href="{{ . }}">
+ <a href="{{ . }}" title="Stack Overflow">
<i class="fa fa-stack-overflow"></i>
</a>
{{end}}
{{ with .Site.Params.social.github }}
- <a href="{{ . }}">
+ <a href="{{ . }}" 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="{{ . }}">
+ <a href="{{ . }}" 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}}
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}}