Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Koala3353 committed Mar 20, 2024
1 parent 0ac81f3 commit 7b8dec9
Show file tree
Hide file tree
Showing 7 changed files with 372 additions and 843 deletions.
74 changes: 74 additions & 0 deletions assets/css/bs-theme-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,80 @@
color: #00416C!important;
}

.profile-wrapper {
width: 22rem;
height: 28rem;
position: relative;
}

.profile {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
overflow: hidden;
width: 22rem;
height: 28rem;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6);
cursor: pointer;
transition: 0.5s;
}

.profile .profile-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background-color: #2C2C2C;
transition: .5s;
}

.profile-image img {
height: 100%;
width: 100%;
object-fit: cover;
}

.profile:hover img {
opacity: 0.4;
transition: .5s;
}

.profile:hover .profile-image {
transform: translateY(-104px);
transition: all .9s;
}

.profile:hover .profile-bio {
opacity: 0.9;
}

.profile-name {
position: absolute;
bottom: 0;
left: 0;
z-index: 4;
width: 100%;
height: 7rem;
padding: 0.75rem 0.875rem;
z-index: 1;
color: #333;
background-color: #fff;
text-align: left;
}

.profile:hover .profile-name {
background-color: #fff;
}

.profile-name h2 {
margin-bottom: 0.5rem;
}

.link-light:hover {
color: #FED103 !important;
}
Expand Down
Binary file modified assets/img/fll logo new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/fllteam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/pfp/carsten.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/pfp/haley.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/pfp/renee.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 7b8dec9

Please sign in to comment.