diff --git a/index.html b/index.html index bbcefc0..d3e8a24 100644 --- a/index.html +++ b/index.html @@ -259,6 +259,20 @@
Pemu Counseling and Wellness

Pemu Counseling and Wellness is a comprehensive mental health service provider offering personalized counseling and wellness programs to help individuals achieve their mental health goals.

+
+ + Responsive + + + SEO + + + A11y + + + Bootstrap + +
View project about Pemu Counseling and Wellness
@@ -271,6 +285,17 @@
Kayla Newkirk

Kayla Newkirk is a PhD candidate specializing in mental health counseling and supervision, dedicated to advancing the field through research and practice.

+
+ + Responsive + + + Academic + + + SEO + +
@@ -283,6 +308,17 @@
4th & Goal

4th & Goal is a hardcore band based out of Syracuse, NY, known for their intense performances and powerful music that resonates with fans across the state.

+
+ + Fast + + + Media + + + Responsive + +
@@ -295,6 +331,17 @@
Powerful Healing Arts

Powerful Healing Arts is a sanctuary for women seeking to move beyond physical healing into deeper, energetic and spiritual transformation.

+
+ + Content + + + SEO + + + Responsive + +
@@ -307,6 +354,17 @@
DissertationPath

DissertationPath is a comprehensive platform designed to help doctoral candidates navigate the dissertation process with expert guidance.

+
+ + Platform + + + EdTech + + + Responsive + +
diff --git a/styles.css b/styles.css index 89cccbc..dc2ba20 100644 --- a/styles.css +++ b/styles.css @@ -275,10 +275,56 @@ footer { .tech-card:hover { transform: translateY(-5px); - box-shadow: var(--shadow-soft); + box-shadow: 0 10px 30px -5px color-mix(in srgb, var(--color-primary), transparent 85%); border-color: var(--color-secondary); } +/* Portfolio Badges */ +.badge-coffee { + display: inline-flex; + align-items: center; + gap: 0.35rem; + padding: 0.4em 0.8em; + font-size: 0.7rem; + font-weight: 700; + text-transform: uppercase; + letter-spacing: 0.05em; + color: var(--color-coffee-dark); + background-color: var(--bg-section-alt); + border: 1px solid var(--border-subtle); + border-radius: 50px; + transition: all 0.3s ease; + cursor: default; +} + +.badge-coffee svg { + width: 12px; + height: 12px; + stroke-width: 2.5; + opacity: 0.8; +} + +.badge-coffee:hover { + background-color: var(--color-coffee-medium); + color: var(--color-cream); + border-color: var(--color-coffee-medium); + transform: translateY(-1px); +} + +@media (prefers-color-scheme: dark) { + .badge-coffee { + color: var(--color-cream); + background-color: rgba(255, 255, 255, 0.05); + border-color: rgba(255, 255, 255, 0.1); + } + + .badge-coffee:hover { + background-color: var(--color-secondary); + color: var(--color-coffee-dark); + border-color: var(--color-secondary); + } +} + .tech-icon-wrapper { width: 64px; height: 64px;