-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andy Newhouse
committed
Oct 25, 2024
1 parent
a3d0a73
commit 280dc55
Showing
4 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<div {{ $attributes->merge(['class' => 'relative']) }}> | ||
<div class="absolute flex items-center justify-center w-full h-1/2 bottom-8"> | ||
<div> | ||
<h1 id="name" class="mb-2 text-4xl font-semibold leading-none tracking-wide text-center font-raleway">{{ $user->name }}</h1> | ||
<h1 id="name" class="mb-2 text-4xl font-semibold leading-none tracking-wide text-center font-sans">{{ $user->name }}</h1> | ||
<p id="pronouns" class="mb-1 font-sans text-2xl leading-none text-center">{{ $user->pronouns }}</p> | ||
</div> | ||
</div> | ||
<img src="{{ $event->getFirstMediaUrl('name_badge') ?? asset('img/mblgtacc30-name-badge-blank.jpg') }}" class="w-full" alt="Name Badge Background"> | ||
<img src="{{ asset('img/mblgtacc2024-name-badge-blank.png') }}" class="w-full" alt="Name Badge Background"> | ||
|
||
{{ $slot }} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<div class="space-y-4"> | ||
<div class="px-4 py-2 text-gray-200 bg-red-500 rounded"> | ||
<p>You do not have a ticket.</p> | ||
</div> | ||
</div> |