Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
7d4d577
updated header
chhaviS04 Jul 11, 2025
c6ea9d0
added sharepopover
Ayu-Ty Jul 4, 2025
e0045f6
replaced copy svg
Ayu-Ty Jul 4, 2025
76eac4c
improved share popover
Ayu-Ty Jul 8, 2025
e7daeca
changed file names
Ayu-Ty Jul 8, 2025
9de9745
varnmala fix
Ayu-Ty Jul 11, 2025
2436978
[RZA-250107]: remove light-dark in stories.css to avoid system theme …
recursivezero Jul 11, 2025
4281f71
added, keyboardtrigger, added share popover to pages
Ayu-Ty Jul 11, 2025
741a19c
added keyboard.css
Ayu-Ty Jul 11, 2025
249261d
fixed file name
Ayu-Ty Jul 11, 2025
b7f8278
added share button to pages
Ayu-Ty Jul 11, 2025
02c7880
added keyboard to pages
Ayu-Ty Jul 11, 2025
54ed865
added share to panel
Ayu-Ty Jul 11, 2025
2a59426
[RZA-250107]: added share and keyboard icon on appropriate pages
recursivezero Jul 12, 2025
9da5a3e
Added home page
chhaviS04 Jul 12, 2025
675dddd
Home page
chhaviS04 Jul 12, 2025
b6dee45
lintify
chhaviS04 Jul 12, 2025
fc47b24
lintify
chhaviS04 Jul 12, 2025
a3c4518
resolved conflict
chhaviS04 Jul 12, 2025
d1e6bfe
resolved conflict
chhaviS04 Jul 12, 2025
f1ed155
lintify
chhaviS04 Jul 12, 2025
dcd2081
updated footer
chhaviS04 Jul 12, 2025
410e848
added testimonials
chhaviS04 Jul 12, 2025
29d02bf
Added Cookies
chhaviS04 Jul 12, 2025
b5850a9
updated about us page
chhaviS04 Jul 12, 2025
713fea7
updated
chhaviS04 Jul 12, 2025
61254d5
added mobilesplash
chhaviS04 Jul 12, 2025
3162a7e
Added Share popover
chhaviS04 Jul 12, 2025
c8d16a8
craeted md files
chhaviS04 Jul 12, 2025
178ffdf
[RZA-250092]: added footer links with coming soon pages
recursivezero Jul 12, 2025
e130b0f
added sharepopover
Ayu-Ty Jul 4, 2025
5d9a031
replaced copy svg
Ayu-Ty Jul 4, 2025
544dc58
improved share popover
Ayu-Ty Jul 8, 2025
ec6398a
changed file names
Ayu-Ty Jul 8, 2025
bdff6e6
varnmala fix
Ayu-Ty Jul 11, 2025
f41ae8d
added, keyboardtrigger, added share popover to pages
Ayu-Ty Jul 11, 2025
970a76f
added keyboard.css
Ayu-Ty Jul 11, 2025
cdfc864
fixed file name
Ayu-Ty Jul 11, 2025
4be741c
added share button to pages
Ayu-Ty Jul 11, 2025
c305f19
added keyboard to pages
Ayu-Ty Jul 11, 2025
a0d66ff
added share to panel
Ayu-Ty Jul 11, 2025
ee757ec
[RZA-250107]: added share and keyboard icon on appropriate pages
recursivezero Jul 12, 2025
9af6486
lintify
recursivezero Jul 12, 2025
ea200e8
fix build issues
recursivezero Jul 12, 2025
6f6dee0
Merge branch 'develop' into bugfix/RZA-250092
recursivezero Jul 12, 2025
f17d98c
[RZA-250092]: fix cookies page; added home.astro
recursivezero Jul 12, 2025
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
Binary file added public/assets/images/ABCD-blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/assets/icons/man_with_keyboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions src/assets/styles/about.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
:root {
--bg-dark: #0f172a;
--bg-light: #ffffff;
--bg-secondary: #1e293b;
--primary: #3b82f6;
--primary-light: #60a5fa;
--text-main: #f8fafc;
--text-primary: #cbd5e1;
--text-secondary: #212223;
--accent: #f59e0b;
}

.about-container {
background-color: light-dark(var(--bg-light), var(--bg-dark));
color: var(--text-main);
Expand Down
34 changes: 34 additions & 0 deletions src/assets/styles/coming-soon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.page-container {
display: flex;
flex-direction: column;
gap: 2.5rem;
margin: 2rem 0;
}

.heading-container {
background: var(--bg-secondary);
text-align: center;
border-radius: 1.5rem;
}

.logo {
margin-bottom: 0.5rem;
filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
height: 60rem;
aspect-ratio: 1;
}

h1 {
color: var(--primary);
font-size: clamp(2.25rem, 5vw, 3.5rem);
margin-bottom: 1rem;
font-weight: 700;
}

.subtitle {
font-size: 1.125rem;
color: var(--text-secondary);
max-width: 500px;
margin: 0 auto;
line-height: 1.6;
}
99 changes: 85 additions & 14 deletions src/assets/styles/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,108 @@

.container__contact {
box-sizing: border-box;
padding: 4rem 1.5rem;
background-color: var(--bg-alt);
color: var(--text-main);
}

.contact__message {
@apply text-sm md:p-[1rem];
/* @apply text-sm md:p-[1rem]; */
margin-top: 4px;
}

.custom__input {
/* .custom__input {
@apply md:tracking-widest;
}
} */

.container__form {
@apply flex flex-grow items-center justify-start max-sm:justify-center md:mr-36;
/* @apply flex flex-grow items-center justify-start max-sm:justify-center md:mr-36; */
padding: 3rem;
display: flex;
flex-direction: column;
gap: 2rem;
}

.contact-wrapper {
max-width: 700px;
margin: 2rem auto 0 auto;
border-radius: 1.5rem;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
overflow: hidden;
background-color: var(--bg-main);
}

/* --- Top Section: Contact Info --- */
.contact-info {
background: linear-gradient(135deg, var(--c-primary, #3b82f6) 0%, #60a5fa 100%);
color: #ffffff;
padding: 1rem;
}
.contact-info h3 {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 1rem;
color: #ffffff;
}
.info-item {
display: flex;
align-items: center;
gap: 1.5rem;
margin-bottom: 1rem;
}
.info-item i {
font-size: 1.2rem;
color: var(--c-primary);
border-radius: 50%;
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.info-item a, .info-item span {
color: #ffffff;
text-decoration: none;
font-weight: 500;
font-size: 1.8rem;
}

.copy-btn {
background: none;
border: none;
color: inherit;
cursor: pointer;
padding: 0 0.5rem 0 0.2rem;
font-size: 1rem;
opacity: 0.7;
transition: opacity 0.2s;
}

.copy-btn:hover {
opacity: 1;
}

.contact__form {
@apply w-full p-4;
.info-item .underline-text {
text-decoration: underline;
}

.section__grid {
@apply grid items-center gap-1;
/* --- Dark Theme Override for Contact Info --- */
[data-theme="dark"] .contact-info {
background: #1f2937;
}

.center__text {
@apply top-[1rem] mt-5 text-center;
[data-theme="dark"] .contact-info h3,
[data-theme="dark"] .contact-info a {
color: #d1d5db;
}

.contact__button--group {
@apply mt-8 flex justify-end;
[data-theme="dark"] .info-item i {
color: #1f2937;
background-color: #d1d5db;
}

.contact__button {
@apply w-36 max-sm:w-full;
@media (max-width: 768px) {
.contact-info, .container__form {
padding: 2rem;
}
}
60 changes: 60 additions & 0 deletions src/assets/styles/cookies.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
.article-container {
max-width: 800px;
margin: 2rem auto;
padding: 2rem;
background: var(--bg-secondary);
border-radius: 12px;
}

.article-header {
text-align: center;
margin-bottom: 2.5rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid var(--border-color);
}

.article-header h1 {
font-size: clamp(2rem, 5vw, 2.75rem);
color: var(--text-main);
margin-bottom: 0.5rem;
}

.article-header p {
color: var(--text-secondary);
font-style: italic;
}

.article-content {
line-height: 1.8;
color: var(--text-main);
}

.article-content h2,
.article-content h3,
.article-content h4 {
color: var(--text-main);
margin-top: 2.5rem;
margin-bottom: 1rem;
line-height: 1.3;
}

.article-content a {
color: var(--primary);
text-decoration: underline;
}

.article-content ul,
.article-content ol {
padding-left: 1.5rem;
margin-bottom: 1rem;
}

.article-content li {
margin-bottom: 0.5rem;
}

.article-content hr {
border: 0;
border-top: 1px solid var(--border-color);
margin: 2.5rem 0;
}
33 changes: 33 additions & 0 deletions src/assets/styles/countdown.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.countdown__container {
display: grid;
place-items: center;
}

.countdown {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
justify-content: center;
}

.countdown-item {
background: var(--bg-secondary);
padding: 1rem;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
min-width: 90px;
text-align: center;
flex-grow: 1;
}

.countdown-number {
font-size: clamp(2rem, 6vw, 2.5rem);
font-weight: bold;
color: var(--primary);
}

.countdown-label {
font-size: 0.9rem;
color: var(--text-secondary);
margin-top: 0.25rem;
}
73 changes: 73 additions & 0 deletions src/assets/styles/faq.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
.faq-container {
max-width: 800px;
margin: 2rem auto;
padding: 0 1rem;
}

.faq-item {
background: var(--bg-secondary);
border-radius: 12px;
margin-bottom: 1rem;
border: 1px solid var(--border-color);
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
transition: all 0.2s ease-in-out;
border: 1px solid rgba(59, 130, 246, 0.2);
}

.faq-item:hover {
background: var(--primary-light);
border-color: var(--primary-light);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.faq-item[open] {
border-color: var(--primary);
}

.faq-question {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.25rem;
cursor: pointer;
font-size: 1.125rem;
font-weight: 600;
color: var(--text-main);
list-style: none;
}

.faq-question::-webkit-details-marker {
display: none;
}

.faq-question .icon {
transition: transform 0.3s ease-in-out;
color: var(--primary);
}

.faq-item[open] .faq-question .icon {
transform: rotate(180deg);
}

.faq-answer {
padding: 1.25rem;
padding-top: 0;
color: var(--text-secondary);
line-height: 1.7;
overflow: hidden;
}
.faq-item[open] .faq-answer {
animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
Loading