Merge branch 'main' of https://git.bib.de/PBA3H22AJO/ProbelaufZoo
This commit is contained in:
commit
3639416d57
23
index.html
23
index.html
@ -9,16 +9,25 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Navbar -->
|
<!-- Navbar -->
|
||||||
<nav>
|
|
||||||
<a><img>logo</a>
|
|
||||||
|
|
||||||
<li></li>
|
<nav class="navbar sticky-top navbar-expand-lg bg-body-tertiary bg-dark border-bottom border-body" data-bs-theme="dark">
|
||||||
<li></li>
|
<div class="container-fluid">
|
||||||
<li></li>
|
<a class="navbar-brand" href="#"><img src="Src/zoowebseite-high-resolution-logo-transparent.png" alt="Logo" width="120" height="120" class="d-inline-block align-text"></a>
|
||||||
<li></li>
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<li></li>
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
|
||||||
|
<div class="navbar-nav">
|
||||||
|
<a class="nav-link active" aria-current="page" href="#">Über uns</a>
|
||||||
|
<a class="nav-link" href="#openingHours">Öffnungszeiten</a>
|
||||||
|
<a class="nav-link" href="#">Patenshop</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Über Uns Section -->
|
<!-- Über Uns Section -->
|
||||||
<section>
|
<section>
|
||||||
<h1>Über Uns</h1>
|
<h1>Über Uns</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user