New website focusing on ERP services.

This commit is contained in:
2025-01-15 23:52:09 +00:00
parent 120cccd0d5
commit d1b90db6d7
207 changed files with 3827 additions and 24667 deletions

View File

@@ -1,7 +0,0 @@
#pageBody > .card:first-of-type {
width: 80%;
}
.container.row {
width: auto;
}

View File

@@ -1,27 +1,173 @@
#pageBody > .card:first-of-type{
flex-grow: 1;
}
#pageBody > .card:last-of-type {
}
#pageBody > .card:not(:first-of-type) {
/*
h1, h2, h3 {
margin-bottom: 1rem;
align-self: center;
justify-self: center;
margin: 0 auto;
width: fit-content;
}
#pageBody label {
font-size: min(16px, calc(1vh * 4));
section {
display: flex;
margin: 0 auto;
width: 100vw;
}
#email {
/* min-width: 40vw; */
width: 40vw;
.container {
display: flex;
flex-direction: column;
align-content: center;
}
#name {
.container-input {
display: flex;
flex-direction: column;
align-items: center;
}
.container-input label {
width: 100%;
margin: 0 auto;
}
/* Contact Form Section * /
.contact-form {
padding: 8rem 0 4rem;
background: linear-gradient(45deg, #f8fafc, #eff6ff);
}
.contact-form-content {
width: 50vw;
}
#message {
width: 60vw;
.contact-form h1 {
font-size: 3rem;
line-height: 1.2;
margin-bottom: 1.5rem;
color: var(--text);
}
input, textarea {
max-width: 65vw;
.contact-form p {
font-size: 1.25rem;
margin-bottom: 2rem;
color: var(--subheading);
}
table {
margin: 0 auto;
}
th.lhs,
td.lhs {
min-width: 8vw;
max-width: 8vw;
}
th.rhs,
td.rhs {
min-width: 36vw;
max-width: 36vw;
}
td input,
td textarea {
width: 100%;
}
textarea {
resize: vertical;
}
.container-checkbox.receive_marketing {
margin-left: 22.25vw;
}
*/
.contact-section {
padding: 2rem 2rem 4rem;
}
.contact-form {
max-width: 800px;
margin: 0 auto;
background: #fff;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.form-grid {
display: grid;
grid-template-columns: 200px 1fr;
gap: 1.5rem;
margin-bottom: 1.5rem;
}
.form-label {
padding-top: 0.5rem;
font-weight: 500;
}
.form-input {
width: 100%;
padding: 0.5rem;
border: 1px solid #d1d5db;
border-radius: 4px;
font-size: 1rem;
}
textarea.form-input {
min-height: 120px;
}
.marketing-consent {
margin: 2rem 0;
padding-left: 200px;
}
input[type="submit"] {
margin-left: 40%;
padding: 0.75rem 1.5rem;
background: #2563eb;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 1rem;
}
input[type="submit"]:hover {
background: #1d4ed8;
}
.data-notice {
margin-top: 3rem;
padding: 1.5rem;
background: #f3f4f6;
border-radius: 4px;
font-size: 0.95rem;
}
.data-notice h3 {
margin-bottom: 1rem;
font-size: 1.1rem;
}
@media (max-width: 768px) {
.form-grid {
grid-template-columns: 1fr;
gap: 0.5rem;
}
.form-label {
padding-top: 0;
}
.marketing-consent {
padding-left: 0;
}
.submit-button {
margin-left: 0;
width: 100%;
}
}

View File

@@ -1,35 +1,126 @@
#pageBody > * > * {
width: 100%;
}
#pageBody > * {
height: 100%;
}
#pageBody > * :first-child{
margin-top: 25vh;
}
#pageBody > * :last-child {
margin-bottom: 35vh;
/* Hero Section */
.hero {
padding: 8rem 0 4rem;
background: linear-gradient(45deg, #f8fafc, #eff6ff);
}
.img-demo {
max-width: 50%;
min-width: 500px;
.hero-content {
max-width: 600px;
}
.img-featured {
width: 100%;
.hero h1 {
font-size: 3rem;
line-height: 1.2;
margin-bottom: 1.5rem;
color: var(--text);
}
/*
img {
background-image: url("/static/images/Tag_Molly1.png");
.hero p {
font-size: 1.25rem;
margin-bottom: 2rem;
color: var(--subheading);
}
*/
#pageBody h2 {
width: 100%;
/* Services Section */
.services {
padding: 6rem 0;
background: white;
}
#pageBody button.navContact {
width: fit-content;
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 3rem;
}
.service-card {
padding: 2rem;
background: var(--light);
border-radius: 8px;
transition: transform 0.3s ease;
}
.service-card:hover {
transform: translateY(-5px);
}
/* Testimonial Section */
.testimonial {
padding: 6rem 0;
background: var(--light);
}
.testimonial-card {
background: white;
padding: 2rem;
border-radius: 8px;
max-width: 800px;
margin: 3rem auto 0;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
/* Pricing Section */
.pricing {
padding: 6rem 0;
background: white;
}
.pricing-card {
background: var(--light);
padding: 2rem;
border-radius: 8px;
text-align: center;
max-width: 400px;
margin: 3rem auto 0;
}
.price {
font-size: 2.5rem;
color: var(--primary);
font-weight: bold;
margin: 1rem 0;
}
/* CTA Section */
.cta {
padding: 6rem 0;
background: var(--primary);
color: white;
text-align: center;
}
/* Animations */
/* Fallback styles to ensure content is visible without JS */
.reveal {
opacity: 1; /* Default visible state */
}
/* Only hide elements if browser supports Intersection Observer */
@supports (animation-name: fade) {
.reveal {
opacity: 0;
}
.reveal.active {
animation: fade-up 0.8s ease-out forwards;
}
}
@keyframes fade-up {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }

View File

@@ -1,29 +0,0 @@
#pageBody > .card {
padding-left: 5vw;
padding-right: 5vw;
max-width: 80vw;
}
#pageBody .card h1,
#pageBody .card h2,
#pageBody .card p {
width: 100%;
}
#pageBody .card p {
font-size: min(16px, calc(1vh * 4));
}
table {
left: 5vw;
max-width: 70vw;
width: fit-content !important;
}
table td {
padding: 10px;
}
table th {
font-size: min(16px, calc(1vh * 4));
}