Commit 4fe23d03 authored by Julien Sailly's avatar Julien Sailly
Browse files

feat: adding images

parent 27b4fa39
Loading
Loading
Loading
Loading
+6.46 KiB
Loading image diff...
(48.6 KiB)

File moved.

public/logo.png

deleted100644 → 0
+0 −0

Empty file deleted.

+1 −1
Original line number Diff line number Diff line
<footer class="w-full flex flex-row sm:grid sm:grid-cols-3 bg-[#002550] h-36 items-center">
  <div class='w-full bg-blue-700  h-full flex flex-row items-center px-4'>
    <img src='../../img/logo.png' class="h-[90%] w-full" alt=''>
    <img src='{{ asset("/images/logo-cn.png") }}' class="w-full" alt=''>
  </div>
  <div class='text-white bg-blue-700 h-full w-1/2 justify-end'
      style="clip-path: ellipse(75% 75% at 0 33%);">
Loading