diff --git a/Dockerfile b/Dockerfile index 4160c21..9dc0ec3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,7 @@ RUN if [ -d "js" ]; then find js -type f -name "*.js" -exec sh -c 'for f; do ter FROM nginx:alpine-slim AS final COPY nginx.conf /etc/nginx/nginx.conf - COPY . /usr/share/nginx/html - COPY --from=build /src/js /usr/share/nginx/html/js EXPOSE 80 diff --git a/css/main.css b/css/main.css index cd59dc8..998bdda 100644 --- a/css/main.css +++ b/css/main.css @@ -52,13 +52,11 @@ img { .glass { background: var(--glass-background); - backdrop-filter: blur(8px); - -webkit-backdrop-filter: blur(8px); + backdrop-filter: blur(4px); + -webkit-backdrop-filter: blur(4px); border-radius: var(--border-radius); border-top: 1px solid var(--glass-border); border-bottom: 1px solid var(--glass-border); - /* base shadows: outer shadow from variables + subtle inset - an extra animated outer shadow is layered to give a natural "alive" feel */ box-shadow: 0 8px 36px 0 var(--glass-shadow), var(--inset-shadow); will-change: box-shadow; animation: glass-shadow 8s ease-in-out infinite !important; diff --git a/css/sections/hero.css b/css/sections/hero.css index 04fd527..1606206 100644 --- a/css/sections/hero.css +++ b/css/sections/hero.css @@ -196,4 +196,10 @@ max-width: calc(100% / 2 - 6px); padding: 12px; } +} + +.quote { + font-size: 0.9rem; + color: var(--text-color-dark); + font-style: italic; } \ No newline at end of file diff --git a/css/sections/projects.css b/css/sections/projects.css index 0168df9..3af2edf 100644 --- a/css/sections/projects.css +++ b/css/sections/projects.css @@ -8,7 +8,8 @@ backdrop-filter: blur(24px) saturate(140%) brightness(1.08); -webkit-backdrop-filter: blur(24px) saturate(140%) brightness(1.08); border-radius: var(--border-radius-large); - box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.10); + box-shadow: 0 8px 36px 0 var(--glass-shadow), var(--inset-shadow); + border-bottom: 1px solid var(--glass-border); min-width: 280px; max-width: 340px; margin-left: 20px; diff --git a/css/variables.css b/css/variables.css index 3abe42c..44504c0 100644 --- a/css/variables.css +++ b/css/variables.css @@ -9,8 +9,8 @@ --button-hover-gradient: linear-gradient(120deg, rgba(30, 10, 50, 0.75), rgba(10, 10, 40, 0.4)); --background-color: #000000; - --glass-background: rgba(20, 20, 20, 0.1); - --glass-border: rgba(255, 255, 255, 0.18); + --glass-background: rgba(4, 0, 10, 0.5); + --glass-border: rgba(255, 255, 255, 0.13); --glass-shadow: rgba(31, 38, 135, 0.30); --text-color: #ffffff; diff --git a/index.html b/index.html index c53a2e3..63626fc 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@
.NET Core | DevOps | Self-hosted Enthusiast
- Organic code enthusiast
+ Life is more than just a read-through 🎶