@@ -20,41 +20,65 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row social pt-4" data-aos="fade-up" data-aos-offset="50" data-aos-delay="50" data-aos-duration="900"
|
<div class="row social pt-4" data-aos="fade-up" data-aos-offset="50" data-aos-delay="50" data-aos-duration="900"
|
||||||
data-aos-once="true">
|
data-aos-once="true">
|
||||||
{{ if .Site.Params.github }}
|
<div class="col-md-12">
|
||||||
<a href="{{ .Site.Params.github }}" class="social-icon">
|
{{ if .Site.Params.github }}
|
||||||
<i class="fab fa-lg fa-github"></i>
|
<a href="{{ .Site.Params.github }}" class="social-icon">
|
||||||
</a>
|
<i class="fab fa-lg fa-github"></i>
|
||||||
<span class="px-1"></span>
|
​
|
||||||
{{ end }}
|
</a>
|
||||||
|
<span class="px-1"></span>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.Params.gitlab }}
|
{{ if .Site.Params.gitlab }}
|
||||||
<a href="{{ .Site.Params.gitlab }}" class="social-icon">
|
<a href="{{ .Site.Params.gitlab }}" class="social-icon">
|
||||||
<i class="fab fa-lg fa-gitlab"></i>
|
<i class="fab fa-lg fa-gitlab"></i>
|
||||||
</a>
|
​
|
||||||
<span class="px-1"></span>
|
</a>
|
||||||
{{ end }}
|
<span class="px-1"></span>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.Params.twitter }}
|
{{ if .Site.Params.twitter }}
|
||||||
<a href="{{ .Site.Params.twitter }}" class="social-icon">
|
<a href="{{ .Site.Params.twitter }}" class="social-icon">
|
||||||
<i class="fab fa-lg fa-twitter"></i>
|
<i class="fab fa-lg fa-twitter"></i>
|
||||||
</a>
|
​
|
||||||
<span class="px-1"></span>
|
</a>
|
||||||
{{ end }}
|
<span class="px-1"></span>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.Params.linkedin }}
|
{{ if .Site.Params.linkedin }}
|
||||||
<a href="{{ .Site.Params.linkedin }}" class="social-icon">
|
<a href="{{ .Site.Params.linkedin }}" class="social-icon">
|
||||||
<i class="fab fa-lg fa-linkedin"></i>
|
<i class="fab fa-lg fa-linkedin"></i>
|
||||||
</a>
|
​
|
||||||
<span class="px-1"></span>
|
</a>
|
||||||
{{ end }}
|
<span class="px-1"></span>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.Params.facebook }}
|
{{ if .Site.Params.facebook }}
|
||||||
<a href="{{ .Site.Params.facebook }}" class="social-icon">
|
<a href="{{ .Site.Params.facebook }}" class="social-icon">
|
||||||
<i class="fab fa-lg fa-facebook"></i>
|
<i class="fab fa-lg fa-facebook"></i>
|
||||||
</a>
|
​
|
||||||
{{ end }}
|
</a>
|
||||||
|
<span class="px-1"></span>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<!-- customSocialLinks -->
|
||||||
|
{{ range .Site.Params.customSocialLinks }}
|
||||||
|
{{ if .fontAwesomeIconName }}
|
||||||
|
<a href="{{ .url }}" class="social-icon">
|
||||||
|
<i class="fa-lg {{ .fontAwesomeIconName }}"></i>
|
||||||
|
​
|
||||||
|
</a>
|
||||||
|
{{ else }}
|
||||||
|
<a href="{{ .url }}" class="social-icon">
|
||||||
|
<img class="fab fa-lg" src="{{ .imageURL }}" alt="{{ .name }}" width="4%" />
|
||||||
|
​
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
<span class="px-1"></span>
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pt-4 btn-intro">
|
<div class="pt-4 btn-intro">
|
||||||
<a href="#about" class="btn-know btn btn-outline-info" data-aos="zoom-in" data-aos-offset="50"
|
<a href="#about" class="btn-know btn btn-outline-info" data-aos="zoom-in" data-aos-offset="50"
|
||||||
data-aos-delay="50" data-aos-duration="900" data-aos-once="true">
|
data-aos-delay="50" data-aos-duration="900" data-aos-once="true">
|
||||||
|
|||||||
@@ -42,6 +42,13 @@ params:
|
|||||||
instagram: "https://instagram.com/"
|
instagram: "https://instagram.com/"
|
||||||
facebook: "https://facebook.com"
|
facebook: "https://facebook.com"
|
||||||
|
|
||||||
|
#Custom social links
|
||||||
|
# customSocialLinks:
|
||||||
|
# - imageURL: "https://hugo-profile.netlify.app/images/fav.png"
|
||||||
|
# url: "https://gohugo.com"
|
||||||
|
# - fontAwesomeIconName: "fa fa-envelope"
|
||||||
|
# url: "https://gmail.com"
|
||||||
|
|
||||||
# About
|
# About
|
||||||
disable_about: false
|
disable_about: false
|
||||||
descripe_l1_person: "Hi, I'm Profile, a passionate web developer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
descripe_l1_person: "Hi, I'm Profile, a passionate web developer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
||||||
|
|||||||
@@ -42,6 +42,13 @@ params:
|
|||||||
instagram: "https://instagram.com/"
|
instagram: "https://instagram.com/"
|
||||||
facebook: "https://facebook.com"
|
facebook: "https://facebook.com"
|
||||||
|
|
||||||
|
# Custom social links
|
||||||
|
customSocialLinks:
|
||||||
|
- imageURL: "https://hugo-profile.netlify.app/images/fav.png"
|
||||||
|
url: "https://gohugo.com"
|
||||||
|
- fontAwesomeIconName: "fa fa-envelope"
|
||||||
|
url: "https://gmail.com"
|
||||||
|
|
||||||
# About
|
# About
|
||||||
disable_about: false
|
disable_about: false
|
||||||
descripe_l1_person: "Hi, I'm Profile, a passionate web developer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
descripe_l1_person: "Hi, I'm Profile, a passionate web developer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
||||||
|
|||||||
Reference in New Issue
Block a user