From b1cc3261498c8c36986f93709167db73d2d08c1d Mon Sep 17 00:00:00 2001 From: merajjahir Date: Thu, 24 Feb 2022 12:54:23 +0600 Subject: [PATCH] complete 6 testimonial's/added dark mode --- dist/tailshape.css | 1440 ++++++++--------- .../componets/testimonial/1_testimonial.html | 47 + .../componets/testimonial/2_testimonial.html | 59 + .../componets/testimonial/3_testimonial.html | 85 + .../componets/testimonial/4_testimonial.html | 107 ++ .../componets/testimonial/5_testimonial.html | 112 ++ .../componets/testimonial/6_testimonial.html | 40 + .../componets/testimonial/7_testimonial.html | 40 + .../componets/testimonial/8_testimonial.html | 40 + .../componets/testimonial/9_testimonial.html | 40 + public/componets/testimonial/testimonial.html | 135 +- 11 files changed, 1327 insertions(+), 818 deletions(-) create mode 100644 public/componets/testimonial/2_testimonial.html create mode 100644 public/componets/testimonial/3_testimonial.html create mode 100644 public/componets/testimonial/4_testimonial.html create mode 100644 public/componets/testimonial/5_testimonial.html create mode 100644 public/componets/testimonial/6_testimonial.html create mode 100644 public/componets/testimonial/7_testimonial.html create mode 100644 public/componets/testimonial/8_testimonial.html create mode 100644 public/componets/testimonial/9_testimonial.html diff --git a/dist/tailshape.css b/dist/tailshape.css index b83e0cf..8952e61 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -518,10 +518,6 @@ Ensure the default browser behavior of the `hidden` attribute. pointer-events: none; } -.fixed { - position: fixed; -} - .absolute { position: absolute; } @@ -547,16 +543,16 @@ Ensure the default browser behavior of the `hidden` attribute. right: 0px; } -.top-0 { - top: 0px; +.bottom-0 { + bottom: 0px; } .right-0 { right: 0px; } -.bottom-0 { - bottom: 0px; +.top-0 { + top: 0px; } .top-1\/2 { @@ -615,6 +611,14 @@ Ensure the default browser behavior of the `hidden` attribute. right: 50%; } +.z-20 { + z-index: 20; +} + +.z-\[-1\] { + z-index: -1; +} + .z-0 { z-index: 0; } @@ -631,18 +635,10 @@ Ensure the default browser behavior of the `hidden` attribute. z-index: 10; } -.z-\[-1\] { - z-index: -1; -} - .z-50 { z-index: 50; } -.z-20 { - z-index: 20; -} - .order-1 { order: 1; } @@ -723,6 +719,16 @@ Ensure the default browser behavior of the `hidden` attribute. margin: -1rem; } +.mx-20 { + margin-left: 5rem; + margin-right: 5rem; +} + +.-mx-4 { + margin-left: -1rem; + margin-right: -1rem; +} + .mx-auto { margin-left: auto; margin-right: auto; @@ -778,11 +784,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 0.5rem; } -.-mx-4 { - margin-left: -1rem; - margin-right: -1rem; -} - .my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; @@ -853,11 +854,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -0.75rem; } -.mx-20 { - margin-left: 5rem; - margin-right: 5rem; -} - .-mx-6 { margin-left: -1.5rem; margin-right: -1.5rem; @@ -868,6 +864,26 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 5rem; } +.mb-\[60px\] { + margin-bottom: 60px; +} + +.mb-2 { + margin-bottom: 0.5rem; +} + +.mb-4 { + margin-bottom: 1rem; +} + +.mb-8 { + margin-bottom: 2rem; +} + +.mr-5 { + margin-right: 1.25rem; +} + .mt-6 { margin-top: 1.5rem; } @@ -884,14 +900,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 2.25rem; } -.mb-2 { - margin-bottom: 0.5rem; -} - -.mb-8 { - margin-bottom: 2rem; -} - .mb-auto { margin-bottom: auto; } @@ -964,10 +972,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 0.75rem; } -.mb-4 { - margin-bottom: 1rem; -} - .mt-0 { margin-top: 0px; } @@ -1068,10 +1072,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: -0.25rem; } -.mr-5 { - margin-right: 1.25rem; -} - .-mr-1 { margin-right: -0.25rem; } @@ -1084,6 +1084,50 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -0.5rem; } +.-mt-8 { + margin-top: -2rem; +} + +.-ml-20 { + margin-left: -5rem; +} + +.-mt-3 { + margin-top: -0.75rem; +} + +.-mb-2 { + margin-bottom: -0.5rem; +} + +.-mt-48 { + margin-top: -12rem; +} + +.-mt-6 { + margin-top: -1.5rem; +} + +.-mt-1 { + margin-top: -0.25rem; +} + +.mr-11 { + margin-right: 2.75rem; +} + +.-mr-16 { + margin-right: -4rem; +} + +.-ml-2 { + margin-left: -0.5rem; +} + +.-mt-16 { + margin-top: -4rem; +} + .ml-0 { margin-left: 0px; } @@ -1116,22 +1160,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 5rem; } -.-ml-2 { - margin-left: -0.5rem; -} - -.-mb-2 { - margin-bottom: -0.5rem; -} - .-mt-24 { margin-top: -6rem; } -.-mt-16 { - margin-top: -4rem; -} - .-mr-10 { margin-right: -2.5rem; } @@ -1140,46 +1172,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -0px; } -.-mt-1 { - margin-top: -0.25rem; -} - .ml-10 { margin-left: 2.5rem; } -.mb-\[60px\] { - margin-bottom: 60px; -} - -.-mr-16 { - margin-right: -4rem; -} - -.-mt-8 { - margin-top: -2rem; -} - -.-mt-6 { - margin-top: -1.5rem; -} - -.-mt-3 { - margin-top: -0.75rem; -} - -.mr-11 { - margin-right: 2.75rem; -} - -.-ml-20 { - margin-left: -5rem; -} - -.-mt-48 { - margin-top: -12rem; -} - .block { display: block; } @@ -1208,6 +1204,14 @@ Ensure the default browser behavior of the `hidden` attribute. display: none; } +.h-10 { + height: 2.5rem; +} + +.h-6 { + height: 1.5rem; +} + .h-screen { height: 100vh; } @@ -1220,10 +1224,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 1.75rem; } -.h-6 { - height: 1.5rem; -} - .h-0 { height: 0px; } @@ -1240,10 +1240,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 2rem; } -.h-10 { - height: 2.5rem; -} - .h-4 { height: 1rem; } @@ -1296,14 +1292,14 @@ Ensure the default browser behavior of the `hidden` attribute. height: 0.125rem; } -.h-24 { - height: 6rem; -} - .h-2 { height: 0.5rem; } +.h-24 { + height: 6rem; +} + .h-48 { height: 12rem; } @@ -1320,16 +1316,16 @@ Ensure the default browser behavior of the `hidden` attribute. min-height: 100%; } -.w-7 { - width: 1.75rem; +.w-full { + width: 100%; } .w-6 { width: 1.5rem; } -.w-full { - width: 100%; +.w-7 { + width: 1.75rem; } .w-6\/12 { @@ -1444,18 +1440,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 20%; } -.w-16 { - width: 4rem; -} - -.w-2 { - width: 0.5rem; -} - -.w-72 { - width: 18rem; -} - .w-2\/6 { width: 33.333333%; } @@ -1476,10 +1460,34 @@ Ensure the default browser behavior of the `hidden` attribute. width: 25%; } +.w-16 { + width: 4rem; +} + +.w-2 { + width: 0.5rem; +} + +.w-72 { + width: 18rem; +} + .min-w-0 { min-width: 0px; } +.max-w-\[520px\] { + max-width: 520px; +} + +.max-w-\[40px\] { + max-width: 40px; +} + +.max-w-2xl { + max-width: 42rem; +} + .max-w-lg { max-width: 32rem; } @@ -1488,6 +1496,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 24rem; } +.max-w-md { + max-width: 28rem; +} + .max-w-screen-xl { max-width: 1280px; } @@ -1504,18 +1516,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 80rem; } -.max-w-md { - max-width: 28rem; -} - .max-w-full { max-width: 100%; } -.max-w-2xl { - max-width: 42rem; -} - .max-w-screen-lg { max-width: 1024px; } @@ -1536,18 +1540,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 72rem; } -.max-w-4xl { - max-width: 56rem; -} - -.max-w-\[520px\] { - max-width: 520px; -} - -.max-w-\[40px\] { - max-width: 40px; -} - .max-w-5xl { max-width: 64rem; } @@ -1556,6 +1548,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 1340px; } +.max-w-4xl { + max-width: 56rem; +} + .flex-auto { flex: 1 1 auto; } @@ -1588,10 +1584,6 @@ Ensure the default browser behavior of the `hidden` attribute. flex-grow: 1; } -.border-collapse { - border-collapse: collapse; -} - .-translate-y-1\/2 { --tw-translate-y: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); @@ -1617,23 +1609,13 @@ Ensure the default browser behavior of the `hidden` attribute. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } -.-rotate-90 { - --tw-rotate: -90deg; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - .rotate-180 { --tw-rotate: 180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } -.rotate-45 { - --tw-rotate: 45deg; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.rotate-90 { - --tw-rotate: 90deg; +.-rotate-90 { + --tw-rotate: -90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } @@ -1642,11 +1624,21 @@ Ensure the default browser behavior of the `hidden` attribute. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.rotate-45 { + --tw-rotate: 45deg; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + .-rotate-180 { --tw-rotate: -180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.rotate-90 { + --tw-rotate: 90deg; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + .-skew-x-3 { --tw-skew-x: -3deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); @@ -1691,18 +1683,14 @@ Ensure the default browser behavior of the `hidden` attribute. user-select: none; } -.resize { - resize: both; +.list-disc { + list-style-type: disc; } .list-none { list-style-type: none; } -.list-disc { - list-style-type: disc; -} - .appearance-none { -webkit-appearance: none; -moz-appearance: none; @@ -1793,10 +1781,6 @@ Ensure the default browser behavior of the `hidden` attribute. justify-content: space-evenly; } -.justify-items-center { - justify-items: center; -} - .gap-4 { gap: 1rem; } @@ -1986,6 +1970,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-width: calc(2px * var(--tw-divide-y-reverse)); } +.divide-gray-300 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(209 213 219 / var(--tw-divide-opacity)); +} + .divide-gray-400 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 1; border-color: rgb(156 163 175 / var(--tw-divide-opacity)); @@ -2001,11 +1990,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(243 244 246 / var(--tw-divide-opacity)); } -.divide-gray-300 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgb(209 213 219 / var(--tw-divide-opacity)); -} - .divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5; } @@ -2060,14 +2044,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-radius: 0.5rem; } -.rounded-full { - border-radius: 9999px; -} - .rounded { border-radius: 0.25rem; } +.rounded-full { + border-radius: 9999px; +} + .rounded-sm { border-radius: 0.125rem; } @@ -2088,24 +2072,29 @@ Ensure the default browser behavior of the `hidden` attribute. border-radius: 0px; } -.rounded-b-none { - border-bottom-right-radius: 0px; - border-bottom-left-radius: 0px; -} - -.rounded-t { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - .rounded-t-xl { border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem; } -.rounded-l-lg { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; +.rounded-b-none { + border-bottom-right-radius: 0px; + border-bottom-left-radius: 0px; +} + +.rounded-r { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.rounded-b { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.rounded-t { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } .rounded-t-lg { @@ -2128,16 +2117,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-right-radius: 9999px; } -.rounded-r { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.rounded-b { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - .border { border-width: 1px; } @@ -2154,6 +2133,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-width: 2px; } +.border-b-0 { + border-bottom-width: 0px; +} + +.border-t-0 { + border-top-width: 0px; +} + .border-b { border-bottom-width: 1px; } @@ -2190,14 +2177,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-width: 4px; } -.border-b-0 { - border-bottom-width: 0px; -} - -.border-t-0 { - border-top-width: 0px; -} - .border-solid { border-style: solid; } @@ -2206,6 +2185,16 @@ Ensure the default browser behavior of the `hidden` attribute. border-style: none; } +.border-\[\#F3F4FE\] { + --tw-border-opacity: 1; + border-color: rgb(243 244 254 / var(--tw-border-opacity)); +} + +.border-gray-200 { + --tw-border-opacity: 1; + border-color: rgb(229 231 235 / var(--tw-border-opacity)); +} + .border-gray-400 { --tw-border-opacity: 1; border-color: rgb(156 163 175 / var(--tw-border-opacity)); @@ -2216,11 +2205,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(59 130 246 / var(--tw-border-opacity)); } -.border-gray-200 { - --tw-border-opacity: 1; - border-color: rgb(229 231 235 / var(--tw-border-opacity)); -} - .border-purple-600 { --tw-border-opacity: 1; border-color: rgb(147 51 234 / var(--tw-border-opacity)); @@ -2246,16 +2230,16 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(55 65 81 / var(--tw-border-opacity)); } -.border-gray-800 { - --tw-border-opacity: 1; - border-color: rgb(31 41 55 / var(--tw-border-opacity)); -} - .border-gray-300 { --tw-border-opacity: 1; border-color: rgb(209 213 219 / var(--tw-border-opacity)); } +.border-gray-800 { + --tw-border-opacity: 1; + border-color: rgb(31 41 55 / var(--tw-border-opacity)); +} + .border-gray-100 { --tw-border-opacity: 1; border-color: rgb(243 244 246 / var(--tw-border-opacity)); @@ -2313,36 +2297,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(168 85 247 / var(--tw-border-opacity)); } -.border-black { - --tw-border-opacity: 1; - border-color: rgb(0 0 0 / var(--tw-border-opacity)); -} - -.border-indigo-500 { - --tw-border-opacity: 1; - border-color: rgb(99 102 241 / var(--tw-border-opacity)); -} - -.border-blue-400 { - --tw-border-opacity: 1; - border-color: rgb(96 165 250 / var(--tw-border-opacity)); -} - -.border-teal-500 { - --tw-border-opacity: 1; - border-color: rgb(20 184 166 / var(--tw-border-opacity)); -} - -.border-\[\#F3F4FE\] { - --tw-border-opacity: 1; - border-color: rgb(243 244 254 / var(--tw-border-opacity)); -} - -.border-pink-600 { - --tw-border-opacity: 1; - border-color: rgb(219 39 119 / var(--tw-border-opacity)); -} - .border-purple-400 { --tw-border-opacity: 1; border-color: rgb(192 132 252 / var(--tw-border-opacity)); @@ -2353,14 +2307,34 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(107 33 168 / var(--tw-border-opacity)); } +.border-indigo-500 { + --tw-border-opacity: 1; + border-color: rgb(99 102 241 / var(--tw-border-opacity)); +} + .border-purple-200 { --tw-border-opacity: 1; border-color: rgb(233 213 255 / var(--tw-border-opacity)); } -.border-red-200 { +.border-pink-600 { --tw-border-opacity: 1; - border-color: rgb(254 202 202 / var(--tw-border-opacity)); + border-color: rgb(219 39 119 / var(--tw-border-opacity)); +} + +.border-black { + --tw-border-opacity: 1; + border-color: rgb(0 0 0 / var(--tw-border-opacity)); +} + +.border-blue-400 { + --tw-border-opacity: 1; + border-color: rgb(96 165 250 / var(--tw-border-opacity)); +} + +.border-teal-500 { + --tw-border-opacity: 1; + border-color: rgb(20 184 166 / var(--tw-border-opacity)); } .border-b-gray-800 { @@ -2377,16 +2351,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-border-opacity: 0.5; } -.bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); -} - -.bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); -} - .bg-gray-300 { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity)); @@ -2397,6 +2361,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } +.bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} + +.bg-gray-200 { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + .bg-cyan-200 { --tw-bg-opacity: 1; background-color: rgb(165 243 252 / var(--tw-bg-opacity)); @@ -2462,11 +2436,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(31 41 55 / var(--tw-bg-opacity)); } -.bg-red-700 { - --tw-bg-opacity: 1; - background-color: rgb(185 28 28 / var(--tw-bg-opacity)); -} - .bg-gray-700 { --tw-bg-opacity: 1; background-color: rgb(55 65 81 / var(--tw-bg-opacity)); @@ -2521,6 +2490,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(75 85 99 / var(--tw-bg-opacity)); } +.bg-red-700 { + --tw-bg-opacity: 1; + background-color: rgb(185 28 28 / var(--tw-bg-opacity)); +} + .bg-purple-600 { --tw-bg-opacity: 1; background-color: rgb(147 51 234 / var(--tw-bg-opacity)); @@ -2631,6 +2605,21 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(58 59 60 / var(--tw-bg-opacity)); } +.bg-purple-800 { + --tw-bg-opacity: 1; + background-color: rgb(107 33 168 / var(--tw-bg-opacity)); +} + +.bg-teal-600 { + --tw-bg-opacity: 1; + background-color: rgb(13 148 136 / var(--tw-bg-opacity)); +} + +.bg-indigo-300 { + --tw-bg-opacity: 1; + background-color: rgb(165 180 252 / var(--tw-bg-opacity)); +} + .bg-yellow-300 { --tw-bg-opacity: 1; background-color: rgb(253 224 71 / var(--tw-bg-opacity)); @@ -2646,34 +2635,8 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(96 165 250 / var(--tw-bg-opacity)); } -.bg-red-300 { - --tw-bg-opacity: 1; - background-color: rgb(252 165 165 / var(--tw-bg-opacity)); -} - -.bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgb(107 33 168 / var(--tw-bg-opacity)); -} - -.bg-indigo-300 { - --tw-bg-opacity: 1; - background-color: rgb(165 180 252 / var(--tw-bg-opacity)); -} - -.bg-teal-400 { - --tw-bg-opacity: 1; - background-color: rgb(45 212 191 / var(--tw-bg-opacity)); -} - -.bg-teal-800 { - --tw-bg-opacity: 1; - background-color: rgb(17 94 89 / var(--tw-bg-opacity)); -} - -.bg-teal-600 { - --tw-bg-opacity: 1; - background-color: rgb(13 148 136 / var(--tw-bg-opacity)); +.bg-opacity-5 { + --tw-bg-opacity: 0.05; } .bg-opacity-50 { @@ -2688,10 +2651,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-bg-opacity: 0.25; } -.bg-opacity-5 { - --tw-bg-opacity: 0.05; -} - .bg-opacity-70 { --tw-bg-opacity: 0.7; } @@ -2773,10 +2732,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-size: cover; } -.bg-contain { - background-size: contain; -} - .bg-fixed { background-attachment: fixed; } @@ -2848,6 +2803,14 @@ Ensure the default browser behavior of the `hidden` attribute. object-position: center; } +.p-4 { + padding: 1rem; +} + +.p-16 { + padding: 4rem; +} + .p-5 { padding: 1.25rem; } @@ -2856,10 +2819,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 2.5rem; } -.p-4 { - padding: 1rem; -} - .p-3 { padding: 0.75rem; } @@ -2888,23 +2847,24 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 7rem; } -.p-0 { - padding: 0px; -} - -.p-16 { - padding: 4rem; -} - .p-12 { padding: 3rem; } +.p-0 { + padding: 0px; +} + .px-4 { padding-left: 1rem; padding-right: 1rem; } +.py-3 { + padding-top: 0.75rem; + padding-bottom: 0.75rem; +} + .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; @@ -2925,11 +2885,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 2rem; } -.py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; -} - .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; @@ -3030,9 +2985,9 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 12rem; } -.px-16 { - padding-left: 4rem; - padding-right: 4rem; +.py-px { + padding-top: 1px; + padding-bottom: 1px; } .px-7 { @@ -3040,9 +2995,25 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 1.75rem; } -.py-px { - padding-top: 1px; - padding-bottom: 1px; +.px-16 { + padding-left: 4rem; + padding-right: 4rem; +} + +.pt-20 { + padding-top: 5rem; +} + +.pb-12 { + padding-bottom: 3rem; +} + +.pl-\[62px\] { + padding-left: 62px; +} + +.pl-5 { + padding-left: 1.25rem; } .pl-8 { @@ -3133,10 +3104,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 8rem; } -.pb-12 { - padding-bottom: 3rem; -} - .pl-10 { padding-left: 2.5rem; } @@ -3157,10 +3124,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 6rem; } -.pt-20 { - padding-top: 5rem; -} - .pb-20 { padding-bottom: 5rem; } @@ -3213,42 +3176,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 0.125rem; } -.pt-48 { - padding-top: 12rem; -} - -.pl-12 { - padding-left: 3rem; -} - -.pl-0 { - padding-left: 0px; -} - -.pb-56 { - padding-bottom: 14rem; -} - -.pl-\[62px\] { - padding-left: 62px; -} - -.pl-5 { - padding-left: 1.25rem; -} - -.pl-11 { - padding-left: 2.75rem; -} - .pt-1 { padding-top: 0.25rem; } -.pr-2 { - padding-right: 0.5rem; -} - .pb-64 { padding-bottom: 16rem; } @@ -3257,6 +3188,30 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 0px; } +.pl-12 { + padding-left: 3rem; +} + +.pl-11 { + padding-left: 2.75rem; +} + +.pr-2 { + padding-right: 0.5rem; +} + +.pt-48 { + padding-top: 12rem; +} + +.pl-0 { + padding-left: 0px; +} + +.pb-56 { + padding-bottom: 14rem; +} + .text-left { text-align: left; } @@ -3289,18 +3244,23 @@ Ensure the default browser behavior of the `hidden` attribute. font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } +.text-lg { + font-size: 1.125rem; + line-height: 1.75rem; +} + .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } -.text-xl { - font-size: 1.25rem; - line-height: 1.75rem; +.text-base { + font-size: 1rem; + line-height: 1.5rem; } -.text-lg { - font-size: 1.125rem; +.text-xl { + font-size: 1.25rem; line-height: 1.75rem; } @@ -3319,11 +3279,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2rem; } -.text-base { - font-size: 1rem; - line-height: 1.5rem; -} - .text-7xl { font-size: 4.5rem; line-height: 1; @@ -3348,6 +3303,10 @@ Ensure the default browser behavior of the `hidden` attribute. font-weight: 600; } +.font-bold { + font-weight: 700; +} + .font-medium { font-weight: 500; } @@ -3364,10 +3323,6 @@ Ensure the default browser behavior of the `hidden` attribute. font-weight: 800; } -.font-bold { - font-weight: 700; -} - .font-normal { font-weight: 400; } @@ -3388,6 +3343,10 @@ Ensure the default browser behavior of the `hidden` attribute. font-style: italic; } +.leading-relaxed { + line-height: 1.625; +} + .leading-loose { line-height: 2; } @@ -3408,10 +3367,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2rem; } -.leading-relaxed { - line-height: 1.625; -} - .leading-none { line-height: 1; } @@ -3456,9 +3411,14 @@ Ensure the default browser behavior of the `hidden` attribute. letter-spacing: 0em; } -.text-gray-800 { +.text-black { --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + +.text-gray-900 { + --tw-text-opacity: 1; + color: rgb(17 24 39 / var(--tw-text-opacity)); } .text-gray-500 { @@ -3466,6 +3426,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(107 114 128 / var(--tw-text-opacity)); } +.text-blue-600 { + --tw-text-opacity: 1; + color: rgb(37 99 235 / var(--tw-text-opacity)); +} + +.text-gray-800 { + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); +} + .text-gray-700 { --tw-text-opacity: 1; color: rgb(55 65 81 / var(--tw-text-opacity)); @@ -3486,11 +3456,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(126 34 206 / var(--tw-text-opacity)); } -.text-gray-900 { - --tw-text-opacity: 1; - color: rgb(17 24 39 / var(--tw-text-opacity)); -} - .text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); @@ -3571,11 +3536,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(229 231 235 / var(--tw-text-opacity)); } -.text-black { - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} - .text-pink-400 { --tw-text-opacity: 1; color: rgb(244 114 182 / var(--tw-text-opacity)); @@ -3680,14 +3640,14 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(220 38 38 / var(--tw-text-opacity)); } -.text-pink-500 { +.text-teal-900 { --tw-text-opacity: 1; - color: rgb(236 72 153 / var(--tw-text-opacity)); + color: rgb(19 78 74 / var(--tw-text-opacity)); } -.text-yellow-900 { +.text-purple-800 { --tw-text-opacity: 1; - color: rgb(113 63 18 / var(--tw-text-opacity)); + color: rgb(107 33 168 / var(--tw-text-opacity)); } .text-teal-500 { @@ -3695,11 +3655,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(20 184 166 / var(--tw-text-opacity)); } -.text-blue-600 { - --tw-text-opacity: 1; - color: rgb(37 99 235 / var(--tw-text-opacity)); -} - .text-indigo-100 { --tw-text-opacity: 1; color: rgb(224 231 255 / var(--tw-text-opacity)); @@ -3720,14 +3675,14 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(254 249 195 / var(--tw-text-opacity)); } -.text-teal-900 { +.text-pink-500 { --tw-text-opacity: 1; - color: rgb(19 78 74 / var(--tw-text-opacity)); + color: rgb(236 72 153 / var(--tw-text-opacity)); } -.text-purple-800 { +.text-yellow-900 { --tw-text-opacity: 1; - color: rgb(107 33 168 / var(--tw-text-opacity)); + color: rgb(113 63 18 / var(--tw-text-opacity)); } .text-opacity-50 { @@ -3817,14 +3772,14 @@ Ensure the default browser behavior of the `hidden` attribute. opacity: 0.75; } -.opacity-0 { - opacity: 0; -} - .opacity-25 { opacity: 0.25; } +.opacity-0 { + opacity: 0; +} + .opacity-100 { opacity: 1; } @@ -3887,10 +3842,6 @@ Ensure the default browser behavior of the `hidden` attribute. outline-offset: 2px; } -.outline { - outline-style: solid; -} - .ring-2 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); @@ -4111,6 +4062,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity)); } +.hover\:bg-gray-100:hover { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} + .hover\:bg-gray-300:hover { --tw-bg-opacity: 1; background-color: rgb(209 213 219 / var(--tw-bg-opacity)); @@ -4235,11 +4191,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(107 114 128 / var(--tw-bg-opacity)); } -.hover\:bg-gray-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); -} - .hover\:bg-gray-600:hover { --tw-bg-opacity: 1; background-color: rgb(75 85 99 / var(--tw-bg-opacity)); @@ -4260,6 +4211,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(192 132 252 / var(--tw-bg-opacity)); } +.hover\:bg-pink-600:hover { + --tw-bg-opacity: 1; + background-color: rgb(219 39 119 / var(--tw-bg-opacity)); +} + .hover\:bg-yellow-400:hover { --tw-bg-opacity: 1; background-color: rgb(250 204 21 / var(--tw-bg-opacity)); @@ -4270,16 +4226,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(234 179 8 / var(--tw-bg-opacity)); } -.hover\:bg-blue-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(219 234 254 / var(--tw-bg-opacity)); -} - -.hover\:bg-pink-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(219 39 119 / var(--tw-bg-opacity)); -} - .hover\:bg-opacity-90:hover { --tw-bg-opacity: 0.9; } @@ -4467,11 +4413,6 @@ Ensure the default browser behavior of the `hidden` attribute. text-decoration-line: underline; } -.hover\:no-underline:hover { - -webkit-text-decoration-line: none; - text-decoration-line: none; -} - .hover\:opacity-75:hover { opacity: 0.75; } @@ -4488,9 +4429,9 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); +.hover\:shadow-2xl:hover { + --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); + --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } @@ -4500,17 +4441,12 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.hover\:shadow-2xl:hover { - --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); - --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); +.hover\:shadow-xl:hover { + --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.hover\:outline-none:hover { - outline: 2px solid transparent; - outline-offset: 2px; -} - .hover\:ring-2:hover { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); @@ -4532,6 +4468,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-width: 2px; } +.focus\:border-blue-600:focus { + --tw-border-opacity: 1; + border-color: rgb(37 99 235 / var(--tw-border-opacity)); +} + .focus\:border-indigo-500:focus { --tw-border-opacity: 1; border-color: rgb(99 102 241 / var(--tw-border-opacity)); @@ -4581,11 +4522,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(59 130 246 / var(--tw-border-opacity)); } -.focus\:border-blue-600:focus { - --tw-border-opacity: 1; - border-color: rgb(37 99 235 / var(--tw-border-opacity)); -} - .focus\:bg-red-700:focus { --tw-bg-opacity: 1; background-color: rgb(185 28 28 / var(--tw-bg-opacity)); @@ -4660,11 +4596,6 @@ Ensure the default browser behavior of the `hidden` attribute. text-decoration-line: underline; } -.focus\:no-underline:focus { - -webkit-text-decoration-line: none; - text-decoration-line: none; -} - .focus\:placeholder-transparent:focus::-moz-placeholder { color: transparent; } @@ -4692,6 +4623,12 @@ Ensure the default browser behavior of the `hidden` attribute. outline-color: #000; } +.focus\:ring-4:focus { + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} + .focus\:ring:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); @@ -4710,10 +4647,9 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } -.focus\:ring-4:focus { - --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +.focus\:ring-gray-200:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity)); } .focus\:ring-gray-300:focus { @@ -4761,16 +4697,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)); } -.focus\:ring-gray-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity)); -} - -.focus\:ring-blue-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity)); -} - .focus\:ring-opacity-40:focus { --tw-ring-opacity: 0.4; } @@ -4917,6 +4843,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-radius: 0.375rem; } +.dark .dark\:border-2 { + border-width: 2px; +} + .dark .dark\:border-x-0 { border-left-width: 0px; border-right-width: 0px; @@ -4927,16 +4857,16 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-width: 0px; } -.dark .dark\:border-gray-400 { - --tw-border-opacity: 1; - border-color: rgb(156 163 175 / var(--tw-border-opacity)); -} - .dark .dark\:border-gray-700 { --tw-border-opacity: 1; border-color: rgb(55 65 81 / var(--tw-border-opacity)); } +.dark .dark\:border-gray-400 { + --tw-border-opacity: 1; + border-color: rgb(156 163 175 / var(--tw-border-opacity)); +} + .dark .dark\:border-gray-600 { --tw-border-opacity: 1; border-color: rgb(75 85 99 / var(--tw-border-opacity)); @@ -4961,11 +4891,21 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: transparent; } +.dark .dark\:border-indigo-500 { + --tw-border-opacity: 1; + border-color: rgb(99 102 241 / var(--tw-border-opacity)); +} + .dark .dark\:bg-gray-800 { --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity)); } +.dark .dark\:bg-gray-900 { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-emerald-900 { --tw-bg-opacity: 1; background-color: rgb(6 78 59 / var(--tw-bg-opacity)); @@ -5016,11 +4956,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(19 78 74 / var(--tw-bg-opacity)); } -.dark .dark\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-yellow-400 { --tw-bg-opacity: 1; background-color: rgb(250 204 21 / var(--tw-bg-opacity)); @@ -5071,6 +5006,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(156 163 175 / var(--tw-bg-opacity)); } +.dark .dark\:bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-opacity-40 { --tw-bg-opacity: 0.4; } @@ -5164,6 +5104,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(255 255 255 / var(--tw-text-opacity)); } +.dark .dark\:text-gray-400 { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.dark .dark\:text-blue-500 { + --tw-text-opacity: 1; + color: rgb(59 130 246 / var(--tw-text-opacity)); +} + .dark .dark\:text-gray-300 { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); @@ -5174,11 +5124,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(192 132 252 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-400 { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - .dark .dark\:text-purple-300 { --tw-text-opacity: 1; color: rgb(216 180 254 / var(--tw-text-opacity)); @@ -5299,9 +5244,14 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(248 113 113 / var(--tw-text-opacity)); } -.dark .dark\:text-blue-500 { +.dark .dark\:text-gray-600 { --tw-text-opacity: 1; - color: rgb(59 130 246 / var(--tw-text-opacity)); + color: rgb(75 85 99 / var(--tw-text-opacity)); +} + +.dark .dark\:text-indigo-500 { + --tw-text-opacity: 1; + color: rgb(99 102 241 / var(--tw-text-opacity)); } .dark .dark\:placeholder-white::-moz-placeholder { @@ -5438,6 +5388,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(31 41 55 / var(--tw-border-opacity)); } +.dark .dark\:hover\:bg-gray-800:hover { + --tw-bg-opacity: 1; + background-color: rgb(31 41 55 / var(--tw-bg-opacity)); +} + .dark .dark\:hover\:bg-gray-600:hover { --tw-bg-opacity: 1; background-color: rgb(75 85 99 / var(--tw-bg-opacity)); @@ -5448,11 +5403,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(103 232 249 / var(--tw-bg-opacity)); } -.dark .dark\:hover\:bg-gray-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(31 41 55 / var(--tw-bg-opacity)); -} - .dark .dark\:hover\:bg-transparent:hover { background-color: transparent; } @@ -5662,6 +5612,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(8 145 178 / var(--tw-text-opacity)); } +.dark .dark\:focus\:ring-gray-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); +} + .dark .dark\:focus\:ring-indigo-900:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity)); @@ -5672,16 +5627,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity)); } -.dark .dark\:focus\:ring-gray-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); -} - -.dark .dark\:focus\:ring-blue-800:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity)); -} - @media (min-width: 640px) { .sm\:relative { position: relative; @@ -5719,16 +5664,16 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 1.5rem; } - .sm\:my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - } - .sm\:my-0 { margin-top: 0px; margin-bottom: 0px; } + .sm\:my-5 { + margin-top: 1.25rem; + margin-bottom: 1.25rem; + } + .sm\:mt-0 { margin-top: 0px; } @@ -5785,26 +5730,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 1.5rem; } - .sm\:mr-3 { - margin-right: 0.75rem; - } - - .sm\:mt-10 { - margin-top: 2.5rem; - } - .sm\:mt-1 { margin-top: 0.25rem; } - .sm\:mb-16 { - margin-bottom: 4rem; - } - - .sm\:mr-10 { - margin-right: 2.5rem; - } - .sm\:ml-5 { margin-left: 1.25rem; } @@ -5813,12 +5742,24 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: auto; } - .sm\:block { - display: block; + .sm\:mr-3 { + margin-right: 0.75rem; } - .sm\:inline-block { - display: inline-block; + .sm\:mt-10 { + margin-top: 2.5rem; + } + + .sm\:mb-16 { + margin-bottom: 4rem; + } + + .sm\:mr-10 { + margin-right: 2.5rem; + } + + .sm\:block { + display: block; } .sm\:flex { @@ -5869,6 +5810,18 @@ Ensure the default browser behavior of the `hidden` attribute. width: 100%; } + .sm\:w-7\/12 { + width: 58.333333%; + } + + .sm\:w-24 { + width: 6rem; + } + + .sm\:w-16 { + width: 4rem; + } + .sm\:w-3\/5 { width: 60%; } @@ -5885,18 +5838,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 33.333333%; } - .sm\:w-7\/12 { - width: 58.333333%; - } - - .sm\:w-24 { - width: 6rem; - } - - .sm\:w-16 { - width: 4rem; - } - .sm\:max-w-xl { max-width: 36rem; } @@ -5969,14 +5910,14 @@ Ensure the default browser behavior of the `hidden` attribute. justify-content: space-around; } - .sm\:gap-16 { - gap: 4rem; - } - .sm\:gap-8 { gap: 2rem; } + .sm\:gap-16 { + gap: 4rem; + } + .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); @@ -6007,14 +5948,14 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: transparent; } - .sm\:p-10 { - padding: 2.5rem; - } - .sm\:p-8 { padding: 2rem; } + .sm\:p-10 { + padding: 2.5rem; + } + .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; @@ -6050,21 +5991,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 1.25rem; } - .sm\:py-0 { - padding-top: 0px; - padding-bottom: 0px; - } - - .sm\:py-32 { - padding-top: 8rem; - padding-bottom: 8rem; - } - - .sm\:py-24 { - padding-top: 6rem; - padding-bottom: 6rem; - } - .sm\:px-16 { padding-left: 4rem; padding-right: 4rem; @@ -6075,6 +6001,21 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 2rem; } + .sm\:py-24 { + padding-top: 6rem; + padding-bottom: 6rem; + } + + .sm\:py-0 { + padding-top: 0px; + padding-bottom: 0px; + } + + .sm\:py-32 { + padding-top: 8rem; + padding-bottom: 8rem; + } + .sm\:pt-12 { padding-top: 3rem; } @@ -6083,6 +6024,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 4rem; } + .sm\:pl-6 { + padding-left: 1.5rem; + } + .sm\:pl-0 { padding-left: 0px; } @@ -6103,10 +6048,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 2.5rem; } - .sm\:pl-6 { - padding-left: 1.5rem; - } - .sm\:text-left { text-align: left; } @@ -6115,6 +6056,11 @@ Ensure the default browser behavior of the `hidden` attribute. text-align: center; } + .sm\:text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; + } + .sm\:text-6xl { font-size: 3.75rem; line-height: 1; @@ -6130,11 +6076,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } - .sm\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } - .sm\:text-\[42px\] { font-size: 42px; } @@ -6287,6 +6228,11 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 0.25rem; } + .md\:mx-auto { + margin-left: auto; + margin-right: auto; + } + .md\:-mx-12 { margin-left: -3rem; margin-right: -3rem; @@ -6297,11 +6243,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 6rem; } - .md\:mx-auto { - margin-left: auto; - margin-right: auto; - } - .md\:mr-2 { margin-right: 0.5rem; } @@ -6382,24 +6323,8 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 0px; } - .md\:ml-12 { - margin-left: 3rem; - } - - .md\:mr-3 { - margin-right: 0.75rem; - } - - .md\:-mr-4 { - margin-right: -1rem; - } - - .md\:-ml-4 { - margin-left: -1rem; - } - - .md\:mr-10 { - margin-right: 2.5rem; + .md\:mb-12 { + margin-bottom: 3rem; } .md\:-mt-1 { @@ -6418,8 +6343,24 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 6rem; } - .md\:mb-12 { - margin-bottom: 3rem; + .md\:ml-12 { + margin-left: 3rem; + } + + .md\:mr-3 { + margin-right: 0.75rem; + } + + .md\:-mr-4 { + margin-right: -1rem; + } + + .md\:-ml-4 { + margin-left: -1rem; + } + + .md\:mr-10 { + margin-right: 2.5rem; } .md\:block { @@ -6462,10 +6403,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 1.25rem; } - .md\:h-24 { - height: 6rem; - } - .md\:h-9 { height: 2.25rem; } @@ -6478,6 +6415,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 4rem; } + .md\:h-24 { + height: 6rem; + } + .md\:w-1\/2 { width: 50%; } @@ -6542,18 +6483,14 @@ Ensure the default browser behavior of the `hidden` attribute. width: 58.333333%; } - .md\:w-3\/5 { - width: 60%; + .md\:w-9 { + width: 2.25rem; } .md\:w-4\/5 { width: 80%; } - .md\:w-9 { - width: 2.25rem; - } - .md\:w-40 { width: 10rem; } @@ -6570,6 +6507,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 15rem; } + .md\:w-3\/5 { + width: 60%; + } + .md\:w-2\/5 { width: 40%; } @@ -6898,11 +6839,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 1.25rem; } - .md\:py-40 { - padding-top: 10rem; - padding-bottom: 10rem; - } - .md\:px-12 { padding-left: 3rem; padding-right: 3rem; @@ -6928,6 +6864,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 2.5rem; } + .md\:py-40 { + padding-top: 10rem; + padding-bottom: 10rem; + } + .md\:pl-20 { padding-left: 5rem; } @@ -6984,12 +6925,8 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 5rem; } - .md\:pt-40 { - padding-top: 10rem; - } - - .md\:pb-64 { - padding-bottom: 16rem; + .md\:pb-2 { + padding-bottom: 0.5rem; } .md\:pl-12 { @@ -7000,8 +6937,12 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 3.5rem; } - .md\:pb-2 { - padding-bottom: 0.5rem; + .md\:pt-40 { + padding-top: 10rem; + } + + .md\:pb-64 { + padding-bottom: 16rem; } .md\:text-left { @@ -7016,6 +6957,10 @@ Ensure the default browser behavior of the `hidden` attribute. text-align: right; } + .md\:text-\[40px\] { + font-size: 40px; + } + .md\:text-5xl { font-size: 3rem; line-height: 1; @@ -7051,10 +6996,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.25rem; } - .md\:text-\[40px\] { - font-size: 40px; - } - .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; @@ -7239,14 +7180,18 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -0.5rem; } + .lg\:mx-2 { + margin-left: 0.5rem; + margin-right: 0.5rem; + } + .lg\:mx-8 { margin-left: 2rem; margin-right: 2rem; } - .lg\:mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; + .lg\:mb-20 { + margin-bottom: 5rem; } .lg\:mt-16 { @@ -7313,28 +7258,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 0px; } - .lg\:mr-8 { - margin-right: 2rem; + .lg\:-ml-28 { + margin-left: -7rem; } - .lg\:mt-24 { - margin-top: 6rem; - } - - .lg\:-ml-12 { - margin-left: -3rem; - } - - .lg\:mt-10 { - margin-top: 2.5rem; - } - - .lg\:mb-20 { - margin-bottom: 5rem; - } - - .lg\:mr-0 { - margin-right: 0px; + .lg\:-mt-10 { + margin-top: -2.5rem; } .lg\:ml-3 { @@ -7385,12 +7314,24 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: -0.25rem; } - .lg\:-ml-28 { - margin-left: -7rem; + .lg\:mr-0 { + margin-right: 0px; } - .lg\:-mt-10 { - margin-top: -2.5rem; + .lg\:mr-8 { + margin-right: 2rem; + } + + .lg\:mt-24 { + margin-top: 6rem; + } + + .lg\:-ml-12 { + margin-left: -3rem; + } + + .lg\:mt-10 { + margin-top: 2.5rem; } .lg\:block { @@ -7441,6 +7382,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 3rem; } + .lg\:w-1\/2 { + width: 50%; + } + .lg\:w-1\/4 { width: 25%; } @@ -7469,10 +7414,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 33.333333%; } - .lg\:w-1\/2 { - width: 50%; - } - .lg\:w-8\/12 { width: 66.666667%; } @@ -7509,16 +7450,8 @@ Ensure the default browser behavior of the `hidden` attribute. width: 14rem; } - .lg\:w-screen { - width: 100vw; - } - - .lg\:w-3\/4 { - width: 75%; - } - - .lg\:w-4\/6 { - width: 66.666667%; + .lg\:w-32 { + width: 8rem; } .lg\:w-10 { @@ -7533,8 +7466,16 @@ Ensure the default browser behavior of the `hidden` attribute. width: 3rem; } - .lg\:w-32 { - width: 8rem; + .lg\:w-3\/4 { + width: 75%; + } + + .lg\:w-4\/6 { + width: 66.666667%; + } + + .lg\:w-screen { + width: 100vw; } .lg\:max-w-4xl { @@ -7720,6 +7661,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 2rem; } + .lg\:px-6 { + padding-left: 1.5rem; + padding-right: 1.5rem; + } + .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; @@ -7780,19 +7726,9 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 10rem; } - .lg\:px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; - } - - .lg\:px-5 { - padding-left: 1.25rem; - padding-right: 1.25rem; - } - - .lg\:px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; + .lg\:py-20 { + padding-top: 5rem; + padding-bottom: 5rem; } .lg\:px-9 { @@ -7805,14 +7741,27 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 0.75rem; } + .lg\:px-5 { + padding-left: 1.25rem; + padding-right: 1.25rem; + } + .lg\:px-0 { padding-left: 0px; padding-right: 0px; } - .lg\:py-20 { - padding-top: 5rem; - padding-bottom: 5rem; + .lg\:px-10 { + padding-left: 2.5rem; + padding-right: 2.5rem; + } + + .lg\:pt-\[120px\] { + padding-top: 120px; + } + + .lg\:pb-\[90px\] { + padding-bottom: 90px; } .lg\:pl-12 { @@ -7851,42 +7800,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 8rem; } - .lg\:pt-40 { - padding-top: 10rem; - } - - .lg\:pb-40 { - padding-bottom: 10rem; - } - - .lg\:pt-20 { - padding-top: 5rem; - } - - .lg\:pr-20 { - padding-right: 5rem; - } - - .lg\:pt-\[120px\] { - padding-top: 120px; - } - - .lg\:pb-\[90px\] { - padding-bottom: 90px; - } - - .lg\:pl-8 { - padding-left: 2rem; - } - - .lg\:pr-0 { - padding-right: 0px; - } - - .lg\:pl-0 { - padding-left: 0px; - } - .lg\:pl-16 { padding-left: 4rem; } @@ -7931,6 +7844,34 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 0.75rem; } + .lg\:pl-8 { + padding-left: 2rem; + } + + .lg\:pr-0 { + padding-right: 0px; + } + + .lg\:pl-0 { + padding-left: 0px; + } + + .lg\:pt-40 { + padding-top: 10rem; + } + + .lg\:pb-40 { + padding-bottom: 10rem; + } + + .lg\:pt-20 { + padding-top: 5rem; + } + + .lg\:pr-20 { + padding-right: 5rem; + } + .lg\:text-left { text-align: left; } @@ -7973,16 +7914,16 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.5rem; } - .lg\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - .lg\:text-6xl { font-size: 3.75rem; line-height: 1; } + .lg\:text-xl { + font-size: 1.25rem; + line-height: 1.75rem; + } + .lg\:text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); @@ -8017,6 +7958,18 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 7rem; } + .xl\:ml-1 { + margin-left: 0.25rem; + } + + .xl\:mt-0 { + margin-top: 0px; + } + + .xl\:mb-6 { + margin-bottom: 1.5rem; + } + .xl\:mb-8 { margin-bottom: 2rem; } @@ -8037,18 +7990,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: -3rem; } - .xl\:ml-1 { - margin-left: 0.25rem; - } - - .xl\:mt-0 { - margin-top: 0px; - } - - .xl\:mb-6 { - margin-bottom: 1.5rem; - } - .xl\:inline { display: inline; } @@ -8093,6 +8034,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 80rem; } + .xl\:max-w-screen-lg { + max-width: 1024px; + } + .xl\:max-w-6xl { max-width: 72rem; } @@ -8101,10 +8046,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 100%; } - .xl\:max-w-screen-lg { - max-width: 1024px; - } - .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } @@ -8142,6 +8083,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 5rem; } + .xl\:px-8 { + padding-left: 2rem; + padding-right: 2rem; + } + .xl\:px-20 { padding-left: 5rem; padding-right: 5rem; @@ -8167,11 +8113,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 10rem; } - .xl\:px-8 { - padding-left: 2rem; - padding-right: 2rem; - } - .xl\:pt-8 { padding-top: 2rem; } @@ -8236,16 +8177,16 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.75rem; } - .xl\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } - .xl\:text-base { font-size: 1rem; line-height: 1.5rem; } + .xl\:text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; + } + .xl\:text-transparent { color: transparent; } @@ -8320,10 +8261,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 5rem; } - .\32xl\:h-screen { - height: 100vh; - } - .\32xl\:w-20 { width: 5rem; } @@ -8389,11 +8326,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2.25rem; } - .\32xl\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - .\32xl\:text-sm { font-size: 0.875rem; line-height: 1.25rem; diff --git a/public/componets/testimonial/1_testimonial.html b/public/componets/testimonial/1_testimonial.html index 9cc2567..40834ad 100644 --- a/public/componets/testimonial/1_testimonial.html +++ b/public/componets/testimonial/1_testimonial.html @@ -15,6 +15,53 @@ + + + +
+
Testimonial 1
+
+
+
+

Testimonials

+
+
+
+ + + +

Synth chartreuse iPhone lomo cray raw denim brunch everyday carry neutra before they sold out fixie 90's microdosing. Tacos pinterest fanny pack venmo, post-ironic heirloom try-hard pabst authentic iceland.

+ + testimonial + + Holden Caulfield + UI DEVELOPER + + +
+
+
+ +
+ + + +

Synth chartreuse iPhone lomo cray raw denim brunch everyday carry neutra before they sold out fixie 90's microdosing. Tacos pinterest fanny pack venmo, post-ironic heirloom try-hard pabst authentic iceland.

+ + testimonial + + Alper Kamu + DESIGNER + + +
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/public/componets/testimonial/3_testimonial.html b/public/componets/testimonial/3_testimonial.html new file mode 100644 index 0000000..aa64a04 --- /dev/null +++ b/public/componets/testimonial/3_testimonial.html @@ -0,0 +1,85 @@ + + + + + + + + Testimonial 3 + + + + + + + + + +
+
Testimonial 3
+
+
+
+
+
+
+ testimonial +

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

+ +

HOLDEN CAULFIELD

+

Senior Product Designer

+
+
+
+
+ testimonial +

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

+ +

ALPER KAMU

+

UI Develeoper

+
+
+
+
+ testimonial +

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

+ +

HENRY LETHAM

+

CTO

+
+
+
+
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/testimonial/4_testimonial.html b/public/componets/testimonial/4_testimonial.html new file mode 100644 index 0000000..2602fe4 --- /dev/null +++ b/public/componets/testimonial/4_testimonial.html @@ -0,0 +1,107 @@ + + + + + + + + Testimonial 4 + + + + + + + + + +
+
Testimonial 4
+
+
+
+
+

Don't just take our word for it

+ +

+ + See what others are saying +

+
+ +
+
+
+
+ +
+
+

John Doe

+

CEO of Something

+
+
+
+ "This is a no-brainer if you want to take your business to the next level. If you are looking for the ultimate toolset, this is it!" +
+
+
+
+
+ +
+
+

Jane Doe

+

CTO of Business

+
+
+
"Thanks for creating this service. My life is so much easier. Thanks for making such a great product."
+
+
+
+
+ +
+
+

John Smith

+

Creator of Stuff

+
+
+
"Packed with awesome content and exactly what I was looking for. I would highly recommend this to anyone."
+
+
+
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/testimonial/5_testimonial.html b/public/componets/testimonial/5_testimonial.html new file mode 100644 index 0000000..0f31062 --- /dev/null +++ b/public/componets/testimonial/5_testimonial.html @@ -0,0 +1,112 @@ + + + + + + + + Testimonial 5 + + + + + + + + +
+ Testimonial 5 +
+ +
+
+
+
+

Our customers love our product

+

Testimonials

+

Don't just take our word for it, read from our extensive list of case studies and customer testimonials.

+ View Case Studies +
+
+
+
+
+ + + +

Awesome product! And the customer service is exceptionally well.

+
+ +

+ Jane Cooper + - CEO SomeCompany +

+
+ +
+
+
+
+ + + +

I can't express enough, how amazing this service has been for my company.

+
+

+ John Doe + - CEO SomeCompany +

+

+
+ +
+
+
+
+ + + +

I can't express enough, how amazing this service has been for my company.

+
+ +

+ John Smith + - CEO SomeCompany +

+

+
+ +
+
+
+
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/testimonial/6_testimonial.html b/public/componets/testimonial/6_testimonial.html new file mode 100644 index 0000000..b9eb1fe --- /dev/null +++ b/public/componets/testimonial/6_testimonial.html @@ -0,0 +1,40 @@ + + + + + + + + Testimonial 6 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/testimonial/7_testimonial.html b/public/componets/testimonial/7_testimonial.html new file mode 100644 index 0000000..b511921 --- /dev/null +++ b/public/componets/testimonial/7_testimonial.html @@ -0,0 +1,40 @@ + + + + + + + + Testimonial 7 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/testimonial/8_testimonial.html b/public/componets/testimonial/8_testimonial.html new file mode 100644 index 0000000..fe3bd4b --- /dev/null +++ b/public/componets/testimonial/8_testimonial.html @@ -0,0 +1,40 @@ + + + + + + + + Testimonial 8 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/testimonial/9_testimonial.html b/public/componets/testimonial/9_testimonial.html new file mode 100644 index 0000000..3ba4302 --- /dev/null +++ b/public/componets/testimonial/9_testimonial.html @@ -0,0 +1,40 @@ + + + + + + + + Testimonial 9 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/testimonial/testimonial.html b/public/componets/testimonial/testimonial.html index 2866229..4186cf0 100644 --- a/public/componets/testimonial/testimonial.html +++ b/public/componets/testimonial/testimonial.html @@ -13,67 +13,68 @@ d -
-
Testimonial 1
-
-
-
-

Testimonials

-
-
-
- - - -

Synth chartreuse iPhone lomo cray raw denim brunch everyday carry neutra before they sold out fixie 90's microdosing. Tacos pinterest fanny pack venmo, post-ironic heirloom try-hard pabst authentic iceland.

- - testimonial - - Holden Caulfield - UI DEVELOPER - - -
+
Testimonial 1
+
+
+
+

Testimonials

+
+
+
+ + + +

Synth chartreuse iPhone lomo cray raw denim brunch everyday carry neutra before they sold out fixie 90's microdosing. Tacos pinterest fanny pack venmo, post-ironic heirloom try-hard pabst authentic iceland.

+ + testimonial + + Holden Caulfield + UI DEVELOPER + +
-
-
- - - -

Synth chartreuse iPhone lomo cray raw denim brunch everyday carry neutra before they sold out fixie 90's microdosing. Tacos pinterest fanny pack venmo, post-ironic heirloom try-hard pabst authentic iceland.

- - testimonial - - Alper Kamu - DESIGNER - - -
+
+
+ +
+ + + +

Synth chartreuse iPhone lomo cray raw denim brunch everyday carry neutra before they sold out fixie 90's microdosing. Tacos pinterest fanny pack venmo, post-ironic heirloom try-hard pabst authentic iceland.

+ + testimonial + + Alper Kamu + DESIGNER + +
-
+ + + + -
Testimonial 2
-
+
-

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware. Man bun next level coloring book skateboard four loko knausgaard. Kitsch keffiyeh master cleanse direct trade indigo juice before they sold out gentrify plaid gastropub normcore XOXO 90's pickled cindigo jean shorts. Slow-carb next level shoindigoitch ethical authentic, yr scenester sriracha forage franzen organic drinking vinegar.

+

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware. Man bun next level coloring book skateboard four loko knausgaard. Kitsch keffiyeh master cleanse direct trade indigo juice before they sold out gentrify plaid gastropub normcore XOXO 90's pickled cindigo jean shorts. Slow-carb next level shoindigoitch ethical authentic, yr scenester sriracha forage franzen organic drinking vinegar.

HOLDEN CAULFIELD

-

Senior Product Designer

+

Senior Product Designer

@@ -84,34 +85,34 @@
Testimonial 3
-
+
- testimonial -

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

+ testimonial +

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

-

HOLDEN CAULFIELD

-

Senior Product Designer

+

HOLDEN CAULFIELD

+

Senior Product Designer

- testimonial -

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

+ testimonial +

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

-

ALPER KAMU

-

UI Develeoper

+

ALPER KAMU

+

UI Develeoper

- testimonial -

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

+ testimonial +

Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

-

HENRY LETHAM

-

CTO

+

HENRY LETHAM

+

CTO

@@ -120,12 +121,14 @@ + +
Testimonial 4
-
-
+
+

Don't just take our word for it

@@ -144,7 +147,7 @@
-

John Doe

+

John Doe

CEO of Something

@@ -158,7 +161,7 @@
-

Jane Doe

+

Jane Doe

CTO of Business

@@ -170,7 +173,7 @@
-

John Smith

+

John Smith

Creator of Stuff

@@ -184,18 +187,19 @@ +
Testimonial 5
-
-
+
+

Our customers love our product

-

Testimonials

-

Don't just take our word for it, read from our extensive list of case studies and customer testimonials.

+

Testimonials

+

Don't just take our word for it, read from our extensive list of case studies and customer testimonials.

View Case Studies
@@ -254,11 +258,13 @@
+ +
Testimonial 6
-
+
@@ -1975,8 +1981,9 @@ } }) toogler.addEventListener('click',()=>{ - doc_html_el.class =='' ? doc_html_el.classList.add('dark'):doc_html_el.classList.remove('dark'); + doc_html_el.className =='' ? doc_html_el.classList.add('dark'):doc_html_el.classList.remove('dark'); + console.log(doc_html_el.class); })