add: wow
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 21s
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 21s
This commit is contained in:
@@ -89,6 +89,9 @@ footer img {
|
|||||||
box-shadow: 0 6px 15px rgba(0,0,0,0.45);
|
box-shadow: 0 6px 15px rgba(0,0,0,0.45);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.transparent-box {
|
||||||
|
background-color: rgba(33, 37, 41, 0.85); /* Bootstrap dark with 85% opacity */
|
||||||
|
}
|
||||||
/* ======================================
|
/* ======================================
|
||||||
Links
|
Links
|
||||||
====================================== */
|
====================================== */
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
<div class="row mb-5 justify-content-start">
|
<div class="row mb-5 justify-content-start">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<a href="https://github.com/Kbz-8/42_KFS" class="text-decoration-none">
|
<a href="https://github.com/Kbz-8/42_KFS" class="text-decoration-none">
|
||||||
<div class="p-4 rounded-4 bg-dark text-light shadow hover-scale">
|
<div class="p-4 rounded-4 bg-dark text-light shadow hover-scale transparent-box">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<!-- Text -->
|
<!-- Text -->
|
||||||
<div class="col-md-7">
|
<div class="col-md-7">
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
<div class="row mb-5 justify-content-end">
|
<div class="row mb-5 justify-content-end">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<a href="https://git.vavaas.dev/Namonay/swifty-companion" class="text-decoration-none">
|
<a href="https://git.vavaas.dev/Namonay/swifty-companion" class="text-decoration-none">
|
||||||
<div class="p-4 rounded-4 bg-dark text-light shadow hover-scale">
|
<div class="p-4 rounded-4 bg-dark text-light shadow hover-scale transparent-box">
|
||||||
<div class="row align-items-center flex-md-row-reverse">
|
<div class="row align-items-center flex-md-row-reverse">
|
||||||
<div class="col-md-7">
|
<div class="col-md-7">
|
||||||
<h4>Swifty Companion</h4>
|
<h4>Swifty Companion</h4>
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
<div class="row mb-5 justify-content-start">
|
<div class="row mb-5 justify-content-start">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<a href="https://github.com/C18H24O2/override" class="text-decoration-none">
|
<a href="https://github.com/C18H24O2/override" class="text-decoration-none">
|
||||||
<div class="p-4 rounded-4 bg-dark text-light shadow hover-scale">
|
<div class="p-4 rounded-4 bg-dark text-light shadow hover-scale transparent-box">
|
||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-md-7">
|
<div class="col-md-7">
|
||||||
<h4>Override</h4>
|
<h4>Override</h4>
|
||||||
|
|||||||
Reference in New Issue
Block a user