Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hafeja authored Jun 21, 2024
1 parent 1965a94 commit 25dd854
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>inputfuerdeinglaubensleben</title>
<link href="css/style.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
Expand All @@ -17,7 +17,7 @@
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./images/usb-logo.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
<img src="./usb-logo.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Input für dein Glaubensleben</h1>
Expand Down Expand Up @@ -96,7 +96,7 @@ <h3 class="fs-2 text-body-emphasis">Gemeinschaft</h3>
<div class="p-5 mb-4 bg-body-tertiary rounded-3">
<div class="container-fluid py-5 text-center">
<h1 class="display-6 fw-bold">"Vom Kern ernähren anstatt von der Schale."</h1>
<img id="profile-image" src="./images/David-Brainerd-BW.jpg" alt="david brainerd portrait">
<img id="profile-image" src="./David-Brainerd-BW.jpg" alt="david brainerd portrait">
<p>David Brainerd</p>
</div>
</div>
Expand All @@ -107,14 +107,14 @@ <h1 class="display-6 fw-bold">"Vom Kern ernähren anstatt von der Schale."</h1>
</section>
<!-- Footer -->
<section id="footer" class="gradient-background">
<div class="container">
<div class="container">
<footer class="py-3 my-4">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Home</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Terminübersicht</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Kontakt</a></li>
</ul>
<p class="text-center text-body-secondary">© 2024 Company, Inc</p>
<p class="text-center text-body-secondary">©Fellerdilln</p>
</footer>
</div>
</section>
Expand Down

0 comments on commit 25dd854

Please sign in to comment.