-
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.
Update image URLs and add assets folder to copy script
- Loading branch information
Showing
17 changed files
with
1,310 additions
and
720 deletions.
There are no files selected for viewing
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,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> |
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,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> |
Oops, something went wrong.