diff --git a/database/database.sqlite b/database/database.sqlite index f7e681b..e69de29 100644 Binary files a/database/database.sqlite and b/database/database.sqlite differ diff --git a/public/css/home.css b/public/css/home.css index e69de29..9edb02c 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -0,0 +1,120 @@ +.box { + display:flex; + flex-direction: row; + justify-content: space-around; + padding: 2%; + line-height: 150%; +} + +.box2 { + width: 60%; +} + +.sign { + background-image: url("../img/signtropstylezebi.png"); + width: 20%; + padding: 2.5%; + margin-left: 2%; + border: solid; + border-color: black; + border-width: 6px; +} + +.subsign { + background-image: url("../img/signtropstylezebi.png"); + height: 33.8%; + margin-bottom: 5%; + padding: 2.5%; + border: solid; + border-color: black; + border-width: 6px; + text-align: justify; +} + +.slider { + width: 100%; + position: relative; +} + +.slider-viewport { + width: 100%; + height: 400px; + overflow: hidden; +} + +.slider-content { + display: grid; + grid-auto-flow: column; + justify-content: center; + align-items: center; + -webkit-transition: 1s all; + transition: 1s all; +} + +.slider-content img { + max-width: 100%; + height: 400px; +} + +.slider-nav { + position: absolute; + width: 100%; + bottom: -30px; + margin-top: 10px; + text-align: center; +} + +.slider-nav a { + -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3); + box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3); + display: inline-block; + background-color: #adafbc; + width: 15px; + height: 15px; + margin: 0 3px; +} + +.slider-nav a:hover { + background-color: #fff; + -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8); + box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8); +} + +#title { + font-size: x-large; + padding-bottom: 10px; +} + +.button { + display: flex; + align-items: center; + justify-content: center; + margin-top: 15px; +} + +button { + background-image: url("../img/widget.png"); + background-size: 100% 100%; + font-family: 'Minecraft', sans-serif; + cursor: pointer; + color: white; + border : solid; + border-color: black; + border-width: 1px; + padding: 2%; + padding-left: 6%; + padding-right: 6%; + margin-top: 2.5%; + margin-left: 10%; + margin-right: 10%; +} + +.button input { + width: 40%; + padding: 10px; +} + +button:hover{ + background-image: url("../img/widgetclicked.png"); + border-color: white; +} diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index ad4b035..bd58138 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -1,2 +1,105 @@ -
Bienvenue ! Hmmm huurrrr hrm huh.
\ No newline at end of file + + + +