From 2238305d6545c6fb92f00f8f24f72e8c1c1d7cbb Mon Sep 17 00:00:00 2001 From: boris Date: Thu, 17 Oct 2024 23:28:35 +0100 Subject: [PATCH] improve CSS on workshop 5 --- .idea/php.xml | 2 +- MVCtemplate-23-24/.idea/.gitignore | 8 + MVCtemplate-23-24/.idea/.name | 1 + MVCtemplate-23-24/.idea/MVCtemplate.iml | 9 + MVCtemplate-23-24/.idea/deployment.xml | 14 + MVCtemplate-23-24/.idea/encodings.xml | 5 + MVCtemplate-23-24/.idea/misc.xml | 5 + MVCtemplate-23-24/.idea/modules.xml | 9 + MVCtemplate-23-24/.idea/php.xml | 5 + .../.idea/scopes/scope_settings.xml | 5 + MVCtemplate-23-24/.idea/vcs.xml | 7 + MVCtemplate-23-24/Views/index.phtml | 11 + MVCtemplate-23-24/Views/page1.phtml | 5 + MVCtemplate-23-24/Views/template/footer.phtml | 15 + MVCtemplate-23-24/Views/template/header.phtml | 43 + MVCtemplate-23-24/css/my-style.css | 38 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes .../fonts/glyphicons-halflings-regular.svg | 229 ++ .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes MVCtemplate-23-24/images/new_uos_logo.jpg | Bin 0 -> 4033 bytes MVCtemplate-23-24/index.php | 5 + MVCtemplate-23-24/js/bootstrap.js | 1951 +++++++++++++++++ MVCtemplate-23-24/js/bootstrap.min.js | 6 + MVCtemplate-23-24/page1.php | 5 + MVCtemplate-23-24/phpinfo.php | 2 + error.log | 14 + workshop4/Models/Converter.php | 4 +- workshop5/Views/template/header.phtml | 13 +- 29 files changed, 2399 insertions(+), 12 deletions(-) create mode 100644 MVCtemplate-23-24/.idea/.gitignore create mode 100644 MVCtemplate-23-24/.idea/.name create mode 100644 MVCtemplate-23-24/.idea/MVCtemplate.iml create mode 100644 MVCtemplate-23-24/.idea/deployment.xml create mode 100644 MVCtemplate-23-24/.idea/encodings.xml create mode 100644 MVCtemplate-23-24/.idea/misc.xml create mode 100644 MVCtemplate-23-24/.idea/modules.xml create mode 100644 MVCtemplate-23-24/.idea/php.xml create mode 100644 MVCtemplate-23-24/.idea/scopes/scope_settings.xml create mode 100644 MVCtemplate-23-24/.idea/vcs.xml create mode 100644 MVCtemplate-23-24/Views/index.phtml create mode 100644 MVCtemplate-23-24/Views/page1.phtml create mode 100644 MVCtemplate-23-24/Views/template/footer.phtml create mode 100644 MVCtemplate-23-24/Views/template/header.phtml create mode 100644 MVCtemplate-23-24/css/my-style.css create mode 100644 MVCtemplate-23-24/fonts/glyphicons-halflings-regular.eot create mode 100644 MVCtemplate-23-24/fonts/glyphicons-halflings-regular.svg create mode 100644 MVCtemplate-23-24/fonts/glyphicons-halflings-regular.ttf create mode 100644 MVCtemplate-23-24/fonts/glyphicons-halflings-regular.woff create mode 100644 MVCtemplate-23-24/images/new_uos_logo.jpg create mode 100644 MVCtemplate-23-24/index.php create mode 100644 MVCtemplate-23-24/js/bootstrap.js create mode 100644 MVCtemplate-23-24/js/bootstrap.min.js create mode 100644 MVCtemplate-23-24/page1.php create mode 100644 MVCtemplate-23-24/phpinfo.php diff --git a/.idea/php.xml b/.idea/php.xml index a85fe78..57a5904 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,7 +10,7 @@