Skip to content

Commit

Permalink
Update image URLs and add assets folder to copy script
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy committed Dec 24, 2023
1 parent 19fced8 commit ab64320
Show file tree
Hide file tree
Showing 17 changed files with 1,310 additions and 720 deletions.
Binary file added assets/indigo-600-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 30 additions & 16 deletions components/CTA/shucta4.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
<section class="py-20">
<div class="container mx-auto px-4">
<div class="-mx-4 flex flex-wrap items-center">
<div class="mb-12 w-full px-4 md:mb-0 md:w-1/2">
<div class="mx-auto lg:max-w-md">
<h2 class="font-heading mb-6 text-3xl font-bold leading-tight md:text-4xl md:leading-tight lg:text-5xl lg:leading-tight">Expand your brand with this excellent extension tool</h2>
<p class="mb-8 text-base leading-relaxed text-gray-500 lg:text-xl lg:leading-relaxed">With this tool, you will get much better results at work and develop new skills. Will you take the risk of trying the latest version of our application?</p>
<a class="mb-3 inline-block rounded border border-indigo-500 bg-indigo-500 px-5 py-3 text-sm font-semibold text-white transition duration-200 hover:border-indigo-600 hover:bg-indigo-600 md:mb-0 md:mr-3" href="#">Try Demo</a>
</div>
</div>
<div class="w-full px-4 md:w-1/2">
<img class="w-full rounded-lg object-cover" src="https://shuffle.dev/plain-assets/images/indigo-600-square.png" alt="" />
</div>
</div>
</div>
</section>

<div class="container mx-auto px-4">
<div class="-mx-4 flex flex-wrap items-center">
<div class="mb-12 w-full px-4 md:mb-0 md:w-1/2">
<div class="mx-auto lg:max-w-md">
<h2
class="font-heading mb-6 text-3xl font-bold leading-tight md:text-4xl md:leading-tight lg:text-5xl lg:leading-tight"
>
Expand your brand with this excellent extension tool
</h2>
<p class="mb-8 text-base leading-relaxed text-gray-500 lg:text-xl lg:leading-relaxed">
With this tool, you will get much better results at work and develop new skills. Will you
take the risk of trying the latest version of our application?
</p>
<a
class="mb-3 inline-block rounded border border-indigo-500 bg-indigo-500 px-5 py-3 text-sm font-semibold text-white transition duration-200 hover:border-indigo-600 hover:bg-indigo-600 md:mb-0 md:mr-3"
href="#"
>Try Demo</a
>
</div>
</div>
<div class="w-full px-4 md:w-1/2">
<img
class="w-full rounded-lg object-cover"
src="https://tailwind.besoeasy.com/assets/indigo-600-square.png"
alt=""
/>
</div>
</div>
</div>
</section>
45 changes: 30 additions & 15 deletions components/CTA/shucta5.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
<section class="py-20">
<div class="container px-4 mx-auto">
<div class="flex flex-wrap items-center -mx-4">
<div class="w-full md:w-1/2 px-4 order-1 md:order-0">
<img class="w-full object-cover rounded-lg" src="https://shuffle.dev/plain-assets/images/indigo-600-square.png" alt="">
</div>
<div class="w-full md:w-1/2 px-4 md:order-1 mb-12 md:mb-0">
<div class="lg:max-w-md mx-auto">
<h2 class="mb-6 text-3xl leading-tight md:text-4xl md:leading-tight lg:text-5xl lg:leading-tight font-bold font-heading">Expand your brand with this excellent extension tool</h2>
<p class="mb-8 text-base leading-relaxed lg:text-xl lg:leading-relaxed text-gray-500">With this tool, you will get much better results at work and develop new skills. Will you take the risk of trying the latest version of our application?</p>
<a class="inline-block px-5 py-3 md:mr-3 mb-3 md:mb-0 text-sm bg-indigo-500 hover:bg-indigo-600 text-white font-semibold border border-indigo-500 hover:border-indigo-600 rounded transition duration-200" href="#">Try Demo</a>
</div>
</div>
</div>
</div>
</section>
<div class="container px-4 mx-auto">
<div class="flex flex-wrap items-center -mx-4">
<div class="w-full md:w-1/2 px-4 order-1 md:order-0">
<img
class="w-full object-cover rounded-lg"
src="https://tailwind.besoeasy.com/assets/indigo-600-square.png"
alt=""
/>
</div>
<div class="w-full md:w-1/2 px-4 md:order-1 mb-12 md:mb-0">
<div class="lg:max-w-md mx-auto">
<h2
class="mb-6 text-3xl leading-tight md:text-4xl md:leading-tight lg:text-5xl lg:leading-tight font-bold font-heading"
>
Expand your brand with this excellent extension tool
</h2>
<p class="mb-8 text-base leading-relaxed lg:text-xl lg:leading-relaxed text-gray-500">
With this tool, you will get much better results at work and develop new skills. Will you
take the risk of trying the latest version of our application?
</p>
<a
class="inline-block px-5 py-3 md:mr-3 mb-3 md:mb-0 text-sm bg-indigo-500 hover:bg-indigo-600 text-white font-semibold border border-indigo-500 hover:border-indigo-600 rounded transition duration-200"
href="#"
>Try Demo</a
>
</div>
</div>
</div>
</div>
</section>
Loading

0 comments on commit ab64320

Please sign in to comment.