Skip to content

Commit 2975674

Browse files
committed
WIP
1 parent be4209e commit 2975674

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

src/App.vue

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<section class="container px-4 pb-20 mx-auto">
1010
<div class="lg:flex lg:items-center lg:space-x-12">
1111
<div class="lg:w-1/2 ">
12-
<span class="text-xl font-bold text-transparent bg-gradient-to-r from-sky-500 via-blue-500 to-blue-600 bg-clip-text">Open Source Tool</span>
12+
<span class="text-xl font-bold text-transparent bg-gradient-to-r from-sky-500 via-blue-500 to-blue-600 bg-clip-text">
13+
Open Source Tool
14+
</span>
1315

1416
<h2 class="mt-4 text-3xl font-bold text-gray-800">
1517
Tailwind CSS Gradient Generator
@@ -19,6 +21,12 @@
1921
Gradient refers to the gradual transition from one color to another color or multiple colors. It makes objects stand out by adding a new dimension to the design and adding realism to the object. In fact, real life is not made of flat objects with flat colors.
2022
</p>
2123

24+
<div class="flex items-center justify-center max-w-2xl px-4 mx-auto mt-4 text-base text-center text-gray-500 dark:text-gray-400 md:text-lg">
25+
<a href="https://www.material-tailwind.com/roots-of-ui-ux-design?ref=tc-gradient" target="_blank">
26+
<img src="./assets/banner-root-ui-ux-book.png" alt="Roots of UI/UX Design - Learn to Develop Intuitive Web Experiences." class="rounded-lg"/>
27+
</a>
28+
</div>
29+
2230
<p class="mt-4 text-gray-500">
2331
We created this tool to help you give life to your UI/UX Designs. It is based on Tailwind CSS, one of the most popular frameworks nowadays. Our Tailwind CSS gradients can be used in typography, buttons, cards, headers, illustrations - on almost all UI elements.
2432
</p>

src/assets/banner-root-ui-ux-book.png

116 KB
Loading

src/components/Header.vue

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
<h1 class="mt-3 text-4xl font-bold ">Tailwind CSS Gradient Generator</h1>
3131

3232
<p class="max-w-lg mt-4 ">Mix Tailwind CSS Colors and generate stunning text and background gradients or use our ready-made gradients to create remarkable designs.</p>
33+
<div class="flex items-center justify-center max-w-xl px-4 mx-auto mt-4 text-base text-center text-gray-500 dark:text-gray-400 md:text-lg">
34+
<a href="https://www.material-tailwind.com/roots-of-ui-ux-design?ref=tc-gradient" target="_blank">
35+
<img src="../assets/banner-root-ui-ux-book.png" alt="Roots of UI/UX Design - Learn to Develop Intuitive Web Experiences." class="rounded-lg"/>
36+
</a>
37+
</div>
3338

3439
<a href="#generator" class="inline-block px-6 py-3 mt-6 font-medium transition-colors duration-300 bg-gray-900 rounded-lg hover:bg-gray-800">
3540
Generate

0 commit comments

Comments
 (0)