From 06c956d92255311f3eb7b0d6f83bcf604a6e0f47 Mon Sep 17 00:00:00 2001 From: Luka Hietala Date: Fri, 31 Oct 2025 12:26:42 +0200 Subject: [PATCH] =?UTF-8?q?lis=C3=A4=C3=A4=20harjoituspaikkap=C3=B6yt?= =?UTF-8?q?=C3=A4=20containeriin=20ja=20paranna=20tyylej=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 7 ++++++- public/harjoittelupaikat.php | 32 +++++++++++++++++--------------- src/footer.php | 12 ++++++------ src/header.php | 4 ++-- 4 files changed, 31 insertions(+), 24 deletions(-) diff --git a/css/style.css b/css/style.css index adb48c9..023f3c0 100755 --- a/css/style.css +++ b/css/style.css @@ -93,4 +93,9 @@ footer{ .navigaatio-osio a:hover { color: var(--main-color) -} \ No newline at end of file +} + +footer { + color: var(--main-gray); +} + diff --git a/public/harjoittelupaikat.php b/public/harjoittelupaikat.php index d04c826..b4fdae7 100644 --- a/public/harjoittelupaikat.php +++ b/public/harjoittelupaikat.php @@ -30,22 +30,24 @@ LisÀÀ harjoittelupaikka
- - - - - - - +
+
NimiOhjaajaYhteystiedot
- " . $harjoittelupaikka["nimi"] . ""; - echo ""; - echo ""; - ?> - - -
" . $harjoittelupaikka["ohjaaja"] . "" . $harjoittelupaikka["yhteystiedot"] . "
+ Nimi + Ohjaaja + Yhteystiedot + + + + " . $harjoittelupaikka["nimi"] . ""; + echo "" . $harjoittelupaikka["ohjaaja"] . ""; + echo "" . $harjoittelupaikka["yhteystiedot"] . ""; + ?> + + + +
diff --git a/src/footer.php b/src/footer.php index d6a5bf5..aabd4b6 100644 --- a/src/footer.php +++ b/src/footer.php @@ -1,7 +1,7 @@ \ No newline at end of file +
+

© 🐟|🌱|πŸ‘“πŸ‘¨β€πŸ’Ό|🍻🧊

+ + + Takaisin alkuun + \ No newline at end of file diff --git a/src/header.php b/src/header.php index 29a06ca..bbf2d90 100644 --- a/src/header.php +++ b/src/header.php @@ -16,12 +16,12 @@ $conn->close(); {$tunnus}"; echo "Β·"; echo "Kirjaudu ulos"; if ($op) { echo "Β·"; - echo "Admin paneeli"; + echo "Hallintapaneeli"; } } else { -- 2.47.3