From 62983eb50ffce14469f0855dbfd98e371166b61a Mon Sep 17 00:00:00 2001 From: AWADO <habiburrahman.dastageeri@hft-stuttgart.de> Date: Tue, 12 Jan 2021 20:44:32 +0000 Subject: [PATCH] Update index.html --- public/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 0d4565d..f872399 100644 --- a/public/index.html +++ b/public/index.html @@ -96,14 +96,13 @@ <!-- ------------------------------------------------------------------------------------------------------------------------------- --> <!-- Ć„NDERUNGEN NUR AB HIER VORNEHMEN --> - <!-- PROJEKTE BITTE HIER EINTRAGEN --> - <!-- 1 Zeile --> + <!-- 1 ZEILE DER PROJEKTĆBERSICHT --> <div class="album py-5 bg-light topDownPadding"> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="card mb-4 shadow-sm extension"> - <!-- BEISPIELPROJEKTE --> + <!-- BEISPIELPROJEKT 1 --> <h5>Titel Beipsielprojekt</h5> <!-- <svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"/><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> --> <img class="thumbimg" src="imgs/thumbnails/beispiel.PNG" alt=""> @@ -112,7 +111,7 @@ </div> <div class="d-flex justify-content-between align-items-center btnGroupDiv"> <div class="btn-group"> - <form action="beispiel.html" class="form-signin" method="GET"> + <form action="src/beispiel.html" class="form-signin" method="GET"> <button type="submit" class="btn btn-sm btn-outline-secondary">Details</button> </form> </div> -- GitLab