added redirect file
This commit is contained in:
@@ -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>
|
||||
@@ -12,6 +12,7 @@
|
||||
gap: 10px;
|
||||
background: var(--bg);
|
||||
transition: left 0.3s;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#navbar-mobile.inactive {
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
position: relative;
|
||||
font-weight: normal;
|
||||
margin: 5px 0px 5px 0px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
@@ -130,6 +131,7 @@
|
||||
/* Color Switch */
|
||||
|
||||
.switch {
|
||||
user-select: none;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 52px;
|
||||
@@ -185,6 +187,7 @@ input:checked+.slider:before {
|
||||
/* Language Dropdown*/
|
||||
|
||||
.lang-dropdown {
|
||||
user-select: none;
|
||||
display: flex;
|
||||
gap: 3px;
|
||||
width: 91px;
|
||||
|
||||
Reference in New Issue
Block a user