diff --git a/dist/tailshape.css b/dist/tailshape.css index 7b2cfeb..14d8f18 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -522,6 +522,10 @@ Ensure the default browser behavior of the `hidden` attribute. visibility: visible; } +.fixed { + position: fixed; +} + .absolute { position: absolute; } @@ -636,6 +640,34 @@ Ensure the default browser behavior of the `hidden` attribute. top: 4rem; } +.left-\[-34px\] { + left: -34px; +} + +.top-\[32px\] { + top: 32px; +} + +.left-auto { + left: auto; +} + +.top-2\/4 { + top: 50%; +} + +.right-auto { + right: auto; +} + +.bottom-2\/4 { + bottom: 50%; +} + +.left-2\/4 { + left: 50%; +} + .-bottom-5 { bottom: -1.25rem; } @@ -740,6 +772,10 @@ Ensure the default browser behavior of the `hidden` attribute. grid-column: auto; } +.col-span-4 { + grid-column: span 4 / span 4; +} + .row-span-full { grid-row: 1 / -1; } @@ -865,6 +901,11 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: auto; } +.my-8 { + margin-top: 2rem; + margin-bottom: 2rem; +} + .mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; @@ -895,11 +936,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 1rem; } -.my-8 { - margin-top: 2rem; - margin-bottom: 2rem; -} - .mx-32 { margin-left: 8rem; margin-right: 8rem; @@ -1099,6 +1135,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 0.75rem; } +.mt-24 { + margin-top: 6rem; +} + .mr-4 { margin-right: 1rem; } @@ -1139,10 +1179,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 7rem; } -.mt-24 { - margin-top: 6rem; -} - .-mt-4 { margin-top: -1rem; } @@ -1195,6 +1231,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -0.5rem; } +.mr-16 { + margin-right: 4rem; +} + .-mt-8 { margin-top: -2rem; } @@ -1211,6 +1251,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: -0.5rem; } +.mt-auto { + margin-top: auto; +} + .-mt-6 { margin-top: -1.5rem; } @@ -1435,6 +1479,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 0.75rem; } +.h-40 { + height: 10rem; +} + .h-80 { height: 20rem; } @@ -1471,22 +1519,26 @@ Ensure the default browser behavior of the `hidden` attribute. height: 0.5rem; } -.h-1\.5 { - height: 0.375rem; -} - -.h-40 { - height: 10rem; -} - .h-9 { height: 2.25rem; } +.h-14 { + height: 3.5rem; +} + +.h-1\.5 { + height: 0.375rem; +} + .max-h-0 { max-height: 0px; } +.max-h-full { + max-height: 100%; +} + .min-h-screen { min-height: 100vh; } @@ -1643,6 +1695,32 @@ Ensure the default browser behavior of the `hidden` attribute. width: 100vw; } +.w-80 { + width: 20rem; +} + +.w-4\/5 { + width: 80%; +} + +.w-16 { + width: 4rem; +} + +.w-\[170px\] { + width: 170px; +} + +.w-2 { + width: 0.5rem; +} + +.w-fit { + width: -webkit-fit-content; + width: -moz-fit-content; + width: fit-content; +} + .w-2\/6 { width: 33.333333%; } @@ -1663,12 +1741,16 @@ Ensure the default browser behavior of the `hidden` attribute. width: 25%; } -.w-16 { - width: 4rem; +.w-9 { + width: 2.25rem; } -.w-2 { - width: 0.5rem; +.w-60 { + width: 15rem; +} + +.w-96 { + width: 24rem; } .w-72 { @@ -1683,14 +1765,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 0.375rem; } -.w-9 { - width: 2.25rem; -} - -.w-60 { - width: 15rem; -} - .min-w-full { min-width: 100%; } @@ -1848,6 +1922,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)); } +.translate-x-2\/4 { + --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)); +} + .-translate-x-2\/4 { --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)); @@ -1863,6 +1942,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)); } +.-translate-x-20 { + --tw-translate-x: -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)); +} + +.translate-x-1 { + --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)); +} + +.-translate-y-1 { + --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)); +} + .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)); @@ -1883,6 +1977,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-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)); @@ -1898,6 +1997,16 @@ 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)); } +.skew-x-0 { + --tw-skew-x: 0deg; + 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-y-0 { + --tw-skew-y: 0deg; + 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)); +} + .scale-150 { --tw-scale-x: 1.5; --tw-scale-y: 1.5; @@ -1928,6 +2037,16 @@ 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)); } +.scale-x-100 { + --tw-scale-x: 1; + 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)); +} + +.scale-y-100 { + --tw-scale-y: 1; + 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)); +} + .transform { 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)); } @@ -2001,27 +2120,14 @@ Ensure the default browser behavior of the `hidden` attribute. animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; } -@-webkit-keyframes spin { - to { - transform: rotate(360deg); - } -} - -@keyframes spin { - to { - transform: rotate(360deg); - } -} - -.animate-spin { - -webkit-animation: spin 1s linear infinite; - animation: spin 1s linear infinite; -} - .cursor-pointer { cursor: pointer; } +.cursor-not-allowed { + cursor: not-allowed; +} + .select-none { -webkit-user-select: none; -moz-user-select: none; @@ -2338,6 +2444,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); } +.-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))); +} + .space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); @@ -2439,6 +2551,10 @@ Ensure the default browser behavior of the `hidden` attribute. overflow-x: hidden; } +.overflow-y-hidden { + overflow-y: hidden; +} + .truncate { overflow: hidden; text-overflow: ellipsis; @@ -2514,14 +2630,24 @@ Ensure the default browser behavior of the `hidden` attribute. border-top-right-radius: 0.5rem; } +.rounded-l-md { + border-top-left-radius: 0.375rem; + border-bottom-left-radius: 0.375rem; +} + +.rounded-r-md { + border-top-right-radius: 0.375rem; + border-bottom-right-radius: 0.375rem; +} + .rounded-b-none { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } -.rounded-r { +.rounded-t { + border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; } .rounded-b { @@ -2529,9 +2655,9 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-left-radius: 0.25rem; } -.rounded-t { - border-top-left-radius: 0.25rem; +.rounded-r { border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } .rounded-b-lg { @@ -2549,16 +2675,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-right-radius: 9999px; } -.rounded-l-md { - border-top-left-radius: 0.375rem; - border-bottom-left-radius: 0.375rem; -} - -.rounded-r-md { - border-top-right-radius: 0.375rem; - border-bottom-right-radius: 0.375rem; -} - .rounded-tl { border-top-left-radius: 0.25rem; } @@ -2575,6 +2691,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-right-radius: 0.25rem; } +.rounded-tr-lg { + border-top-right-radius: 0.5rem; +} + +.rounded-br-lg { + border-bottom-right-radius: 0.5rem; +} + .border { border-width: 1px; } @@ -2635,6 +2759,18 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-width: 4px; } +.border-l-8 { + border-left-width: 8px; +} + +.border-r-2 { + border-right-width: 2px; +} + +.border-r-0 { + border-right-width: 0px; +} + .border-solid { border-style: solid; } @@ -2712,6 +2848,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(252 231 243 / var(--tw-border-opacity)); } +.border-transparent { + border-color: transparent; +} + .border-blue-400 { --tw-border-opacity: 1; border-color: rgb(96 165 250 / var(--tw-border-opacity)); @@ -2741,10 +2881,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(255 255 255 / 0.1); } -.border-transparent { - border-color: transparent; -} - .border-white\/25 { border-color: rgb(255 255 255 / 0.25); } @@ -2779,6 +2915,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(168 85 247 / var(--tw-border-opacity)); } +.border-current { + border-color: currentColor; +} + .border-purple-400 { --tw-border-opacity: 1; border-color: rgb(192 132 252 / var(--tw-border-opacity)); @@ -2978,6 +3118,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(252 231 243 / var(--tw-bg-opacity)); } +.bg-blue-600 { + --tw-bg-opacity: 1; + background-color: rgb(37 99 235 / var(--tw-bg-opacity)); +} + +.bg-cyan-800 { + --tw-bg-opacity: 1; + background-color: rgb(21 94 117 / var(--tw-bg-opacity)); +} + .bg-blue-500 { --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity)); @@ -2988,11 +3138,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(55 65 81 / var(--tw-bg-opacity)); } -.bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgb(37 99 235 / var(--tw-bg-opacity)); -} - .bg-purple-700 { --tw-bg-opacity: 1; background-color: rgb(126 34 206 / var(--tw-bg-opacity)); @@ -3092,9 +3237,14 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(30 64 175 / var(--tw-bg-opacity)); } -.bg-cyan-800 { +.bg-red-50 { --tw-bg-opacity: 1; - background-color: rgb(21 94 117 / var(--tw-bg-opacity)); + background-color: rgb(254 242 242 / var(--tw-bg-opacity)); +} + +.bg-purple-200 { + --tw-bg-opacity: 1; + background-color: rgb(233 213 255 / var(--tw-bg-opacity)); } .bg-purple-400 { @@ -3117,6 +3267,31 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(58 59 60 / var(--tw-bg-opacity)); } +.bg-emerald-500 { + --tw-bg-opacity: 1; + background-color: rgb(16 185 129 / var(--tw-bg-opacity)); +} + +.bg-yellow-400 { + --tw-bg-opacity: 1; + background-color: rgb(250 204 21 / var(--tw-bg-opacity)); +} + +.bg-green-50 { + --tw-bg-opacity: 1; + background-color: rgb(240 253 244 / var(--tw-bg-opacity)); +} + +.bg-pink-700 { + --tw-bg-opacity: 1; + background-color: rgb(190 24 93 / var(--tw-bg-opacity)); +} + +.bg-indigo-400 { + --tw-bg-opacity: 1; + background-color: rgb(129 140 248 / var(--tw-bg-opacity)); +} + .bg-violet-700 { --tw-bg-opacity: 1; background-color: rgb(109 40 217 / var(--tw-bg-opacity)); @@ -3172,24 +3347,29 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(253 224 71 / var(--tw-bg-opacity)); } -.bg-yellow-400 { - --tw-bg-opacity: 1; - background-color: rgb(250 204 21 / var(--tw-bg-opacity)); -} - .bg-blue-400 { --tw-bg-opacity: 1; background-color: rgb(96 165 250 / var(--tw-bg-opacity)); } -.bg-cyan-600 { +.bg-blue-50 { --tw-bg-opacity: 1; - background-color: rgb(8 145 178 / var(--tw-bg-opacity)); + background-color: rgb(239 246 255 / var(--tw-bg-opacity)); } -.bg-cyan-700 { +.bg-orange-100 { --tw-bg-opacity: 1; - background-color: rgb(14 116 144 / var(--tw-bg-opacity)); + background-color: rgb(255 237 213 / var(--tw-bg-opacity)); +} + +.bg-green-100 { + --tw-bg-opacity: 1; + background-color: rgb(220 252 231 / var(--tw-bg-opacity)); +} + +.bg-teal-100 { + --tw-bg-opacity: 1; + background-color: rgb(204 251 241 / var(--tw-bg-opacity)); } .bg-opacity-5 { @@ -3216,6 +3396,10 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-bg-opacity: 0.7; } +.bg-opacity-0 { + --tw-bg-opacity: 0; +} + .bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); } @@ -3367,10 +3551,6 @@ Ensure the default browser behavior of the `hidden` attribute. fill: #1f2937; } -.fill-red-500 { - fill: #ef4444; -} - .stroke-gray-500 { stroke: #6b7280; } @@ -3442,6 +3622,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 7rem; } +.p-2\.5 { + padding: 0.625rem; +} + .p-0\.5 { padding: 0.125rem; } @@ -3454,6 +3638,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 3rem; } +.p-24 { + padding: 6rem; +} + .px-4 { padding-left: 1rem; padding-right: 1rem; @@ -3619,16 +3807,16 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 12rem; } -.py-px { - padding-top: 1px; - padding-bottom: 1px; -} - .px-7 { padding-left: 1.75rem; padding-right: 1.75rem; } +.py-px { + padding-top: 1px; + padding-bottom: 1px; +} + .px-16 { padding-left: 4rem; padding-right: 4rem; @@ -3832,6 +4020,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 0.125rem; } +.pr-2 { + padding-right: 0.5rem; +} + .pt-1 { padding-top: 0.25rem; } @@ -3848,12 +4040,12 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 0.25rem; } -.pl-11 { - padding-left: 2.75rem; +.pr-3 { + padding-right: 0.75rem; } -.pr-2 { - padding-right: 0.5rem; +.pl-11 { + padding-left: 2.75rem; } .pt-48 { @@ -3896,14 +4088,14 @@ Ensure the default browser behavior of the `hidden` attribute. font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; } -.font-sans { - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; -} - .font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } +.font-sans { + font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +} + .text-lg { font-size: 1.125rem; line-height: 1.75rem; @@ -3953,8 +4145,8 @@ Ensure the default browser behavior of the `hidden` attribute. font-size: 32px; } -.text-7xl { - font-size: 4.5rem; +.text-9xl { + font-size: 8rem; line-height: 1; } @@ -3963,8 +4155,8 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } -.text-9xl { - font-size: 8rem; +.text-7xl { + font-size: 4.5rem; line-height: 1; } @@ -4048,14 +4240,14 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.5; } -.leading-4 { - line-height: 1rem; -} - .leading-5 { line-height: 1.25rem; } +.leading-4 { + line-height: 1rem; +} + .leading-10 { line-height: 2.5rem; } @@ -4194,6 +4386,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(229 231 235 / var(--tw-text-opacity)); } +.text-orange-500 { + --tw-text-opacity: 1; + color: rgb(249 115 22 / var(--tw-text-opacity)); +} + +.text-red-600 { + --tw-text-opacity: 1; + color: rgb(220 38 38 / var(--tw-text-opacity)); +} + .text-green-400 { --tw-text-opacity: 1; color: rgb(74 222 128 / var(--tw-text-opacity)); @@ -4274,11 +4476,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(190 24 93 / var(--tw-text-opacity)); } -.text-orange-500 { - --tw-text-opacity: 1; - color: rgb(249 115 22 / var(--tw-text-opacity)); -} - .text-blue-700 { --tw-text-opacity: 1; color: rgb(29 78 216 / var(--tw-text-opacity)); @@ -4333,9 +4530,34 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(129 140 248 / var(--tw-text-opacity)); } -.text-red-600 { +.text-orange-600 { --tw-text-opacity: 1; - color: rgb(220 38 38 / var(--tw-text-opacity)); + color: rgb(234 88 12 / var(--tw-text-opacity)); +} + +.text-green-900 { + --tw-text-opacity: 1; + color: rgb(20 83 45 / var(--tw-text-opacity)); +} + +.text-emerald-500 { + --tw-text-opacity: 1; + color: rgb(16 185 129 / var(--tw-text-opacity)); +} + +.text-red-500 { + --tw-text-opacity: 1; + color: rgb(239 68 68 / var(--tw-text-opacity)); +} + +.text-green-300 { + --tw-text-opacity: 1; + color: rgb(134 239 172 / var(--tw-text-opacity)); +} + +.text-blue-300 { + --tw-text-opacity: 1; + color: rgb(147 197 253 / var(--tw-text-opacity)); } .text-teal-900 { @@ -4358,11 +4580,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(14 116 144 / var(--tw-text-opacity)); } -.text-emerald-500 { - --tw-text-opacity: 1; - color: rgb(16 185 129 / var(--tw-text-opacity)); -} - .text-yellow-100 { --tw-text-opacity: 1; color: rgb(254 249 195 / var(--tw-text-opacity)); @@ -4378,11 +4595,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(20 184 166 / var(--tw-text-opacity)); } -.text-red-500 { - --tw-text-opacity: 1; - color: rgb(239 68 68 / var(--tw-text-opacity)); -} - .text-pink-500 { --tw-text-opacity: 1; color: rgb(236 72 153 / var(--tw-text-opacity)); @@ -4393,9 +4605,19 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(113 63 18 / var(--tw-text-opacity)); } -.text-red-300 { +.text-red-50 { --tw-text-opacity: 1; - color: rgb(252 165 165 / var(--tw-text-opacity)); + color: rgb(254 242 242 / var(--tw-text-opacity)); +} + +.text-orange-700 { + --tw-text-opacity: 1; + color: rgb(194 65 12 / var(--tw-text-opacity)); +} + +.text-red-700 { + --tw-text-opacity: 1; + color: rgb(185 28 28 / var(--tw-text-opacity)); } .text-opacity-50 { @@ -4613,6 +4835,12 @@ 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); } +.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); +} + .ring-4 { --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); @@ -4636,9 +4864,9 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); } -.ring-gray-300 { +.ring-gray-100 { --tw-ring-opacity: 1; - --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)); + --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity)); } .ring-white { @@ -4646,6 +4874,11 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)); } +.ring-gray-300 { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)); +} + .brightness-125 { --tw-brightness: brightness(1.25); 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); @@ -4737,6 +4970,10 @@ Ensure the default browser behavior of the `hidden` attribute. transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } +.ease-in { + transition-timing-function: cubic-bezier(0.4, 0, 1, 1); +} + .section_divider { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); @@ -4801,21 +5038,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.25rem; } -.placeholder\:text-gray-400::-moz-placeholder { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - -.placeholder\:text-gray-400:-ms-input-placeholder { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - -.placeholder\:text-gray-400::placeholder { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - .placeholder\:text-gray-800::-moz-placeholder { --tw-text-opacity: 1; color: rgb(31 41 55 / var(--tw-text-opacity)); @@ -4831,6 +5053,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(31 41 55 / var(--tw-text-opacity)); } +.placeholder\:text-gray-400::-moz-placeholder { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.placeholder\:text-gray-400:-ms-input-placeholder { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.placeholder\:text-gray-400::placeholder { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + .before\:mx-auto::before { content: var(--tw-content); margin-left: auto; @@ -4872,6 +5109,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(96 165 250 / var(--tw-border-opacity)); } +.focus-within\:text-purple-500:focus-within { + --tw-text-opacity: 1; + color: rgb(168 85 247 / var(--tw-text-opacity)); +} + .focus-within\:ring:focus-within { --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); @@ -5045,6 +5287,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(156 163 175 / var(--tw-bg-opacity)); } +.hover\:bg-blue-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity)); +} + +.hover\:bg-cyan-800:hover { + --tw-bg-opacity: 1; + background-color: rgb(21 94 117 / var(--tw-bg-opacity)); +} + .hover\:bg-gray-50:hover { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); @@ -5060,11 +5312,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(126 34 206 / var(--tw-bg-opacity)); } -.hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(29 78 216 / var(--tw-bg-opacity)); -} - .hover\:bg-blue-400:hover { --tw-bg-opacity: 1; background-color: rgb(96 165 250 / var(--tw-bg-opacity)); @@ -5149,6 +5396,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(192 132 252 / var(--tw-bg-opacity)); } +.hover\:bg-yellow-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(161 98 7 / var(--tw-bg-opacity)); +} + .hover\:bg-pink-600:hover { --tw-bg-opacity: 1; background-color: rgb(219 39 119 / var(--tw-bg-opacity)); @@ -5169,11 +5421,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(250 204 21 / var(--tw-bg-opacity)); } -.hover\:bg-cyan-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(21 94 117 / var(--tw-bg-opacity)); -} - .hover\:bg-opacity-90:hover { --tw-bg-opacity: 0.9; } @@ -5375,11 +5622,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(22 78 99 / var(--tw-text-opacity)); } -.hover\:text-purple-900:hover { - --tw-text-opacity: 1; - color: rgb(88 28 135 / var(--tw-text-opacity)); -} - .hover\:text-indigo-500:hover { --tw-text-opacity: 1; color: rgb(99 102 241 / var(--tw-text-opacity)); @@ -5413,18 +5655,18 @@ Ensure the default browser behavior of the `hidden` attribute. opacity: 0.75; } -.hover\:shadow-lg:hover { - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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\:shadow-md:hover { --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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\:shadow-lg:hover { + --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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\: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); @@ -5538,6 +5780,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(75 85 99 / var(--tw-border-opacity)); } +.focus\:border-purple-300:focus { + --tw-border-opacity: 1; + border-color: rgb(216 180 254 / var(--tw-border-opacity)); +} + .focus\:bg-red-700:focus { --tw-bg-opacity: 1; background-color: rgb(185 28 28 / var(--tw-bg-opacity)); @@ -5612,6 +5859,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(229 231 235 / var(--tw-bg-opacity)); } +.focus\:bg-blue-700:focus { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity)); +} + .focus\:bg-blue-600:focus { --tw-bg-opacity: 1; background-color: rgb(37 99 235 / var(--tw-bg-opacity)); @@ -5679,6 +5931,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: transparent; } +.focus\:placeholder-gray-500:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(107 114 128 / var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-gray-500:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(107 114 128 / var(--tw-placeholder-opacity)); +} + +.focus\:placeholder-gray-500:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(107 114 128 / var(--tw-placeholder-opacity)); +} + .focus\:shadow-none:focus { --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; @@ -5804,16 +6071,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity)); } -.focus\:ring-cyan-200:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity)); -} - -.focus\:ring-cyan-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity)); -} - .focus\:ring-opacity-75:focus { --tw-ring-opacity: 0.75; } @@ -5860,6 +6117,11 @@ Ensure the default browser behavior of the `hidden` attribute. top: 0px; } +.active\:bg-blue-600:active { + --tw-bg-opacity: 1; + background-color: rgb(37 99 235 / var(--tw-bg-opacity)); +} + .active\:bg-yellow-400:active { --tw-bg-opacity: 1; background-color: rgb(250 204 21 / var(--tw-bg-opacity)); @@ -5890,6 +6152,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(229 231 235 / var(--tw-bg-opacity)); } +.active\:bg-blue-800:active { + --tw-bg-opacity: 1; + background-color: rgb(30 64 175 / var(--tw-bg-opacity)); +} + .active\:bg-purple-800:active { --tw-bg-opacity: 1; background-color: rgb(107 33 168 / var(--tw-bg-opacity)); @@ -5900,11 +6167,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(67 56 202 / var(--tw-bg-opacity)); } -.active\:bg-blue-600:active { - --tw-bg-opacity: 1; - background-color: rgb(37 99 235 / var(--tw-bg-opacity)); -} - .active\:text-gray-300:active { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); @@ -6011,6 +6273,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(75 85 99 / var(--tw-divide-opacity)); } +.dark .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(55 65 81 / var(--tw-divide-opacity)); +} + .dark .dark\:rounded-2xl { border-radius: 1rem; } @@ -6112,6 +6379,16 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: transparent; } +.dark .dark\:border-emerald-400 { + --tw-border-opacity: 1; + border-color: rgb(52 211 153 / var(--tw-border-opacity)); +} + +.dark .dark\:border-green-400 { + --tw-border-opacity: 1; + border-color: rgb(74 222 128 / var(--tw-border-opacity)); +} + .dark .dark\:border-emerald-300 { --tw-border-opacity: 1; border-color: rgb(110 231 183 / var(--tw-border-opacity)); @@ -6147,16 +6424,16 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(99 102 241 / var(--tw-border-opacity)); } -.dark .dark\:border-emerald-400 { - --tw-border-opacity: 1; - border-color: rgb(52 211 153 / var(--tw-border-opacity)); -} - .dark .dark\:border-gray-900 { --tw-border-opacity: 1; border-color: rgb(17 24 39 / var(--tw-border-opacity)); } +.dark .dark\:border-gray-800 { + --tw-border-opacity: 1; + border-color: rgb(31 41 55 / var(--tw-border-opacity)); +} + .dark .dark\:bg-gray-800 { --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity)); @@ -6217,6 +6494,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(191 219 254 / var(--tw-bg-opacity)); } +.dark .dark\:bg-cyan-900 { + --tw-bg-opacity: 1; + background-color: rgb(22 78 99 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-blue-500 { --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity)); @@ -6322,14 +6604,43 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(71 85 105 / var(--tw-bg-opacity)); } -.dark .dark\:bg-cyan-900 { +.dark .dark\:bg-red-600 { --tw-bg-opacity: 1; - background-color: rgb(22 78 99 / var(--tw-bg-opacity)); + background-color: rgb(220 38 38 / var(--tw-bg-opacity)); } -.dark .dark\:bg-cyan-800 { +.dark .dark\:bg-orange-500 { --tw-bg-opacity: 1; - background-color: rgb(21 94 117 / var(--tw-bg-opacity)); + background-color: rgb(249 115 22 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-green-500 { + --tw-bg-opacity: 1; + background-color: rgb(34 197 94 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-teal-500 { + --tw-bg-opacity: 1; + background-color: rgb(20 184 166 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-green-700 { + --tw-bg-opacity: 1; + background-color: rgb(21 128 61 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-orange-600 { + --tw-bg-opacity: 1; + background-color: rgb(234 88 12 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-red-700 { + --tw-bg-opacity: 1; + background-color: rgb(185 28 28 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-transparent { + background-color: transparent; } .dark .dark\:bg-opacity-40 { @@ -6556,6 +6867,16 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(30 64 175 / var(--tw-text-opacity)); } +.dark .dark\:text-red-500 { + --tw-text-opacity: 1; + color: rgb(239 68 68 / 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-purple-400 { --tw-text-opacity: 1; color: rgb(192 132 252 / var(--tw-text-opacity)); @@ -6641,9 +6962,14 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(248 113 113 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-600 { +.dark .dark\:text-emerald-200 { --tw-text-opacity: 1; - color: rgb(75 85 99 / var(--tw-text-opacity)); + color: rgb(167 243 208 / var(--tw-text-opacity)); +} + +.dark .dark\:text-blue-300 { + --tw-text-opacity: 1; + color: rgb(147 197 253 / var(--tw-text-opacity)); } .dark .dark\:text-emerald-500 { @@ -6670,29 +6996,29 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(20 184 166 / var(--tw-text-opacity)); } -.dark .dark\:text-emerald-200 { +.dark .dark\:text-red-100 { --tw-text-opacity: 1; - color: rgb(167 243 208 / var(--tw-text-opacity)); + color: rgb(254 226 226 / var(--tw-text-opacity)); } -.dark .dark\:text-blue-300 { +.dark .dark\:text-orange-100 { --tw-text-opacity: 1; - color: rgb(147 197 253 / var(--tw-text-opacity)); + color: rgb(255 237 213 / 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-red-600 { +.dark .dark\:text-blue-100 { --tw-text-opacity: 1; - color: rgb(220 38 38 / var(--tw-text-opacity)); + color: rgb(219 234 254 / var(--tw-text-opacity)); } -.dark .dark\:text-red-500 { +.dark .dark\:text-teal-100 { --tw-text-opacity: 1; - color: rgb(239 68 68 / var(--tw-text-opacity)); + color: rgb(204 251 241 / var(--tw-text-opacity)); } .dark .dark\:placeholder-white::-moz-placeholder { @@ -6915,6 +7241,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(29 78 216 / var(--tw-bg-opacity)); } +.dark .dark\:hover\:bg-cyan-900:hover { + --tw-bg-opacity: 1; + background-color: rgb(22 78 99 / 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)); @@ -6934,6 +7265,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(79 70 229 / var(--tw-bg-opacity)); } +.dark .dark\:hover\:bg-blue-500:hover { + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} + .dark .dark\:hover\:bg-emerald-500:hover { --tw-bg-opacity: 1; background-color: rgb(16 185 129 / var(--tw-bg-opacity)); @@ -6954,11 +7290,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(17 24 39 / var(--tw-bg-opacity)); } -.dark .dark\:hover\:bg-cyan-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(22 78 99 / var(--tw-bg-opacity)); -} - .dark .dark\:hover\:stroke-cyan-400:hover { stroke: #22d3ee; } @@ -7164,6 +7495,33 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(8 145 178 / var(--tw-text-opacity)); } +.dark .dark\:focus\:placeholder-transparent:focus::-moz-placeholder { + color: transparent; +} + +.dark .dark\:focus\:placeholder-transparent:focus:-ms-input-placeholder { + color: transparent; +} + +.dark .dark\:focus\:placeholder-transparent:focus::placeholder { + color: transparent; +} + +.dark .dark\:focus\:placeholder-gray-600:focus::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:focus\:placeholder-gray-600:focus:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:focus\:placeholder-gray-600:focus::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + .dark .dark\:focus\:ring-gray-800:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); @@ -7184,11 +7542,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-cyan-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity)); -} - @media (min-width: 640px) { .sm\:relative { position: relative; @@ -7374,6 +7727,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 4rem; } + .sm\:mt-auto { + margin-top: auto; + } + .sm\:block { display: block; } @@ -7418,6 +7775,14 @@ Ensure the default browser behavior of the `hidden` attribute. height: 1.75rem; } + .sm\:h-64 { + height: 16rem; + } + + .sm\:h-full { + height: 100%; + } + .sm\:w-10\/12 { width: 83.333333%; } @@ -7458,6 +7823,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 100%; } + .sm\:w-32 { + width: 8rem; + } + .sm\:w-2\/4 { width: 50%; } @@ -7486,6 +7855,18 @@ Ensure the default browser behavior of the `hidden` attribute. width: 66.666667%; } + .sm\:w-60 { + width: 15rem; + } + + .sm\:w-80 { + width: 20rem; + } + + .sm\:w-72 { + width: 18rem; + } + .sm\:w-3\/5 { width: 60%; } @@ -7494,10 +7875,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 83.333333%; } - .sm\:w-60 { - width: 15rem; - } - .sm\:max-w-full { max-width: 100%; } @@ -7506,6 +7883,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 70px; } + .sm\:max-w-md { + max-width: 28rem; + } + .sm\:max-w-xl { max-width: 36rem; } @@ -7518,10 +7899,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 1024px; } - .sm\:max-w-md { - max-width: 28rem; - } - .sm\:flex-initial { flex: 0 1 auto; } @@ -7551,6 +7928,10 @@ Ensure the default browser behavior of the `hidden` attribute. grid-template-columns: repeat(12, minmax(0, 1fr)); } + .sm\:grid-cols-9 { + grid-template-columns: repeat(9, minmax(0, 1fr)); + } + .sm\:flex-row { flex-direction: row; } @@ -7633,6 +8014,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); } + .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0.75rem * var(--tw-space-x-reverse)); + margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); + } + .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1.25rem * var(--tw-space-x-reverse)); @@ -7645,12 +8032,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(2rem * var(--tw-space-y-reverse)); } - .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); - } - .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0; border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); @@ -7687,12 +8068,20 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 3rem; } + .sm\:p-16 { + padding: 4rem; + } + .sm\:p-6 { padding: 1.5rem; } - .sm\:p-16 { - padding: 4rem; + .sm\:p-4 { + padding: 1rem; + } + + .sm\:p-2 { + padding: 0.5rem; } .sm\:px-10 { @@ -8272,6 +8661,10 @@ Ensure the default browser behavior of the `hidden` attribute. display: inline-flex; } + .md\:grid { + display: grid; + } + .md\:hidden { display: none; } @@ -8304,6 +8697,14 @@ Ensure the default browser behavior of the `hidden` attribute. height: 1.25rem; } + .md\:h-48 { + height: 12rem; + } + + .md\:h-36 { + height: 9rem; + } + .md\:h-9 { height: 2.25rem; } @@ -8440,6 +8841,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 36rem; } + .md\:max-w-lg { + max-width: 32rem; + } + .md\:max-w-full { max-width: 100%; } @@ -8452,10 +8857,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 1024px; } - .md\:max-w-lg { - max-width: 32rem; - } - .md\:max-w-sm { max-width: 24rem; } @@ -8549,6 +8950,10 @@ Ensure the default browser behavior of the `hidden` attribute. gap: 2rem; } + .md\:gap-4 { + gap: 1rem; + } + .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); @@ -8597,6 +9002,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); } + .md\: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))); + } + .md\:divide-x > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0; border-right-width: calc(1px * var(--tw-divide-x-reverse)); @@ -8683,6 +9094,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: transparent; } + .md\:bg-gray-700 { + --tw-bg-opacity: 1; + background-color: rgb(55 65 81 / var(--tw-bg-opacity)); + } + .md\:bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); @@ -8943,9 +9359,9 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2.5rem; } - .md\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; + .md\:text-base { + font-size: 1rem; + line-height: 1.5rem; } .md\:text-3xl { @@ -8953,9 +9369,9 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2.25rem; } - .md\:text-base { - font-size: 1rem; - line-height: 1.5rem; + .md\:text-2xl { + font-size: 1.5rem; + line-height: 2rem; } .md\:text-lg { @@ -8985,6 +9401,10 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.25; } + .md\:leading-7 { + line-height: 1.75rem; + } + .md\:leading-snug { line-height: 1.375; } @@ -8997,10 +9417,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.625; } - .md\:leading-7 { - line-height: 1.75rem; - } - .md\:tracking-tight { letter-spacing: -0.025em; } @@ -9010,6 +9426,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(29 78 216 / var(--tw-text-opacity)); } + .md\:text-gray-100 { + --tw-text-opacity: 1; + color: rgb(243 244 246 / var(--tw-text-opacity)); + } + + .md\:text-blue-300 { + --tw-text-opacity: 1; + color: rgb(147 197 253 / var(--tw-text-opacity)); + } + + .md\:text-gray-400 { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); + } + .md\:shadow-none { --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; @@ -9029,6 +9460,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: transparent; } + .dark .md\:dark\:bg-gray-800 { + --tw-bg-opacity: 1; + background-color: rgb(31 41 55 / var(--tw-bg-opacity)); + } + .dark .dark\:md\:bg-gray-800 { --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity)); @@ -9342,6 +9778,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 2.5rem; } + .lg\:mr-32 { + margin-right: 8rem; + } + .lg\:block { display: block; } @@ -9382,6 +9822,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 100vh; } + .lg\:h-48 { + height: 12rem; + } + .lg\:h-10 { height: 2.5rem; } @@ -9394,6 +9838,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 3rem; } + .lg\:h-80 { + height: 20rem; + } + .lg\:w-1\/2 { width: 50%; } @@ -9770,6 +10218,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 120px; } + .lg\:px-0 { + padding-left: 0px; + padding-right: 0px; + } + .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; @@ -9855,11 +10308,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 1.25rem; } - .lg\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - .lg\:pt-\[120px\] { padding-top: 120px; } @@ -10013,6 +10461,11 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.5rem; } + .lg\:text-6xl { + font-size: 3.75rem; + line-height: 1; + } + .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; @@ -10032,11 +10485,6 @@ Ensure the default browser behavior of the `hidden` attribute. font-size: 40px; } - .lg\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - .lg\:text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); diff --git a/public/componets/layout/1_layout.html b/public/componets/layout/1_layout.html new file mode 100644 index 0000000..b91ac71 --- /dev/null +++ b/public/componets/layout/1_layout.html @@ -0,0 +1,48 @@ + + + + + + + + + + layout + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/layout/dashboard_layout.html b/public/componets/layout/dashboard_layout.html new file mode 100644 index 0000000..af458ef --- /dev/null +++ b/public/componets/layout/dashboard_layout.html @@ -0,0 +1,48 @@ + + + + + + + + + + Dashboard Layout + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/layout/layout.html b/public/componets/layout/layout.html new file mode 100644 index 0000000..5ab694c --- /dev/null +++ b/public/componets/layout/layout.html @@ -0,0 +1,101 @@ + + + + + + + + + + layout + + + + + + + + + +
+
Layout 1
+
+ + +
+
Header
+ +
+
Content here
+ + + + +
+ + +
+ + + + + + +
+
Layout 2 independent scroll
+
+ + +
+
Header
+ +
+
Content here
+ + + + +
+ + + +
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/navs_headers/1_header.html b/public/componets/navs_headers/1_header.html index 1e13500..65b76c4 100644 --- a/public/componets/navs_headers/1_header.html +++ b/public/componets/navs_headers/1_header.html @@ -4,8 +4,10 @@ + + - footer 1 + Header 1 - - - + + + - + + + + + + + Other 10 (notification 4) + + + + + + + + + +
+
Other 10 (notification 4)
+
+ + + +
+
+ Notification Title + + + + + +
+
+ I will never close automatically. This is a purposely very very long + description that has many many characters and words. +
+
+ +
+
+ + + +
+
+
+ Notification Title + + + + + +
+
+ I will never close automatically. This is a purposely very very long + description that has many many characters and words. +
+
+
+ +
+
+ + + +
+
+
+ Notification Title + + + + + +
+
+ I will never close automatically. This is a purposely very very long + description that has many many characters and words. +
+
+
+ +
+
+ + + +
+
+
+ Notification Title + + + + + +
+
+ I will never close automatically. This is a purposely very very long + description that has many many characters and words. +
+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/11_other.html b/public/componets/others/11_other.html new file mode 100644 index 0000000..836caf4 --- /dev/null +++ b/public/componets/others/11_other.html @@ -0,0 +1,97 @@ + + + + + + + + + + Other 11 + + + + + + + + + + + +
+
Other 11 (notification 5)
+
+ +
+
+
+

Friend Requests

+
+
+
+ user image +
+
+
+ Ezio Dani + wants to be your friend +
+
+ Accept + Decline +
+
+
+
+
+ user image +
+
+
+ Bianca Chen + wants to be your friend +
+
+ Accept + Decline +
+
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/12_other.html b/public/componets/others/12_other.html new file mode 100644 index 0000000..af01601 --- /dev/null +++ b/public/componets/others/12_other.html @@ -0,0 +1,68 @@ + + + + + + + + + + Other 12 + + + + + + + + +
+
Other 12 (ribbon at corner 1)
+
+ +
+
+
+ Popular +
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/13_other.html b/public/componets/others/13_other.html new file mode 100644 index 0000000..5283806 --- /dev/null +++ b/public/componets/others/13_other.html @@ -0,0 +1,68 @@ + + + + + + + + + + Other 13 + + + + + + + + + +
+
Other 13 (avatar 1)
+
+ + +
+ +
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/14_other.html b/public/componets/others/14_other.html new file mode 100644 index 0000000..0f357fb --- /dev/null +++ b/public/componets/others/14_other.html @@ -0,0 +1,85 @@ + + + + + + + + + + Other 14 + + + + + + + + + +
+
Other 14 (avater 2)
+
+ + +
+ + + + +
+ +5 +
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/15_other.html b/public/componets/others/15_other.html new file mode 100644 index 0000000..5fd7237 --- /dev/null +++ b/public/componets/others/15_other.html @@ -0,0 +1,92 @@ + + + + + + + + + + Other 15 + + + + + + + + + + +
+
Other 15 (breadcrumb 1 )
+
+ + +
+ + + + + + + + / + + + + Account + + + + / + + + + Profile + + + + / + + + + Settings + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/16_other.html b/public/componets/others/16_other.html new file mode 100644 index 0000000..efac0f9 --- /dev/null +++ b/public/componets/others/16_other.html @@ -0,0 +1,98 @@ + + + + + + + + + + Other 16 + + + + + + + + + + +
+
Other 16 (breadcrumb 2)
+
+ + +
+ + + + + + + + + + + + + + Account + + + + + + + + + + Profile + + + + + + + + + + Settings + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/17_other.html b/public/componets/others/17_other.html new file mode 100644 index 0000000..3e20bf1 --- /dev/null +++ b/public/componets/others/17_other.html @@ -0,0 +1,78 @@ + + + + + + + + + + Other 17 + + + + + + + + + + +
+
Other 17 ( newsletter )
+
+ +
+
+
+

Sign Up For Project Updates

+ +

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Consectetur obcaecati odio

+
+
+ +
+
+
+ + + +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/18_other.html b/public/componets/others/18_other.html new file mode 100644 index 0000000..f420457 --- /dev/null +++ b/public/componets/others/18_other.html @@ -0,0 +1,92 @@ + + + + + + + + + + Other 18 + + + + + + + + + + +
+
Other 18 (pagination 1 with arrow's)
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/19_other.html b/public/componets/others/19_other.html new file mode 100644 index 0000000..77c6d7f --- /dev/null +++ b/public/componets/others/19_other.html @@ -0,0 +1,81 @@ + + + + + + + + + + Other 19 + + + + + + + + + +
+
other 19 (pagination 2 )
+
+ + +
+ + previous + + + + + + + + + + Next + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/1_other.html b/public/componets/others/1_other.html new file mode 100644 index 0000000..9b5b906 --- /dev/null +++ b/public/componets/others/1_other.html @@ -0,0 +1,74 @@ + + + + + + + + + + Other 1 (alert 1) + + + + + + + + + + +
+
Other 1 (alert 1)
+
+ + +
+ New + 4:36 PM + + John Doe's avatar + +
+

John Doe

+

You have a new message!

+
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/20_other.html b/public/componets/others/20_other.html new file mode 100644 index 0000000..e8c5677 --- /dev/null +++ b/public/componets/others/20_other.html @@ -0,0 +1,82 @@ + + + + + + + + + + Other 20 + + + + + + + + + + +
+
Other 20 (pagination 3 with record's )
+
+ + +
+
+ + +
+ 1 - 25 of 77 records +
+
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/21_other.html b/public/componets/others/21_other.html new file mode 100644 index 0000000..4c0cd1a --- /dev/null +++ b/public/componets/others/21_other.html @@ -0,0 +1,51 @@ + + + + + + + + + + Other + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/2_other.html b/public/componets/others/2_other.html new file mode 100644 index 0000000..cf2842c --- /dev/null +++ b/public/componets/others/2_other.html @@ -0,0 +1,157 @@ + + + + + + + + + + Other 2 (alert 2) + + + + + + + + + +
+
Other 2 (alert 2)
+
+ +
+ + + + +
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/3_other.html b/public/componets/others/3_other.html new file mode 100644 index 0000000..d192bd2 --- /dev/null +++ b/public/componets/others/3_other.html @@ -0,0 +1,149 @@ + + + + + + + + + + ther 3 (alert 3) + + + + + + + + + + +
+
Other 3 (alert 3)
+
+ +
+ + +
+
+ + + +
+ +
+
+ Success +

Your account was registered!

+
+
+
+ + +
+
+
+ + + +
+ +
+
+ Info +

This channel archived by the owner!

+
+
+
+ + +
+ +
+
+ + + +
+ +
+
+ Warning +

Your image size is too large!

+
+
+
+ + +
+ +
+
+ + + +
+ +
+
+ Error +

Your email is already used!

+
+
+
+ + +
+ +
+
+ +
+ User avatar + +
+

Sara has replied on the uploaded image.

+
+
+
+
+ + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/4_other.html b/public/componets/others/4_other.html new file mode 100644 index 0000000..1b208c0 --- /dev/null +++ b/public/componets/others/4_other.html @@ -0,0 +1,94 @@ + + + + + + + + + + Other 4 (alert 4) + + + + + + + + + + +
+
Other 4 (alert 4)
+
+ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/5_other.html b/public/componets/others/5_other.html new file mode 100644 index 0000000..f4ecba0 --- /dev/null +++ b/public/componets/others/5_other.html @@ -0,0 +1,102 @@ + + + + + + + + + + Other 5 (alert 5) + + + + + + + + + +
+
Other 5 (alert 5)
+
+ +
+
+ + +
+
+ + + +
+
+
Hey heads up!
+

You should notice this alert!

+
+ +
+ + + +
+
+
+
+
Hey heads up!
+

You should notice this alert!

+
+ +
+ +
+ + + +
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/6_other.html b/public/componets/others/6_other.html new file mode 100644 index 0000000..236b3cd --- /dev/null +++ b/public/componets/others/6_other.html @@ -0,0 +1,66 @@ + + + + + + + + + + Ohter 6 (alert 6 ) + + + + + + + + + +
+
Ohter 6 (alert 6 )
+
+ +
+ +
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus? +
+ +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/7_other.html b/public/componets/others/7_other.html new file mode 100644 index 0000000..62c052b --- /dev/null +++ b/public/componets/others/7_other.html @@ -0,0 +1,188 @@ + + + + + + + + + + Other 7 (notification 1) + + + + + + + + + + +
+
Other 7 (notification 1)
+
+ +
+
+
+
+ + + + Success +
+ + + Close + + + +
+
+ File uploaded successfully! +
+
+
+
+
+ + + + New message +
+ + + + Close + + + +
+
+
+
+ +
+
+

John Doe

+ Hey! hope you are doing fine. +
+
+
+ + + +
+
+
+
+
+
+ + + + Deleting File +
+ + + Close + + + +
+
+

Are you sure?

+

Are you sure you want to delete this file?

+
+ + +
+
+
+
+
+
+ + + + Message archived +
+ + + Close + + + + +
+
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/8_other.html b/public/componets/others/8_other.html new file mode 100644 index 0000000..cf5466f --- /dev/null +++ b/public/componets/others/8_other.html @@ -0,0 +1,67 @@ + + + + + + + + + + Other 8 (notification 2) + + + + + + + + + + +
+
Other 8 (notification 2)
+
+ +
+ +
+
99+
+ +
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/9_other.html b/public/componets/others/9_other.html new file mode 100644 index 0000000..0cc829a --- /dev/null +++ b/public/componets/others/9_other.html @@ -0,0 +1,71 @@ + + + + + + + + + + Other 9 (notification 3) + + + + + + + + + + +
+
Other 9 (notification 3)
+
+ +
+
+
+
+
+ +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/others/others.html b/public/componets/others/others.html index abbaccb..e9fb542 100644 --- a/public/componets/others/others.html +++ b/public/componets/others/others.html @@ -16,7 +16,1004 @@ d + + +
+
Other 1 (alert 1)
+
+ + +
+ New + 4:36 PM + + John Doe's avatar + +
+

John Doe

+

You have a new message!

+
+
+ + + + + + + +
+
Other 2 (alert 2)
+
+ +
+ + + + +
+ + + + + +
+
Other 3 (alert 3)
+
+ +
+ + +
+
+ + + +
+ +
+
+ Success +

Your account was registered!

+
+
+
+ + +
+
+
+ + + +
+ +
+
+ Info +

This channel archived by the owner!

+
+
+
+ + +
+ +
+
+ + + +
+ +
+
+ Warning +

Your image size is too large!

+
+
+
+ + +
+ +
+
+ + + +
+ +
+
+ Error +

Your email is already used!

+
+
+
+ + +
+ +
+
+ +
+ User avatar + +
+

Sara has replied on the uploaded image.

+
+
+
+
+ + +
+ + + + + +
+
Other 4 (alert 4)
+
+ + + + + + + + + + + + + + + + +
+
Other 5 (alert 5)
+
+ +
+
+ + +
+
+ + + +
+
+
Hey heads up!
+

You should notice this alert!

+
+ +
+ + + +
+
+
+
+
Hey heads up!
+

You should notice this alert!

+
+ +
+ +
+ + + +
+ + + + +
+
Ohter 6 (alert 6 )
+
+ +
+ +
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus? +
+ +
+ + + + +
+
Other 7 (notification 1)
+
+ +
+
+
+
+ + + + Success +
+ + + Close + + + +
+
+ File uploaded successfully! +
+
+
+
+
+ + + + New message +
+ + + + Close + + + +
+
+
+
+ +
+
+

John Doe

+ Hey! hope you are doing fine. +
+
+
+ + + +
+
+
+
+
+
+ + + + Deleting File +
+ + + Close + + + +
+
+

Are you sure?

+

Are you sure you want to delete this file?

+
+ + +
+
+
+
+
+
+ + + + Message archived +
+ + + Close + + + + +
+
+
+ + + + + +
+
Other 8 (notification 2)
+
+ +
+ +
+
99+
+ +
+ +
+ + + + +
+
Other 9 (notification 3)
+
+ +
+
+
+
+
+ +
+
+
+
+ + + + +
+
Other 10 (notification 4)
+
+ + + +
+
+ Notification Title + + + + + +
+
+ I will never close automatically. This is a purposely very very long + description that has many many characters and words. +
+
+ +
+
+ + + +
+
+
+ Notification Title + + + + + +
+
+ I will never close automatically. This is a purposely very very long + description that has many many characters and words. +
+
+
+ +
+
+ + + +
+
+
+ Notification Title + + + + + +
+
+ I will never close automatically. This is a purposely very very long + description that has many many characters and words. +
+
+
+ +
+
+ + + +
+
+
+ Notification Title + + + + + +
+
+ I will never close automatically. This is a purposely very very long + description that has many many characters and words. +
+
+
+ + + + + + +
+
Other 11 (notification 5)
+
+ +
+
+
+

Friend Requests

+
+
+
+ user image +
+
+
+ Ezio Dani + wants to be your friend +
+
+ Accept + Decline +
+
+
+
+
+ user image +
+
+
+ Bianca Chen + wants to be your friend +
+
+ Accept + Decline +
+
+
+
+
+ + + + +
+
Other 12 (ribbon at corner 1)
+
+ +
+
+
+ Popular +
+
+
+ + + + + + + +
+
Other 13 (avatar 1)
+
+ + +
+ +
+
+ + + + + + +
+
Other 14 (avater 2)
+
+ + +
+ + + + +
+ +5 +
+
+ + + + + + +
+
Other 15 (breadcrumb 1 )
+
+ + +
+ + + + + + + + / + + + + Account + + + + / + + + + Profile + + + + / + + + + Settings + +
+ + + + + +
+
Other 16 (breadcrumb 2)
+
+ + +
+ + + + + + + + + + + + + + Account + + + + + + + + + + Profile + + + + + + + + + + Settings + +
+ + + + + + +
+
Other 17 ( newsletter )
+
+ +
+
+
+

Sign Up For Project Updates

+ +

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Consectetur obcaecati odio

+
+
+ +
+
+
+ + + +
+
+
+
+ + + + +
+
Other 18 (pagination 1 with arrow's)
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
other 19 (pagination 2 )
+
+ + +
+ + previous + + + + + + + + + + Next + +
+ + + + +
+
Other 20 (pagination 3 with record's )
+
+ + +
+
+ + +
+ 1 - 25 of 77 records +
+
+
+ + + + Skeleton 1 + + + + + + + + + +
+
Skeleton 1
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/public/componets/skeleton/2_skeleton.html b/public/componets/skeleton/2_skeleton.html new file mode 100644 index 0000000..29dfbc3 --- /dev/null +++ b/public/componets/skeleton/2_skeleton.html @@ -0,0 +1,66 @@ + + + + + + + + + + Skeleton 2 + + + + + + + + + +
+
Skeleton 2
+
+ +
+
+
+
+
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/skeleton/3_skeleton.html b/public/componets/skeleton/3_skeleton.html new file mode 100644 index 0000000..05ec772 --- /dev/null +++ b/public/componets/skeleton/3_skeleton.html @@ -0,0 +1,70 @@ + + + + + + + + + + Skeleton 3 + + + + + + + + + +
+
Skeleton 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/public/componets/skeleton/4_skeleton.html b/public/componets/skeleton/4_skeleton.html new file mode 100644 index 0000000..217ab43 --- /dev/null +++ b/public/componets/skeleton/4_skeleton.html @@ -0,0 +1,115 @@ + + + + + + + + + + Skeleton 4 + + + + + + + + + +
+
Skeleton 4
+
+ + + + +
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+ +
+ +
+
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/skeleton/5_skeleton.html b/public/componets/skeleton/5_skeleton.html new file mode 100644 index 0000000..fc95beb --- /dev/null +++ b/public/componets/skeleton/5_skeleton.html @@ -0,0 +1,306 @@ + + + + + + + + + + Skeleton 5 + + + + + + + + + +
+
Skeleton 5
+
+ +
+
+
+
+
+
+
+

+

+

+

+

+
+ + + + + + + +
+
+
+
+ +
+
+ blog +
+

CATEGORY

+

The Catalyzer

+

Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled waistcoat.

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+
+
+

+

+

+

+

+
+ + + + + + + +
+
+
+
+
+
+
+ + +
+
+
Loading
+
+
+
+
+
+

+

+

+

+

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

+

+

+

+

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

+

+

+

+

+
+ + + + + + + +
+
+
+
+
+
+
+ +
+ +
+
+
After Loading
+
+
+
+ blog +
+

CATEGORY

+

The Catalyzer

+

Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled waistcoat.

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+ blog +
+

CATEGORY

+

The 400 Blows

+

Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled waistcoat.

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+ blog +
+

CATEGORY

+

Shooting Stars

+

Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled waistcoat.

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/skeleton/6_skeleton.html b/public/componets/skeleton/6_skeleton.html new file mode 100644 index 0000000..fe96b63 --- /dev/null +++ b/public/componets/skeleton/6_skeleton.html @@ -0,0 +1,73 @@ + + + + + + + + + + Skeleton 6 + + + + + + + + + + +
+
Skeleton 6
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/skeleton/7_skeleton.html b/public/componets/skeleton/7_skeleton.html new file mode 100644 index 0000000..bcc56f3 --- /dev/null +++ b/public/componets/skeleton/7_skeleton.html @@ -0,0 +1,81 @@ + + + + + + + + + + Skeleton 7 + + + + + + + + + +
+
Skeleton 7
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/public/componets/skeleton/8_skeleton.html b/public/componets/skeleton/8_skeleton.html new file mode 100644 index 0000000..0b927c5 --- /dev/null +++ b/public/componets/skeleton/8_skeleton.html @@ -0,0 +1,88 @@ + + + + + + + + + + Skeleton 8 + + + + + + + + + +
+
Skeleton 8
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/skeleton/skeleton.html b/public/componets/skeleton/skeleton.html new file mode 100644 index 0000000..c1deed6 --- /dev/null +++ b/public/componets/skeleton/skeleton.html @@ -0,0 +1,518 @@ + + + + + + + + + + Skeleton + + + + + + + + +
+
Skeleton 1
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + +
+
Skeleton 2
+
+ +
+
+
+
+
+
+
+
+ + + + +
+
Skeleton 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + +
+
Skeleton 4
+
+ + + + +
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+ +
+ +
+
+
+ + + + + + + +
+
Skeleton 5
+
+ +
+
+
+
+
+
+
+

+

+

+

+

+
+ + + + + + + +
+
+
+
+ +
+
+ blog +
+

CATEGORY

+

The Catalyzer

+

Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled waistcoat.

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+
+
+

+

+

+

+

+
+ + + + + + + +
+
+
+
+
+
+
+ + +
+
+
Loading
+
+
+
+
+
+

+

+

+

+

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

+

+

+

+

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

+

+

+

+

+
+ + + + + + + +
+
+
+
+
+
+
+ +
+ +
+
+
After Loading
+
+
+
+ blog +
+

CATEGORY

+

The Catalyzer

+

Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled waistcoat.

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+ blog +
+

CATEGORY

+

The 400 Blows

+

Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled waistcoat.

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+ blog +
+

CATEGORY

+

Shooting Stars

+

Photo booth fam kinfolk cold-pressed sriracha leggings jianbing microdosing tousled waistcoat.

+
+ Learn More + + + + + + + + + + 1.2K + + + + + 6 + +
+
+
+
+
+
+
+ + + + + + +
+
Skeleton 6
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
Skeleton 7
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + +
+
Skeleton 8
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/public/componets/testimonial/17_testimonial.html b/public/componets/testimonial/17_testimonial.html index 965ea18..5010d48 100644 --- a/public/componets/testimonial/17_testimonial.html +++ b/public/componets/testimonial/17_testimonial.html @@ -14,12 +14,14 @@ d + +
Testimonial 17
-
+
diff --git a/public/componets/testimonial/testimonial.html b/public/componets/testimonial/testimonial.html index bf10683..93e6ba7 100644 --- a/public/componets/testimonial/testimonial.html +++ b/public/componets/testimonial/testimonial.html @@ -1529,7 +1529,7 @@
Testimonial 17
-
+
diff --git a/public/template/10_template.html b/public/template/10_template.html new file mode 100644 index 0000000..fc0590f --- /dev/null +++ b/public/template/10_template.html @@ -0,0 +1,49 @@ + + + + + + + + + Template 10 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/template/11_template.html b/public/template/11_template.html new file mode 100644 index 0000000..cbb8834 --- /dev/null +++ b/public/template/11_template.html @@ -0,0 +1,49 @@ + + + + + + + + + Template 11 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/template/12_template.html b/public/template/12_template.html new file mode 100644 index 0000000..86f1f49 --- /dev/null +++ b/public/template/12_template.html @@ -0,0 +1,49 @@ + + + + + + + + + Template 12 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/template/1.html b/public/template/1_template.html similarity index 99% rename from public/template/1.html rename to public/template/1_template.html index 708fcef..9c0683b 100644 --- a/public/template/1.html +++ b/public/template/1_template.html @@ -4,7 +4,7 @@ - Landmark + Landmark (template 1) + + + + + + + + +
+ + + + +
+
+ +
+
+

Hi, I am John, Creative Technologist

+

Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.

+ +
+
+
+ + +
+
+

Recent posts

+ +
+
+
+
+
+
+

Making a design system from scratch

+
+ +
+ 12 Feb 20 20 | Design, Pattern +

Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.

+
+
+
+
+ +
+
+
+

Creating pixel perfect icons in Figma

+ +
+ +
+ 12 Feb 20 20 | Design, Pattern +

Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.

+
+
+
+
+ +
+
+

Featured works

+
+
+ +
+
+

Designing Dashboards

+ 2020 + Dashboard +

Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.

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

Copyright ©2020 All rights reserved

+
+ + + + \ No newline at end of file diff --git a/public/template/4_template.html b/public/template/4_template.html new file mode 100644 index 0000000..b70aaad --- /dev/null +++ b/public/template/4_template.html @@ -0,0 +1,1527 @@ + + + + + + Windmill Dashboard (template 4) + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+ + + +
+
+
+ +
+ +
+
+
    + +
  • + +
  • + +
  • + + +
  • + +
  • + + +
  • +
+
+
+
+
+

+ Dashboard +

+ + +
+ + + + Star this project on GitHub +
+ View more → +
+ +
+ +
+
+ + + +
+
+

+ Total clients +

+

+ 6389 +

+
+
+ +
+
+ + + +
+
+

+ Account balance +

+

+ $ 46,760.89 +

+
+
+ +
+
+ + + +
+
+

+ New sales +

+

+ 376 +

+
+
+ +
+
+ + + +
+
+

+ Pending contacts +

+

+ 35 +

+
+
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClientAmountStatusDate
+
+ + +
+

Hans Burger

+

+ 10x Developer +

+
+
+
+ $ 863.45 + + + Approved + + + 6/10/2020 +
+
+ + +
+

Jolina Angelie

+

+ Unemployed +

+
+
+
+ $ 369.95 + + + Pending + + + 6/10/2020 +
+
+ + +
+

Sarah Curry

+

+ Designer +

+
+
+
+ $ 86.00 + + + Denied + + + 6/10/2020 +
+
+ + +
+

Rulia Joberts

+

+ Actress +

+
+
+
+ $ 1276.45 + + + Approved + + + 6/10/2020 +
+
+ + +
+

Wenzel Dashington

+

+ Actor +

+
+
+
+ $ 863.45 + + + Expired + + + 6/10/2020 +
+
+ + +
+

Dave Li

+

+ Influencer +

+
+
+
+ $ 863.45 + + + Approved + + + 6/10/2020 +
+
+ + +
+

Maria Ramovic

+

+ Runner +

+
+
+
+ $ 863.45 + + + Approved + + + 6/10/2020 +
+
+ + +
+

Hitney Wouston

+

+ Singer +

+
+
+
+ $ 863.45 + + + Approved + + + 6/10/2020 +
+
+ + +
+

Hans Burger

+

+ 10x Developer +

+
+
+
+ $ 863.45 + + + Approved + + + 6/10/2020 +
+
+
+ + Showing 21-30 of 100 + + + + + + +
+
+ + +

+ Charts +

+
+
+

+ Revenue +

+ +
+ +
+ + Shirts +
+
+ + Shoes +
+
+ + Bags +
+
+
+
+

+ Traffic +

+ +
+ +
+ + Organic +
+
+ + Paid +
+
+
+
+
+
+
+
+ + diff --git a/public/template/5_template.html b/public/template/5_template.html new file mode 100644 index 0000000..70b822c --- /dev/null +++ b/public/template/5_template.html @@ -0,0 +1,514 @@ + + + + + + + + + Template 5 + + + + + + + + + + + +
+
+ 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. +

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

explore our
awesome Components

+ +

+ Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nostrum quam voluptatibus +

+ +
+
+ + + + + + + +

elegant Dark Mode

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident ab nulla quod dignissimos vel non corrupti doloribus voluptatum eveniet +

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

Easy to customiztions

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident ab nulla quod dignissimos vel non corrupti doloribus voluptatum eveniet +

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

Simple & clean designs

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident ab nulla quod dignissimos vel non corrupti doloribus voluptatum eveniet +

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

Free

+

$0 / Month

+
    +
  • 30-Day Trial
  • +
  • 500GB Bandwidth
  • +
  • 200H DiskSpaces™
  • +
  • 5 Course Submissions
  • +
+ +
+
+
+ + + +
+

Medium

+

$25 / Month

+
    +
  • Incl. Free package
  • +
  • 1TB Bandwidth
  • +
  • 1TB DiskSpaces™
  • +
  • 15 Course Submissions
  • +
+ +
+
+
+ + + +
+

Large

+

$50 / Month

+
    +
  • Incl. Medium package
  • +
  • Unlimited Bandwidth
  • +
  • 2.4TB DiskSpaces™
  • +
  • Unlimited Submissions
  • +
+ +
+
+
+
+ +
+ + + + + +
+
+

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 + + +
+
+
+
+
+ + + + + + +
+
+
+

Get in touch

+

Fill in the form to start a conversation

+
+

+ + + + Fake address, 9999 City +

+

+ + + + 123456789 +

+

+ + + + + contact@business.com +

+
+
+
+ + + + +
+
+
+ + + + + + + +
+ + + + +
+ + + + +
+
+
© 2019 Dunder Mifflin
+
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/public/template/6_template.html b/public/template/6_template.html new file mode 100644 index 0000000..2c66107 --- /dev/null +++ b/public/template/6_template.html @@ -0,0 +1,637 @@ + + + + + + + + + Template 6 + + + + + + +
+ +
+ + + + + +
+
+
+

+ 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.

+ +
+
+
+ + + +
+
+
+ + + + +
+ +
+
+
+
+ + + + +
+
+ +
Noteworthy technology acquisitions 2021
+
+

Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.

+ + Read more + + +
+
+ +
Noteworthy technology acquisitions 2021
+
+

Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.

+ + Read more + + +
+ +
+ +
Noteworthy technology acquisitions 2021
+
+

Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.

+ + Read more + + +
+ +
+ + + + + +
+
+

explore our
awesome Components

+ +
+
+ + + + + + +

Copy & paste components

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident ab nulla quod dignissimos vel non corrupti doloribus voluptatum eveniet +

+ + + read more + + +
+ +
+ + + + + + +

Zero Configrations

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident ab nulla quod dignissimos vel non corrupti doloribus voluptatum eveniet +

+ + + read more + + +
+ +
+ + + + + + +

Simple & clean designs

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident ab nulla quod dignissimos vel non corrupti doloribus voluptatum eveniet +

+ + + read more + + +
+
+
+
+ + + + + + + +
+
+
+ +
+
+
+ Basic Package +
+
3 Submissions
+ +
+
+ + + +
+
Starter pack
+
+
+
+ + + +
+
3 Submissions
+
+
+
+ + + +
+
FREE Ebook
+
+ +
+
+
+
+
+
+ Silver Package +
+
10 Submissions
+ +
+
+ + + +
+
Starter pack
+
+
+
+ + + +
+
10 Submissions
+
+
+
+ + + +
+
FREE Ebook
+
+ +
+
+
+
+
+
+ Gold Package +
+
20 Submissions
+ +
+
+ + + +
+
Starter pack
+
+
+
+ + + +
+
20 Submissions
+
+
+
+ + + +
+
FREE Ebook
+
+ +
+
+
+
+
+
+ + + + + + + +
+ + + + +
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/public/template/7_template.html b/public/template/7_template.html new file mode 100644 index 0000000..0decfbf --- /dev/null +++ b/public/template/7_template.html @@ -0,0 +1,554 @@ + + + + + + + + + Template 7 + + + + + + + +
+ +
+ + + + + + +
+
+ +
+
+

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!

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

TAILWINDCSS ACCORDION WITH <details> <summary> HTML Tag

+ +
+ Morbi at sagittis velit +

+ Nunc posuere dapibus urna quis cursus. Mauris malesuada tincidunt diam vel placerat mi tincidunt ac. Nullam augue urna, venenatis ut blandit eget, auctor vel eros. In ut dolor ante +

+
+ +
+ Etiam ut lacus in enim sagittis posuere at a elit +

+ Fusce sed laoreet ex. Aenean justo nisl, eleifend eget eleifend sit amet, imperdiet id libero. Suspendisse et tempus leo, et lacinia arcu. Etiam at ante in est efficitur fringilla eleifend nec tellus. Integer sed auctor lectus, nec ullamcorper arcu. Nullam nec eros elit. Nulla tempor massa ut quam elementum dignissim. Sed eu pulvinar est, vel vehicula dolor. Pellentesque in ante vel elit facilisis consectetur eu id felis +

+
+ +
+ + Nam auctor fringilla magna id porta + +

+ Etiam maximus vitae eros eu vestibulum. Donec posuere, magna non tincidunt dignissim, magna tortor mollis augue, at maximus ante lacus vel tellus. Vestibulum vestibulum consectetur tortor id sagittis. Suspendisse nisi ipsum, pretium a lorem at, laoreet condimentum arcu +

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

Our Team

+ +
+
+
+ avatar + +
+

Ahmed Omer

+ CEO +
+
+ +
+ avatar + +
+

Jane Doe

+ Co-founder +
+
+ +
+ avatar + +
+

Steve Ben

+ UI/UX +
+
+ +
+ avatar + +
+

Patterson Johnson

+ Software Engineer +
+
+
+
+
+ +
+ + + + + +
+
+

explore our
awesome Components

+ +
+
+ + + + + + +

Copy & paste components

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident ab nulla quod dignissimos vel non corrupti doloribus voluptatum eveniet +

+ + + read more + + +
+ +
+ + + + + + +

Zero Configrations

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident ab nulla quod dignissimos vel non corrupti doloribus voluptatum eveniet +

+ + + read more + + +
+ +
+ + + + + + +

Simple & clean designs

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident ab nulla quod dignissimos vel non corrupti doloribus voluptatum eveniet +

+ + + read more + + +
+
+
+
+ + + + + +
+
+
+
+
+ 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

+
+
+
+
+
+ + + + + + +
+
+ +
+ Quisque +

Nam maximus purus

+
+

Mauris et lorem at elit tristique dignissim et ullamcorper elit. In sed feugiat mi. Etiam ut lacinia dui.

+
+
+ +
+ Quisque +

Nam maximus purus

+
+

Mauris et lorem at elit tristique dignissim et ullamcorper elit. In sed feugiat mi. Etiam ut lacinia dui.

+
+
+ +
+ Quisque +

Nam maximus purus

+
+

Mauris et lorem at elit tristique dignissim et ullamcorper elit. In sed feugiat mi. Etiam ut lacinia dui.

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

Get in touch

+

Fill in the form to start a conversation

+
+

+ + + + Fake address, 9999 City +

+

+ + + + 123456789 +

+

+ + + + + contact@business.com +

+
+
+
+ + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/template/8_template.html b/public/template/8_template.html new file mode 100644 index 0000000..0432267 --- /dev/null +++ b/public/template/8_template.html @@ -0,0 +1,49 @@ + + + + + + + + + Template 8 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/template/9_template.html b/public/template/9_template.html new file mode 100644 index 0000000..b91a999 --- /dev/null +++ b/public/template/9_template.html @@ -0,0 +1,49 @@ + + + + + + + + + Template 9 + + + + + + + + + + + + + + + + \ No newline at end of file