Merge branch 'main' of https://git.bib.de/PBA3H22AJO/ProbelaufZoo
This commit is contained in:
commit
a2fa71799e
52
index.html
52
index.html
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<<<<<<< HEAD
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@ -26,6 +27,28 @@
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
=======
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="Styles/style.css">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/>
|
||||
<title>ZooWebsite</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navbar -->
|
||||
<nav>
|
||||
<a><img>logo</a>
|
||||
<ul>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
</nav>
|
||||
>>>>>>> b6709c537aad53c77ce742111eb198c5148556eb
|
||||
|
||||
<!-- Über Uns Section -->
|
||||
<section>
|
||||
@ -45,8 +68,24 @@
|
||||
<div class="swiper-pagination"></div>
|
||||
</div>
|
||||
</div>
|
||||
<<<<<<< HEAD
|
||||
</nav>
|
||||
</section>
|
||||
=======
|
||||
<!-- Text content -->
|
||||
<div class="col-md-6">
|
||||
<h2>Text on the Right</h2>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed gravida, justo eget sagittis malesuada, leo velit lobortis orci, ac sodales lectus ipsum in libero. Phasellus hendrerit justo et risus blandit, nec ultricies ligula facilisis. Pellentesque luctus, justo id vehicula consectetur, metus tortor auctor felis, eget eleifend lorem neque eget lectus. Cras semper, velit non gravida pellentesque, elit lectus rhoncus eros, nec malesuada est nulla eu metus.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Öffnungszeiten Section -->
|
||||
<section>
|
||||
<h1>Öffnungszeiten</h1>
|
||||
<p>Öffnungszeiten</p>
|
||||
</section>
|
||||
>>>>>>> b6709c537aad53c77ce742111eb198c5148556eb
|
||||
|
||||
<!-- Öffnungszeiten Section -->
|
||||
<section class="container d-flex" id="openingHours">
|
||||
@ -84,6 +123,7 @@
|
||||
<p>Patenshop</p>
|
||||
</section>
|
||||
|
||||
<<<<<<< HEAD
|
||||
<!-- Footer -->
|
||||
<footer class="container-fluid d-flex bg-dark">
|
||||
<img src="Src/zoowebseite-high-resolution-logo-transparent.png" height="200" class="align-self-center">
|
||||
@ -95,6 +135,18 @@
|
||||
<li></li>
|
||||
</div>
|
||||
</footer>
|
||||
=======
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<ul>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
</footer>
|
||||
>>>>>>> b6709c537aad53c77ce742111eb198c5148556eb
|
||||
|
||||
<!-- JavaScript -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user