diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-13 18:57:13 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-13 18:57:13 +0300 |
| commit | eaf1163d74e3cb06b898767192de6734808c0e9c (patch) | |
| tree | 0ef3e4b4d21fdbb86b79655f151dc8a25a1893d7 /public/app/views/components/theme.php | |
| parent | 453c2d1183e9fcfe262a03e22365de5c76abd877 (diff) | |
| download | gyraf1gov-eaf1163d74e3cb06b898767192de6734808c0e9c.tar.gz gyraf1gov-eaf1163d74e3cb06b898767192de6734808c0e9c.tar.bz2 gyraf1gov-eaf1163d74e3cb06b898767192de6734808c0e9c.zip | |
hotfixes for optimal rating on google speedtest; theme additions
Diffstat (limited to 'public/app/views/components/theme.php')
| -rw-r--r-- | public/app/views/components/theme.php | 52 |
1 files changed, 51 insertions, 1 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' ], |
