Skip to content

Commit

Permalink
Footer merge everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 5, 2024
1 parent 914ce24 commit 957a77a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
1 change: 1 addition & 0 deletions resources/views/components/logged-out.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
<body class="font-sans min-h-screen bg-gray-50 antialiased">
@include('layouts.navigation.logged-out')
{{ $slot }}
@include('layouts.footer')
</body>
</html>
26 changes: 5 additions & 21 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Laravel</title>

<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=figtree:400,600&display=swap" rel="stylesheet"/>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
@vite(['resources/css/app.css', 'resources/js/app.js'])
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">

</head>
<body class="font-sans antialiased">
@include('layouts.navigation.logged-out')
<x-logged-out>
<x-slot name="title">
Home - Premium Essay Writing Services for College Students
</x-slot>
<div class="bg-gray-50">
<div class="container mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="flex px-1 sm:px-4 lg:px-8 flex-col md:flex-row items-center justify-between">
Expand Down Expand Up @@ -120,7 +106,5 @@ class="w-12 h-12 rounded-full object-cover mr-4"
</div>
</div>

@include('layouts.footer')
</div>
</body>
</html>
</x-logged-out>

0 comments on commit 957a77a

Please sign in to comment.