Skip to content

Commit

Permalink
author, and feedback section + css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
leriomaggio committed Sep 2, 2024
1 parent a3e9bb6 commit d6131b2
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 131 deletions.
11 changes: 8 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ main .container .row {
max-width: 40px;
}

.bio {
font-size: 1rem;
}

/*
Quote Style
Adapted from: https://codepen.io/Rases/pen/pogVVwp
Expand Down Expand Up @@ -85,12 +89,13 @@ blockquote.quote:after{
font-family: FontAwesome;
position: absolute;
font-size:30px;
/*background-color: #f3ec78;*/
background-color: #f3ec78;
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
-webkit-text-fill-color: transparent;

}

blockquote.EN:before{
Expand All @@ -99,7 +104,7 @@ blockquote.EN:before{
margin-right: -20px;
right: 100%;
width: 5%;
background-image: linear-gradient(45deg, #F79763, #CC677B);
background-image: linear-gradient(to bottom, #F79763, #CC677B);
}

blockquote.EN:after{
Expand All @@ -109,6 +114,6 @@ blockquote.EN:after{
top: auto;
bottom: -20px;
width: 5%;
background-image: linear-gradient(45deg, #53BEA9, #96D195);
background-image: linear-gradient(to bottom, #53BEA9, #96D195);
}

Binary file added assets/imgs/author.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d6131b2

Please sign in to comment.