added redirect file

This commit is contained in:
2026-05-09 00:19:10 +02:00
parent f50d76e033
commit 249b481af5
3 changed files with 17 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://portfolio.marvinkrausser.com">
<title>Redirecting...</title>
</head>
<body>
<p>Redirecting to <a href="https://portfolio.marvinkrausser.com">portfolio.marvinkrausser.com</a></p>
</body>
</html>
+1
View File
@@ -12,6 +12,7 @@
gap: 10px; gap: 10px;
background: var(--bg); background: var(--bg);
transition: left 0.3s; transition: left 0.3s;
user-select: none;
} }
#navbar-mobile.inactive { #navbar-mobile.inactive {
+3
View File
@@ -72,6 +72,7 @@
position: relative; position: relative;
font-weight: normal; font-weight: normal;
margin: 5px 0px 5px 0px; margin: 5px 0px 5px 0px;
user-select: none;
} }
.nav-link { .nav-link {
@@ -130,6 +131,7 @@
/* Color Switch */ /* Color Switch */
.switch { .switch {
user-select: none;
position: relative; position: relative;
display: inline-block; display: inline-block;
width: 52px; width: 52px;
@@ -185,6 +187,7 @@ input:checked+.slider:before {
/* Language Dropdown*/ /* Language Dropdown*/
.lang-dropdown { .lang-dropdown {
user-select: none;
display: flex; display: flex;
gap: 3px; gap: 3px;
width: 91px; width: 91px;