This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
<div class="col-md-7 pb-2 name-container">
|
<div class="col-md-7 pb-2 name-container">
|
||||||
<div class="name" data-aos="fade-up" data-aos-offset="200" data-aos-delay="50" data-aos-duration="1000"
|
<div class="name" data-aos="fade-up" data-aos-offset="200" data-aos-delay="50" data-aos-duration="1000"
|
||||||
data-aos-once="true">
|
data-aos-once="true">
|
||||||
<div class="text-warning hi-text" data-aos="fade-up" data-aos-offset="50" data-aos-delay="50"
|
<div style="color: #{{ .Site.Params.namecolor }};" class="hi-text" data-aos="fade-up" data-aos-offset="50"
|
||||||
data-aos-once="true" data-aos-duration="900">
|
data-aos-delay="50" data-aos-once="true" data-aos-duration="900">
|
||||||
Hi there, I'm
|
Hi there, I'm
|
||||||
</div>
|
</div>
|
||||||
<h1 class="text-primary name-text" data-aos="fade-up" data-aos-offset="200" data-aos-delay="50"
|
<h1 class="text-primary name-text" data-aos="fade-up" data-aos-offset="200" data-aos-delay="50"
|
||||||
|
|||||||
@@ -143,14 +143,14 @@ a:hover {
|
|||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
.bg-pro img {
|
.bg-pro img {
|
||||||
height: 250px;
|
height: 300px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 0.5rem !important;
|
border-radius: 0.5rem !important;
|
||||||
border-top-right-radius: 0 !important;
|
border-top-right-radius: 0 !important;
|
||||||
border-bottom-right-radius: 0 !important;
|
border-bottom-right-radius: 0 !important;
|
||||||
}
|
}
|
||||||
.content-pro {
|
.content-pro {
|
||||||
height: 250px;
|
height: 300px;
|
||||||
background-color: #e5e4e2 !important;
|
background-color: #e5e4e2 !important;
|
||||||
border-top-right-radius: 0.5rem !important;
|
border-top-right-radius: 0.5rem !important;
|
||||||
border-bottom-right-radius: 0.5rem !important;
|
border-bottom-right-radius: 0.5rem !important;
|
||||||
@@ -176,9 +176,11 @@ a:hover {
|
|||||||
margin-right: 10% !important;
|
margin-right: 10% !important;
|
||||||
}
|
}
|
||||||
.bg-pro img {
|
.bg-pro img {
|
||||||
|
height: 250px;
|
||||||
border-radius: 0.5rem !important;
|
border-radius: 0.5rem !important;
|
||||||
}
|
}
|
||||||
.content-pro {
|
.content-pro {
|
||||||
|
height: 250px;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ params:
|
|||||||
disable_home: false
|
disable_home: false
|
||||||
profile_image: "/images/profile.png"
|
profile_image: "/images/profile.png"
|
||||||
name: "Example name"
|
name: "Example name"
|
||||||
|
namecolor: ffc107
|
||||||
profession: "Profession"
|
profession: "Profession"
|
||||||
github: "https://github.com"
|
github: "https://github.com"
|
||||||
linkedin: "https://linkedin.com"
|
linkedin: "https://linkedin.com"
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ params:
|
|||||||
disable_home: false
|
disable_home: false
|
||||||
profile_image: "/images/profile.png"
|
profile_image: "/images/profile.png"
|
||||||
name: "Example name"
|
name: "Example name"
|
||||||
|
namecolor: ffc107
|
||||||
profession: "Profession"
|
profession: "Profession"
|
||||||
github: "https://github.com"
|
github: "https://github.com"
|
||||||
linkedin: "https://linkedin.com"
|
linkedin: "https://linkedin.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user