diff --git a/public/img/cpne.jpg b/public/img/cpne.jpg new file mode 100644 index 0000000..f3f3ab3 Binary files /dev/null and b/public/img/cpne.jpg differ diff --git a/public/img/cpne.png b/public/img/cpne.png new file mode 100644 index 0000000..ecf2311 Binary files /dev/null and b/public/img/cpne.png differ diff --git a/public/img/discord.svg b/public/img/discord.svg new file mode 100644 index 0000000..81f2c15 --- /dev/null +++ b/public/img/discord.svg @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/public/img/entreprise_immo_1.png b/public/img/entreprise_immo_1.png new file mode 100644 index 0000000..022b1bb Binary files /dev/null and b/public/img/entreprise_immo_1.png differ diff --git a/public/img/entreprise_immo_2.jpeg b/public/img/entreprise_immo_2.jpeg new file mode 100644 index 0000000..31b7114 Binary files /dev/null and b/public/img/entreprise_immo_2.jpeg differ diff --git a/public/img/entreprise_immo_3.png b/public/img/entreprise_immo_3.png new file mode 100644 index 0000000..a90cdf8 Binary files /dev/null and b/public/img/entreprise_immo_3.png differ diff --git a/public/img/entreprise_immo_4.png b/public/img/entreprise_immo_4.png new file mode 100644 index 0000000..d3cebef Binary files /dev/null and b/public/img/entreprise_immo_4.png differ diff --git a/public/img/entreprise_immo_5.webp b/public/img/entreprise_immo_5.webp new file mode 100644 index 0000000..b0cf183 Binary files /dev/null and b/public/img/entreprise_immo_5.webp differ diff --git a/public/img/entreprise_immo_6.png b/public/img/entreprise_immo_6.png new file mode 100644 index 0000000..db666c4 Binary files /dev/null and b/public/img/entreprise_immo_6.png differ diff --git a/public/img/facebook.svg b/public/img/facebook.svg new file mode 100644 index 0000000..2b42c69 --- /dev/null +++ b/public/img/facebook.svg @@ -0,0 +1,4 @@ + + \ No newline at end of file diff --git a/public/img/infomaniak.png b/public/img/infomaniak.png new file mode 100644 index 0000000..3d4b42c Binary files /dev/null and b/public/img/infomaniak.png differ diff --git a/public/img/linkedin.svg b/public/img/linkedin.svg new file mode 100644 index 0000000..6f9ebb0 --- /dev/null +++ b/public/img/linkedin.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/public/img/panoee.png b/public/img/panoee.png new file mode 100644 index 0000000..9123fa9 Binary files /dev/null and b/public/img/panoee.png differ diff --git a/resources/css/app.css b/resources/css/app.css index 92abe0d..d96a167 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -58,4 +58,56 @@ @layer utilities { -ms-overflow-y-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } + + .social-icon-in { + animation: 0.2s social-icon-in-anim ease-out forwards; + } + + .social-icon-out { + animation: 0.2s social-icon-out-anim ease-in forwards; + } + + .slider { + position: absolute; + left: -50%; + animation-name: slide; + animation-duration: 18s; + animation-iteration-count: infinite; + animation-timing-function: linear; + animation-delay: var(--delay); + } + + @keyframes social-icon-in-anim { + from { + background-color: inherit; + transform: scale(1); + } + to { + background-color: rgb(234 88 12 / 0.8); + transform: scale(0.9); + } + } + + @keyframes social-icon-out-anim { + from { + background-color: rgb(234 88 12 / 0.8); + transform: scale(0.9); + } + to { + background-color: inherit; + transform: scale(1); + } + } + + @keyframes slide { + from { + left: -25%; + } + to { + left: 100%; + } + } + } + + diff --git a/resources/views/demo.blade.php b/resources/views/demo.blade.php index d243d75..5682f47 100644 --- a/resources/views/demo.blade.php +++ b/resources/views/demo.blade.php @@ -1,10 +1,10 @@ @extends("layout") @section("content") -