Skip to content

Commit

Permalink
Merge pull request #45 from thedevdojo/addingPhosphorIcons
Browse files Browse the repository at this point in the history
Adding latest updatest to include the links to the dashboard templates
  • Loading branch information
tnylea authored Feb 19, 2024
2 parents 5de41fa + a0bd56d commit 6856d4f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
17 changes: 16 additions & 1 deletion stubs/class/resources/views/pages/dashboard/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,22 @@
<div class="flex flex-col items-stretch flex-1 h-100">
<div class="flex flex-col items-stretch flex-1 pb-5 mx-auto h-100 min-h-[500px] w-full">
<div class="relative flex-1 w-full h-100">
<x-ui.placeholder />
<div class="flex justify-between items-center w-full h-100 bg-pink- overflow-hidden border border-dashed bg-gradient-to-br from-white to-zinc-50 rounded-lg border-zinc-200 max-h-[500px]">
<div class="relative flex flex-col p-10">
<div class="flex items-center space-x-1.5 text-lg border-b border-dotted border-zinc-200 pb-5 mb-5 font-bold uppercase">
<x-ui.logo class="block w-auto text-gray-800 fill-current h-7 dark:text-gray-200" />
<span>Genesis</span>
</div>
<p class="mb-5 text-sm text-zinc-500">This is the default dashboard which you can use and customize. Alternatively we also have three dashboard starter templates available.</p>
<p class="text-sm text-zinc-500">You can get all three designs, each with dark mode for only $29. Learn more below.</p>
<div class="flex items-center my-6 space-x-3">
<x-ui.button href="https://tonylea.lemonsqueezy.com/checkout/buy/7b997498-2512-4d24-8aa6-6027c5a22922?logo=0" tag="a" target="_blank" type="primary"><x-phosphor-storefront-duotone class="w-4 h-4 mr-1" /> Get It Here</x-ui.button>
<x-ui.button href="https://www.youtube.com/watch?v=bkdXxmeh0Aw" tag="a" target="_blank" type="secondary"><x-phosphor-popcorn-duotone class="w-4 h-4 mr-1" />Video Preview</x-ui.button>
</div>
<p class="text-sm text-zinc-600">Thanks for using Genesis ✌️</p>
</div>
<img src="https://cdn.devdojo.com/images/february2024/dashboards.png" alt="Dashboard" class="object-cover w-2/3 h-full rounded-lg" />
</div>
</div>
</div>
</div>
Expand Down
17 changes: 16 additions & 1 deletion stubs/default/resources/views/pages/dashboard/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,22 @@
<div class="flex flex-col items-stretch flex-1 h-100">
<div class="flex flex-col items-stretch flex-1 pb-5 mx-auto h-100 min-h-[500px] w-full">
<div class="relative flex-1 w-full h-100">
<x-ui.placeholder />
<div class="flex justify-between items-center w-full h-100 bg-pink- overflow-hidden border border-dashed bg-gradient-to-br from-white to-zinc-50 rounded-lg border-zinc-200 max-h-[500px]">
<div class="relative flex flex-col p-10">
<div class="flex items-center space-x-1.5 text-lg border-b border-dotted border-zinc-200 pb-5 mb-5 font-bold uppercase">
<x-ui.logo class="block w-auto text-gray-800 fill-current h-7 dark:text-gray-200" />
<span>Genesis</span>
</div>
<p class="mb-5 text-sm text-zinc-500">This is the default dashboard which you can use and customize. Alternatively we also have three dashboard starter templates available.</p>
<p class="text-sm text-zinc-500">You can get all three designs, each with dark mode for only $29. Learn more below.</p>
<div class="flex items-center my-6 space-x-3">
<x-ui.button href="https://tonylea.lemonsqueezy.com/checkout/buy/7b997498-2512-4d24-8aa6-6027c5a22922?logo=0" tag="a" target="_blank" type="primary"><x-phosphor-storefront-duotone class="w-4 h-4 mr-1" /> Get It Here</x-ui.button>
<x-ui.button href="https://www.youtube.com/watch?v=bkdXxmeh0Aw" tag="a" target="_blank" type="secondary"><x-phosphor-popcorn-duotone class="w-4 h-4 mr-1" />Video Preview</x-ui.button>
</div>
<p class="text-sm text-zinc-600">Thanks for using Genesis ✌️</p>
</div>
<img src="https://cdn.devdojo.com/images/february2024/dashboards.png" alt="Dashboard" class="object-cover w-2/3 h-full rounded-lg" />
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 6856d4f

Please sign in to comment.