Skip to content

Revamp #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions app/FAQ/component/contact-section.tsx

This file was deleted.

86 changes: 0 additions & 86 deletions app/FAQ/component/faq-component.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions app/FAQ/component/layout.tsx

This file was deleted.

35 changes: 0 additions & 35 deletions app/FAQ/page.tsx

This file was deleted.

188 changes: 125 additions & 63 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,87 +2,149 @@
@tailwind components;
@tailwind utilities;

html {
scroll-behavior: smooth;
}

/* *=========== Default theme =========== */
@layer base {
:root {
--background: 0 0% 100%;
--foreground: 0 0% 3.9%;
--card: 0 0% 100%;
--card-foreground: 0 0% 3.9%;
--foreground: 240 10% 3.9%;

--muted: 240 4.8% 95.9%;
--muted-foreground: 240 3.8% 46.1%;

--popover: 0 0% 100%;
--popover-foreground: 0 0% 3.9%;
--primary: 0 0% 9%;
--popover-foreground: 240 10% 3.9%;

--card: 0 0% 100%;
--card-foreground: 240 10% 3.9%;

--border: 240 5.9% 90%;
--input: 240 5.9% 90%;

--primary: 240 5.9% 10%;
--primary-foreground: 0 0% 98%;
--secondary: 0 0% 96.1%;
--secondary-foreground: 0 0% 9%;
--muted: 0 0% 96.1%;
--muted-foreground: 0 0% 45.1%;
--accent: 0 0% 96.1%;
--accent-foreground: 0 0% 9%;

--secondary: 240 4.8% 95.9%;
--secondary-foreground: 240 5.9% 10%;

--accent: 240 4.8% 95.9%;
--accent-foreground: 240 5.9% 10%;

--destructive: 0 84.2% 60.2%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 89.8%;
--input: 0 0% 89.8%;
--ring: 0 0% 3.9%;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;

--ring: 240 10% 3.9%;

--radius: 0.5rem;
--sidebar-background: 0 0% 98%;
--sidebar-foreground: 240 5.3% 26.1%;
--sidebar-primary: 240 5.9% 10%;
--sidebar-primary-foreground: 0 0% 98%;
--sidebar-accent: 240 4.8% 95.9%;
--sidebar-accent-foreground: 240 5.9% 10%;
--sidebar-border: 220 13% 91%;
--sidebar-ring: 217.2 91.2% 59.8%;
--color-1: 0 100% 63%;
--color-2: 270 100% 63%;
--color-3: 210 100% 63%;
--color-4: 195 100% 63%;
--color-5: 90 100% 63%;
}

.dark {
--background: 0 0% 3.9%;
--background: 240 10% 3.9%;
--foreground: 0 0% 98%;
--card: 0 0% 3.9%;
--card-foreground: 0 0% 98%;
--popover: 0 0% 3.9%;

--muted: 240 3.7% 15.9%;
--muted-foreground: 240 5% 64.9%;

--popover: 240 10% 3.9%;
--popover-foreground: 0 0% 98%;

--card: 240 10% 3.9%;
--card-foreground: 0 0% 98%;

--border: 240 3.7% 15.9%;
--input: 240 3.7% 15.9%;

--primary: 0 0% 98%;
--primary-foreground: 0 0% 9%;
--secondary: 0 0% 14.9%;
--primary-foreground: 240 5.9% 10%;

--secondary: 240 3.7% 15.9%;
--secondary-foreground: 0 0% 98%;
--muted: 0 0% 14.9%;
--muted-foreground: 0 0% 63.9%;
--accent: 0 0% 14.9%;

--accent: 240 3.7% 15.9%;
--accent-foreground: 0 0% 98%;

--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 14.9%;
--input: 0 0% 14.9%;
--ring: 0 0% 83.1%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
--sidebar-background: 240 5.9% 10%;
--sidebar-foreground: 240 4.8% 95.9%;
--sidebar-primary: 224.3 76.3% 48%;
--sidebar-primary-foreground: 0 0% 100%;
--sidebar-accent: 240 3.7% 15.9%;
--sidebar-accent-foreground: 240 4.8% 95.9%;
--sidebar-border: 240 3.7% 15.9%;
--sidebar-ring: 217.2 91.2% 59.8%;
--color-1: 0 100% 63%;
--color-2: 270 100% 63%;
--color-3: 210 100% 63%;
--color-4: 195 100% 63%;
--color-5: 90 100% 63%;

--ring: 240 4.9% 83.9%;
}
}

/* *=========== indigo theme =========== */
/* @layer base {
:root {
--background: 0 0% 100%;
--foreground: 222.2 47.4% 11.2%;

--card: 0 0% 100%;
--card-foreground: 222.2 47.4% 11.2%;

--popover: 0 0% 100%;
--popover-foreground: 222.2 47.4% 11.2%;

--primary: 226 70% 55%;
--primary-foreground: 210 20% 98%;

--secondary: 230 16% 85%;
--secondary-foreground: 225 20% 20%;

--muted: 230 16% 85%;
--muted-foreground: 228 13% 50%;

--accent: 230 16% 85%;
--accent-foreground: 225 20% 20%;

--destructive: 0 72.2% 50.6%;
--destructive-foreground: 210 20% 98%;

--border: 228 13% 75%;
--input: 228 13% 75%;
--ring: 226 70% 55%;
--radius: 0.5rem;
}

.dark {

--background: 240 10% 3.9%;
--foreground: 0 0% 98%;

--card: 228 20% 15%;
--card-foreground: 210 20% 98%;

--popover: 222.2 47.4% 11.2%;
--popover-foreground: 210 20% 98%;

--primary: 226 70% 55%;
--primary-foreground: 210 20% 98%;

--secondary: 228 20% 20%;
--secondary-foreground: 210 20% 98%;

--muted: 228 20% 20%;
--muted-foreground: 225 13% 60%;

--accent: 228 20% 20%;
--accent-foreground: 210 20% 98%;

--destructive: 0 72.2% 50.6%;
--destructive-foreground: 210 20% 98%;

--border: 228 20% 20%;
--input: 228 20% 20%;
--ring: 226 70% 55%;
}
} */


.shadow-light {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.085);
}

.shadow-dark {
box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.141);
}

@layer base {
Expand All @@ -92,4 +154,4 @@
body {
@apply bg-background text-foreground;
}
}
}
Loading