Updated styling
This commit is contained in:
parent
c7140be2ee
commit
5b5cb3e177
|
|
@ -31,5 +31,12 @@
|
|||
@source '../../vendor/m21/formkit/resources/views/**/*.blade.php';
|
||||
|
||||
@theme {
|
||||
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
--font-sans: 'Nunito', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Nunito";
|
||||
src: url('../fonts/Nunito/Nunito-VariableFont_wght.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
BIN
resources/fonts/Nunito/Nunito-VariableFont_wght.ttf
Normal file
BIN
resources/fonts/Nunito/Nunito-VariableFont_wght.ttf
Normal file
Binary file not shown.
|
|
@ -1,4 +1,20 @@
|
|||
<div>
|
||||
<div class="bg-gradient-to-r from-teal-50 to-purple-50 border border-teal-200 rounded-lg p-6 mb-6">
|
||||
<h1 class="text-3xl font-bold text-gray-800 mb-2">Creative Faces</h1>
|
||||
<h2 class="text-xl font-semibold text-teal-600 mb-4 italic">"Youth Empowerment Through Makeup Artistry"</h2>
|
||||
|
||||
<div class="prose prose-gray max-w-none">
|
||||
<p class="text-gray-700 leading-relaxed mb-4">
|
||||
The Ministry of Sport and Youth Affairs, in partnership with <strong>Sacha Cosmetics Ltd.</strong>, invites young people to join a
|
||||
two-day introductory workshop in Makeup Artistry—a creative, hands-on experience focused on developing new skills and
|
||||
confidence under professional mentorship.
|
||||
</p>
|
||||
|
||||
<p>Participants must bring a freestanding tabletop mirror for use during the training.</p>
|
||||
|
||||
<p>Participants must be 18 to 35 years old.</p>
|
||||
</div>
|
||||
</div>
|
||||
<form wire:submit="create">
|
||||
{{ $this->form }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue