- HOBBY KITS + by Philippines Grace Robotics Team
diff --git a/assets/css/bs-theme-overrides.css b/assets/css/bs-theme-overrides.css index b2968a4..d67f15a 100644 --- a/assets/css/bs-theme-overrides.css +++ b/assets/css/bs-theme-overrides.css @@ -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; } diff --git a/assets/img/fll logo new.png b/assets/img/fll logo new.png index c5aee0a..d11d138 100644 Binary files a/assets/img/fll logo new.png and b/assets/img/fll logo new.png differ diff --git a/assets/img/fllteam.png b/assets/img/fllteam.png index d6a7ef3..c9e3b05 100644 Binary files a/assets/img/fllteam.png and b/assets/img/fllteam.png differ diff --git a/assets/img/pfp/carsten.jpg b/assets/img/pfp/carsten.jpg new file mode 100644 index 0000000..07c0533 Binary files /dev/null and b/assets/img/pfp/carsten.jpg differ diff --git a/assets/img/pfp/haley.jpg b/assets/img/pfp/haley.jpg new file mode 100644 index 0000000..c57d421 Binary files /dev/null and b/assets/img/pfp/haley.jpg differ diff --git a/assets/img/pfp/renee.jpg b/assets/img/pfp/renee.jpg new file mode 100644 index 0000000..6a8a0bb Binary files /dev/null and b/assets/img/pfp/renee.jpg differ diff --git a/fll.html b/fll.html index a164a41..90c0875 100644 --- a/fll.html +++ b/fll.html @@ -89,7 +89,7 @@ > Toggle navigation + >
-- HOBBY KITS + by Philippines Grace Robotics Team