|
|
|
@ -8,7 +8,7 @@ const TopNavBar = () => {
|
|
|
|
|
<div className="topNavBar">
|
|
|
|
|
<ul className="topBar">
|
|
|
|
|
<li>
|
|
|
|
|
<Link to="/"><img src={logoSORIT} className="SpinLogo" alt="Logo Oborové rady IT" width="60px"/></Link>
|
|
|
|
|
<Link to="/"><img src={logoSORIT} className="SpinLogo" alt="Logo Oborové rady IT" width="60"/></Link>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<ul className="shapeShiftBar">
|
|
|
|
@ -34,13 +34,11 @@ const TopNavBar = () => {
|
|
|
|
|
<li>
|
|
|
|
|
<ul className="mobileBar">
|
|
|
|
|
<li className="dropdown">
|
|
|
|
|
<h3>
|
|
|
|
|
<svg viewBox="0 0 100 80" width="40" height="40" alt="Menu">
|
|
|
|
|
<svg viewBox="0 0 100 80" width="40" height="40">
|
|
|
|
|
<rect width="100" height="20" fill="#4b423c"></rect>
|
|
|
|
|
<rect y="30" width="100" height="20" fill="#4b423c"></rect>
|
|
|
|
|
<rect y="60" width="100" height="20" fill="#4b423c"></rect>
|
|
|
|
|
</svg>
|
|
|
|
|
</h3>
|
|
|
|
|
<ul className="dropdownContent">
|
|
|
|
|
<li><Link to="/o-seznamovaku"><h3>Seznamováky</h3></Link></li>
|
|
|
|
|
<li><Link to="/vecirky"><h3>Večírky</h3></Link></li>
|
|
|
|
|