From 617a8d63e8f527bee045040bcf0d5fc52ad031ca Mon Sep 17 00:00:00 2001 From: merajjahir Date: Wed, 16 Feb 2022 15:08:55 +0600 Subject: [PATCH] 30 footer ready --- dist/tailshape.css | 824 ++++++++++++------------- public/componets/footer/10_footer.html | 103 ++-- public/componets/footer/11_footer.html | 4 +- public/componets/footer/12_footer.html | 259 ++++---- public/componets/footer/13_footer.html | 51 +- public/componets/footer/14_footer.html | 268 ++++---- public/componets/footer/15_footer.html | 274 ++++---- public/componets/footer/16_footer.html | 25 +- public/componets/footer/17_footer.html | 67 +- public/componets/footer/18_footer.html | 56 +- public/componets/footer/19_footer.html | 20 +- public/componets/footer/1_footer.html | 42 +- public/componets/footer/20_footer.html | 20 +- public/componets/footer/21_footer.html | 98 +-- public/componets/footer/22_footer.html | 88 +-- public/componets/footer/23_footer.html | 179 +++--- public/componets/footer/24_footer.html | 59 ++ public/componets/footer/25_footer.html | 86 +++ public/componets/footer/26_footer.html | 55 ++ public/componets/footer/27_footer.html | 53 ++ public/componets/footer/28_footer.html | 136 ++++ public/componets/footer/29_footer.html | 176 ++++++ public/componets/footer/2_footer.html | 57 +- public/componets/footer/30_footer.html | 304 +++++++++ public/componets/footer/3_footer.html | 296 ++++----- public/componets/footer/4_footer.html | 217 +++---- public/componets/footer/5_footer.html | 57 +- public/componets/footer/6_footer.html | 252 ++++---- public/componets/footer/7_footer.html | 95 +-- public/componets/footer/8_footer.html | 224 +++---- public/componets/footer/9_footer.html | 158 ++--- public/componets/footer/footer.html | 496 +++++++-------- 32 files changed, 3013 insertions(+), 2086 deletions(-) create mode 100644 public/componets/footer/26_footer.html create mode 100644 public/componets/footer/27_footer.html create mode 100644 public/componets/footer/28_footer.html create mode 100644 public/componets/footer/29_footer.html create mode 100644 public/componets/footer/30_footer.html diff --git a/dist/tailshape.css b/dist/tailshape.css index f691ff8..eb68082 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -557,20 +557,20 @@ Ensure the default browser behavior of the `hidden` attribute. right: 1rem; } -.left-0 { - left: 0px; +.bottom-auto { + bottom: auto; } -.bottom-0 { - bottom: 0px; +.left-0 { + left: 0px; } .right-0 { right: 0px; } -.bottom-auto { - bottom: auto; +.bottom-0 { + bottom: 0px; } .z-20 { @@ -637,6 +637,10 @@ Ensure the default browser behavior of the `hidden` attribute. float: left; } +.m-1 { + margin: 0.25rem; +} + .m-2 { margin: 0.5rem; } @@ -645,10 +649,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin: 2.5rem; } -.m-1 { - margin: 0.25rem; -} - .mx-auto { margin-left: auto; margin-right: auto; @@ -664,11 +664,31 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 1.5rem; } +.mx-1 { + margin-left: 0.25rem; + margin-right: 0.25rem; +} + +.my-10 { + margin-top: 2.5rem; + margin-bottom: 2.5rem; +} + +.-mx-2 { + margin-left: -0.5rem; + margin-right: -0.5rem; +} + .mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; } +.-mx-4 { + margin-left: -1rem; + margin-right: -1rem; +} + .my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; @@ -679,11 +699,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 4rem; } -.my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; -} - .mx-8 { margin-left: 2rem; margin-right: 2rem; @@ -709,21 +724,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 0.5rem; } -.mx-1 { - margin-left: 0.25rem; - margin-right: 0.25rem; -} - -.-mx-2 { - margin-left: -0.5rem; - margin-right: -0.5rem; -} - -.-mx-4 { - margin-left: -1rem; - margin-right: -1rem; -} - .mt-12 { margin-top: 3rem; } @@ -828,6 +828,26 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 1.5rem; } +.ml-1 { + margin-left: 0.25rem; +} + +.mr-2 { + margin-right: 0.5rem; +} + +.ml-6 { + margin-left: 1.5rem; +} + +.mb-1 { + margin-bottom: 0.25rem; +} + +.-mt-20 { + margin-top: -5rem; +} + .ml-4 { margin-left: 1rem; } @@ -844,14 +864,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 1.25rem; } -.-mt-20 { - margin-top: -5rem; -} - -.ml-1 { - margin-left: 0.25rem; -} - .-mr-12 { margin-right: -3rem; } @@ -860,10 +872,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 1rem; } -.mb-1 { - margin-bottom: 0.25rem; -} - .-ml-1 { margin-left: -0.25rem; } @@ -952,14 +960,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 2.5rem; } -.mr-2 { - margin-right: 0.5rem; -} - -.ml-6 { - margin-left: 1.5rem; -} - .block { display: block; } @@ -1020,6 +1020,14 @@ Ensure the default browser behavior of the `hidden` attribute. height: 0.75rem; } +.h-px { + height: 1px; +} + +.h-auto { + height: auto; +} + .h-20 { height: 5rem; } @@ -1036,14 +1044,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 6rem; } -.h-auto { - height: auto; -} - -.h-px { - height: 1px; -} - .min-h-screen { min-height: 100vh; } @@ -1100,6 +1100,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 0.75rem; } +.w-40 { + width: 10rem; +} + .w-5\/6 { width: 83.333333%; } @@ -1128,10 +1132,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 33.333333%; } -.w-40 { - width: 10rem; -} - .min-w-0 { min-width: 0px; } @@ -1160,14 +1160,18 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 24rem; } -.max-w-6xl { - max-width: 72rem; -} - .max-w-md { max-width: 28rem; } +.max-w-full { + max-width: 100%; +} + +.max-w-6xl { + max-width: 72rem; +} + .max-w-xl { max-width: 36rem; } @@ -1180,10 +1184,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 42rem; } -.max-w-full { - max-width: 100%; -} - .flex-auto { flex: 1 1 auto; } @@ -1542,8 +1542,9 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(255 255 255 / 0.25); } -.border-transparent { - border-color: transparent; +.border-gray-700 { + --tw-border-opacity: 1; + border-color: rgb(55 65 81 / var(--tw-border-opacity)); } .border-gray-400 { @@ -1551,6 +1552,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(156 163 175 / var(--tw-border-opacity)); } +.border-transparent { + border-color: transparent; +} + .border-pink-500 { --tw-border-opacity: 1; border-color: rgb(236 72 153 / var(--tw-border-opacity)); @@ -1581,16 +1586,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(20 184 166 / var(--tw-border-opacity)); } -.border-red-500 { - --tw-border-opacity: 1; - border-color: rgb(239 68 68 / var(--tw-border-opacity)); -} - -.border-gray-700 { - --tw-border-opacity: 1; - border-color: rgb(55 65 81 / var(--tw-border-opacity)); -} - .bg-gray-100 { --tw-bg-opacity: 1; background-color: rgb(243 244 246 / var(--tw-bg-opacity)); @@ -1665,6 +1660,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(22 163 74 / var(--tw-bg-opacity)); } +.bg-yellow-500 { + --tw-bg-opacity: 1; + background-color: rgb(234 179 8 / var(--tw-bg-opacity)); +} + .bg-purple-500 { --tw-bg-opacity: 1; background-color: rgb(168 85 247 / var(--tw-bg-opacity)); @@ -1695,11 +1695,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(254 240 138 / var(--tw-bg-opacity)); } -.bg-yellow-500 { - --tw-bg-opacity: 1; - background-color: rgb(234 179 8 / var(--tw-bg-opacity)); -} - .bg-blue-800 { --tw-bg-opacity: 1; background-color: rgb(30 64 175 / var(--tw-bg-opacity)); @@ -1750,9 +1745,13 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(192 132 252 / var(--tw-bg-opacity)); } -.bg-sky-300 { +.bg-gray-400 { --tw-bg-opacity: 1; - background-color: rgb(125 211 252 / var(--tw-bg-opacity)); + background-color: rgb(156 163 175 / var(--tw-bg-opacity)); +} + +.bg-opacity-50 { + --tw-bg-opacity: 0.5; } .bg-opacity-75 { @@ -1763,14 +1762,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-bg-opacity: 0.25; } -.bg-opacity-40 { - --tw-bg-opacity: 0.4; -} - -.bg-opacity-50 { - --tw-bg-opacity: 0.5; -} - .bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); } @@ -1818,10 +1809,6 @@ Ensure the default browser behavior of the `hidden` attribute. fill: #000; } -.fill-white { - fill: #fff; -} - .object-cover { -o-object-fit: cover; object-fit: cover; @@ -1852,6 +1839,14 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 0.25rem; } +.p-8 { + padding: 2rem; +} + +.p-5 { + padding: 1.25rem; +} + .p-10 { padding: 2.5rem; } @@ -1860,18 +1855,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 5rem; } -.p-8 { - padding: 2rem; -} - .p-0 { padding: 0px; } -.p-5 { - padding: 1.25rem; -} - .px-4 { padding-left: 1rem; padding-right: 1rem; @@ -1932,11 +1919,31 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 3rem; } +.py-8 { + padding-top: 2rem; + padding-bottom: 2rem; +} + +.px-2 { + padding-left: 0.5rem; + padding-right: 0.5rem; +} + .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } +.px-3 { + padding-left: 0.75rem; + padding-right: 0.75rem; +} + +.py-1 { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + .px-10 { padding-left: 2.5rem; padding-right: 2.5rem; @@ -1947,11 +1954,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 0.25rem; } -.px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; -} - .px-8 { padding-left: 2rem; padding-right: 2rem; @@ -1972,21 +1974,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 0px; } -.py-8 { - padding-top: 2rem; - padding-bottom: 2rem; -} - -.py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; -} - -.px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; -} - .pl-3 { padding-left: 0.75rem; } @@ -2043,6 +2030,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 3rem; } +.pb-4 { + padding-bottom: 1rem; +} + .pr-12 { padding-right: 3rem; } @@ -2111,10 +2102,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 14rem; } -.pb-4 { - padding-bottom: 1rem; -} - .text-left { text-align: left; } @@ -2201,6 +2188,10 @@ Ensure the default browser behavior of the `hidden` attribute. font-weight: 800; } +.font-normal { + font-weight: 400; +} + .font-light { font-weight: 300; } @@ -2213,10 +2204,6 @@ Ensure the default browser behavior of the `hidden` attribute. font-weight: 100; } -.font-normal { - font-weight: 400; -} - .uppercase { text-transform: uppercase; } @@ -2229,6 +2216,14 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.5; } +.leading-7 { + line-height: 1.75rem; +} + +.leading-8 { + line-height: 2rem; +} + .leading-relaxed { line-height: 1.625; } @@ -2253,14 +2248,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.25rem; } -.leading-7 { - line-height: 1.75rem; -} - -.leading-8 { - line-height: 2rem; -} - .tracking-wide { letter-spacing: 0.025em; } @@ -2376,11 +2363,31 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(22 163 74 / var(--tw-text-opacity)); } +.text-green-900 { + --tw-text-opacity: 1; + color: rgb(20 83 45 / var(--tw-text-opacity)); +} + .text-blue-900 { --tw-text-opacity: 1; color: rgb(30 58 138 / var(--tw-text-opacity)); } +.text-purple-400 { + --tw-text-opacity: 1; + color: rgb(192 132 252 / var(--tw-text-opacity)); +} + +.text-yellow-500 { + --tw-text-opacity: 1; + color: rgb(234 179 8 / var(--tw-text-opacity)); +} + +.text-gray-50 { + --tw-text-opacity: 1; + color: rgb(249 250 251 / var(--tw-text-opacity)); +} + .text-purple-500 { --tw-text-opacity: 1; color: rgb(168 85 247 / var(--tw-text-opacity)); @@ -2411,11 +2418,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(250 204 21 / var(--tw-text-opacity)); } -.text-yellow-500 { - --tw-text-opacity: 1; - color: rgb(234 179 8 / var(--tw-text-opacity)); -} - .text-blue-400 { --tw-text-opacity: 1; color: rgb(96 165 250 / var(--tw-text-opacity)); @@ -2455,21 +2457,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(74 222 128 / var(--tw-text-opacity)); } -.text-purple-400 { - --tw-text-opacity: 1; - color: rgb(192 132 252 / var(--tw-text-opacity)); -} - -.text-purple-300 { - --tw-text-opacity: 1; - color: rgb(216 180 254 / var(--tw-text-opacity)); -} - -.text-gray-50 { - --tw-text-opacity: 1; - color: rgb(249 250 251 / var(--tw-text-opacity)); -} - .underline { -webkit-text-decoration-line: underline; text-decoration-line: underline; @@ -2480,11 +2467,6 @@ Ensure the default browser behavior of the `hidden` attribute. text-decoration-line: none; } -.decoration-sky-300 { - -webkit-text-decoration-color: #7dd3fc; - text-decoration-color: #7dd3fc; -} - .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -2540,6 +2522,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); } +.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); +} + .shadow { --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); @@ -2558,12 +2546,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); } -.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); -} - .shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05); --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color); @@ -2609,6 +2591,10 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 200ms; } +.duration-700 { + transition-duration: 700ms; +} + .duration-150 { transition-duration: 150ms; } @@ -2621,10 +2607,6 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 100ms; } -.duration-700 { - transition-duration: 700ms; -} - .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @@ -2718,6 +2700,21 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } +.hover\:bg-gray-50:hover { + --tw-bg-opacity: 1; + background-color: rgb(249 250 251 / var(--tw-bg-opacity)); +} + +.hover\:bg-blue-500:hover { + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} + +.hover\:bg-gray-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(55 65 81 / var(--tw-bg-opacity)); +} + .hover\:bg-indigo-600:hover { --tw-bg-opacity: 1; background-color: rgb(79 70 229 / var(--tw-bg-opacity)); @@ -2777,21 +2774,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(234 179 8 / var(--tw-bg-opacity)); } -.hover\:bg-gray-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); -} - -.hover\:bg-blue-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(59 130 246 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); -} - .hover\:text-purple-800:hover { --tw-text-opacity: 1; color: rgb(107 33 168 / var(--tw-text-opacity)); @@ -2827,6 +2809,36 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(29 78 216 / var(--tw-text-opacity)); } +.hover\:text-purple-200:hover { + --tw-text-opacity: 1; + color: rgb(233 213 255 / var(--tw-text-opacity)); +} + +.hover\:text-purple-400:hover { + --tw-text-opacity: 1; + color: rgb(192 132 252 / var(--tw-text-opacity)); +} + +.hover\:text-gray-500:hover { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} + +.hover\:text-gray-800:hover { + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); +} + +.hover\:text-blue-400:hover { + --tw-text-opacity: 1; + color: rgb(96 165 250 / var(--tw-text-opacity)); +} + +.hover\:text-pink-400:hover { + --tw-text-opacity: 1; + color: rgb(244 114 182 / var(--tw-text-opacity)); +} + .hover\:text-purple-500:hover { --tw-text-opacity: 1; color: rgb(168 85 247 / var(--tw-text-opacity)); @@ -2852,34 +2864,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(75 85 99 / var(--tw-text-opacity)); } -.hover\:text-purple-400:hover { +.hover\:text-purple-300:hover { --tw-text-opacity: 1; - color: rgb(192 132 252 / var(--tw-text-opacity)); -} - -.hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgb(233 213 255 / var(--tw-text-opacity)); -} - -.hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - -.hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); -} - -.hover\:text-blue-400:hover { - --tw-text-opacity: 1; - color: rgb(96 165 250 / var(--tw-text-opacity)); -} - -.hover\:text-pink-400:hover { - --tw-text-opacity: 1; - color: rgb(244 114 182 / var(--tw-text-opacity)); + color: rgb(216 180 254 / var(--tw-text-opacity)); } .hover\:text-opacity-75:hover { @@ -2895,6 +2882,12 @@ 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-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); @@ -2907,10 +2900,9 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.hover\:shadow-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); +.focus\:border-indigo-500:focus { + --tw-border-opacity: 1; + border-color: rgb(99 102 241 / var(--tw-border-opacity)); } .focus\:border-purple-600:focus { @@ -2933,16 +2925,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(202 138 4 / var(--tw-border-opacity)); } -.focus\:border-indigo-500:focus { - --tw-border-opacity: 1; - border-color: rgb(99 102 241 / var(--tw-border-opacity)); -} - -.focus\:bg-purple-600:focus { - --tw-bg-opacity: 1; - background-color: rgb(147 51 234 / var(--tw-bg-opacity)); -} - .focus\:bg-transparent:focus { background-color: transparent; } @@ -2952,6 +2934,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(243 244 246 / var(--tw-bg-opacity)); } +.focus\:bg-purple-600:focus { + --tw-bg-opacity: 1; + background-color: rgb(147 51 234 / var(--tw-bg-opacity)); +} + .focus\:text-white:focus { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); @@ -2996,11 +2983,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity)); } -.focus\:ring-indigo-900:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity)); -} - .focus\:ring-indigo-200:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity)); @@ -3062,6 +3044,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(167 139 250 / var(--tw-bg-opacity)); } +.dark .dark\:bg-purple-800 { + --tw-bg-opacity: 1; + background-color: rgb(107 33 168 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-gray-600 { + --tw-bg-opacity: 1; + background-color: rgb(75 85 99 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-black { --tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity)); @@ -3072,51 +3064,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(129 140 248 / var(--tw-bg-opacity)); } -.dark .dark\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgb(107 114 128 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-gray-600 { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgb(107 33 168 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-stone-800 { - --tw-bg-opacity: 1; - background-color: rgb(41 37 36 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-red-800 { - --tw-bg-opacity: 1; - background-color: rgb(153 27 27 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-blue-800 { - --tw-bg-opacity: 1; - background-color: rgb(30 64 175 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-green-800 { - --tw-bg-opacity: 1; - background-color: rgb(22 101 52 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-lime-800 { - --tw-bg-opacity: 1; - background-color: rgb(63 98 18 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-emerald-800 { - --tw-bg-opacity: 1; - background-color: rgb(6 95 70 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-gray-700 { --tw-bg-opacity: 1; background-color: rgb(55 65 81 / var(--tw-bg-opacity)); @@ -3127,25 +3074,34 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(125 211 252 / var(--tw-bg-opacity)); } -.dark .dark\:bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); -} - -.dark .dark\:bg-sky-800 { - --tw-bg-opacity: 1; - background-color: rgb(7 89 133 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-gray-400 { --tw-bg-opacity: 1; background-color: rgb(156 163 175 / var(--tw-bg-opacity)); } +.dark .dark\:bg-white { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-gray-300 { + --tw-bg-opacity: 1; + background-color: rgb(209 213 219 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-opacity-40 { --tw-bg-opacity: 0.4; } +.dark .dark\:from-emerald-800 { + --tw-gradient-from: #065f46; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 95 70 / 0)); +} + +.dark .dark\:to-cyan-800 { + --tw-gradient-to: #155e75; +} + .dark .dark\:fill-white { fill: #fff; } @@ -3178,34 +3134,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(209 213 219 / var(--tw-text-opacity)); } -.dark .dark\:text-purple-700 { +.dark .dark\:text-sky-400 { --tw-text-opacity: 1; - color: rgb(126 34 206 / var(--tw-text-opacity)); -} - -.dark .dark\:text-gray-200 { - --tw-text-opacity: 1; - color: rgb(229 231 235 / var(--tw-text-opacity)); -} - -.dark .dark\:text-gray-400 { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - -.dark .dark\:text-gray-100 { - --tw-text-opacity: 1; - color: rgb(243 244 246 / var(--tw-text-opacity)); -} - -.dark .dark\:text-violet-400 { - --tw-text-opacity: 1; - color: rgb(167 139 250 / var(--tw-text-opacity)); -} - -.dark .dark\:text-purple-800 { - --tw-text-opacity: 1; - color: rgb(107 33 168 / var(--tw-text-opacity)); + color: rgb(56 189 248 / var(--tw-text-opacity)); } .dark .dark\:text-purple-400 { @@ -3218,14 +3149,54 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(216 180 254 / var(--tw-text-opacity)); } +.dark .dark\:text-purple-800 { + --tw-text-opacity: 1; + color: rgb(107 33 168 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-200 { + --tw-text-opacity: 1; + color: rgb(229 231 235 / var(--tw-text-opacity)); +} + +.dark .dark\:text-purple-700 { + --tw-text-opacity: 1; + color: rgb(126 34 206 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-400 { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-100 { + --tw-text-opacity: 1; + color: rgb(243 244 246 / var(--tw-text-opacity)); +} + .dark .dark\:text-gray-500 { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-600 { +.dark .dark\:text-violet-400 { --tw-text-opacity: 1; - color: rgb(75 85 99 / var(--tw-text-opacity)); + color: rgb(167 139 250 / var(--tw-text-opacity)); +} + +.dark .dark\:text-sky-300 { + --tw-text-opacity: 1; + color: rgb(125 211 252 / var(--tw-text-opacity)); +} + +.dark .dark\:text-sky-800 { + --tw-text-opacity: 1; + color: rgb(7 89 133 / var(--tw-text-opacity)); +} + +.dark .dark\:text-sky-600 { + --tw-text-opacity: 1; + color: rgb(2 132 199 / var(--tw-text-opacity)); } .dark .dark\:ring-2 { @@ -3259,6 +3230,21 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(167 139 250 / var(--tw-text-opacity)); } +.dark .dark\:hover\:text-sky-800:hover { + --tw-text-opacity: 1; + color: rgb(7 89 133 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-purple-500:hover { + --tw-text-opacity: 1; + color: rgb(168 85 247 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-gray-400:hover { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + .dark .dark\:hover\:text-purple-600:hover { --tw-text-opacity: 1; color: rgb(147 51 234 / var(--tw-text-opacity)); @@ -3269,36 +3255,46 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(107 33 168 / var(--tw-text-opacity)); } -.dark .dark\:hover\:text-gray-500:hover { - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} - -.dark .dark\:hover\:text-gray-400:hover { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} - .dark .dark\:hover\:text-gray-300:hover { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); } -.dark .dark\:hover\:text-purple-500:hover { - --tw-text-opacity: 1; - color: rgb(168 85 247 / var(--tw-text-opacity)); -} - -.dark .dark\:hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); -} - .dark .dark\:hover\:text-white:hover { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } +.dark .dark\:hover\:text-sky-300:hover { + --tw-text-opacity: 1; + color: rgb(125 211 252 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-red-300:hover { + --tw-text-opacity: 1; + color: rgb(252 165 165 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-red-500:hover { + --tw-text-opacity: 1; + color: rgb(239 68 68 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-blue-400:hover { + --tw-text-opacity: 1; + color: rgb(96 165 250 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-pink-400:hover { + --tw-text-opacity: 1; + color: rgb(244 114 182 / var(--tw-text-opacity)); +} + +.dark .dark\:hover\:text-gray-700:hover { + --tw-text-opacity: 1; + color: rgb(55 65 81 / var(--tw-text-opacity)); +} + .dark .dark\:hover\:ring-purple-400:hover { --tw-ring-opacity: 1; --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity)); @@ -3331,6 +3327,11 @@ Ensure the default browser behavior of the `hidden` attribute. grid-column: span 1 / span 1; } + .sm\:mx-2 { + margin-left: 0.5rem; + margin-right: 0.5rem; + } + .sm\:mx-0 { margin-left: 0px; margin-right: 0px; @@ -3341,11 +3342,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 1.25rem; } - .sm\:mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - .sm\:mt-0 { margin-top: 0px; } @@ -3362,6 +3358,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 1rem; } + .sm\:mr-4 { + margin-right: 1rem; + } + .sm\:-mr-20 { margin-right: -5rem; } @@ -3390,10 +3390,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 4rem; } - .sm\:mr-4 { - margin-right: 1rem; - } - .sm\:mr-10 { margin-right: 2.5rem; } @@ -3426,6 +3422,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: auto; } + .sm\:w-64 { + width: 16rem; + } + .sm\:w-full { width: 100%; } @@ -3450,10 +3450,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 33.333333%; } - .sm\:w-64 { - width: 16rem; - } - .sm\:max-w-xl { max-width: 36rem; } @@ -3694,6 +3690,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 0.5rem; } + .md\:ml-6 { + margin-left: 1.5rem; + } + + .md\:mb-24 { + margin-bottom: 6rem; + } + .md\:mr-8 { margin-right: 2rem; } @@ -3730,14 +3734,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 2.5rem; } - .md\:ml-6 { - margin-left: 1.5rem; - } - - .md\:mb-24 { - margin-bottom: 6rem; - } - .md\:block { display: block; } @@ -3770,6 +3766,18 @@ Ensure the default browser behavior of the `hidden` attribute. width: 50%; } + .md\:w-auto { + width: auto; + } + + .md\:w-6\/12 { + width: 50%; + } + + .md\:w-4\/12 { + width: 33.333333%; + } + .md\:w-3\/6 { width: 50%; } @@ -3794,22 +3802,10 @@ Ensure the default browser behavior of the `hidden` attribute. width: 83.333333%; } - .md\:w-auto { - width: auto; - } - .md\:w-1\/3 { width: 33.333333%; } - .md\:w-6\/12 { - width: 50%; - } - - .md\:w-4\/12 { - width: 33.333333%; - } - .md\:max-w-full { max-width: 100%; } @@ -4010,6 +4006,14 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 0px; } + .md\:pr-20 { + padding-right: 5rem; + } + + .md\:pb-12 { + padding-bottom: 3rem; + } + .md\:pl-16 { padding-left: 4rem; } @@ -4026,14 +4030,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 16rem; } - .md\:pr-20 { - padding-right: 5rem; - } - - .md\:pb-12 { - padding-bottom: 3rem; - } - .md\:text-left { text-align: left; } @@ -4042,6 +4038,11 @@ Ensure the default browser behavior of the `hidden` attribute. text-align: center; } + .md\:text-5xl { + font-size: 3rem; + line-height: 1; + } + .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; @@ -4062,9 +4063,8 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.75rem; } - .md\:text-5xl { - font-size: 3rem; - line-height: 1; + .md\:leading-snug { + line-height: 1.375; } .md\:leading-tight { @@ -4075,10 +4075,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } - .md\:leading-snug { - line-height: 1.375; - } - .md\:tracking-tight { letter-spacing: -0.025em; } @@ -4230,6 +4226,18 @@ Ensure the default browser behavior of the `hidden` attribute. width: 66.666667%; } + .lg\:w-1\/6 { + width: 16.666667%; + } + + .lg\:w-6\/12 { + width: 50%; + } + + .lg\:w-4\/12 { + width: 33.333333%; + } + .lg\:w-2\/6 { width: 33.333333%; } @@ -4250,18 +4258,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 75%; } - .lg\:w-1\/6 { - width: 16.666667%; - } - - .lg\:w-6\/12 { - width: 50%; - } - - .lg\:w-4\/12 { - width: 33.333333%; - } - .lg\:max-w-screen-xl { max-width: 1280px; } @@ -4373,14 +4369,14 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } - .lg\:p-0 { - padding: 0px; - } - .lg\:p-10 { padding: 2.5rem; } + .lg\:p-0 { + padding: 0px; + } + .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; @@ -4460,6 +4456,11 @@ Ensure the default browser behavior of the `hidden` attribute. text-align: right; } + .lg\:text-2xl { + font-size: 1.5rem; + line-height: 2rem; + } + .lg\:text-5xl { font-size: 3rem; line-height: 1; @@ -4470,11 +4471,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.5rem; } - .lg\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - .lg\:text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); diff --git a/public/componets/footer/10_footer.html b/public/componets/footer/10_footer.html index 41a2aaa..391f6b3 100644 --- a/public/componets/footer/10_footer.html +++ b/public/componets/footer/10_footer.html @@ -9,63 +9,64 @@ +
-
Footer 10
-
+
Footer 10
+ - - + diff --git a/public/componets/footer/11_footer.html b/public/componets/footer/11_footer.html index f4392b0..b989611 100644 --- a/public/componets/footer/11_footer.html +++ b/public/componets/footer/11_footer.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ -
+ diff --git a/public/componets/footer/12_footer.html b/public/componets/footer/12_footer.html index 6e21940..1d58d8e 100644 --- a/public/componets/footer/12_footer.html +++ b/public/componets/footer/12_footer.html @@ -9,145 +9,144 @@ - -
-
Footer 12
-
-
-
-
-
-
-

Category

- -
-
-

Apples

- -
-
-

Cherry

- -
-
-

Business

- -
+ +
+
+
+
+
+

Category

+
-
- Subscribe for updates -
- - -
-

- Bacon ipsum dolor amet short ribs pig sausage prosciuto chicken spare ribs salami. -

+
+

Apples

+ +
+
+

Cherry

+ +
+
+

Business

+
-
-

- © Copyright 2020 Lorem Inc. All rights reserved. +

+ Subscribe for updates +
+ + +
+

+ Bacon ipsum dolor amet short ribs pig sausage prosciuto chicken spare ribs salami.

- +
+
+
+

+ © Copyright 2020 Lorem Inc. All rights reserved. +

+
+
- - + + diff --git a/public/componets/footer/13_footer.html b/public/componets/footer/13_footer.html index 42a45d9..fd6a1f0 100644 --- a/public/componets/footer/13_footer.html +++ b/public/componets/footer/13_footer.html @@ -8,62 +8,63 @@ footer 13 - +
-
Footer 13
-
+
Footer 13
+
-
+
+ +
+ diff --git a/public/componets/footer/14_footer.html b/public/componets/footer/14_footer.html index f079247..0512302 100644 --- a/public/componets/footer/14_footer.html +++ b/public/componets/footer/14_footer.html @@ -11,139 +11,143 @@ -
-
Footer 14
-
-
-
-
- - - - - - - - Company - -
-

- Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. -

-

- Eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. -

-
-
-
-
-

Category

- -
-
-

Business

- -
-
-

Apples

- -
-
-

Cherry

- -
-
-
-
-

- © Copyright 2020 Lorem Inc. All rights reserved. -

- -
-
+ +
+ +
+ + diff --git a/public/componets/footer/15_footer.html b/public/componets/footer/15_footer.html index 2f5717e..b0a5135 100644 --- a/public/componets/footer/15_footer.html +++ b/public/componets/footer/15_footer.html @@ -12,148 +12,148 @@
-
Footer 15
-
-
- - - -
-
-
- - - - - - - - Company - -
-

- Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. -

-

- Eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. -

-
-
-
-
-

- Category -

- -
-
-

Cherry

- -
-
-

Apples

- -
-
-

- Business -

- -
+
Footer 15
+
+
+ + + +
+
+
+ + + + + + + + Company + +
+

+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. +

+

+ Eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. +

-
-

- © Copyright 2020 Lorem Inc. All rights reserved. -

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

+ Category +

+ +
+
+

Cherry

+ +
+
+

Apples

+ +
+
+

+ Business +

+
-
- - - +
+

+ © Copyright 2020 Lorem Inc. All rights reserved. +

+ +
+
+ + + + diff --git a/public/componets/footer/16_footer.html b/public/componets/footer/16_footer.html index 019a76e..c20bb08 100644 --- a/public/componets/footer/16_footer.html +++ b/public/componets/footer/16_footer.html @@ -15,41 +15,41 @@
Footer 16
-
-
+
+ - - - + +
+ + \ No newline at end of file diff --git a/public/componets/footer/18_footer.html b/public/componets/footer/18_footer.html index 4efc1fc..7f91dc0 100644 --- a/public/componets/footer/18_footer.html +++ b/public/componets/footer/18_footer.html @@ -12,16 +12,19 @@
-
Footer 18
-
+
Footer 18
+ + +
+ - - - + +
+ + diff --git a/public/componets/footer/19_footer.html b/public/componets/footer/19_footer.html index 475ad6a..3bc9e8f 100644 --- a/public/componets/footer/19_footer.html +++ b/public/componets/footer/19_footer.html @@ -11,16 +11,18 @@
-
Footer 19
-
- + diff --git a/public/componets/footer/24_footer.html b/public/componets/footer/24_footer.html index d52f76d..38e8662 100644 --- a/public/componets/footer/24_footer.html +++ b/public/componets/footer/24_footer.html @@ -10,6 +10,65 @@ + +
+
footer 24
+
+ + + + \ No newline at end of file diff --git a/public/componets/footer/25_footer.html b/public/componets/footer/25_footer.html index 89abfab..c60b215 100644 --- a/public/componets/footer/25_footer.html +++ b/public/componets/footer/25_footer.html @@ -10,6 +10,92 @@ + +
+
Footer 25
+
+ + + + \ No newline at end of file diff --git a/public/componets/footer/26_footer.html b/public/componets/footer/26_footer.html new file mode 100644 index 0000000..c9d1579 --- /dev/null +++ b/public/componets/footer/26_footer.html @@ -0,0 +1,55 @@ + + + + + + + + footer 1 + + + + +
+
Footer 26
+
+ + + + + + \ No newline at end of file diff --git a/public/componets/footer/27_footer.html b/public/componets/footer/27_footer.html new file mode 100644 index 0000000..d4162c1 --- /dev/null +++ b/public/componets/footer/27_footer.html @@ -0,0 +1,53 @@ + + + + + + + + footer 1 + + + + + + + + + + + \ No newline at end of file diff --git a/public/componets/footer/28_footer.html b/public/componets/footer/28_footer.html new file mode 100644 index 0000000..8e0c5ff --- /dev/null +++ b/public/componets/footer/28_footer.html @@ -0,0 +1,136 @@ + + + + + + + + footer 1 + + + + + +
+
Footer 28
+
+
+ +
+ + + + \ No newline at end of file diff --git a/public/componets/footer/29_footer.html b/public/componets/footer/29_footer.html new file mode 100644 index 0000000..5cfe7e7 --- /dev/null +++ b/public/componets/footer/29_footer.html @@ -0,0 +1,176 @@ + + + + + + + + footer 1 + + + + + +
+
Footer 29
+
+ + + + + + + \ No newline at end of file diff --git a/public/componets/footer/2_footer.html b/public/componets/footer/2_footer.html index e556164..b172b5c 100644 --- a/public/componets/footer/2_footer.html +++ b/public/componets/footer/2_footer.html @@ -1,5 +1,5 @@ - + @@ -8,36 +8,36 @@ footer 2 - +
Footer 2
-
+
-
+ \ No newline at end of file diff --git a/public/componets/footer/30_footer.html b/public/componets/footer/30_footer.html new file mode 100644 index 0000000..737395f --- /dev/null +++ b/public/componets/footer/30_footer.html @@ -0,0 +1,304 @@ + + + + + + + + footer 1 + + + + +
+
Footer 30
+
+ +
+
+
+

REVIEW

+

Leave us a feedback!

+
+
+
+
+
+
+
+

Have a suggestion?

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

Meet Our Sponsors

+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ +
+
+
+
+ Follow us on social media to get the latest updates +
+ +
+
+
+
+ Enter your email to view the list of your registered events +
+
+
+ + +
+
+
+
+
+
+
+
+
+ Created By + examplename. +
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/public/componets/footer/3_footer.html b/public/componets/footer/3_footer.html index 083dd38..411e4af 100644 --- a/public/componets/footer/3_footer.html +++ b/public/componets/footer/3_footer.html @@ -8,163 +8,163 @@ footer 3 - -
-
Footer 3
-
+ + +
+
Footer 3
+
- + + +
-
Footer 4
-
-
+ + +
+
+

+ Company +

+ + +
+ +
+

+ Services +

+ + +
+ +
+

+ Helpful Links +

+ + +
+ +
+

+ Legal +

+ + +
+
+ +

+ © 2022 Company Name +

+ + - + diff --git a/public/componets/footer/5_footer.html b/public/componets/footer/5_footer.html index dd3bc75..d0bb7b0 100644 --- a/public/componets/footer/5_footer.html +++ b/public/componets/footer/5_footer.html @@ -8,22 +8,23 @@ footer 5 - +
Footer 5
-