diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index c18eca3..8f61c0e 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -2,7 +2,7 @@ - Welcome to CodeIgniter 4! + MERMS-GENERAL MEDIA @@ -13,10 +13,12 @@ * { transition: background-color 300ms ease, color 300ms ease; } + *:focus { background-color: rgba(221, 72, 20, .2); outline: none; } + html, body { color: rgba(33, 37, 41, 1); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; @@ -26,14 +28,23 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; + background-image: url("main-back.jpg"); + background-color: #cccccc; /* Fallback color */ + background-repeat: no-repeat; /* Prevents the image from repeating */ + background-position: center; /* Centers the image on the page */ + background-size: cover; /* Scales the image to cover the entire container */ + background-attachment: fixed; /* Keeps the image fixed in the viewport during scroll */ } + header { background-color: rgba(247, 248, 249, 1); padding: .4rem 0 0; } + .menu { padding: .4rem 2rem; } + header ul { border-bottom: 1px solid rgba(242, 242, 242, 1); list-style-type: none; @@ -42,9 +53,11 @@ padding: 0; text-align: right; } + header li { display: inline-block; } + header li a { border-radius: 5px; color: rgba(0, 0, 0, .5); @@ -52,6 +65,7 @@ height: 44px; text-decoration: none; } + header li.menu-item a { border-radius: 5px; margin: 5px 0; @@ -60,22 +74,26 @@ padding: .4rem .65rem; text-align: center; } + header li.menu-item a:hover, header li.menu-item a:focus { background-color: rgba(221, 72, 20, .2); color: rgba(221, 72, 20, 1); } + header .logo { float: left; height: 44px; padding: .4rem .5rem; } + header .menu-toggle { display: none; float: right; font-size: 2rem; font-weight: bold; } + header .menu-toggle button { background-color: rgba(221, 72, 20, .6); border: none; @@ -90,37 +108,45 @@ overflow: visible; width: 40px; } + header .menu-toggle button:hover, header .menu-toggle button:focus { background-color: rgba(221, 72, 20, .8); color: rgba(255, 255, 255, .8); } + header .heroe { margin: 0 auto; max-width: 1100px; padding: 1rem 1.75rem 1.75rem 1.75rem; } + header .heroe h1 { font-size: 2.5rem; font-weight: 500; } + header .heroe h2 { font-size: 1.5rem; font-weight: 300; } + section { margin: 0 auto; max-width: 1100px; padding: 2.5rem 1.75rem 3.5rem 1.75rem; } + section h1 { margin-bottom: 2.5rem; } + section h2 { font-size: 120%; line-height: 2.5rem; padding-top: 1.5rem; } + section pre { background-color: rgba(247, 248, 249, 1); border: 1px solid rgba(242, 242, 242, 1); @@ -131,65 +157,81 @@ white-space: pre-wrap; word-break: break-all; } + section code { display: block; } + section a { color: rgba(221, 72, 20, 1); } + section svg { margin-bottom: -5px; margin-right: 5px; width: 25px; } + .further { background-color: rgba(247, 248, 249, 1); border-bottom: 1px solid rgba(242, 242, 242, 1); border-top: 1px solid rgba(242, 242, 242, 1); } + .further h2:first-of-type { padding-top: 0; } + .svg-stroke { fill: none; stroke: #000; stroke-width: 32px; } + footer { background-color: rgba(221, 72, 20, .8); text-align: center; } + footer .environment { color: rgba(255, 255, 255, 1); padding: 2rem 1.75rem; } + footer .copyrights { background-color: rgba(62, 62, 62, 1); color: rgba(200, 200, 200, 1); padding: .25rem 1.75rem; } + @media (max-width: 629px) { header ul { padding: 0; } + header .menu-toggle { padding: 0 1rem; } + header .menu-item { background-color: rgba(244, 245, 246, 1); border-top: 1px solid rgba(242, 242, 242, 1); margin: 0 15px; width: calc(100% - 30px); } + header .menu-toggle { display: block; } + header .hidden { display: none; } + header li.menu-item a { background-color: rgba(221, 72, 20, .1); } + header li.menu-item a:hover, header li.menu-item a:focus { background-color: rgba(221, 72, 20, .7); @@ -202,130 +244,22 @@
- - -
- -

Welcome to CodeIgniter

- -

The small framework with powerful features

- +

MERMS-Media

-
- -

About this page

- -

The page you are looking at is being generated dynamically by CodeIgniter.

- -

If you would like to edit this page you will find it located at:

- -
app/Views/welcome_message.php
- -

The corresponding controller for this page can be found at:

- -
app/Controllers/Home.php
- -
- -
- -
- -

Go further

- -

- - Learn -

- -

The User Guide contains an introduction, tutorial, a number of "how to" - guides, and then reference documentation for the components that make up - the framework. Check the User Guide !

- -

- - Discuss -

- -

CodeIgniter is a community-developed open source project, with several - venues for the community members to gather and exchange ideas. View all - the threads on CodeIgniter's forum, or chat on Slack !

- -

- - Contribute -

- -

CodeIgniter is a community driven project and accepts contributions - of code and documentation from the community. Why not - - join us ?

- -
- -
- - - - - diff --git a/public/favicon.ico b/public/favicon.ico index 7ecfce2..7148422 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/main-back.jpg b/public/main-back.jpg new file mode 100644 index 0000000..4161705 Binary files /dev/null and b/public/main-back.jpg differ