diff --git a/kristofersxyz/settings.py b/kristofersxyz/settings.py index ef4c304..0cddd02 100644 --- a/kristofersxyz/settings.py +++ b/kristofersxyz/settings.py @@ -125,7 +125,6 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/4.0/howto/static-files/ -# STATIC_URL = Path.joinpath(BASE_DIR, "static") STATIC_URL = "/static/" STATIC_ROOT = BASE_PATH.joinpath("static") MEDIA_ROOT = BASE_PATH.joinpath("media") diff --git a/static/main/css/colors.css b/static/main/css/colors.css index c8c9559..8c393c4 100644 --- a/static/main/css/colors.css +++ b/static/main/css/colors.css @@ -2,7 +2,7 @@ --color-scale-black: #010409; --color-scale-white: #ffffff; - --color-scale-white-transparent-7: #ffffffbc; + --color-scale-white-transparent-70: #ffffffbc; --color-scale-gray-0: #f0f6fc; --color-scale-gray-1: #c9d1d9; @@ -42,12 +42,12 @@ --color-border-muted: var(--color-scale-gray-7); --color-header-bg-default: var(--color-scale-gray-8); - --color-header-bg-transparent: var(--color-scale-gray-8-transparent-5); - --color-header-text: var(--color-scale-white-transparent-7); + --color-header-bg-transparent: var(--color-scale-gray-8-transparent-50); + --color-header-text: var(--color-scale-white-transparent-70); --color-btn-text: var(--color-scale-gray-1); --color-btn-bg: var(--color-scale-gray-7); - --color-btn-border: var(--color-scale-gray-0-transparent-1); + --color-btn-border: var(--color-scale-gray-0-transparent-10); --color-btn-hover-bg: var(--color-scale-gray-6); --color-btn-hover-border: var(--color-scale-gray-3); --color-btn-active-border: var(--color-scale-gray-5); diff --git a/static/main/css/index.css b/static/main/css/index.css index 9b72fc0..2ea8d9c 100644 --- a/static/main/css/index.css +++ b/static/main/css/index.css @@ -15,12 +15,12 @@ .landing-title { position: absolute; margin: 1rem; - padding: 1rem; left: 0; right: 0; top: 30%; } -img { + +video { width: clamp(20rem, 50%, 70rem); } diff --git a/static/main/img/hello-there.webm b/static/main/img/hello-there.webm new file mode 100644 index 0000000..f67e186 Binary files /dev/null and b/static/main/img/hello-there.webm differ diff --git a/templates/main/index.html b/templates/main/index.html index d8e987e..f3c8421 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -14,10 +14,9 @@ {% block content %}
-
- Hello there. -
+

I'm Kristofers Solo