Skip to content

Commit

Permalink
Merge pull request #18 from SethSharp/christmas-2024
Browse files Browse the repository at this point in the history
Christmas 2024
  • Loading branch information
SethSharp authored Dec 1, 2024
2 parents 48143a9 + bc85d77 commit 9608847
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/app-logo.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a href="{{route('home')}}">
<img
src="{{ asset('images/logo.png') }}"
src="{{ asset('images/christmas-logo.png') }}"
alt="FramedJustForYou logo"
aria-label="Application logo"
class="object-cover w-full"
Expand Down
3 changes: 3 additions & 0 deletions resources/views/components/banners/christmas.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="bg-green-700 text-sm text-white text-center font-bold justify-center py-1">
Merry Christmas 2024!
</div>
10 changes: 3 additions & 7 deletions resources/views/components/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,14 @@
<link rel="icon" type="image/x-icon" href="{{ asset('images/favicon.ico') }}">

<!-- Alpine -->
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/[email protected]/dist/cdn.min.js"
integrity="sha384-eA6+k1peuuIgxPHwWoQHx6OoDZ7hFJ+SKfMOhop5+zMV4SWR5OWBMatbIdoqA4lZ"
crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"
integrity="sha384-iZD2X8o1Zdq0HR5H/7oa8W30WS4No+zWCKUPD7fHRay9I1Gf+C4F8sVmw7zec1wW"
crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/[email protected]/dist/cdn.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script>

@vite('resources/css/app.css')
</head>
<body class="font-mont font-medium antialiased">
<main class="bg-secondary-100">
<x-banners.main/>
<x-banners.christmas/>

<div>
<x-navigation/>
Expand Down

0 comments on commit 9608847

Please sign in to comment.