diff --git a/css/output.css b/css/output.css index d3f9f46..2fa966c 100644 --- a/css/output.css +++ b/css/output.css @@ -622,6 +622,14 @@ video { z-index: 50; } +.col-span-1 { + grid-column: span 1 / span 1; +} + +.col-span-3 { + grid-column: span 3 / span 3; +} + .col-start-6 { grid-column-start: 6; } @@ -648,6 +656,11 @@ video { margin-bottom: 0.5rem; } +.my-4 { + margin-top: 1rem; + margin-bottom: 1rem; +} + .my-5 { margin-top: 1.25rem; margin-bottom: 1.25rem; @@ -666,6 +679,10 @@ video { margin-bottom: 0.5rem; } +.mb-4 { + margin-bottom: 1rem; +} + .mb-8 { margin-bottom: 2rem; } @@ -682,6 +699,10 @@ video { margin-right: 0.5rem; } +.mr-3 { + margin-right: 0.75rem; +} + .mr-4 { margin-right: 1rem; } @@ -694,6 +715,10 @@ video { margin-top: 1rem; } +.mt-6 { + margin-top: 1.5rem; +} + .mt-7 { margin-top: 1.75rem; } @@ -778,10 +803,6 @@ video { height: 11.25rem; } -.h-\[243px\] { - height: 243px; -} - .h-\[26rem\] { height: 26rem; } @@ -790,6 +811,10 @@ video { height: 3.75rem; } +.h-\[313px\] { + height: 313px; +} + .h-\[37rem\] { height: 37rem; } @@ -818,6 +843,10 @@ video { height: 66px; } +.h-\[70px\] { + height: 70px; +} + .h-\[7rem\] { height: 7rem; } @@ -826,6 +855,10 @@ video { height: 8.5rem; } +.h-auto { + height: auto; +} + .h-full { height: 100%; } @@ -834,12 +867,8 @@ video { height: 100vh; } -.h-\[313px\] { - height: 313px; -} - -.h-\[70px\] { - height: 70px; +.max-h-0 { + max-height: 0px; } .max-h-screen { @@ -934,10 +963,26 @@ video { width: 100%; } +.max-w-3xl { + max-width: 48rem; +} + +.max-w-7xl { + max-width: 80rem; +} + .max-w-full { max-width: 100%; } +.max-w-5xl { + max-width: 64rem; +} + +.max-w-6xl { + max-width: 72rem; +} + .-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)); @@ -951,6 +996,10 @@ video { list-style-type: none; } +.grid-cols-1 { + grid-template-columns: repeat(1, minmax(0, 1fr)); +} + .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } @@ -979,6 +1028,10 @@ video { align-content: center; } +.items-start { + align-items: flex-start; +} + .items-center { align-items: center; } @@ -1023,6 +1076,12 @@ video { gap: 2rem; } +.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)); +} + .divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0; border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); @@ -1054,6 +1113,10 @@ video { border-radius: 9999px; } +.rounded-lg { + border-radius: 0.5rem; +} + .rounded-md { border-radius: 0.375rem; } @@ -1107,6 +1170,11 @@ video { border-color: rgb(0 0 0 / var(--tw-border-opacity)); } +.border-gray-300 { + --tw-border-opacity: 1; + border-color: rgb(209 213 219 / var(--tw-border-opacity)); +} + .border-slate-600 { --tw-border-opacity: 1; border-color: rgb(71 85 105 / var(--tw-border-opacity)); @@ -1152,14 +1220,14 @@ video { background-color: rgb(246 246 255 / var(--tw-bg-opacity)); } -.bg-white { +.bg-black { --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } -.bg-black { +.bg-white { --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .bg-celeb-banner { @@ -1198,10 +1266,19 @@ video { padding: 1rem; } +.p-6 { + padding: 1.5rem; +} + .p-8 { padding: 2rem; } +.px-4 { + padding-left: 1rem; + padding-right: 1rem; +} + .px-8 { padding-left: 2rem; padding-right: 2rem; @@ -1226,6 +1303,10 @@ video { padding-top: 0px; } +.pt-4 { + padding-top: 1rem; +} + .text-left { text-align: left; } @@ -1316,6 +1397,10 @@ video { font-weight: 300; } +.font-medium { + font-weight: 500; +} + .font-normal { font-weight: 400; } @@ -1348,6 +1433,11 @@ video { color: rgb(106 190 82 / var(--tw-text-opacity)); } +.text-\[\#DAA520\] { + --tw-text-opacity: 1; + color: rgb(218 165 32 / var(--tw-text-opacity)); +} + .text-\[\#E4554E\] { --tw-text-opacity: 1; color: rgb(228 85 78 / var(--tw-text-opacity)); @@ -1358,11 +1448,6 @@ video { color: rgb(255 199 0 / var(--tw-text-opacity)); } -.text-\[\#FFCD29\] { - --tw-text-opacity: 1; - color: rgb(255 205 41 / var(--tw-text-opacity)); -} - .text-\[\#FFDD50\] { --tw-text-opacity: 1; color: rgb(255 221 80 / var(--tw-text-opacity)); @@ -1378,24 +1463,48 @@ video { color: rgb(96 165 250 / var(--tw-text-opacity)); } +.text-blue-600 { + --tw-text-opacity: 1; + color: rgb(37 99 235 / var(--tw-text-opacity)); +} + .text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); } -.text-white { +.text-gray-500 { --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); + color: rgb(107 114 128 / var(--tw-text-opacity)); } -.text-red-900 { +.text-gray-700 { --tw-text-opacity: 1; - color: rgb(127 29 29 / var(--tw-text-opacity)); + color: rgb(55 65 81 / var(--tw-text-opacity)); } -.text-\[\#DAA520\] { +.text-gray-800 { --tw-text-opacity: 1; - color: rgb(218 165 32 / var(--tw-text-opacity)); + color: rgb(31 41 55 / var(--tw-text-opacity)); +} + +.text-green-600 { + --tw-text-opacity: 1; + color: rgb(22 163 74 / var(--tw-text-opacity)); +} + +.text-purple-600 { + --tw-text-opacity: 1; + color: rgb(147 51 234 / var(--tw-text-opacity)); +} + +.text-white { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +.underline { + text-decoration-line: underline; } .opacity-100 { @@ -1432,6 +1541,10 @@ video { transition-duration: 150ms; } +.duration-500 { + transition-duration: 500ms; +} + @font-face { font-family: "Bahnschrift"; @@ -1539,6 +1652,10 @@ video { width: auto; } + .md\:grid-cols-4 { + grid-template-columns: repeat(4, minmax(0, 1fr)); + } + .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; diff --git a/index.html b/index.html index cf7a1e6..31d4c64 100644 --- a/index.html +++ b/index.html @@ -253,45 +253,12 @@

Learn - Enjoy - Discover

-
-

- CELEBRATE THE FREEDOM OF COLLABORATION -

-
- -
-
-
-
instagram
-
instagram
-
instagram
-
instagram
-
instagram
-
-
- - -
-
-
-
-

Copyright© Software Freedom Day 2024 x Nepal Open Source Club

-
- - + + + + + + + + \ No newline at end of file diff --git a/pages/itinerary.html b/pages/itinerary.html index 942eb31..5235b98 100644 --- a/pages/itinerary.html +++ b/pages/itinerary.html @@ -210,12 +210,12 @@

Event Activities

Register Now -
- -
+ + +