From 7aa2e1db780df7409cc383dda714772829c0f726 Mon Sep 17 00:00:00 2001 From: merajjahir Date: Thu, 17 Feb 2022 21:14:26 +0600 Subject: [PATCH] added 23 uncomplete header's and 15 uncomplete hero block component's 11 of which is done fully --- dist/tailshape.css | 1212 ++++++++++++++++++--- public/componets/footer/footer.html | 1 - public/componets/hero/1.html | 40 - public/componets/hero/10_hero.html | 71 ++ public/componets/hero/11_hero.html | 39 + public/componets/hero/1_hero.html | 39 + public/componets/hero/2_hero.html | 76 ++ public/componets/hero/3_hero.html | 58 + public/componets/hero/4_hero.html | 47 + public/componets/hero/5_hero.html | 44 + public/componets/hero/6_header.html | 58 + public/componets/hero/7_hero.html | 47 + public/componets/hero/8_hero.html | 59 + public/componets/hero/9_hero.html | 90 ++ public/componets/hero/hero.html | 1137 ++++++++++--------- public/componets/navs_headers/header.html | 1126 ++++++++++++++++++- 16 files changed, 3423 insertions(+), 721 deletions(-) delete mode 100755 public/componets/hero/1.html create mode 100644 public/componets/hero/10_hero.html create mode 100644 public/componets/hero/11_hero.html create mode 100755 public/componets/hero/1_hero.html create mode 100644 public/componets/hero/2_hero.html create mode 100644 public/componets/hero/3_hero.html create mode 100644 public/componets/hero/4_hero.html create mode 100644 public/componets/hero/5_hero.html create mode 100644 public/componets/hero/6_header.html create mode 100644 public/componets/hero/7_hero.html create mode 100644 public/componets/hero/8_hero.html create mode 100644 public/componets/hero/9_hero.html diff --git a/dist/tailshape.css b/dist/tailshape.css index 3ffe9ea..ac211a7 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -530,11 +530,6 @@ Ensure the default browser behavior of the `hidden` attribute. position: relative; } -.sticky { - position: -webkit-sticky; - position: sticky; -} - .inset-0 { top: 0px; right: 0px; @@ -542,6 +537,45 @@ Ensure the default browser behavior of the `hidden` attribute. left: 0px; } +.inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; +} + +.inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; +} + +.inset-y-0 { + top: 0px; + bottom: 0px; +} + +.inset-x-0 { + left: 0px; + right: 0px; +} + +.inset-y-px { + top: 1px; + bottom: 1px; +} + +.inset-x-1 { + left: 0.25rem; + right: 0.25rem; +} + +.inset-x-1\/3 { + left: 33.333333%; + right: 33.333333%; +} + .top-1\/2 { top: 50%; } @@ -578,6 +612,22 @@ Ensure the default browser behavior of the `hidden` attribute. right: 1rem; } +.top-3 { + top: 0.75rem; +} + +.top-16 { + top: 4rem; +} + +.z-0 { + z-index: 0; +} + +.z-40 { + z-index: 40; +} + .z-30 { z-index: 30; } @@ -590,18 +640,10 @@ Ensure the default browser behavior of the `hidden` attribute. z-index: 10; } -.z-0 { - z-index: 0; -} - .z-50 { z-index: 50; } -.z-40 { - z-index: 40; -} - .order-1 { order: 1; } @@ -746,6 +788,41 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 2rem; } +.mx-0 { + margin-left: 0px; + margin-right: 0px; +} + +.mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; +} + +.my-1 { + margin-top: 0.25rem; + margin-bottom: 0.25rem; +} + +.mx-4 { + margin-left: 1rem; + margin-right: 1rem; +} + +.mx-10 { + margin-left: 2.5rem; + margin-right: 2.5rem; +} + +.-mx-1 { + margin-left: -0.25rem; + margin-right: -0.25rem; +} + +.-mx-3 { + margin-left: -0.75rem; + margin-right: -0.75rem; +} + .mt-12 { margin-top: 3rem; } @@ -938,6 +1015,18 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 1.25rem; } +.-mr-1 { + margin-right: -0.25rem; +} + +.-mt-2 { + margin-top: -0.5rem; +} + +.-mr-2 { + margin-right: -0.5rem; +} + .ml-0 { margin-left: 0px; } @@ -1094,6 +1183,14 @@ Ensure the default browser behavior of the `hidden` attribute. height: 0.125rem; } +.h-16 { + height: 4rem; +} + +.h-7 { + height: 1.75rem; +} + .h-24 { height: 6rem; } @@ -1206,6 +1303,18 @@ Ensure the default browser behavior of the `hidden` attribute. width: 100vw; } +.w-1\/5 { + width: 20%; +} + +.w-60 { + width: 15rem; +} + +.w-80 { + width: 20rem; +} + .min-w-0 { min-width: 0px; } @@ -1310,6 +1419,11 @@ 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-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)); @@ -1405,6 +1519,10 @@ Ensure the default browser behavior of the `hidden` attribute. align-items: center; } +.items-stretch { + align-items: stretch; +} + .justify-start { justify-content: flex-start; } @@ -1417,6 +1535,14 @@ Ensure the default browser behavior of the `hidden` attribute. justify-content: space-between; } +.justify-evenly { + justify-content: space-evenly; +} + +.justify-items-center { + justify-items: center; +} + .gap-4 { gap: 1rem; } @@ -1445,6 +1571,14 @@ Ensure the default browser behavior of the `hidden` attribute. gap: 0px; } +.gap-2 { + gap: 0.5rem; +} + +.gap-1 { + gap: 0.25rem; +} + .gap-x-3 { -moz-column-gap: 0.75rem; column-gap: 0.75rem; @@ -1555,6 +1689,18 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); } +.space-x-10 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(2.5rem * var(--tw-space-x-reverse)); + margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); +} + +.space-x-44 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(11rem * var(--tw-space-x-reverse)); + margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))); +} + .space-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 1; } @@ -1610,6 +1756,10 @@ Ensure the default browser behavior of the `hidden` attribute. overflow: hidden; } +.overflow-y-auto { + overflow-y: auto; +} + .overflow-x-hidden { overflow-x: hidden; } @@ -1648,6 +1798,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-radius: 0.125rem; } +.rounded-xl { + border-radius: 0.75rem; +} + .rounded-t { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; @@ -1689,6 +1843,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-width: 4px; } +.border-b-2 { + border-bottom-width: 2px; +} + .border-none { border-style: none; } @@ -1755,6 +1913,21 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(29 78 216 / var(--tw-border-opacity)); } +.border-indigo-400 { + --tw-border-opacity: 1; + border-color: rgb(129 140 248 / var(--tw-border-opacity)); +} + +.border-blue-500 { + --tw-border-opacity: 1; + border-color: rgb(59 130 246 / var(--tw-border-opacity)); +} + +.border-purple-500 { + --tw-border-opacity: 1; + 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)); @@ -1765,11 +1938,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(99 102 241 / var(--tw-border-opacity)); } -.border-purple-500 { - --tw-border-opacity: 1; - border-color: rgb(168 85 247 / var(--tw-border-opacity)); -} - .border-blue-400 { --tw-border-opacity: 1; border-color: rgb(96 165 250 / var(--tw-border-opacity)); @@ -1780,6 +1948,21 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(20 184 166 / var(--tw-border-opacity)); } +.border-yellow-300 { + --tw-border-opacity: 1; + border-color: rgb(253 224 71 / var(--tw-border-opacity)); +} + +.border-gray-500 { + --tw-border-opacity: 1; + border-color: rgb(107 114 128 / var(--tw-border-opacity)); +} + +.border-b-gray-500 { + --tw-border-opacity: 1; + border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)); +} + .bg-gray-100 { --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity)); @@ -1894,6 +2077,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(147 51 234 / var(--tw-bg-opacity)); } +.bg-teal-500 { + --tw-bg-opacity: 1; + background-color: rgb(20 184 166 / var(--tw-bg-opacity)); +} + .bg-gray-400 { --tw-bg-opacity: 1; background-color: rgb(156 163 175 / var(--tw-bg-opacity)); @@ -1944,9 +2132,29 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(29 78 216 / var(--tw-bg-opacity)); } -.bg-teal-500 { +.bg-purple-400 { --tw-bg-opacity: 1; - background-color: rgb(20 184 166 / var(--tw-bg-opacity)); + background-color: rgb(192 132 252 / var(--tw-bg-opacity)); +} + +.bg-blue-500 { + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} + +.bg-gray-500 { + --tw-bg-opacity: 1; + background-color: rgb(107 114 128 / var(--tw-bg-opacity)); +} + +.bg-\[\#242526\] { + --tw-bg-opacity: 1; + background-color: rgb(36 37 38 / var(--tw-bg-opacity)); +} + +.bg-\[\#3A3B3C\] { + --tw-bg-opacity: 1; + background-color: rgb(58 59 60 / var(--tw-bg-opacity)); } .bg-indigo-700 { @@ -1974,14 +2182,14 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(74 222 128 / var(--tw-bg-opacity)); } -.bg-purple-400 { +.bg-red-300 { --tw-bg-opacity: 1; - background-color: rgb(192 132 252 / var(--tw-bg-opacity)); + background-color: rgb(252 165 165 / var(--tw-bg-opacity)); } -.bg-red-400 { +.bg-blue-300 { --tw-bg-opacity: 1; - background-color: rgb(248 113 113 / var(--tw-bg-opacity)); + background-color: rgb(147 197 253 / var(--tw-bg-opacity)); } .bg-opacity-50 { @@ -2000,6 +2208,22 @@ Ensure the default browser behavior of the `hidden` attribute. background-image: linear-gradient(to right, var(--tw-gradient-stops)); } +.bg-\[url\(\'\'\)\] { + background-image: url(''); +} + +.bg-\[url\(https\:\/\/images\.unsplash\.com\/photo-1514525253161-7a46d19cd819\?ixlib\=rb-1\.2\.1\&ixid\=eyJhcHBfaWQiOjEyMDd9\&auto\=format\&fit\=crop\&w\=1267\&q\=80\)\] { + background-image: url(https://images.unsplash.com/photo-1514525253161-7a46d19cd819?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80); +} + +.bg-\[url\(https\:\/\/iges\.unsplash\.com\/photo-1514525253161-7a46d19cd819\?ixlib\=rb-1\.2\.1\&ixid\=eyJhcHBfaWQiOjEyMDd9\&auto\=format\&fit\=crop\&w\=1267\&q\=80\)\] { + background-image: url(https://iges.unsplash.com/photo-1514525253161-7a46d19cd819?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80); +} + +.bg-\[url\(https\:\/\/images\.unsplash\.com\/photo-1559941727-6fb446e7e8ae\?ixlib\=rb-1\.2\.1\&q\=80\&fm\=jpg\&crop\=entropy\&cs\=tinysrgb\&w\=3936\&h\=2624\&fit\=crop\&ixid\=eyJhcHBfaWQiOjF9\)\] { + background-image: url(https://images.unsplash.com/photo-1559941727-6fb446e7e8ae?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=3936&h=2624&fit=crop&ixid=eyJhcHBfaWQiOjF9); +} + .from-pink-500 { --tw-gradient-from: #ec4899; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 72 153 / 0)); @@ -2026,6 +2250,10 @@ Ensure the default browser behavior of the `hidden` attribute. background-size: cover; } +.bg-contain { + background-size: contain; +} + .bg-clip-text { -webkit-background-clip: text; background-clip: text; @@ -2055,24 +2283,25 @@ Ensure the default browser behavior of the `hidden` attribute. fill: #f87171; } -.fill-gray-900 { - fill: #111827; -} - -.fill-gray-300 { - fill: #d1d5db; -} - .fill-gray-800 { fill: #1f2937; } -.fill-rose-600 { - fill: #e11d48; +.fill-blue-500 { + fill: #3b82f6; } -.fill-red-600 { - fill: #dc2626; +.fill-white { + fill: #fff; +} + +.stroke-gray-500 { + stroke: #6b7280; +} + +.object-contain { + -o-object-fit: contain; + object-fit: contain; } .object-cover { @@ -2245,6 +2474,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 1.25rem; } +.py-48 { + padding-top: 12rem; + padding-bottom: 12rem; +} + .pl-3 { padding-left: 0.75rem; } @@ -2305,6 +2539,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 2rem; } +.pb-3 { + padding-bottom: 0.75rem; +} + .pt-32 { padding-top: 8rem; } @@ -2353,6 +2591,18 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 1.5rem; } +.pl-2 { + padding-left: 0.5rem; +} + +.pt-0\.5 { + padding-top: 0.125rem; +} + +.pt-0 { + padding-top: 0px; +} + .pt-48 { padding-top: 12rem; } @@ -2361,10 +2611,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 3rem; } -.pl-2 { - padding-left: 0.5rem; -} - .pr-8 { padding-right: 2rem; } @@ -2389,8 +2635,16 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 14rem; } -.pb-3 { - padding-bottom: 0.75rem; +.pr-6 { + padding-right: 1.5rem; +} + +.pl-5 { + padding-left: 1.25rem; +} + +.pb-5 { + padding-bottom: 1.25rem; } .text-left { @@ -2528,6 +2782,10 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } +.leading-4 { + line-height: 1rem; +} + .leading-5 { line-height: 1.25rem; } @@ -2548,10 +2806,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2.5rem; } -.leading-4 { - line-height: 1rem; -} - .tracking-wide { letter-spacing: 0.025em; } @@ -2732,6 +2986,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(74 222 128 / var(--tw-text-opacity)); } +.text-red-400 { + --tw-text-opacity: 1; + color: rgb(248 113 113 / var(--tw-text-opacity)); +} + .text-green-600 { --tw-text-opacity: 1; color: rgb(22 163 74 / var(--tw-text-opacity)); @@ -2766,6 +3025,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: transparent; } +.text-cyan-800 { + --tw-text-opacity: 1; + color: rgb(21 94 117 / var(--tw-text-opacity)); +} + +.text-indigo-400 { + --tw-text-opacity: 1; + color: rgb(129 140 248 / var(--tw-text-opacity)); +} + +.text-red-600 { + --tw-text-opacity: 1; + color: rgb(220 38 38 / var(--tw-text-opacity)); +} + .text-pink-500 { --tw-text-opacity: 1; color: rgb(236 72 153 / var(--tw-text-opacity)); @@ -2781,19 +3055,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(20 184 166 / var(--tw-text-opacity)); } -.text-red-400 { +.text-yellow-300 { --tw-text-opacity: 1; - color: rgb(248 113 113 / var(--tw-text-opacity)); -} - -.text-cyan-300 { - --tw-text-opacity: 1; - color: rgb(103 232 249 / var(--tw-text-opacity)); -} - -.text-cyan-800 { - --tw-text-opacity: 1; - color: rgb(21 94 117 / var(--tw-text-opacity)); + color: rgb(253 224 71 / var(--tw-text-opacity)); } .underline { @@ -2856,6 +3120,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(31 41 55 / var(--tw-placeholder-opacity)); } +.placeholder-gray-600::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + +.placeholder-gray-600:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + +.placeholder-gray-600::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + .opacity-50 { opacity: 0.5; } @@ -2906,6 +3185,46 @@ 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); } +.shadow-slate-600 { + --tw-shadow-color: #475569; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-slate-300 { + --tw-shadow-color: #cbd5e1; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-cyan-300 { + --tw-shadow-color: #67e8f9; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-cyan-800 { + --tw-shadow-color: #155e75; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-cyan-500 { + --tw-shadow-color: #06b6d4; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-orange-200 { + --tw-shadow-color: #fed7aa; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-orange-800 { + --tw-shadow-color: #9a3412; + --tw-shadow: var(--tw-shadow-colored); +} + +.shadow-gray-800 { + --tw-shadow-color: #1f2937; + --tw-shadow: var(--tw-shadow-colored); +} + .outline-none { outline: 2px solid transparent; outline-offset: 2px; @@ -2917,9 +3236,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); } -.drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)); - filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +.ring-gray-800 { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); } .drop-shadow-md { @@ -2927,11 +3246,6 @@ Ensure the default browser behavior of the `hidden` attribute. filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } -.drop-shadow { - --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)); - filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); -} - .filter { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } @@ -2958,6 +3272,12 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 150ms; } +.transition-transform { + transition-property: transform; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + .duration-300 { transition-duration: 300ms; } @@ -2982,6 +3302,10 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 500ms; } +.duration-75 { + transition-duration: 75ms; +} + .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @@ -3059,6 +3383,53 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-opacity: 0.4; } +.hover\:h-20:hover { + height: 5rem; +} + +.hover\:w-80:hover { + width: 20rem; +} + +.hover\:w-20:hover { + width: 5rem; +} + +.hover\:translate-x-1:hover { + --tw-translate-x: 0.25rem; + 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)); +} + +.hover\:translate-y-1:hover { + --tw-translate-y: 0.25rem; + 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)); +} + +.hover\:translate-y-\[-2\]:hover { + --tw-translate-y: -2; + 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)); +} + +.hover\:translate-y-2:hover { + --tw-translate-y: 0.5rem; + 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)); +} + +.hover\:translate-x-0:hover { + --tw-translate-x: 0px; + 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)); +} + +.hover\:translate-y-0:hover { + --tw-translate-y: 0px; + 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)); +} + +.hover\:translate-y-5:hover { + --tw-translate-y: 1.25rem; + 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)); +} + .hover\:border-green-700:hover { --tw-border-opacity: 1; border-color: rgb(21 128 61 / var(--tw-border-opacity)); @@ -3069,6 +3440,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(255 255 255 / var(--tw-border-opacity)); } +.hover\:border-blue-500:hover { + --tw-border-opacity: 1; + border-color: rgb(59 130 246 / var(--tw-border-opacity)); +} + .hover\:bg-gray-50:hover { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); @@ -3094,6 +3470,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(126 34 206 / var(--tw-bg-opacity)); } +.hover\:bg-gray-200:hover { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + .hover\:bg-blue-700:hover { --tw-bg-opacity: 1; background-color: rgb(29 78 216 / var(--tw-bg-opacity)); @@ -3104,11 +3485,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } -.hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); -} - .hover\:bg-purple-600:hover { --tw-bg-opacity: 1; background-color: rgb(147 51 234 / var(--tw-bg-opacity)); @@ -3163,6 +3539,21 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(75 85 99 / var(--tw-bg-opacity)); } +.hover\:bg-gray-900:hover { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + +.hover\:bg-blue-600:hover { + --tw-bg-opacity: 1; + background-color: rgb(37 99 235 / var(--tw-bg-opacity)); +} + +.hover\:bg-purple-400:hover { + --tw-bg-opacity: 1; + background-color: rgb(192 132 252 / var(--tw-bg-opacity)); +} + .hover\:bg-yellow-400:hover { --tw-bg-opacity: 1; background-color: rgb(250 204 21 / var(--tw-bg-opacity)); @@ -3173,6 +3564,25 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(234 179 8 / var(--tw-bg-opacity)); } +.hover\:bg-cyan-200:hover { + --tw-bg-opacity: 1; + background-color: rgb(165 243 252 / var(--tw-bg-opacity)); +} + +.hover\:bg-blue-400:hover { + --tw-bg-opacity: 1; + background-color: rgb(96 165 250 / var(--tw-bg-opacity)); +} + +.hover\:bg-gray-800:hover { + --tw-bg-opacity: 1; + background-color: rgb(31 41 55 / var(--tw-bg-opacity)); +} + +.hover\:bg-cover:hover { + background-size: cover; +} + .hover\:text-purple-200:hover { --tw-text-opacity: 1; color: rgb(233 213 255 / var(--tw-text-opacity)); @@ -3283,11 +3693,26 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(234 179 8 / var(--tw-text-opacity)); } +.hover\:text-blue-500:hover { + --tw-text-opacity: 1; + color: rgb(59 130 246 / var(--tw-text-opacity)); +} + .hover\:text-black:hover { --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity)); } +.hover\:text-pink-600:hover { + --tw-text-opacity: 1; + color: rgb(219 39 119 / var(--tw-text-opacity)); +} + +.hover\:text-red-400:hover { + --tw-text-opacity: 1; + color: rgb(248 113 113 / var(--tw-text-opacity)); +} + .hover\:text-purple-500:hover { --tw-text-opacity: 1; color: rgb(168 85 247 / var(--tw-text-opacity)); @@ -3303,19 +3728,29 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(75 85 99 / var(--tw-text-opacity)); } -.hover\:text-red-400:hover { +.hover\:text-gray-100:hover { --tw-text-opacity: 1; - color: rgb(248 113 113 / var(--tw-text-opacity)); + color: rgb(243 244 246 / var(--tw-text-opacity)); } -.hover\:text-blue-500:hover { +.hover\:text-blue-600:hover { --tw-text-opacity: 1; - color: rgb(59 130 246 / var(--tw-text-opacity)); + color: rgb(37 99 235 / var(--tw-text-opacity)); } -.hover\:text-pink-600:hover { +.hover\:text-gray-200:hover { --tw-text-opacity: 1; - color: rgb(219 39 119 / var(--tw-text-opacity)); + color: rgb(229 231 235 / var(--tw-text-opacity)); +} + +.hover\:text-yellow-200:hover { + --tw-text-opacity: 1; + color: rgb(254 240 138 / var(--tw-text-opacity)); +} + +.hover\:text-yellow-600:hover { + --tw-text-opacity: 1; + color: rgb(202 138 4 / var(--tw-text-opacity)); } .hover\:text-opacity-75:hover { @@ -3355,6 +3790,45 @@ 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\:ring: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(3px + 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); +} + +.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); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} + +.hover\:ring-0: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(0px + 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); +} + +.hover\:ring-gray-800:hover { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); +} + +.hover\:transition:hover { + transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.hover\:duration-500:hover { + transition-duration: 500ms; +} + +.focus\:border-b-2:focus { + border-bottom-width: 2px; +} + .focus\:border-indigo-500:focus { --tw-border-opacity: 1; border-color: rgb(99 102 241 / var(--tw-border-opacity)); @@ -3389,6 +3863,21 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(202 138 4 / var(--tw-border-opacity)); } +.focus\:border-blue-400:focus { + --tw-border-opacity: 1; + border-color: rgb(96 165 250 / var(--tw-border-opacity)); +} + +.focus\:border-gray-600:focus { + --tw-border-opacity: 1; + border-color: rgb(75 85 99 / var(--tw-border-opacity)); +} + +.focus\:border-blue-500:focus { + --tw-border-opacity: 1; + border-color: rgb(59 130 246 / var(--tw-border-opacity)); +} + .focus\:bg-transparent:focus { background-color: transparent; } @@ -3398,6 +3887,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(243 244 246 / var(--tw-bg-opacity)); } +.focus\:bg-white:focus { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} + .focus\:bg-purple-600:focus { --tw-bg-opacity: 1; background-color: rgb(147 51 234 / var(--tw-bg-opacity)); @@ -3408,9 +3902,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(209 213 219 / var(--tw-bg-opacity)); } -.focus\:bg-white:focus { +.focus\:bg-gray-200:focus { --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); } .focus\:text-white:focus { @@ -3418,6 +3912,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(255 255 255 / var(--tw-text-opacity)); } +.focus\:text-gray-600:focus { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity)); +} + +.focus\:text-gray-700:focus { + --tw-text-opacity: 1; + color: rgb(55 65 81 / var(--tw-text-opacity)); +} + .focus\:underline:focus { -webkit-text-decoration-line: underline; text-decoration-line: underline; @@ -3483,16 +3987,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity)); } -.focus\:ring-gray-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity)); -} - -.focus\:ring-blue-500:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)); -} - .focus\:ring-teal-400:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity)); @@ -3503,6 +3997,16 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); } +.focus\:ring-gray-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity)); +} + +.focus\:ring-blue-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)); +} + .focus\:ring-opacity-40:focus { --tw-ring-opacity: 0.4; } @@ -3511,6 +4015,10 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-opacity: 0.8; } +.focus\:ring-opacity-25:focus { + --tw-ring-opacity: 0.25; +} + .focus\:ring-offset-2:focus { --tw-ring-offset-width: 2px; } @@ -3524,6 +4032,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(250 204 21 / var(--tw-bg-opacity)); } +.active\:bg-teal-400:active { + --tw-bg-opacity: 1; + background-color: rgb(45 212 191 / var(--tw-bg-opacity)); +} + .active\:bg-blue-500:active { --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity)); @@ -3534,9 +4047,45 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(13 148 136 / var(--tw-bg-opacity)); } -.active\:bg-teal-400:active { +.active\:bg-purple-600:active { --tw-bg-opacity: 1; - background-color: rgb(45 212 191 / var(--tw-bg-opacity)); + background-color: rgb(147 51 234 / var(--tw-bg-opacity)); +} + +.active\:bg-gray-200:active { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + +.active\:text-gray-300:active { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} + +.group:hover .group-hover\:block { + display: block; +} + +.group:hover .group-hover\:cursor-pointer { + cursor: pointer; +} + +.group:hover .group-hover\:rounded-lg { + border-radius: 0.5rem; +} + +.group:hover .group-hover\:border-b-2 { + border-bottom-width: 2px; +} + +.group:hover .group-hover\:bg-gray-600 { + --tw-bg-opacity: 1; + background-color: rgb(75 85 99 / var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:bg-purple-500 { + --tw-bg-opacity: 1; + background-color: rgb(168 85 247 / var(--tw-bg-opacity)); } .dark .dark\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) { @@ -3567,14 +4116,23 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(75 85 99 / var(--tw-border-opacity)); } +.dark .dark\:border-white { + --tw-border-opacity: 1; + border-color: rgb(255 255 255 / var(--tw-border-opacity)); +} + .dark .dark\:border-gray-50 { --tw-border-opacity: 1; border-color: rgb(249 250 251 / var(--tw-border-opacity)); } -.dark .dark\:border-white { +.dark .dark\:border-transparent { + border-color: transparent; +} + +.dark .dark\:border-yellow-300 { --tw-border-opacity: 1; - border-color: rgb(255 255 255 / var(--tw-border-opacity)); + border-color: rgb(253 224 71 / var(--tw-border-opacity)); } .dark .dark\:bg-emerald-900 { @@ -3647,6 +4205,56 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(156 163 175 / var(--tw-bg-opacity)); } +.dark .dark\:bg-cyan-400 { + --tw-bg-opacity: 1; + background-color: rgb(34 211 238 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-yellow-800 { + --tw-bg-opacity: 1; + background-color: rgb(133 77 14 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-cyan-800 { + --tw-bg-opacity: 1; + background-color: rgb(21 94 117 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-cyan-700 { + --tw-bg-opacity: 1; + background-color: rgb(14 116 144 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-lime-700 { + --tw-bg-opacity: 1; + background-color: rgb(77 124 15 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-amber-700 { + --tw-bg-opacity: 1; + background-color: rgb(180 83 9 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-amber-50 { + --tw-bg-opacity: 1; + background-color: rgb(255 251 235 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-amber-500 { + --tw-bg-opacity: 1; + background-color: rgb(245 158 11 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-yellow-400 { + --tw-bg-opacity: 1; + background-color: rgb(250 204 21 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-cyan-300 { + --tw-bg-opacity: 1; + background-color: rgb(103 232 249 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-opacity-40 { --tw-bg-opacity: 0.4; } @@ -3702,6 +4310,14 @@ Ensure the default browser behavior of the `hidden` attribute. fill: #d1d5db; } +.dark .dark\:stroke-red-500 { + stroke: #ef4444; +} + +.dark .dark\:stroke-red-400 { + stroke: #f87171; +} + .dark .dark\:p-1 { padding: 0.25rem; } @@ -3794,29 +4410,74 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(167 139 250 / var(--tw-text-opacity)); } +.dark .dark\:text-cyan-600 { + --tw-text-opacity: 1; + color: rgb(8 145 178 / var(--tw-text-opacity)); +} + +.dark .dark\:text-cyan-500 { + --tw-text-opacity: 1; + color: rgb(6 182 212 / var(--tw-text-opacity)); +} + +.dark .dark\:text-indigo-400 { + --tw-text-opacity: 1; + color: rgb(129 140 248 / var(--tw-text-opacity)); +} + .dark .dark\:text-cyan-400 { --tw-text-opacity: 1; color: rgb(34 211 238 / var(--tw-text-opacity)); } -.dark .dark\:text-green-400 { - --tw-text-opacity: 1; - color: rgb(74 222 128 / var(--tw-text-opacity)); -} - .dark .dark\:text-red-400 { --tw-text-opacity: 1; color: rgb(248 113 113 / var(--tw-text-opacity)); } -.dark .dark\:text-cyan-600 { +.dark .dark\:text-green-500 { --tw-text-opacity: 1; - color: rgb(8 145 178 / var(--tw-text-opacity)); + color: rgb(34 197 94 / var(--tw-text-opacity)); } -.dark .dark\:text-red-300 { +.dark .dark\:text-green-100 { --tw-text-opacity: 1; - color: rgb(252 165 165 / var(--tw-text-opacity)); + color: rgb(220 252 231 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-600 { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-700 { + --tw-text-opacity: 1; + color: rgb(55 65 81 / var(--tw-text-opacity)); +} + +.dark .dark\:text-blue-400 { + --tw-text-opacity: 1; + color: rgb(96 165 250 / var(--tw-text-opacity)); +} + +.dark .dark\:text-yellow-200 { + --tw-text-opacity: 1; + color: rgb(254 240 138 / var(--tw-text-opacity)); +} + +.dark .dark\:text-yellow-300 { + --tw-text-opacity: 1; + color: rgb(253 224 71 / var(--tw-text-opacity)); +} + +.dark .dark\:text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-800 { + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); } .dark .dark\:placeholder-white::-moz-placeholder { @@ -3834,12 +4495,45 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(255 255 255 / var(--tw-placeholder-opacity)); } +.dark .dark\:placeholder-gray-300::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(209 213 219 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:placeholder-gray-300:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(209 213 219 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:placeholder-gray-300::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(209 213 219 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:opacity-80 { + opacity: 0.8; +} + +.dark .dark\:opacity-50 { + opacity: 0.5; +} + +.dark .dark\:opacity-20 { + opacity: 0.2; +} + .dark .dark\: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); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } +.dark .dark\:ring { + --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); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} + .dark .dark\:ring-green-300 { --tw-ring-opacity: 1; --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity)); @@ -3855,6 +4549,41 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity)); } +.dark .dark\:ring-cyan-300 { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity)); +} + +.dark .dark\:placeholder\:border-yellow-300::-moz-placeholder { + --tw-border-opacity: 1; + border-color: rgb(253 224 71 / var(--tw-border-opacity)); +} + +.dark .dark\:placeholder\:border-yellow-300:-ms-input-placeholder { + --tw-border-opacity: 1; + border-color: rgb(253 224 71 / var(--tw-border-opacity)); +} + +.dark .dark\:placeholder\:border-yellow-300::placeholder { + --tw-border-opacity: 1; + border-color: rgb(253 224 71 / var(--tw-border-opacity)); +} + +.dark .dark\:placeholder\:text-red-400::-moz-placeholder { + --tw-text-opacity: 1; + color: rgb(248 113 113 / var(--tw-text-opacity)); +} + +.dark .dark\:placeholder\:text-red-400:-ms-input-placeholder { + --tw-text-opacity: 1; + color: rgb(248 113 113 / var(--tw-text-opacity)); +} + +.dark .dark\:placeholder\:text-red-400::placeholder { + --tw-text-opacity: 1; + color: rgb(248 113 113 / var(--tw-text-opacity)); +} + .dark .dark\:focus-within\:border-blue-300:focus-within { --tw-border-opacity: 1; border-color: rgb(147 197 253 / var(--tw-border-opacity)); @@ -3870,6 +4599,30 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(55 65 81 / var(--tw-bg-opacity)); } +.dark .dark\:hover\:bg-cyan-400:hover { + --tw-bg-opacity: 1; + background-color: rgb(34 211 238 / var(--tw-bg-opacity)); +} + +.dark .dark\:hover\:bg-indigo-600:hover { + --tw-bg-opacity: 1; + background-color: rgb(79 70 229 / var(--tw-bg-opacity)); +} + +.dark .dark\:hover\:bg-cyan-300:hover { + --tw-bg-opacity: 1; + 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\:stroke-cyan-400:hover { + stroke: #22d3ee; +} + .dark .dark\:hover\:text-purple-500:hover { --tw-text-opacity: 1; color: rgb(168 85 247 / var(--tw-text-opacity)); @@ -3940,16 +4693,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(103 232 249 / var(--tw-text-opacity)); } -.dark .dark\:hover\:text-gray-200:hover { - --tw-text-opacity: 1; - color: rgb(229 231 235 / var(--tw-text-opacity)); -} - -.dark .dark\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - .dark .dark\:hover\:text-blue-500:hover { --tw-text-opacity: 1; color: rgb(59 130 246 / var(--tw-text-opacity)); @@ -3965,26 +4708,87 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(219 39 119 / var(--tw-text-opacity)); } +.dark .dark\:hover\:text-gray-200:hover { + --tw-text-opacity: 1; + color: rgb(229 231 235 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-gray-500:hover { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} + .dark .dark\:hover\:text-gray-800:hover { --tw-text-opacity: 1; color: rgb(31 41 55 / var(--tw-text-opacity)); } +.dark .dark\:hover\:text-red-400:hover { + --tw-text-opacity: 1; + color: rgb(248 113 113 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-cyan-600:hover { + --tw-text-opacity: 1; + color: rgb(8 145 178 / var(--tw-text-opacity)); +} + +.dark .dark\: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); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} + .dark .dark\:hover\:ring-purple-400:hover { --tw-ring-opacity: 1; --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity)); } +.dark .dark\:hover\:ring-cyan-300:hover { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity)); +} + .dark .dark\:focus\:border-indigo-500:focus { --tw-border-opacity: 1; border-color: rgb(99 102 241 / var(--tw-border-opacity)); } +.dark .dark\:focus\:border-blue-300:focus { + --tw-border-opacity: 1; + border-color: rgb(147 197 253 / var(--tw-border-opacity)); +} + +.dark .dark\:focus\:border-gray-300:focus { + --tw-border-opacity: 1; + border-color: rgb(209 213 219 / var(--tw-border-opacity)); +} + +.dark .dark\:focus\:border-b-red-400:focus { + --tw-border-opacity: 1; + border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity)); +} + +.dark .focus\:dark\:bg-gray-900:focus { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + .dark .dark\:focus\:text-white:focus { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } +.dark .dark\:focus\:text-gray-400:focus { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.dark .dark\:focus\:text-cyan-600:focus { + --tw-text-opacity: 1; + color: rgb(8 145 178 / var(--tw-text-opacity)); +} + .dark .dark\:focus\:ring-indigo-900:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity)); @@ -4022,6 +4826,11 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 0px; } + .sm\:mx-6 { + margin-left: 1.5rem; + margin-right: 1.5rem; + } + .sm\:my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; @@ -4047,6 +4856,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 1rem; } + .sm\:ml-0 { + margin-left: 0px; + } + .sm\:-mr-20 { margin-right: -5rem; } @@ -4079,10 +4892,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 2.5rem; } - .sm\:ml-0 { - margin-left: 0px; - } - .sm\:block { display: block; } @@ -4342,6 +5151,10 @@ Ensure the default browser behavior of the `hidden` attribute. } @media (min-width: 768px) { + .md\:static { + position: static; + } + .md\:absolute { position: absolute; } @@ -4392,14 +5205,39 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -2rem; } + .md\:my-6 { + margin-top: 1.5rem; + margin-bottom: 1.5rem; + } + + .md\:mx-6 { + margin-left: 1.5rem; + margin-right: 1.5rem; + } + + .md\:mx-4 { + margin-left: 1rem; + margin-right: 1rem; + } + .md\:my-0 { margin-top: 0px; margin-bottom: 0px; } - .md\:my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; + .md\:mx-2 { + margin-left: 0.5rem; + margin-right: 0.5rem; + } + + .md\:mx-8 { + margin-left: 2rem; + margin-right: 2rem; + } + + .md\:mx-1 { + margin-left: 0.25rem; + margin-right: 0.25rem; } .md\:mr-2 { @@ -4458,6 +5296,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: auto; } + .md\:mr-0 { + margin-right: 0px; + } + .md\:ml-12 { margin-left: 3rem; } @@ -4506,6 +5348,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 100%; } + .md\:h-5 { + height: 1.25rem; + } + .md\:h-24 { height: 6rem; } @@ -4546,6 +5392,14 @@ Ensure the default browser behavior of the `hidden` attribute. width: 100%; } + .md\:w-5\/12 { + width: 41.666667%; + } + + .md\:w-2\/12 { + width: 16.666667%; + } + .md\:w-3\/6 { width: 50%; } @@ -4562,14 +5416,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 83.333333%; } - .md\:w-5\/12 { - width: 41.666667%; - } - - .md\:w-2\/12 { - width: 16.666667%; - } - .md\:max-w-full { max-width: 100%; } @@ -4590,6 +5436,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 24rem; } + .md\:max-w-3xl { + max-width: 48rem; + } + .md\:max-w-6xl { max-width: 72rem; } @@ -4686,6 +5536,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); } + .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(1rem * var(--tw-space-x-reverse)); + margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); + } + .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0; border-right-width: calc(2px * var(--tw-divide-x-reverse)); @@ -4811,6 +5667,16 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 8rem; } + .md\:px-20 { + padding-left: 5rem; + padding-right: 5rem; + } + + .md\:px-2 { + padding-left: 0.5rem; + padding-right: 0.5rem; + } + .md\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; @@ -4950,6 +5816,12 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(29 78 216 / var(--tw-text-opacity)); } + .md\:shadow-none { + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } + .md\:hover\:bg-transparent:hover { background-color: transparent; } @@ -4982,6 +5854,10 @@ Ensure the default browser behavior of the `hidden` attribute. position: relative; } + .lg\:left-1\/2 { + left: 50%; + } + .lg\:order-last { order: 9999; } @@ -5019,6 +5895,21 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 0px; } + .lg\:-mx-4 { + margin-left: -1rem; + margin-right: -1rem; + } + + .lg\:mx-4 { + margin-left: 1rem; + margin-right: 1rem; + } + + .lg\:-mx-2 { + margin-left: -0.5rem; + margin-right: -0.5rem; + } + .lg\:mt-0 { margin-top: 0px; } @@ -5163,6 +6054,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 20%; } + .lg\:w-56 { + width: 14rem; + } + .lg\:w-screen { width: 100vw; } @@ -5195,6 +6090,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 56rem; } + .lg\:max-w-5xl { + max-width: 64rem; + } + .lg\:flex-1 { flex: 1 1 0%; } @@ -5203,6 +6102,11 @@ Ensure the default browser behavior of the `hidden` attribute. flex-grow: 1; } + .lg\:-translate-x-1\/2 { + --tw-translate-x: -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)); + } + .lg\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } @@ -5289,6 +6193,16 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(0px * var(--tw-space-y-reverse)); } + .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(4rem * var(--tw-space-x-reverse)); + margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); + } + + .lg\:border-transparent { + border-color: transparent; + } + .lg\:bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); @@ -5307,6 +6221,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 2rem; } + .lg\:px-12 { + padding-left: 3rem; + padding-right: 3rem; + } + .lg\:px-20 { padding-left: 5rem; padding-right: 5rem; @@ -5322,6 +6241,21 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 8rem; } + .lg\:py-8 { + padding-top: 2rem; + padding-bottom: 2rem; + } + + .lg\:px-16 { + padding-left: 4rem; + padding-right: 4rem; + } + + .lg\:px-40 { + padding-left: 10rem; + padding-right: 10rem; + } + .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; @@ -5337,11 +6271,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 1.25rem; } - .lg\:px-12 { - padding-left: 3rem; - padding-right: 3rem; - } - .lg\:pl-12 { padding-left: 3rem; } @@ -5406,6 +6335,11 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.5rem; } + .lg\:text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; + } + .lg\:text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); @@ -5468,6 +6402,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 48rem; } + .xl\:max-w-7xl { + max-width: 80rem; + } + .xl\:max-w-6xl { max-width: 72rem; } @@ -5484,6 +6422,11 @@ Ensure the default browser behavior of the `hidden` attribute. flex-direction: row; } + .xl\:px-20 { + padding-left: 5rem; + padding-right: 5rem; + } + .xl\:px-12 { padding-left: 3rem; padding-right: 3rem; @@ -5499,11 +6442,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 10rem; } - .xl\:px-20 { - padding-left: 5rem; - padding-right: 5rem; - } - .xl\:pt-8 { padding-top: 2rem; } diff --git a/public/componets/footer/footer.html b/public/componets/footer/footer.html index f507454..722eefc 100644 --- a/public/componets/footer/footer.html +++ b/public/componets/footer/footer.html @@ -4568,7 +4568,6 @@ }) - \ No newline at end of file diff --git a/public/componets/hero/1.html b/public/componets/hero/1.html deleted file mode 100755 index 0f29244..0000000 --- a/public/componets/hero/1.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - Document - - - - -
-
- hero -
-

Microdosing synth tattooed vexillologist

-

- Meggings kinfolk echo park stumptown DIY, kale chips beard jianbing tousled. Chambray dreamcatcher trust fund, kitsch vice godard disrupt ramps hexagon mustache umami snackwave tilde chillwave - ugh. Pour-over meditation PBR&B pickled ennui celiac mlkshk freegan photo booth af fingerstache pitchfork. -

-
- - -
-
-
-
- - - - \ No newline at end of file diff --git a/public/componets/hero/10_hero.html b/public/componets/hero/10_hero.html new file mode 100644 index 0000000..8641120 --- /dev/null +++ b/public/componets/hero/10_hero.html @@ -0,0 +1,71 @@ + + + + + + + Hero 10 + + + + + + + +
+
Hero 10
+
+ +
+
+
+

Ready to start your journey?

+

+ Low-latency voice and video feels like you’re in the same room. Wave hello over video, watch friends stream their games, or gather up and have a drawing session with screen share. +

+
+
+
+
+

talk with us

+
+
+ + + + +
+ +
+
+ + +
+ +
+
+

By signing up you agree to our Terms of Service

+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/public/componets/hero/11_hero.html b/public/componets/hero/11_hero.html new file mode 100644 index 0000000..2587a95 --- /dev/null +++ b/public/componets/hero/11_hero.html @@ -0,0 +1,39 @@ + + + + + + + Hero 11 + + + + + + + + +
+
Hero 11
+
+ +
+
+

For Developers

+

Focus on your apps

+

+ Today every company needs apps to engage their customers and run their businesses. Step up your ability to build, manage, and deploy great apps at scale with us. +

+ Sign up for free + Read our blog +
+
+ + + + + + + + + \ No newline at end of file diff --git a/public/componets/hero/1_hero.html b/public/componets/hero/1_hero.html new file mode 100755 index 0000000..c0d3aa5 --- /dev/null +++ b/public/componets/hero/1_hero.html @@ -0,0 +1,39 @@ + + + + + + + Document + + + + + + +
+
Hero 1
+
+ +
+
+ hero +
+

Microdosing synth tattooed vexillologist

+

+ Meggings kinfolk echo park stumptown DIY, kale chips beard jianbing tousled. Chambray dreamcatcher trust fund, kitsch vice godard disrupt ramps hexagon mustache umami snackwave tilde chillwave + ugh. Pour-over meditation PBR&B pickled ennui celiac mlkshk freegan photo booth af fingerstache pitchfork. +

+
+ + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/public/componets/hero/2_hero.html b/public/componets/hero/2_hero.html new file mode 100644 index 0000000..bc7bcac --- /dev/null +++ b/public/componets/hero/2_hero.html @@ -0,0 +1,76 @@ + + + + + + + Document + + + + + + + + +
+
Hero 2
+
+ +
+
+
+

+ Designed with
you in mind

+

We've + crafted + the ultimate design tool that will help you build the design of your dreams. Built with configuration in + mind, + you can fully customize every aspect.

+ +
+
+
+ + + +
+
+
+ + + + +
+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/public/componets/hero/3_hero.html b/public/componets/hero/3_hero.html new file mode 100644 index 0000000..63945de --- /dev/null +++ b/public/componets/hero/3_hero.html @@ -0,0 +1,58 @@ + + + + + + + Document + + + + + + +
+
Hero 3
+
+ +
+
+ +
+
+

Build a culture
that excels +

+

We've created the ultimate resource for turning your culture + into a + super-powered productivity machine by encouraging collaboration growth, and incentives!

+ +
+
+
+ + + + +
+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/public/componets/hero/4_hero.html b/public/componets/hero/4_hero.html new file mode 100644 index 0000000..81420ba --- /dev/null +++ b/public/componets/hero/4_hero.html @@ -0,0 +1,47 @@ + + + + + + + Document + + + + + + +
+
Hero 4
+
+ +
+
+
+
+
+

+ We Deliver at your
+ Doorstep. +

+

+ With our award-winning delivery service, our personnel delivers food directly to your doorstep. With your safety in mind, all deliveries are tracked and recorded. +

+ Learn more +
+
+
+
+ Food delivery worker on a bycicle +
+
+
+ + + + + + + \ No newline at end of file diff --git a/public/componets/hero/5_hero.html b/public/componets/hero/5_hero.html new file mode 100644 index 0000000..e7054ff --- /dev/null +++ b/public/componets/hero/5_hero.html @@ -0,0 +1,44 @@ + + + + + + + Hero 5 + + + + + + + + +
+
Hero 5
+
+ +
+ + +
+ +
+ +
+

Here a really cool title!

+

Some fancy text to invite to an event, the place of the event and the date of the event.

+ +
+ +
+
+ + + + + + + diff --git a/public/componets/hero/6_header.html b/public/componets/hero/6_header.html new file mode 100644 index 0000000..5d53db4 --- /dev/null +++ b/public/componets/hero/6_header.html @@ -0,0 +1,58 @@ + + + + + + + Hero 6 + + + + + +
+
Hero 6
+
+ +
+
+
+
+ +
+
+
+

+ + + Learn Together, + + Grow Together. +

+

Join our + community and thrive with us! We can all help each other, learn together, and grow together.

+ +

Already a member? Login Here

+
+
+
+ + + + + + \ No newline at end of file diff --git a/public/componets/hero/7_hero.html b/public/componets/hero/7_hero.html new file mode 100644 index 0000000..87081ad --- /dev/null +++ b/public/componets/hero/7_hero.html @@ -0,0 +1,47 @@ + + + + + + + Hero 6 + + + + + + + +
+
Hero 7
+
+ +
+
+
+

+ Stay focused + and know yourself. +

+

Your guide to mental health and happiness. How about + try to meditate? Start to meditate just 5 min per day and see the results.

+ +
+
+ Illustration of person meditating +
+
+
+ + + + + + + + \ No newline at end of file diff --git a/public/componets/hero/8_hero.html b/public/componets/hero/8_hero.html new file mode 100644 index 0000000..701ac0f --- /dev/null +++ b/public/componets/hero/8_hero.html @@ -0,0 +1,59 @@ + + + + + + + Hero 8 + + + + + + + +
+
Hero 8
+
+ +
+
+
+
+

Shopping
+ Made Easier! +

+
+
+

+ We've designed the best shopping experience.
+ Now just one click away! +

+
+ +
+
+ +
+
+
+ shopping + +
+
+ + + + + + + + + \ No newline at end of file diff --git a/public/componets/hero/9_hero.html b/public/componets/hero/9_hero.html new file mode 100644 index 0000000..e9ef5cc --- /dev/null +++ b/public/componets/hero/9_hero.html @@ -0,0 +1,90 @@ + + + + + + + Hero 9 + + + + + + +
+
Hero 9
+
+ +
+
+
+
+ + +
+ +
+

+ Understanding the
+ customer journey. +

+ +

+ To succeed, one must have an unwavering desire to succeed amidst fear of failure. +

+ + + +
+ +

+ “Our conversion rates have gone up 12% since we start using this platform! I highly recommend using this tool.” +

+ +
+
Jane Doe, CTO of SomeCompany
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/public/componets/hero/hero.html b/public/componets/hero/hero.html index d07d2ba..73f8271 100644 --- a/public/componets/hero/hero.html +++ b/public/componets/hero/hero.html @@ -1,5 +1,5 @@ - + @@ -8,574 +8,633 @@ - -
-
- hero -
-

Microdosing synth tattooed vexillologist

-

- Meggings kinfolk echo park stumptown DIY, kale chips beard jianbing tousled. Chambray dreamcatcher trust fund, kitsch vice godard disrupt ramps hexagon mustache umami snackwave tilde chillwave - ugh. Pour-over meditation PBR&B pickled ennui celiac mlkshk freegan photo booth af fingerstache pitchfork. -

-
- - -
-
-
-
-
-
-
-
-

- Designed with
you in mind

-

We've - crafted - the ultimate design tool that will help you build the design of your dreams. Built with configuration in - mind, - you can fully customize every aspect.

-
- Get - Started - - - - - How It Works - + + +
+
Hero 1
+
+ +
+
+ hero +
+

Microdosing synth tattooed vexillologist

+

+ Meggings kinfolk echo park stumptown DIY, kale chips beard jianbing tousled. Chambray dreamcatcher trust fund, kitsch vice godard disrupt ramps hexagon mustache umami snackwave tilde chillwave + ugh. Pour-over meditation PBR&B pickled ennui celiac mlkshk freegan photo booth af fingerstache pitchfork. +

+
+ +
+
-
-
- - - -
-
-
- - + + + + +
+
Hero 2
+
+ +
+
+
+

+ Designed with
you in mind

+

We've + crafted + the ultimate design tool that will help you build the design of your dreams. Built with configuration in + mind, + you can fully customize every aspect.

+ +
+
+
+ + + +
+
+
+ + + + +
+ +
+
+
+
+ + + + +
+
Hero 3
+
+ +
+
+ +
+
+

Build a culture
that excels +

+

We've created the ultimate resource for turning your culture + into a + super-powered productivity machine by encouraging collaboration growth, and incentives!

+ +
+
+
+ + +
- +
-
-
-
-
-
-
-

Build a culture
that excels -

-

We've created the ultimate resource for turning your culture - into a - super-powered productivity machine by encouraging collaboration growth, and incentives!

- -
-
-
- - - - -
- -
-
-
-
-
-
-
-
-
-

- We Deliver at your
- Doorstep. -

-

- With our award-winning delivery service, our personnel delivers food directly to your doorstep. With your safety in mind, all deliveries are tracked and recorded. -

- Learn more -
-
-
-
- Food delivery worker on a bycicle -
+ + + +
+
Hero 4
-
-
- -
- -
- - - - - - -
- -
- - -
- -
-

Here a really cool title!

-

Some fancy text to invite to an event, the place of the event and the date of the event.

- -
- -
-
-
-
-
-
-
- -
-
-
-

- - - Learn Together, - - Grow Together. -

-

Join our - community and thrive with us! We can all help each other, learn together, and grow together.

- -

Already a member? Login Here

-
-
-
-
-
-
-
-

- Stay focused - and know yourself. -

-

Your guide to mental health and happiness. How about - try to meditate? Start to meditate just 5 min per day and see the results.

- -
-
- Illustration of person meditating -
-
-
-
-
-
-
-
-

Shopping
- Made Easier! -

-
-
-

- We've designed the best shopping experience.
- Now just one click away! -

-
- -
-
- -
-
-
- shopping -
-
-
-
-
-
-
- - -
- -
-

- Understanding the
- customer journey. -

- -

- To succeed, one must have an unwavering desire to succeed amidst fear of failure. -

- - - -
- -

- “Our conversion rates have gone up 12% since we start using this platform! I highly recommend using this tool.” -

- -
-
Jane Doe, CTO of SomeCompany
-
- - - - - - - - - - - - - - - - - - - - - - - - - +
+
+
+
+
+

+ We Deliver at your
+ Doorstep. +

+

+ With our award-winning delivery service, our personnel delivers food directly to your doorstep. With your safety in mind, all deliveries are tracked and recorded. +

+ Learn more
+
+ Food delivery worker on a bycicle +
+
+
+ + + + + +
+
Hero 5
+
+ +
+ + +
+ +
+ +
+

Here a really cool title!

+

Some fancy text to invite to an event, the place of the event and the date of the event.

+ +
-
-
-
-
-
-

Ready to start your journey?

-

- Low-latency voice and video feels like you’re in the same room. Wave hello over video, watch friends stream their games, or gather up and have a drawing session with screen share. -

+ + + + +
+
Hero 6
+
+ +
+
+
+
+ +
+
+
+

+ + + Learn Together, + + Grow Together. +

+

Join our + community and thrive with us! We can all help each other, learn together, and grow together.

+ +

Already a member? Login Here

+
+
+
+ + + + + +
+
Hero 7
+
+ +
+
+
+

+ Stay focused + and know yourself. +

+

Your guide to mental health and happiness. How about + try to meditate? Start to meditate just 5 min per day and see the results.

+ +
+
+ Illustration of person meditating +
+
+
+ + + +
+
Hero 8
+
+ +
+
+
+
+

Shopping
+ Made Easier! +

+
+
+

+ We've designed the best shopping experience.
+ Now just one click away! +

+
+ +
+
+ +
+
+
+ shopping + +
+
+ + + + +
+
Hero 9
+
+ +
+
+
+
+ + +
+ +
+

+ Understanding the
+ customer journey. +

+ +

+ To succeed, one must have an unwavering desire to succeed amidst fear of failure. +

+ + + +
+ +

+ “Our conversion rates have gone up 12% since we start using this platform! I highly recommend using this tool.” +

+ +
+
Jane Doe, CTO of SomeCompany
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ + + + +
+
Hero 10
+
+ +
+
+
+

Ready to start your journey?

+

+ Low-latency voice and video feels like you’re in the same room. Wave hello over video, watch friends stream their games, or gather up and have a drawing session with screen share. +

+
+
+
+
+

talk with us

+
+
+ + + + +
+ +
+
+ + +
+ +
+
+

By signing up you agree to our Terms of Service

+
-
-
-
-

Start talking now

-
-
- - - - -
-
-
+ + + + + +
+
Hero 11
+
+ +
+
+

For Developers

+

Focus on your apps

+

+ Today every company needs apps to engage their customers and run their businesses. Step up your ability to build, manage, and deploy great apps at scale with us. +

+ Sign up for free + Read our blog +
+
+ + + + +
+
Hero 12
+
+ + +
+
+ Pre Beta +

Great customer relationships start here.

+ + +
+ + +
+ + +

Get the #1 Business Messenger and start delivering personalized experiences at every stage of the customer journey.

+
+
+ 3 women looking at a laptop +
+
+ + + +
+
Hero 13
+
+ +
+
+

+ All your customer feedback in one single place. +

+

+ Hellonext is a feature voting software where you can allow your users to vote on features, publish roadmap, and complete your customer feedback loop. +

+ - -

By signing up you agree to our Terms of Service

-
-
-
-
-
-
-

For Developers

-

Focus on your apps

-

- Today every company needs apps to engage their customers and run their businesses. Step up your ability to build, manage, and deploy great apps at scale with us. -

- Sign up for free - Read our blog -
-
-
-
-
- Pre Beta -

Great customer relationships start here.

-
- -
- -
-
-
- 3 women looking at a laptop -
-
-
-
-
-

- All your customer feedback in one single place. -

-

- Hellonext is a feature voting software where you can allow your users to vote on features, publish roadmap, and complete your customer feedback loop. -

- -
-
- Hellonext feedback boards software screenshot -
-
-
-
-
-
-

Ready to start your journey?

-

- Low-latency voice and video feels like you’re in the same room. Wave hello over video, watch friends stream their games, or gather up and have a drawing session with screen share. -

-
-
-
-
-

Start talking now

+
+ + + +
+
Hero 14
+
+ + +
+
+
+

Ready to start your journey?

+

+ Low-latency voice and video feels like you’re in the same room. Wave hello over video, watch friends stream their games, or gather up and have a drawing session with screen share. +

-
- - - - +
+ +
+

Start talking now

+
+
+ + + + +
+
+ +
+ +

By signing up you agree to our Terms of Service

-
- -
- -

By signing up you agree to our Terms of Service

+
+
+ + + +
+
Hero 15
+
+ +
+
+

Quisquam necessita vel + laborum doloribusdelectus +

+

Cupiditate minima voluptate temporibus quia? Architecto beatae esse ab amet vero eaque explicabo!

+
+ + +
-
- -
-
-
-

Quisquam necessita vel - laborum doloribusdelectus -

-

Cupiditate minima voluptate temporibus quia? Architecto beatae esse ab amet vero eaque explicabo!

-
- - -
-
-
+ + + + + + + + diff --git a/public/componets/navs_headers/header.html b/public/componets/navs_headers/header.html index 5c8169d..55b993f 100644 --- a/public/componets/navs_headers/header.html +++ b/public/componets/navs_headers/header.html @@ -5,7 +5,7 @@ - footer 1 + Header +
@@ -357,6 +356,1125 @@ + +
+
Header 7
+
+
+ +
+
+ + + + + + + + + Company + + + +
+ + Mobile menu dropdown +
+
+
+ +
+ +
+
+ +
+
+ +
+
+
+
+ + + + +
+
Header 8
+
+ +
+
+
+ + + + + + + + Company + + + +
+ +
+
+
+ +
+ +
+
+ +
+
+ +
+
+
+
+ + + + + + +
+
Header 9
+
+
+
+ + + + + + + +
+
+ + + + +
+ +
+ +
+
+ + + + + +
+
Header 10
+
+
+ +
+ + +
+ + + + + +
+
Header 11
+
+ + + + + + + +
+
Header 12
+
+ + + + + + + +
+
Header 13
+
+ + + + + + +
+
Header 14
+
+ + + + + + +
+
Header 15
+
+ + + + + + +
+
Header 16
+
+ + + + + + +
+
Header 17
+
+ + + + + + +
+
Header 18
+
+ + + + + + +
+
Header 19
+
+
+ + + + + +
+
Header 20
+
+ +
+ +
+ + + + +
+
Header 21
+
+ + + + + + +
+
Header 22
+
+ + + + +
+
Header 23
+
+ +
+ + + +
+ + + +