summaryrefslogtreecommitdiff
path: root/public/app
diff options
context:
space:
mode:
authorGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-13 18:57:13 +0300
committerGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-13 18:57:13 +0300
commiteaf1163d74e3cb06b898767192de6734808c0e9c (patch)
tree0ef3e4b4d21fdbb86b79655f151dc8a25a1893d7 /public/app
parent453c2d1183e9fcfe262a03e22365de5c76abd877 (diff)
downloadgyraf1gov-eaf1163d74e3cb06b898767192de6734808c0e9c.tar.gz
gyraf1gov-eaf1163d74e3cb06b898767192de6734808c0e9c.tar.bz2
gyraf1gov-eaf1163d74e3cb06b898767192de6734808c0e9c.zip
hotfixes for optimal rating on google speedtest; theme additions
Diffstat (limited to 'public/app')
-rw-r--r--public/app/views/components/theme.php52
-rw-r--r--public/app/views/user/login.php10
2 files changed, 57 insertions, 5 deletions
diff --git a/public/app/views/components/theme.php b/public/app/views/components/theme.php
index af05bda..b144c13 100644
--- a/public/app/views/components/theme.php
+++ b/public/app/views/components/theme.php
@@ -49,6 +49,12 @@ $theme_def = [
# --- summer ---
+ 's0' => [
+ 'css' => 'summer-00',
+ 'url' => 'https://unsplash.com/photos/7OT-2bsl3Fo',
+ 'label' => 'Aydin Hassan: Single hot air balloon at sunrise in Cappadocia, Turkey'
+ ],
+
's1' => [
'css' => 'summer-01',
'url' => 'https://www.freepik.com/free-photo/nazare-portugal_7487018.htm',
@@ -87,6 +93,50 @@ $theme_def = [
'label' => 'wirestock: View of a flock of birds flying into a beautiful sky during sunset'
],
+ /**
+ fall-12
+ https://unsplash.com/photos/Kdb6POEOSiE
+ Dave: Fog and Ripples (Door County, WI, USA)
+
+ fall-11
+ https://unsplash.com/photos/jCL98LGaeoE
+ Eberhard Grossgasteiger: Sass long, Langkofel, Sasso lungo, Val Gherdeina
+
+ fall-10
+ https://unsplash.com/photos/P8VMwYFY-Es
+ Romello Williams: Turks and Caicos Islands
+
+ !!! summer-14
+ https://unsplash.com/photos/Qw3w0oBH63s
+ Carolinie Cavalli: Blue Peaks in Hout Bay (Cape Town, South Africa)
+
+ !!! winter-12
+ https://unsplash.com/photos/RsRTIofe0HE
+ John Fowler: Near sunset at White Sands National Monument, New Mexico, USA
+
+ !!! spring-11
+ https://unsplash.com/photos/87MIF4vqHWg
+ Kent Pilcher: Selective focus photography of plant
+
+ !!! winter-15
+ https://unsplash.com/photos/dTSaC-S-7fs
+ Ricardo Gomez Angel: Silhouette of mountains during daytime
+
+
+ !!! winter-16
+ https://unsplash.com/photos/twukN12EN7c
+ Simon Berger: Altmünster am Traunsee, Neukirchen bei Altmünster, Oberösterreich, Österreich
+
+ !!! fall-18
+ https://unsplash.com/photos/tMvuB9se2uQ
+ Sergey Pesterev: Sunset in the mountains (Hurghada International Airport, Egypt)
+
+
+
+
+ ++++ https://unsplash.com/s/photos/landscape-nature-light?orientation=landscape
+ **/
+
# --- winter ---
@@ -141,7 +191,7 @@ $theme_def = [
$themes = [
- 'summer' => [ 's1', 's2', 's5', 'g9', 'g1', 's9' ],
+ 'summer' => [ 's1', 's2', 's5', 's0', 'g9', 'g1', 's9' ],
'fall' => [ 'f8', 's5', 'g4', 's2', 'f9' ],
diff --git a/public/app/views/user/login.php b/public/app/views/user/login.php
index 54972df..85bf3f8 100644
--- a/public/app/views/user/login.php
+++ b/public/app/views/user/login.php
@@ -4,6 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1">
<title><?=SITE_TITLE?> - Είσοδος Χρήστη</title>
+ <meta name="description" content="Πλατφόρμα ηλεκτρονικών αιτήσεων και δημιουργίας διαδικαστικών εγγράφων 1ου Γυμνάσιου Ραφήνας">
+ <meta name="keywords" content="Γυμνάσιο Ραφήνας, αιτήσεις, πλάτφόρμα, login">
<?php // header includes
////////////////////////////////////////////////////////////////////////
@@ -34,12 +36,12 @@
<hr />
<form method="post">
<div class="form-group">
- <label for="exampleInputEmail1">Email</label>
- <input type="email" class="form-control form-control-sm" name="email" aria-describedby="emailHelp" required>
+ <label for="email">Email</label>
+ <input type="email" class="form-control form-control-sm" name="email" aria-label="Email" required>
</div>
<div class="form-group">
- <label for="exampleInputPassword1">Κωδικός πρόσβασης</label>
- <input type="password" class="form-control form-control-sm" name="password" required>
+ <label for="password">Κωδικός πρόσβασης</label>
+ <input type="password" class="form-control form-control-sm" name="password" aria-label="Κωδικός πρόσβασης" required>
</div>
<br />
<div class="row justify-content-center"><div class="col-6">