Skip to content

Commit

Permalink
Update newsletter-signup-example.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 2, 2024
1 parent 540f0b9 commit b79b7ee
Showing 1 changed file with 52 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,54 @@
<x-hyde-ui::layouts.focus>
<x-hyde-ui::card class="mx-auto">
<x-slot name="title">
Let your creativity flow!
</x-slot>

<x-slot name="main" style="padding-top: 0; padding-bottom: 0;">
<x-hyde-ui::prose>
<x-hyde-ui::markdown>
The UI kit is minimal by design. It's up to **you** to create something _amazing_.

Maybe create a form to collect newsletter subscriptions?
</x-hyde-ui::markdown>
</x-hyde-ui::prose>
</x-slot>

<x-slot name="footer" class="flex text-center justify-center">
<x-hyde-ui::input placeholder="Enter email" />

<x-hyde-ui::button-primary>
Subscribe
</x-hyde-ui::button-primary>
</x-slot>
</x-hyde-ui::card>
<div class="flex">
<div class="light">
<x-hyde-ui::card class="mx-auto">
<x-slot name="title">
Let your creativity flow!
</x-slot>

<x-slot name="main" style="padding-top: 0; padding-bottom: 0;">
<x-hyde-ui::prose>
<x-hyde-ui::markdown>
The UI kit is minimal by design. It's up to **you** to create something _amazing_.

Maybe create a form to collect newsletter subscriptions?
</x-hyde-ui::markdown>
</x-hyde-ui::prose>
</x-slot>

<x-slot name="footer" class="flex text-center justify-center">
<x-hyde-ui::input placeholder="Enter email" />

<x-hyde-ui::button-primary>
Subscribe
</x-hyde-ui::button-primary>
</x-slot>
</x-hyde-ui::card>
</div>
<div class="dark">
<x-hyde-ui::card class="mx-auto">
<x-slot name="title">
Let your creativity flow!
</x-slot>

<x-slot name="main" style="padding-top: 0; padding-bottom: 0;">
<x-hyde-ui::prose>
<x-hyde-ui::markdown>
The UI kit is minimal by design. It's up to **you** to create something _amazing_.

Maybe create a form to collect newsletter subscriptions?
</x-hyde-ui::markdown>
</x-hyde-ui::prose>
</x-slot>

<x-slot name="footer" class="flex text-center justify-center">
<x-hyde-ui::input placeholder="Enter email" />

<x-hyde-ui::button-primary>
Subscribe
</x-hyde-ui::button-primary>
</x-slot>
</x-hyde-ui::card>
</div>
</div>
</x-hyde-ui::layouts.focus>

0 comments on commit b79b7ee

Please sign in to comment.