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;
|
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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user