diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..bca8d1a --- /dev/null +++ b/web/index.html @@ -0,0 +1,163 @@ + + + + + + PathPal + + + + + + + + + +
+ +
+
+ menu + logo + +
+
+ + + + +
+
+ +
+ +
+
+ +
+ + +
+ +

Recent

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

+

Jaipur, Rajasthan, India

+ From your IP address • Update location +
+ + +
+ +
+
+
+ user +
+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui dolorem laboriosam earum magni facilis eius cumque enim sunt laudantium veritati.

+
+ edit +
+ +
+ + + +
+ + user + +

+ Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dolor quibusdam, laudantium blanditiis deserunt obcae +
cati perspiciatis iusto architecto nam assumenda ratione quam magnam voluptate. Tenetur voluptatem sapiente, quis beatae excepturibr +
+ ipsum cupiditate dicta nemo recusandae earum voluptate dolores necessitatibus molestiae hic eius ratione dignissimos illo atque tempore optio et consequatur ut eligendi fuga. Id magni, aliquam fugiat sint, corrupti quidem hic totam aliquid dignissimos ipsum nisi explicabo sunt blanditiis voluptate quis quas sequi unde iure facere dolor. Esse beatae magnam, libero quae nemo distinctio autem rem amet assumenda. Adipisci enim velit rem aliquam qui exercitationem error moles +
tiae fugiat aut. Excepturi, vitae quos explicabo inventore culpa cupiditate sunt eius atque officia tenetur doloremque suscipit, et libero eligendi a dolorem debitis labore, molestiae repudiandae aspernatur soluta quibr
+ ! Minima sed soluta, nostrum quas nulla, maiores similique temporibus ex nesciunt asperiores explicabo eveniet fuga nisi sit illo voluptatum dignissimos iure quibusdam veniam sapiente fugiat, at pariatur! Omnis atque vel doloremque rerum placeat, reprehenderit veritatis totam quam iu +
sto molestias nostrum dolor repellendus expedita nobis rem eos, culpa, amet soluta? Temporibus praesentium in expedita reiciendis quo unde mollitia vel, consequuntur quaerat, possimus natus eveniet illo voluptatibus id. Laboriosam inventore ipsa quas nam fuga voluptate atque facere dolor in nobis error deleniti assumenda, ad repellendus placeat fugit. Veritatis fugiat maxime quasi dolor ab illum non laboriosam laborum
+ + exercitationem dolore, nam, ex atque fugit eveniet quos repellendus. Consequuntur laboriosam rerum tenetur, quos reiciendis eius modi quibusdam soluta eaque animi sit repudiandae esse accusamus ea magni? Doloribus fugit, id, in temporibus obcaecati veniam numquam, voluptatum quia voluptates ipsum sapiente accusamus nihil accusantium. Corrupti aliquam vitae fugiat facilis quam deleniti vero, est ipsam, repellendus enim reiciendis iste suscipit laborum exercitationem dolor eveniet a assumenda laboriosam corporis? Quidem, est modi nam non ipsa dolores officiis facilis vel, quam eos, voluptate doloremque eveniet. + +

+
+ +
+
+ +
+ +
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/web/output.css b/web/output.css new file mode 100644 index 0000000..e74a0eb --- /dev/null +++ b/web/output.css @@ -0,0 +1,1027 @@ +/* +! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com +*/ + +/* +1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) +2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) +*/ + +*, +::before, +::after { + box-sizing: border-box; + /* 1 */ + border-width: 0; + /* 2 */ + border-style: solid; + /* 2 */ + border-color: #e5e7eb; + /* 2 */ +} + +::before, +::after { + --tw-content: ''; +} + +/* +1. Use a consistent sensible line-height in all browsers. +2. Prevent adjustments of font size after orientation changes in iOS. +3. Use a more readable tab size. +4. Use the user's configured `sans` font-family by default. +5. Use the user's configured `sans` font-feature-settings by default. +6. Use the user's configured `sans` font-variation-settings by default. +*/ + +html { + line-height: 1.5; + /* 1 */ + -webkit-text-size-adjust: 100%; + /* 2 */ + -moz-tab-size: 4; + /* 3 */ + -o-tab-size: 4; + tab-size: 4; + /* 3 */ + 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"; + /* 4 */ + font-feature-settings: normal; + /* 5 */ + font-variation-settings: normal; + /* 6 */ +} + +/* +1. Remove the margin in all browsers. +2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. +*/ + +body { + margin: 0; + /* 1 */ + line-height: inherit; + /* 2 */ +} + +/* +1. Add the correct height in Firefox. +2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) +3. Ensure horizontal rules are visible by default. +*/ + +hr { + height: 0; + /* 1 */ + color: inherit; + /* 2 */ + border-top-width: 1px; + /* 3 */ +} + +/* +Add the correct text decoration in Chrome, Edge, and Safari. +*/ + +abbr:where([title]) { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; +} + +/* +Remove the default font size and weight for headings. +*/ + +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: inherit; + font-weight: inherit; +} + +/* +Reset links to optimize for opt-in styling instead of opt-out. +*/ + +a { + color: inherit; + text-decoration: inherit; +} + +/* +Add the correct font weight in Edge and Safari. +*/ + +b, +strong { + font-weight: bolder; +} + +/* +1. Use the user's configured `mono` font family by default. +2. Correct the odd `em` font sizing in all browsers. +*/ + +code, +kbd, +samp, +pre { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + /* 1 */ + font-size: 1em; + /* 2 */ +} + +/* +Add the correct font size in all browsers. +*/ + +small { + font-size: 80%; +} + +/* +Prevent `sub` and `sup` elements from affecting the line height in all browsers. +*/ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* +1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) +2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) +3. Remove gaps between table borders by default. +*/ + +table { + text-indent: 0; + /* 1 */ + border-color: inherit; + /* 2 */ + border-collapse: collapse; + /* 3 */ +} + +/* +1. Change the font styles in all browsers. +2. Remove the margin in Firefox and Safari. +3. Remove default padding in all browsers. +*/ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + /* 1 */ + font-feature-settings: inherit; + /* 1 */ + font-variation-settings: inherit; + /* 1 */ + font-size: 100%; + /* 1 */ + font-weight: inherit; + /* 1 */ + line-height: inherit; + /* 1 */ + color: inherit; + /* 1 */ + margin: 0; + /* 2 */ + padding: 0; + /* 3 */ +} + +/* +Remove the inheritance of text transform in Edge and Firefox. +*/ + +button, +select { + text-transform: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Remove default button styles. +*/ + +button, +[type='button'], +[type='reset'], +[type='submit'] { + -webkit-appearance: button; + /* 1 */ + background-color: transparent; + /* 2 */ + background-image: none; + /* 2 */ +} + +/* +Use the modern Firefox focus style for all focusable elements. +*/ + +:-moz-focusring { + outline: auto; +} + +/* +Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) +*/ + +:-moz-ui-invalid { + box-shadow: none; +} + +/* +Add the correct vertical alignment in Chrome and Firefox. +*/ + +progress { + vertical-align: baseline; +} + +/* +Correct the cursor style of increment and decrement buttons in Safari. +*/ + +::-webkit-inner-spin-button, +::-webkit-outer-spin-button { + height: auto; +} + +/* +1. Correct the odd appearance in Chrome and Safari. +2. Correct the outline style in Safari. +*/ + +[type='search'] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ +} + +/* +Remove the inner padding in Chrome and Safari on macOS. +*/ + +::-webkit-search-decoration { + -webkit-appearance: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Change font properties to `inherit` in Safari. +*/ + +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ +} + +/* +Add the correct display in Chrome and Safari. +*/ + +summary { + display: list-item; +} + +/* +Removes the default spacing and border for appropriate elements. +*/ + +blockquote, +dl, +dd, +h1, +h2, +h3, +h4, +h5, +h6, +hr, +figure, +p, +pre { + margin: 0; +} + +fieldset { + margin: 0; + padding: 0; +} + +legend { + padding: 0; +} + +ol, +ul, +menu { + list-style: none; + margin: 0; + padding: 0; +} + +/* +Reset default styling for dialogs. +*/ + +dialog { + padding: 0; +} + +/* +Prevent resizing textareas horizontally by default. +*/ + +textarea { + resize: vertical; +} + +/* +1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) +2. Set the default placeholder color to the user's configured gray 400 color. +*/ + +input::-moz-placeholder, textarea::-moz-placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +input::placeholder, +textarea::placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +/* +Set the default cursor for buttons. +*/ + +button, +[role="button"] { + cursor: pointer; +} + +/* +Make sure disabled buttons don't get the pointer cursor. +*/ + +:disabled { + cursor: default; +} + +/* +1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) +2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) + This can trigger a poorly considered lint error in some tools but is included by design. +*/ + +img, +svg, +video, +canvas, +audio, +iframe, +embed, +object { + display: block; + /* 1 */ + vertical-align: middle; + /* 2 */ +} + +/* +Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) +*/ + +img, +video { + max-width: 100%; + height: auto; +} + +/* Make elements with the HTML hidden attribute stay hidden by default */ + +[hidden] { + display: none; +} + +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; +} + +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; +} + +.m-2 { + margin: 0.5rem; +} + +.m-4 { + margin: 1rem; +} + +.m-3 { + margin: 0.75rem; +} + +.m-5 { + margin: 1.25rem; +} + +.mb-6 { + margin-bottom: 1.5rem; +} + +.ml-10 { + margin-left: 2.5rem; +} + +.ml-2 { + margin-left: 0.5rem; +} + +.ml-4 { + margin-left: 1rem; +} + +.ml-8 { + margin-left: 2rem; +} + +.mr-1 { + margin-right: 0.25rem; +} + +.mr-8 { + margin-right: 2rem; +} + +.mt-1 { + margin-top: 0.25rem; +} + +.mt-28 { + margin-top: 7rem; +} + +.mt-3 { + margin-top: 0.75rem; +} + +.mt-8 { + margin-top: 2rem; +} + +.mt-2 { + margin-top: 0.5rem; +} + +.mt-5 { + margin-top: 1.25rem; +} + +.mt-4 { + margin-top: 1rem; +} + +.mr-2 { + margin-right: 0.5rem; +} + +.mr-4 { + margin-right: 1rem; +} + +.mr-5 { + margin-right: 1.25rem; +} + +.mt-6 { + margin-top: 1.5rem; +} + +.mr-10 { + margin-right: 2.5rem; +} + +.ml-7 { + margin-left: 1.75rem; +} + +.mr-0 { + margin-right: 0px; +} + +.mr-6 { + margin-right: 1.5rem; +} + +.ml-20 { + margin-left: 5rem; +} + +.flex { + display: flex; +} + +.h-80 { + height: 20rem; +} + +.h-\[13vh\] { + height: 13vh; +} + +.h-\[30px\] { + height: 30px; +} + +.h-\[84vh\] { + height: 84vh; +} + +.h-screen { + height: 100vh; +} + +.h-4 { + height: 1rem; +} + +.h-1 { + height: 0.25rem; +} + +.h-\[\] { + height: ; +} + +.h-\[50\] { + height: 50; +} + +.h-\[50dvh\] { + height: 50dvh; +} + +.h-40 { + height: 10rem; +} + +.h-\[75\] { + height: 75; +} + +.h-\[75vh\] { + height: 75vh; +} + +.h-\[vh\] { + height: vh; +} + +.h-\[8vh\] { + height: 8vh; +} + +.h-\[83vh\] { + height: 83vh; +} + +.h-\[82vh\] { + height: 82vh; +} + +.h-\[81vh\] { + height: 81vh; +} + +.h-auto { + height: auto; +} + +.h-10 { + height: 2.5rem; +} + +.h-5 { + height: 1.25rem; +} + +.max-h-\[\] { + max-height: ; +} + +.max-h-\[1\] { + max-height: 1; +} + +.max-h-\[80vh\] { + max-height: 80vh; +} + +.max-h-\[70vh\] { + max-height: 70vh; +} + +.max-h-\[83vh\] { + max-height: 83vh; +} + +.w-\[20vw\] { + width: 20vw; +} + +.w-\[210px\] { + width: 210px; +} + +.w-\[75vw\] { + width: 75vw; +} + +.w-screen { + width: 100vw; +} + +.w-9 { + width: 2.25rem; +} + +.w-8 { + width: 2rem; +} + +.w-80 { + width: 20rem; +} + +.w-auto { + width: auto; +} + +.w-\[73vw\] { + width: 73vw; +} + +.w-1 { + width: 0.25rem; +} + +.w-10 { + width: 2.5rem; +} + +.w-5 { + width: 1.25rem; +} + +.flex-col { + flex-direction: column; +} + +.items-start { + align-items: flex-start; +} + +.items-center { + align-items: center; +} + +.justify-between { + justify-content: space-between; +} + +.gap-2 { + gap: 0.5rem; +} + +.overflow-hidden { + overflow: hidden; +} + +.overflow-y-auto { + overflow-y: auto; +} + +.truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.rounded-\[30px\] { + border-radius: 30px; +} + +.rounded { + border-radius: 0.25rem; +} + +.rounded-\[\] { + border-radius: ; +} + +.border { + border-width: 1px; +} + +.bg-\[\#05042B\] { + --tw-bg-opacity: 1; + background-color: rgb(5 4 43 / var(--tw-bg-opacity)); +} + +.bg-\[\#0f5223\] { + --tw-bg-opacity: 1; + background-color: rgb(15 82 35 / var(--tw-bg-opacity)); +} + +.bg-\[\#142a4c\] { + --tw-bg-opacity: 1; + background-color: rgb(20 42 76 / var(--tw-bg-opacity)); +} + +.bg-\[\#1d242f\] { + --tw-bg-opacity: 1; + background-color: rgb(29 36 47 / var(--tw-bg-opacity)); +} + +.bg-transparent { + background-color: transparent; +} + +.bg-white { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} + +.bg-slate-400 { + --tw-bg-opacity: 1; + background-color: rgb(148 163 184 / var(--tw-bg-opacity)); +} + +.bg-slate-800 { + --tw-bg-opacity: 1; + background-color: rgb(30 41 59 / var(--tw-bg-opacity)); +} + +.bg-black { + --tw-bg-opacity: 1; + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); +} + +.bg-\[black\] { + --tw-bg-opacity: 1; + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); +} + +.bg-\[\#0f213a\] { + --tw-bg-opacity: 1; + background-color: rgb(15 33 58 / var(--tw-bg-opacity)); +} + +.p-1 { + padding: 0.25rem; +} + +.p-5 { + padding: 1.25rem; +} + +.px-3 { + padding-left: 0.75rem; + padding-right: 0.75rem; +} + +.px-5 { + padding-left: 1.25rem; + padding-right: 1.25rem; +} + +.py-1 { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; +} + +.py-2 { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.pr-5 { + padding-right: 1.25rem; +} + +.pl-3 { + padding-left: 0.75rem; +} + +.pt-5 { + padding-top: 1.25rem; +} + +.font-\[Poppins\] { + font-family: Poppins; +} + +.text-sm { + font-size: 0.875rem; + line-height: 1.25rem; +} + +.text-xs { + font-size: 0.75rem; + line-height: 1rem; +} + +.text-blue-800 { + --tw-text-opacity: 1; + color: rgb(30 64 175 / var(--tw-text-opacity)); +} + +.text-red-600 { + --tw-text-opacity: 1; + color: rgb(220 38 38 / var(--tw-text-opacity)); +} + +.text-white { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +.transition { + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.hover\:scale-105:hover { + --tw-scale-x: 1.05; + --tw-scale-y: 1.05; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.hover\:scale-150:hover { + --tw-scale-x: 1.5; + --tw-scale-y: 1.5; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.hover\:bg-\[\#0f5223\]:hover { + --tw-bg-opacity: 1; + background-color: rgb(15 82 35 / var(--tw-bg-opacity)); +} + +.hover\:bg-slate-400:hover { + --tw-bg-opacity: 1; + background-color: rgb(148 163 184 / var(--tw-bg-opacity)); +} + +.hover\:bg-inherit:hover { + background-color: inherit; +} + +.hover\:bg-slate-50:hover { + --tw-bg-opacity: 1; + background-color: rgb(248 250 252 / var(--tw-bg-opacity)); +} + +.hover\:bg-blue-500:hover { + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} + +.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); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} \ No newline at end of file diff --git a/web/script.js b/web/script.js new file mode 100644 index 0000000..555d3c5 --- /dev/null +++ b/web/script.js @@ -0,0 +1,5 @@ + + // Set the height of the scrollbar thumb dynamically + const customScrollbar = document.getElementById('customScrollbar'); + const thumbHeight = 4; // Set the desired height in vh + customScrollbar.style.paddingRight = `calc(${thumbHeight}vh - 8px)`; // Adjust the calculation based on your preferences diff --git a/web/static/logo.png b/web/static/logo.png new file mode 100644 index 0000000..f0cc452 Binary files /dev/null and b/web/static/logo.png differ diff --git a/web/static/pa/Ask......png b/web/static/pa/Ask......png new file mode 100644 index 0000000..78793c0 Binary files /dev/null and b/web/static/pa/Ask......png differ diff --git a/web/static/pa/Frame 4-1.png b/web/static/pa/Frame 4-1.png new file mode 100644 index 0000000..d32507c Binary files /dev/null and b/web/static/pa/Frame 4-1.png differ diff --git a/web/static/pa/Frame 4.png b/web/static/pa/Frame 4.png new file mode 100644 index 0000000..d32507c Binary files /dev/null and b/web/static/pa/Frame 4.png differ diff --git a/web/static/pa/How to be a astrona...png b/web/static/pa/How to be a astrona...png new file mode 100644 index 0000000..893e130 Binary files /dev/null and b/web/static/pa/How to be a astrona...png differ diff --git a/web/static/pa/How to get into Olym...png b/web/static/pa/How to get into Olym...png new file mode 100644 index 0000000..53c30eb Binary files /dev/null and b/web/static/pa/How to get into Olym...png differ diff --git a/web/static/pa/I am in 10th and in ....png b/web/static/pa/I am in 10th and in ....png new file mode 100644 index 0000000..4db0b7d Binary files /dev/null and b/web/static/pa/I am in 10th and in ....png differ diff --git a/web/static/pa/I am in 10th and in future want to work in ISRO. how can i achieve that_.png b/web/static/pa/I am in 10th and in future want to work in ISRO. how can i achieve that_.png new file mode 100644 index 0000000..dbf2c32 Binary files /dev/null and b/web/static/pa/I am in 10th and in future want to work in ISRO. how can i achieve that_.png differ diff --git a/web/static/pa/I don't now what to ...png b/web/static/pa/I don't now what to ...png new file mode 100644 index 0000000..be1aece Binary files /dev/null and b/web/static/pa/I don't now what to ...png differ diff --git a/web/static/pa/Jaipur, 302017.png b/web/static/pa/Jaipur, 302017.png new file mode 100644 index 0000000..f98bfd2 Binary files /dev/null and b/web/static/pa/Jaipur, 302017.png differ diff --git a/web/static/pa/Language.png b/web/static/pa/Language.png new file mode 100644 index 0000000..719e6e6 Binary files /dev/null and b/web/static/pa/Language.png differ diff --git a/web/static/pa/Menu Vertical.png b/web/static/pa/Menu Vertical.png new file mode 100644 index 0000000..9949098 Binary files /dev/null and b/web/static/pa/Menu Vertical.png differ diff --git a/web/static/pa/Menu.png b/web/static/pa/Menu.png new file mode 100644 index 0000000..e7f804e Binary files /dev/null and b/web/static/pa/Menu.png differ diff --git a/web/static/pa/Microphone.png b/web/static/pa/Microphone.png new file mode 100644 index 0000000..fd0e3c3 Binary files /dev/null and b/web/static/pa/Microphone.png differ diff --git a/web/static/pa/New Chat.png b/web/static/pa/New Chat.png new file mode 100644 index 0000000..d7bddce Binary files /dev/null and b/web/static/pa/New Chat.png differ diff --git a/web/static/pa/Pencil.png b/web/static/pa/Pencil.png new file mode 100644 index 0000000..6e5674f Binary files /dev/null and b/web/static/pa/Pencil.png differ diff --git a/web/static/pa/Plus Math.png b/web/static/pa/Plus Math.png new file mode 100644 index 0000000..aee78da Binary files /dev/null and b/web/static/pa/Plus Math.png differ diff --git a/web/static/pa/Print.png b/web/static/pa/Print.png new file mode 100644 index 0000000..55a9a21 Binary files /dev/null and b/web/static/pa/Print.png differ diff --git a/web/static/pa/Profile-1.png b/web/static/pa/Profile-1.png new file mode 100644 index 0000000..4053469 Binary files /dev/null and b/web/static/pa/Profile-1.png differ diff --git a/web/static/pa/Profile.png b/web/static/pa/Profile.png new file mode 100644 index 0000000..4053469 Binary files /dev/null and b/web/static/pa/Profile.png differ diff --git a/web/static/pa/Recent.png b/web/static/pa/Recent.png new file mode 100644 index 0000000..592206a Binary files /dev/null and b/web/static/pa/Recent.png differ diff --git a/web/static/pa/Rectangle 25.png b/web/static/pa/Rectangle 25.png new file mode 100644 index 0000000..89c1508 Binary files /dev/null and b/web/static/pa/Rectangle 25.png differ diff --git a/web/static/pa/Rectangle 26.png b/web/static/pa/Rectangle 26.png new file mode 100644 index 0000000..cd0786f Binary files /dev/null and b/web/static/pa/Rectangle 26.png differ diff --git a/web/static/pa/Rectangle 27.png b/web/static/pa/Rectangle 27.png new file mode 100644 index 0000000..7b66e08 Binary files /dev/null and b/web/static/pa/Rectangle 27.png differ diff --git a/web/static/pa/Rectangle 28.png b/web/static/pa/Rectangle 28.png new file mode 100644 index 0000000..cb27703 Binary files /dev/null and b/web/static/pa/Rectangle 28.png differ diff --git a/web/static/pa/Rectangle 29.png b/web/static/pa/Rectangle 29.png new file mode 100644 index 0000000..ca4c13b Binary files /dev/null and b/web/static/pa/Rectangle 29.png differ diff --git a/web/static/pa/Rectangle 30.png b/web/static/pa/Rectangle 30.png new file mode 100644 index 0000000..a6f84c3 Binary files /dev/null and b/web/static/pa/Rectangle 30.png differ diff --git a/web/static/pa/Rectangle 31.png b/web/static/pa/Rectangle 31.png new file mode 100644 index 0000000..fd97bac Binary files /dev/null and b/web/static/pa/Rectangle 31.png differ diff --git a/web/static/pa/Region.png b/web/static/pa/Region.png new file mode 100644 index 0000000..34ba3ea Binary files /dev/null and b/web/static/pa/Region.png differ diff --git a/web/static/pa/SMS-1.png b/web/static/pa/SMS-1.png new file mode 100644 index 0000000..e38d028 Binary files /dev/null and b/web/static/pa/SMS-1.png differ diff --git a/web/static/pa/SMS.png b/web/static/pa/SMS.png new file mode 100644 index 0000000..e38d028 Binary files /dev/null and b/web/static/pa/SMS.png differ diff --git a/web/static/pa/Sent.png b/web/static/pa/Sent.png new file mode 100644 index 0000000..d326755 Binary files /dev/null and b/web/static/pa/Sent.png differ diff --git a/web/static/pa/Settings.png b/web/static/pa/Settings.png new file mode 100644 index 0000000..81d8228 Binary files /dev/null and b/web/static/pa/Settings.png differ diff --git a/web/static/pa/Share.png b/web/static/pa/Share.png new file mode 100644 index 0000000..af99b55 Binary files /dev/null and b/web/static/pa/Share.png differ diff --git a/web/static/pa/Thumbs Down.png b/web/static/pa/Thumbs Down.png new file mode 100644 index 0000000..b55a521 Binary files /dev/null and b/web/static/pa/Thumbs Down.png differ diff --git a/web/static/pa/Thumbs Up.png b/web/static/pa/Thumbs Up.png new file mode 100644 index 0000000..f32d151 Binary files /dev/null and b/web/static/pa/Thumbs Up.png differ diff --git a/web/static/pa/Voice.png b/web/static/pa/Voice.png new file mode 100644 index 0000000..2640340 Binary files /dev/null and b/web/static/pa/Voice.png differ diff --git a/web/static/pa/ideogram__13_-removebg-preview (1) 1.png b/web/static/pa/ideogram__13_-removebg-preview (1) 1.png new file mode 100644 index 0000000..214bf7f Binary files /dev/null and b/web/static/pa/ideogram__13_-removebg-preview (1) 1.png differ diff --git a/web/static/pa/ideogram__13_-removebg-preview (1) 2.png b/web/static/pa/ideogram__13_-removebg-preview (1) 2.png new file mode 100644 index 0000000..8c5bb73 Binary files /dev/null and b/web/static/pa/ideogram__13_-removebg-preview (1) 2.png differ diff --git a/web/static/pa/ideogram__13_-removebg-preview (1) 3.png b/web/static/pa/ideogram__13_-removebg-preview (1) 3.png new file mode 100644 index 0000000..5904707 Binary files /dev/null and b/web/static/pa/ideogram__13_-removebg-preview (1) 3.png differ