mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-11-01 22:22:32 +01:00
implement responsive header
This commit is contained in:
@@ -4,9 +4,22 @@ import ThemeSwitch from "@components/ThemeSwitch";
|
||||
export default function Header() {
|
||||
return (
|
||||
<header className="header">
|
||||
{/* Mobile Top Row Header */}
|
||||
<div className="header-mobile">
|
||||
<div className="logo">
|
||||
<h1>Meister</h1>
|
||||
</div>
|
||||
<div className="control">
|
||||
<ThemeSwitch />
|
||||
<div>Language</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* END: Mobile Top Row Header */}
|
||||
|
||||
<div className="logo">
|
||||
<h1>Meister</h1>
|
||||
</div>
|
||||
|
||||
<div className="links">
|
||||
<a href="">About</a>
|
||||
<a href="">Skills</a>
|
||||
|
||||
Reference in New Issue
Block a user