From 9fd68f660c1f3327d55437a736d7462c36888812 Mon Sep 17 00:00:00 2001 From: merajjahir Date: Wed, 9 Mar 2022 20:14:06 +0600 Subject: [PATCH] added other tempalte parts --- dist/tailshape.css | 560 ++++++++------ public/componets/accordion/4_accordion.html | 2 + public/componets/contact/2_contact.html | 53 +- public/componets/contact/contact.html | 91 +++ public/componets/cta/cta.html | 34 + public/componets/faq/2_faq.html | 74 +- public/componets/features/feature.html | 334 +++++++++ public/componets/footer/footer.html | 163 +++++ public/componets/hero/hero.html | 276 ++++++- public/componets/navs_headers/19_header.html | 78 +- public/componets/navs_headers/21_header.html | 40 +- public/componets/navs_headers/header.html | 126 +++- public/componets/pricing/pricing.html | 460 ++++++++++++ public/componets/section/4_section.html | 23 + public/componets/section/section.html | 33 +- .../componets/testimonial/13_testimonial.html | 27 + public/componets/testimonial/testimonial.html | 436 +++++++---- public/template/10_template.html | 4 +- public/template/1_template.html | 2 + public/template/28_template.html | 562 ++++++++++++++ public/template/29_template.html | 546 ++++++++++++++ public/template/30_template.html | 272 +++++++ public/template/31_template.html | 46 ++ public/template/32_template.html | 46 ++ public/template/6_template.html | 8 +- public/template/7_template.html | 161 ++-- public/template/8_template.html | 2 +- public/template/9_template.html | 77 +- public/template/about_page/1_about_page.html | 516 +++++++++++++ public/template/about_page/2_about_page.html | 79 ++ public/template/about_page/3_about_page.html | 46 ++ .../template/contact_page/1_contact_page.html | 360 +++++++++ .../template/contact_page/2_contact_page.html | 46 ++ .../template/contact_page/3_contact_page.html | 46 ++ .../template/service_page/1_service_page.html | 690 ++++++++++++++++++ .../template/service_page/2_service_page.html | 46 ++ .../template/service_page/3_service_page.html | 46 ++ 37 files changed, 5753 insertions(+), 658 deletions(-) create mode 100644 public/template/31_template.html create mode 100644 public/template/32_template.html create mode 100644 public/template/about_page/1_about_page.html create mode 100644 public/template/about_page/2_about_page.html create mode 100644 public/template/about_page/3_about_page.html create mode 100644 public/template/contact_page/1_contact_page.html create mode 100644 public/template/contact_page/2_contact_page.html create mode 100644 public/template/contact_page/3_contact_page.html create mode 100644 public/template/service_page/1_service_page.html create mode 100644 public/template/service_page/2_service_page.html create mode 100644 public/template/service_page/3_service_page.html diff --git a/dist/tailshape.css b/dist/tailshape.css index d576372..d540960 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -1171,6 +1171,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 3rem; } +.mt-0 { + margin-top: 0px; +} + +.mb-16 { + margin-bottom: 4rem; +} + .-mt-5 { margin-top: -1.25rem; } @@ -1179,10 +1187,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: -2.5rem; } -.mt-0 { - margin-top: 0px; -} - .ml-8 { margin-left: 2rem; } @@ -1207,10 +1211,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 8rem; } -.mb-16 { - margin-bottom: 4rem; -} - .mr-3 { margin-right: 0.75rem; } @@ -1235,10 +1235,26 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: -0.25rem; } +.-mt-32 { + margin-top: -8rem; +} + +.-ml-64 { + margin-left: -16rem; +} + +.ml-0 { + margin-left: 0px; +} + .mt-auto { margin-top: auto; } +.-ml-60 { + margin-left: -15rem; +} + .-ml-0 { margin-left: -0px; } @@ -1255,6 +1271,22 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -0.5rem; } +.mr-0 { + margin-right: 0px; +} + +.mt-48 { + margin-top: 12rem; +} + +.-mt-64 { + margin-top: -16rem; +} + +.-ml-12 { + margin-left: -3rem; +} + .mr-16 { margin-right: 4rem; } @@ -1299,10 +1331,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: auto; } -.ml-0 { - margin-left: 0px; -} - .-mt-36 { margin-top: -9rem; } @@ -1327,34 +1355,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: -0.75rem; } -.mr-0 { - margin-right: 0px; -} - -.mt-48 { - margin-top: 12rem; -} - -.-mt-64 { - margin-top: -16rem; -} - -.-ml-12 { - margin-left: -3rem; -} - -.-mt-32 { - margin-top: -8rem; -} - -.-ml-64 { - margin-left: -16rem; -} - -.-ml-60 { - margin-left: -15rem; -} - .-mt-24 { margin-top: -6rem; } @@ -1515,6 +1515,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 28rem; } +.h-20 { + height: 5rem; +} + .h-px { height: 1px; } @@ -1531,10 +1535,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 2.75rem; } -.h-20 { - height: 5rem; -} - .h-0\.5 { height: 0.125rem; } @@ -1555,6 +1555,12 @@ Ensure the default browser behavior of the `hidden` attribute. height: 0.375rem; } +.h-max { + height: -webkit-max-content; + height: -moz-max-content; + height: max-content; +} + .max-h-0 { max-height: 0px; } @@ -1567,6 +1573,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-height: 100%; } +.max-h-10 { + max-height: 2.5rem; +} + .min-h-screen { min-height: 100vh; } @@ -1667,6 +1677,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 28rem; } +.w-20 { + width: 5rem; +} + .w-32 { width: 8rem; } @@ -1703,10 +1717,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 50%; } -.w-20 { - width: 5rem; -} - .w-11\/12 { width: 91.666667%; } @@ -2248,14 +2258,14 @@ Ensure the default browser behavior of the `hidden` attribute. grid-template-columns: repeat(12, minmax(0, 1fr)); } -.grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)); -} - .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } +.grid-cols-7 { + grid-template-columns: repeat(7, minmax(0, 1fr)); +} + .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } @@ -2292,6 +2302,10 @@ Ensure the default browser behavior of the `hidden` attribute. place-content: center; } +.place-items-start { + place-items: start; +} + .place-items-center { place-items: center; } @@ -2401,6 +2415,11 @@ Ensure the default browser behavior of the `hidden` attribute. row-gap: 2rem; } +.gap-x-6 { + -moz-column-gap: 1.5rem; + column-gap: 1.5rem; +} + .gap-x-3 { -moz-column-gap: 0.75rem; column-gap: 0.75rem; @@ -2549,6 +2568,12 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))); } +.-space-y-2 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)); +} + .space-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 1; } @@ -2590,6 +2615,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(243 244 246 / var(--tw-divide-opacity)); } +.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(79 70 229 / var(--tw-divide-opacity)); +} + .divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5; } @@ -3059,21 +3089,16 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(134 239 172 / var(--tw-border-opacity)); } -.border-teal-500 { - --tw-border-opacity: 1; - border-color: rgb(20 184 166 / var(--tw-border-opacity)); -} - -.border-cyan-300 { - --tw-border-opacity: 1; - border-color: rgb(103 232 249 / var(--tw-border-opacity)); -} - .border-emerald-300 { --tw-border-opacity: 1; border-color: rgb(110 231 183 / var(--tw-border-opacity)); } +.border-teal-500 { + --tw-border-opacity: 1; + border-color: rgb(20 184 166 / var(--tw-border-opacity)); +} + .border-r-gray-200 { --tw-border-opacity: 1; border-right-color: rgb(229 231 235 / var(--tw-border-opacity)); @@ -3188,6 +3213,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(99 102 241 / var(--tw-bg-opacity)); } +.bg-green-500 { + --tw-bg-opacity: 1; + background-color: rgb(34 197 94 / var(--tw-bg-opacity)); +} + +.bg-red-500 { + --tw-bg-opacity: 1; + background-color: rgb(239 68 68 / var(--tw-bg-opacity)); +} + .bg-yellow-600 { --tw-bg-opacity: 1; background-color: rgb(202 138 4 / var(--tw-bg-opacity)); @@ -3208,11 +3243,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } -.bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgb(239 68 68 / var(--tw-bg-opacity)); -} - .bg-blue-700 { --tw-bg-opacity: 1; background-color: rgb(29 78 216 / var(--tw-bg-opacity)); @@ -3332,11 +3362,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(254 202 202 / var(--tw-bg-opacity)); } -.bg-green-500 { - --tw-bg-opacity: 1; - background-color: rgb(34 197 94 / var(--tw-bg-opacity)); -} - .bg-pink-500 { --tw-bg-opacity: 1; background-color: rgb(236 72 153 / var(--tw-bg-opacity)); @@ -3497,9 +3522,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(204 251 241 / var(--tw-bg-opacity)); } -.bg-red-300 { +.bg-red-800 { --tw-bg-opacity: 1; - background-color: rgb(252 165 165 / var(--tw-bg-opacity)); + background-color: rgb(153 27 27 / var(--tw-bg-opacity)); } .bg-opacity-5 { @@ -3534,6 +3559,10 @@ Ensure the default browser behavior of the `hidden` attribute. background-image: url('https://images.unsplash.com/photo-1623479322729-28b25c16b011?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=1280'); } +.bg-gradient-to-tr { + background-image: linear-gradient(to top right, var(--tw-gradient-stops)); +} + .bg-\[url\(\'https\:\/\/source\.unsplash\.com\/random\/640x480\/\?grayscale\'\)\] { background-image: url('https://source.unsplash.com/random/640x480/?grayscale'); } @@ -3580,6 +3609,11 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 242 248 / 0)); } +.from-indigo-600 { + --tw-gradient-from: #4f46e5; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(79 70 229 / 0)); +} + .from-gray-100 { --tw-gradient-from: #f3f4f6; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(243 244 246 / 0)); @@ -3616,6 +3650,10 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-to: #e0e7ff; } +.to-purple-600 { + --tw-gradient-to: #9333ea; +} + .to-white { --tw-gradient-to: #fff; } @@ -3757,6 +3795,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 2rem; } +.p-0 { + padding: 0px; +} + .p-28 { padding: 7rem; } @@ -3773,10 +3815,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 0.125rem; } -.p-0 { - padding: 0px; -} - .p-12 { padding: 3rem; } @@ -3981,11 +4019,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 6rem; } -.py-28 { - padding-top: 7rem; - padding-bottom: 7rem; -} - .pt-20 { padding-top: 5rem; } @@ -4126,6 +4159,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 2.5rem; } +.pl-4 { + padding-left: 1rem; +} + .pb-20 { padding-bottom: 5rem; } @@ -4146,10 +4183,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 6rem; } -.pl-4 { - padding-left: 1rem; -} - .pr-4 { padding-right: 1rem; } @@ -4162,6 +4195,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 1.25rem; } +.pt-48 { + padding-top: 12rem; +} + .pt-0\.5 { padding-top: 0.125rem; } @@ -4202,10 +4239,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 2.75rem; } -.pt-48 { - padding-top: 12rem; -} - .pl-0 { padding-left: 0px; } @@ -4500,6 +4533,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(34 197 94 / var(--tw-text-opacity)); } +.text-indigo-50 { + --tw-text-opacity: 1; + color: rgb(238 242 255 / var(--tw-text-opacity)); +} + .text-indigo-200 { --tw-text-opacity: 1; color: rgb(199 210 254 / var(--tw-text-opacity)); @@ -4684,6 +4722,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(129 140 248 / var(--tw-text-opacity)); } +.text-pink-500 { + --tw-text-opacity: 1; + color: rgb(236 72 153 / var(--tw-text-opacity)); +} + .text-orange-600 { --tw-text-opacity: 1; color: rgb(234 88 12 / var(--tw-text-opacity)); @@ -4754,11 +4797,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(20 184 166 / var(--tw-text-opacity)); } -.text-pink-500 { - --tw-text-opacity: 1; - color: rgb(236 72 153 / var(--tw-text-opacity)); -} - .text-yellow-900 { --tw-text-opacity: 1; color: rgb(113 63 18 / var(--tw-text-opacity)); @@ -4779,6 +4817,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(185 28 28 / var(--tw-text-opacity)); } +.text-red-300 { + --tw-text-opacity: 1; + color: rgb(252 165 165 / var(--tw-text-opacity)); +} + .text-opacity-50 { --tw-text-opacity: 0.5; } @@ -5263,6 +5306,12 @@ Ensure the default browser behavior of the `hidden` attribute. border-radius: 0.375rem; } +.before\:bg-indigo-600::before { + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(79 70 229 / var(--tw-bg-opacity)); +} + .after\:content-\[\'\+\'\]::after { --tw-content: '+'; content: var(--tw-content); @@ -5835,6 +5884,10 @@ Ensure the default browser behavior of the `hidden` attribute. opacity: 0.75; } +.hover\:opacity-20:hover { + opacity: 0.2; +} + .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); @@ -5847,6 +5900,12 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } +.hover\:shadow-xl:hover { + --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + .hover\: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); @@ -5859,12 +5918,6 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.hover\:shadow-xl:hover { - --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - .hover\:outline-none:hover { outline: 2px solid transparent; outline-offset: 2px; @@ -5965,16 +6018,16 @@ 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\:border-purple-400:focus { --tw-border-opacity: 1; border-color: rgb(192 132 252 / 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)); @@ -6327,16 +6380,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(59 130 246 / var(--tw-bg-opacity)); } -.active\:bg-purple-600:active { - --tw-bg-opacity: 1; - 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\:bg-purple-600:active { + --tw-bg-opacity: 1; + background-color: rgb(147 51 234 / var(--tw-bg-opacity)); +} + .active\:bg-teal-600:active { --tw-bg-opacity: 1; background-color: rgb(13 148 136 / var(--tw-bg-opacity)); @@ -7073,6 +7126,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(165 243 252 / var(--tw-text-opacity)); } +.dark .dark\:text-emerald-200 { + --tw-text-opacity: 1; + color: rgb(167 243 208 / var(--tw-text-opacity)); +} + .dark .dark\:text-purple-300 { --tw-text-opacity: 1; color: rgb(216 180 254 / var(--tw-text-opacity)); @@ -7148,11 +7206,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(6 182 212 / var(--tw-text-opacity)); } -.dark .dark\:text-emerald-200 { - --tw-text-opacity: 1; - 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)); @@ -7212,6 +7265,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(204 251 241 / var(--tw-text-opacity)); } +.dark .dark\:text-red-300 { + --tw-text-opacity: 1; + color: rgb(252 165 165 / var(--tw-text-opacity)); +} + +.dark .dark\:text-pink-500 { + --tw-text-opacity: 1; + color: rgb(236 72 153 / var(--tw-text-opacity)); +} + +.dark .dark\:text-indigo-600 { + --tw-text-opacity: 1; + color: rgb(79 70 229 / var(--tw-text-opacity)); +} + .dark .dark\:placeholder-white::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgb(255 255 255 / var(--tw-placeholder-opacity)); @@ -7481,6 +7549,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(17 24 39 / var(--tw-bg-opacity)); } +.dark .dark\:hover\:bg-emerald-300:hover { + --tw-bg-opacity: 1; + background-color: rgb(110 231 183 / var(--tw-bg-opacity)); +} + .dark .hover\:dark\:bg-gray-900:hover { --tw-bg-opacity: 1; background-color: rgb(17 24 39 / var(--tw-bg-opacity)); @@ -7620,6 +7693,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(192 132 252 / var(--tw-text-opacity)); } +.dark .dark\:hover\:text-indigo-600:hover { + --tw-text-opacity: 1; + color: rgb(79 70 229 / 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); @@ -7851,6 +7929,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 0px; } + .sm\:mt-10 { + margin-top: 2.5rem; + } + + .sm\:mb-16 { + margin-bottom: 4rem; + } + .sm\:-mt-10 { margin-top: -2.5rem; } @@ -7903,6 +7989,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 0.25rem; } + .sm\:mr-3 { + margin-right: 0.75rem; + } + .sm\:ml-5 { margin-left: 1.25rem; } @@ -7915,18 +8005,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 1.25rem; } - .sm\:mr-3 { - margin-right: 0.75rem; - } - - .sm\:mt-10 { - margin-top: 2.5rem; - } - - .sm\:mb-16 { - margin-bottom: 4rem; - } - .sm\:mt-auto { margin-top: auto; } @@ -7943,6 +8021,10 @@ Ensure the default browser behavior of the `hidden` attribute. display: flex; } + .sm\:grid { + display: grid; + } + .sm\:hidden { display: none; } @@ -8347,16 +8429,16 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 1.25rem; } - .sm\:px-12 { - padding-left: 3rem; - padding-right: 3rem; - } - .sm\:px-0 { padding-left: 0px; padding-right: 0px; } + .sm\:px-12 { + padding-left: 3rem; + padding-right: 3rem; + } + .sm\:py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; @@ -8391,6 +8473,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 3rem; } + .sm\:pl-0 { + padding-left: 0px; + } + .sm\:pb-16 { padding-bottom: 4rem; } @@ -8407,10 +8493,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 2rem; } - .sm\:pl-0 { - padding-left: 0px; - } - .sm\:pl-20 { padding-left: 5rem; } @@ -8810,6 +8892,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: auto; } + .md\:ml-12 { + margin-left: 3rem; + } + + .md\:mr-3 { + margin-right: 0.75rem; + } + .md\:mb-12 { margin-bottom: 3rem; } @@ -8830,10 +8920,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 6rem; } - .md\:ml-12 { - margin-left: 3rem; - } - .md\:mt-12 { margin-top: 3rem; } @@ -8842,10 +8928,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: -9rem; } - .md\:mr-3 { - margin-right: 0.75rem; - } - .md\:-mr-4 { margin-right: -1rem; } @@ -8910,6 +8992,10 @@ Ensure the default browser behavior of the `hidden` attribute. height: 1.25rem; } + .md\:h-24 { + height: 6rem; + } + .md\:h-48 { height: 12rem; } @@ -8934,10 +9020,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 4rem; } - .md\:h-24 { - height: 6rem; - } - .md\:w-1\/2 { width: 50%; } @@ -9030,6 +9112,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 66.666667%; } + .md\:w-4\/5 { + width: 80%; + } + .md\:w-9 { width: 2.25rem; } @@ -9050,10 +9136,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 40%; } - .md\:w-4\/5 { - width: 80%; - } - .md\:max-w-xl { max-width: 36rem; } @@ -9135,6 +9217,10 @@ Ensure the default browser behavior of the `hidden` attribute. flex-wrap: nowrap; } + .md\:place-items-start { + place-items: start; + } + .md\:items-start { align-items: flex-start; } @@ -9384,6 +9470,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 6rem; } + .md\:py-16 { + padding-top: 4rem; + padding-bottom: 4rem; + } + .md\:px-8 { padding-left: 2rem; padding-right: 2rem; @@ -9409,11 +9500,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 4rem; } - .md\:py-16 { - padding-top: 4rem; - padding-bottom: 4rem; - } - .md\:py-4 { padding-top: 1rem; padding-bottom: 1rem; @@ -9875,6 +9961,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 4rem; } + .lg\:mt-20 { + margin-top: 5rem; + } + .lg\:mt-12 { margin-top: 3rem; } @@ -9903,10 +9993,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: -10rem; } - .lg\:mt-20 { - margin-top: 5rem; - } - .lg\:mt-5 { margin-top: 1.25rem; } @@ -9915,10 +10001,22 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 3rem; } + .lg\:mt-24 { + margin-top: 6rem; + } + + .lg\:-ml-12 { + margin-left: -3rem; + } + .lg\:ml-0 { margin-left: 0px; } + .lg\:mr-8 { + margin-right: 2rem; + } + .lg\:-ml-28 { margin-left: -7rem; } @@ -9979,18 +10077,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 0px; } - .lg\:mr-8 { - margin-right: 2rem; - } - - .lg\:mt-24 { - margin-top: 6rem; - } - - .lg\:-ml-12 { - margin-left: -3rem; - } - .lg\:mt-10 { margin-top: 2.5rem; } @@ -10131,6 +10217,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 91.666667%; } + .lg\:w-screen { + width: 100vw; + } + .lg\:w-1\/5 { width: 20%; } @@ -10147,6 +10237,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 8rem; } + .lg\:w-4\/6 { + width: 66.666667%; + } + .lg\:w-10 { width: 2.5rem; } @@ -10159,14 +10253,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 3rem; } - .lg\:w-4\/6 { - width: 66.666667%; - } - - .lg\:w-screen { - width: 100vw; - } - .lg\:max-w-4xl { max-width: 56rem; } @@ -10426,11 +10512,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 2rem; } - .lg\:px-16 { - padding-left: 4rem; - padding-right: 4rem; - } - .lg\:px-4 { padding-left: 1rem; padding-right: 1rem; @@ -10441,6 +10522,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 120px; } + .lg\:px-16 { + padding-left: 4rem; + padding-right: 4rem; + } + .lg\:px-0 { padding-left: 0px; padding-right: 0px; @@ -10461,6 +10547,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 5rem; } + .lg\:py-24 { + padding-top: 6rem; + padding-bottom: 6rem; + } + .lg\:px-20 { padding-left: 5rem; padding-right: 5rem; @@ -10481,11 +10572,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 4rem; } - .lg\:py-24 { - padding-top: 6rem; - padding-bottom: 6rem; - } - .lg\:py-7 { padding-top: 1.75rem; padding-bottom: 1.75rem; @@ -10579,6 +10665,22 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 8rem; } + .lg\:pt-40 { + padding-top: 10rem; + } + + .lg\:pb-40 { + padding-bottom: 10rem; + } + + .lg\:pt-20 { + padding-top: 5rem; + } + + .lg\:pr-20 { + padding-right: 5rem; + } + .lg\:pl-0 { padding-left: 0px; } @@ -10631,22 +10733,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 2rem; } - .lg\:pt-40 { - padding-top: 10rem; - } - - .lg\:pb-40 { - padding-bottom: 10rem; - } - - .lg\:pt-20 { - padding-top: 5rem; - } - - .lg\:pr-20 { - padding-right: 5rem; - } - .lg\:text-left { text-align: left; } @@ -10718,17 +10804,17 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(67 56 202 / var(--tw-text-opacity)); } - .lg\:shadow-lg { - --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); - } - .lg\: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); } + + .lg\:shadow-lg { + --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); + } } @media (min-width: 1280px) { @@ -10773,6 +10859,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 7rem; } + .xl\:mb-8 { + margin-bottom: 2rem; + } + + .xl\:mt-40 { + margin-top: 10rem; + } + .xl\:ml-1 { margin-left: 0.25rem; } @@ -10789,14 +10883,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 4rem; } - .xl\:mb-8 { - margin-bottom: 2rem; - } - - .xl\:mt-40 { - margin-top: 10rem; - } - .xl\:mb-0 { margin-bottom: 0px; } @@ -10897,6 +10983,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 48rem; } + .xl\:max-w-6xl { + max-width: 72rem; + } + .xl\:max-w-7xl { max-width: 80rem; } @@ -10905,10 +10995,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 1024px; } - .xl\:max-w-6xl { - max-width: 72rem; - } - .xl\:max-w-full { max-width: 100%; } @@ -10996,6 +11082,16 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 8rem; } + .xl\:py-40 { + padding-top: 10rem; + padding-bottom: 10rem; + } + + .xl\:px-0 { + padding-left: 0px; + padding-right: 0px; + } + .xl\:px-20 { padding-left: 5rem; padding-right: 5rem; @@ -11011,11 +11107,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 2.5rem; } - .xl\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - .xl\:py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -11026,11 +11117,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 10rem; } - .xl\:py-40 { - padding-top: 10rem; - padding-bottom: 10rem; - } - .xl\:pt-8 { padding-top: 2rem; } diff --git a/public/componets/accordion/4_accordion.html b/public/componets/accordion/4_accordion.html index e7db3f7..9c1ba47 100644 --- a/public/componets/accordion/4_accordion.html +++ b/public/componets/accordion/4_accordion.html @@ -142,6 +142,8 @@ + + + + + + + -->
-
-
-
-

Read trusted reviews from our customers

+
+
+
+

Read trusted reviews from our customers

-

- Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptas veritatis illo placeat harum porro optio - fugit a culpa sunt id! -

+

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptas veritatis illo placeat harum porro optio + fugit a culpa sunt id! +

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

Lorem ipsum dolor sit amet.

+
+

Lorem ipsum dolor sit amet.

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit.Number 1 Ipsam cumque recusandae dolorum porro, - quasi sunt necessitatibus dolorem ab laudantium vel. -

-
-
+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit.Number 1 Ipsam cumque recusandae dolorum porro, + quasi sunt necessitatibus dolorem ab laudantium vel. +

+
+
-
Eddie Murphy
-
-
+
Eddie Murphy
+ +
-
-
-
-
- - - - - - - - - - - - - - - -
+
+
+
+
+ + + + + + + + + + + + + + + +
-
-

Lorem ipsum dolor sit amet.

+
+

Lorem ipsum dolor sit amet.

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. number 2 Ipsam cumque recusandae dolorum porro, - quasi sunt necessitatibus dolorem ab laudantium vel. -

-
-
+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. number 2 Ipsam cumque recusandae dolorum porro, + quasi sunt necessitatibus dolorem ab laudantium vel. +

+
+
-
Eddie Murphy
-
-
-
-
-
-
+
Eddie Murphy
+ +
+
+ + + -
- +
+ - -
-
+ + +
- - + @@ -1925,6 +1923,132 @@ + +
+
Testimonial 24 (template 1 )
+
+ + +
+
+
+
+

Our customers love + our product +

+

+ Testimonials

+

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

+ +
+
+
+
+
+
+ + + +

I'm loving these templates! Very nice + features and layouts. +

+
+ +

Sandra + Walton - CEO + SomeCompany

+

+
+ +
+
+
+
+ + + +

Really digging this service. Now I can + quickly bootstrap any + project.

+
+

Kenny + Jones - CEO + SomeCompany

+

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

Extremely helpful in every single project we + have released. +

+
+ +

Mike Smith + - CEO SomeCompany +

+

+
+ +
+
+
+
+ + + +

Finally a quick and easy system I can use + for any type of + project.

+
+ +

Molly + Sanchez - CEO + SomeCompany

+

+
+ +
+
+
+ + +
+
+
+ + diff --git a/public/template/10_template.html b/public/template/10_template.html index cde770d..9c40632 100644 --- a/public/template/10_template.html +++ b/public/template/10_template.html @@ -98,7 +98,7 @@ -
+
@@ -236,7 +236,7 @@ -
+
diff --git a/public/template/1_template.html b/public/template/1_template.html index 9c0683b..465010d 100644 --- a/public/template/1_template.html +++ b/public/template/1_template.html @@ -870,5 +870,7 @@ }); } + + diff --git a/public/template/28_template.html b/public/template/28_template.html index 750a461..51226f5 100644 --- a/public/template/28_template.html +++ b/public/template/28_template.html @@ -6,6 +6,11 @@ + + + + + Template 28 @@ -13,8 +18,565 @@ d + + + + + + + + +
+
+

Quisquam necessita vel + laborum doloribusdelectus +

+

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

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

Hic eligendi necessitatibus quod quia

+

Master Cleanse Reliac Heirloom

+
+
+ + +
+
+
+ + + + + +
+
+ shortcut to your dream ui +

Create a stylish website in minutes

+

Get a jumpstart to creating your new webpage! With our fully responsive and carefully styled components you can get the structure of your website done with just a couple of clicks.

+
+
+
+

Components

+

Individual components that can be re-used multiple times in your designs.

+ + Learn More + + + + +
+
+

Sections

+

Pre-made building blocks that you can stack on top of each other like Legos to build a website of your own in minutes.

+ + Learn More + + + + +
+
+

Templates

+

Full pages that showcase pieces of what you can achieve with the building blocks that are in this UI kit.

+ + Learn More + + + + +
+
+

Customization

+

Choose your primary color from any of the Tailwind CSS 2.0 colors. You can also view all of the components in our light and dark themes.

+ + Learn More + + + + +
+
+
+ + + + +
+
+
+

+ Our Pricing +

+
+

+ + + Transparent + + pricing. Pay as you grow. +

+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque rem aperiam, eaque ipsa quae. +

+
+
+
+
+
Start
+
+
Free
+
+
+
10 deploys per day
+
10 GB of storage
+
20 domains
+
+
+
+ + Start for free + +

+ Sed ut unde omnis iste natus accusantium doloremque. +

+
+
+
+
+
+ Most Popular +
+
+
+
Pro
+
+
$38
+
/ mo
+
+
+
200 deploys per day
+
80 GB of storage
+
Global CDN
+
+
+
+ + Buy Pro + +

+ Sed ut unde omnis iste natus accusantium doloremque. +

+
+
+
+
+
Business
+
+
$78
+
/ mo
+
+
+
500 GB of storage
+
Unlimited domains
+
24/7 Support
+
+
+
+ + Buy Business + +

+ Sed ut unde omnis iste natus accusantium doloremque. +

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

Read trusted reviews from our customers

+ +

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptas veritatis illo placeat harum porro optio + fugit a culpa sunt id! +

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

Lorem ipsum dolor sit amet.

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit.Number 1 Ipsam cumque recusandae dolorum porro, + quasi sunt necessitatibus dolorem ab laudantium vel. +

+
+
+ +
Eddie Murphy
+
+
+ +
+
+
+
+ + + + + + + + + + + + + + + +
+ +
+

Lorem ipsum dolor sit amet.

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. number 2 Ipsam cumque recusandae dolorum porro, + quasi sunt necessitatibus dolorem ab laudantium vel. +

+
+
+ +
Eddie Murphy
+
+
+
+
+
+
+ +
+ + + +
+
+
+ + + + + + + +
+
+

Get Our Updates

+

Find out about events and other news

+
+ + +
+
+
+ + + + + + +
+ +
+ diff --git a/public/template/29_template.html b/public/template/29_template.html index 5628040..eea3e71 100644 --- a/public/template/29_template.html +++ b/public/template/29_template.html @@ -15,6 +15,552 @@ + +
+ + + + + + +
+
+
+

+ Start building a buzz around your product 🚀 +

+

+ Start gaining the traction you've always wanted with our next-level templates and designs. Crafted to help you tell your story. +

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

Aliquip definiebas ad est

+

Quando cetero his ne, eum admodum sapientem ut.

+
+
+
+

Ad vix debet docendi

+

Ne dicta praesent ocurreret has, diam theophrastus at pro. Eos etiam regione ut, persius eripuit quo id. Sit te euismod tacimates.

+
+
+
+
+ + + +
+
+
+

Per ei quaeque sensibus

+

Ex usu illum iudico molestie. Pro ne agam facete mediocritatem, ridens labore facete mea ei. Pro id apeirian dignissim.

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

Cu imperdiet posidonium sed

+

Amet utinam aliquando ut mea, malis admodum ocurreret nec et, elit tibique cu nec. Nec ex maluisset inciderint, ex quis.

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

Nulla omittam sadipscing mel ne

+

At sed possim oporteat probatus, justo graece ne nec, minim commodo legimus ut vix. Ut eos iudico quando soleat, nam modus.

+
+
+
+
+ +
+
+
+
+

Eam nibh gloriatur ex

+

Per odio fabellas consulatu cu. Utroque detracto mel ea, quo te latine theophrastus. Ea his tale nibh dissentias, mei exerci tamquam euripidis cu.

+
+
+
+
+ + + +
+
+
+

Cibo augue offendit has ad

+

An per velit appellantur, ut utinam minimum nominavi sit, odio nostro habemus ne nec. Ne sonet regione contentiones est.

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

At eum ferri luptatum lobortis

+

Te per quidam maiorum ocurreret, etiam delicatissimi usu ad. Ne has quod periculis. Te sit primis iisque efficiantur.

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

Dicunt verterem evertitur eu sea

+

Audire principes rationibus eam an, autem nominavi luptatum per te. Sumo fabulas vim eu, sonet saperet eleifend ut vix.

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

Built for companies of all sizes

+

Start your 14-day free trial or book a personal demo.

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

Our Executive Team

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Illo incidunt ex placeat modi magni quia error alias, adipisci rem similique, at omnis eligendi optio eos harum. +

+ +
+
+ + +

arthur melo

+ +

design director

+ + +
+ +
+ + +

Amelia. Anderson

+ +

Lead Developer

+ + +
+ +
+ + +

Olivia Wathan

+ +

Lead designer

+ + +
+ +
+ + +

John Doe

+ +

Full stack developer

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

Let's talk!

+
Vivamus in nisl metus? Phasellus.
+
+ +
+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+ +
+ + + + + + + + + diff --git a/public/template/30_template.html b/public/template/30_template.html index 4b4ba5a..2895e0a 100644 --- a/public/template/30_template.html +++ b/public/template/30_template.html @@ -15,6 +15,278 @@ + +
+ +
+ + + + + +
+ +
+
+
+

+ Easiest way to create your website +

+ +
+

+ + + + + Clean and Simple Layout +

+ +

+ + + + + Just Copy Paste Codeing +

+ +

+ + + + + Easy to Use +

+
+ +
+ +
+
+ + + +
+
+
+ +
+ glasses photo +
+
+
+ + + + + + + +
+
+
+
+ + + +

Modern solutions to all kinds of problems

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Non voluptatum rem amet!

+ +
+
+
+ + + + + +
+ +
+
+
+ quote + We are team of developers with houndreds hours spend on coding, we create professional apps, webs. +
+
+ + + Call now +
+
+
+
+ + + + + +
+
+ +
+
+

For Developers

+

$9 per month

+

+ One plan for any organization—from startups to Fortune 500s. We offer 50% off of for all students and universities. Please get in touch with us and provide proof of your status. +

+ +
+
+

For Designers

+

$19 per month

+

+ One plan for any organization—from startups to Fortune 500s. We offer 50% off of for all students and universities. Please get in touch with us and provide proof of your status. +

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

+ “Implementation is a breeze, particularly because the team at Hellonext is + very fast to respond and help + where needed, even if it means rolling out new features on their platform.  We're super happy and are loving how Hellonext brings us closer to the members of our community“ +

+
+ man standing up a mounten +
+

example example

+

CEO, example

+
+
+ + + + + + + + + diff --git a/public/template/31_template.html b/public/template/31_template.html new file mode 100644 index 0000000..26a4db9 --- /dev/null +++ b/public/template/31_template.html @@ -0,0 +1,46 @@ + + + + + + + + + Template 30 + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/template/32_template.html b/public/template/32_template.html new file mode 100644 index 0000000..26a4db9 --- /dev/null +++ b/public/template/32_template.html @@ -0,0 +1,46 @@ + + + + + + + + + Template 30 + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/template/6_template.html b/public/template/6_template.html index 2c66107..afa9fb8 100644 --- a/public/template/6_template.html +++ b/public/template/6_template.html @@ -15,7 +15,7 @@ -
+
WEBSITE. @@ -120,7 +120,7 @@ -
+
Noteworthy technology acquisitions 2021
@@ -159,7 +159,7 @@ -
+

explore our
awesome Components

@@ -231,7 +231,7 @@
+ class="relative py-24 bg-gray-200 dark:bg-gray-900 min-w-screen animation-fade animation-delay">