Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding election banner #133

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions resources/views/components/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</head>
<body class="bg-gray-200 ">
<h1 class="text-6xl flex p-4 font-bold bg-yellow-400 text-red-800 border-y-4 justify-center border-black text-center">salisbury analytics <img src="{{ URL::asset('gully-removebg-preview.png') }}" alt="SUlogo" class= "w-16 h-16 hover:animate-pulse ml-8"/></h1>
<a href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsalisbury.co1.qualtrics.com%2Fjfe%2Fform%2FSV_9uJDW6lY6SgipjU&data=05%7C02%7Csgapres%40gulls.salisbury.edu%7C8bcd6a8450044e94effe08dc4dce831f%7C2472f1faf24f421badd7b01c4b49be07%7C0%7C0%7C638470796565385262%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=Scla2y2dWqLKAKn1xrZy2QuXrQ2Ltvt2MmRIX9jAG5k%3D&reserved=0" target="_blank" class="text-xl flex p-1 font-bold bg-red-800 hover:underline text-yellow-400 border-y-4 justify-center border-black text-center border-t-0">make your voice heard - vote in the SGA election now &#8594 </a>
<x-navbar></x-navbar>

{{$slot}}
Expand Down
Loading