diff --git a/CtrlAltAssist/Components/Pages/Home.razor b/CtrlAltAssist/Components/Pages/Home.razor deleted file mode 100644 index 4375956..0000000 --- a/CtrlAltAssist/Components/Pages/Home.razor +++ /dev/null @@ -1,191 +0,0 @@ -@page "/" - -Ctrl Alt Assist - Home - - -
-
-

Ctrl Alt Assist, Reboot Your Business Efficiency

-

Professional Executive & Financial Virtual Assistance tailored for the modern entrepreneur.

-

We streamline your back office, ensure SARS compliance, and organise your administration so you can focus on what you do best - growing your business.

- Discover Our Services -
-
- - -
-
-
-
- About Ctrl Alt Assist -
-
-

Who We Are

-

Since 2004, Ctrl Alt Assist has been providing exceptional virtual office assistance, empowering businesses to thrive by handling the administrative burden. We understand that your time is valuable, and our goal is to streamline your operations, allowing you to focus on growth and core competencies.

-

Our team is dedicated to offering personalized, efficient, and reliable support, tailored to the unique needs of each client. We pride ourselves on our proactive approach and commitment to delivering peace of mind.

-
-
-
-
- - -
-
-

Our Comprehensive Services

-
-
-
-
-
Financial & Accounting Support
-
    -
  • Bookkeeping, Budgets, Management Accounts
  • -
  • SAGE, SAGE ONE, SAGE Online Tools, SAGE Payroll
  • -
  • Reseller, Training & Support for SAGE products
  • -
  • Monthly SARS Returns
  • -
  • Bank, Debtors & Creditors Reconciliations
  • -
  • Sorting & Capturing Invoices & Receipts
  • -
  • Sending Statements & Payment Reminders
  • -
-
-
-
-
-
-
-
Office & Administrative Management
-
    -
  • Complete office management – full admin service
  • -
  • Creation and organizing of Business Systems & Procedures
  • -
  • Product & Business Manuals
  • -
  • Accounting System Setup, Training & Support
  • -
  • Company Registrations
  • -
  • Creating & Maintaining databases
  • -
  • Payroll, Staff Hiring Assistance and process streamlining
  • -
-
-
-
-
-
-
-
Digital & Project Support
-
    -
  • Report Writing, PowerPoint Presentations
  • -
  • Customer Relations Management
  • -
  • Project Management
  • -
  • Typing & Transcribing Services
  • -
  • Research
  • -
  • Event Planning & Coordination
  • -
  • Basic Websites, Domain Name Registrations
  • -
  • Website, Email Hosting & Setup
  • -
  • Cloud Backup Servers & Offsite Servers
  • -
  • Computer Support, Training & Maintenance
  • -
-
-
-
-
-
-

We offer both package, hourly or group rates customised to your personal needs.

- Get a Custom Quote -
-
-
- - -
-
-

Transparent pricing

-

Choose the package that fits where you are right now

-

All packages are month-to-month with no lock-in contracts. Prices are quoted exclusive of tax.

- -
- - -
-
-

Starter

-

Basic

-

For sole proprietors and early-stage startups with straightforward finances.

-
From R2000 pm
-

Price to be confirmed

-
    -
  • Xero setup and onboarding
  • -
  • Monthly bank reconciliation
  • -
  • Income statement and balance sheet
  • -
  • Up to 50 transactions per month
  • -
  • Email support
  • -
- Get a quote -
-
- - -
- -
- - -
-
-

Enterprise

-

Custom

-

For businesses with complex structures, high transaction volumes or multiple entities.

-
Bespoke
-

Tailored to your exact requirements

-
    -
  • Everything in Premium
  • -
  • Unlimited transactions
  • -
  • Multi-entity reporting
  • -
  • Custom Xero integrations
  • -
  • Dedicated monthly strategy session
  • -
  • Direct adviser access
  • -
- Let's talk -
-
- -
- -

Your monthly Xero subscription is billed separately and directly by Xero. No lock-in contracts.

-
-
- - -
-
-

Meet Our Founder

- Olivia, Founder of Ctrl Alt Assist -

Olivia

-

Loving wife, involved mom, and devoted pet parent.

-

Olivia brings over 20 years of robust experience in both the Corporate and Private sector, working with JSE listed companies and privately owned businesses across diverse industries from transport to the arts. Her extensive knowledge is backed by a Bcompt, Business Studies Diploma, various Computer & Accounting software diplomas, and a Mini-MBA with Action Coach Ignite.

-

A firm believer in continuous learning and growth, Olivia is a motivated and organized professional. She provides all necessary software, hardware, and office requirements, ensuring a seamless and efficient service. Clients also benefit from a personal login to our website, allowing them to view timesheets, track hours remaining, and more.

-
-
- - -
-
-

Already a Client?

-

Access your personalized portal to manage your services and track progress.

- Client Login -
-
- - diff --git a/CtrlAltAssist/Components/Pages/Home.razor.css b/CtrlAltAssist/Components/Pages/Home.razor.css deleted file mode 100644 index 2e51e25..0000000 --- a/CtrlAltAssist/Components/Pages/Home.razor.css +++ /dev/null @@ -1,73 +0,0 @@ -.section-padding { - padding: 80px 0; -} - - -.hero-section { - background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/images/hero.png'); - background-size: cover; - background-position: center; - background-repeat: no-repeat; - background-attachment: fixed; - color: var(--text-light); - padding: 100px 0; - text-align: center; - min-height: 100vh; - display: flex; - align-items: center; -} - - .hero-section h1 { - color: var(--text-light); - font-size: 3.5rem; - font-weight: 700; - margin-bottom: 20px; - } - - .hero-section p { - font-size: 1.5rem; - max-width: 800px; - margin: 0 auto 30px; - } - -.founder-img { - max-width: 250px; - border-radius: 50%; - border: 5px solid var(--secondary-pastel-green); - margin-bottom: 20px; -} - -.service-list ul { - list-style: none; - padding: 0; -} - - .service-list ul li { - padding: 8px 0; - border-bottom: 1px dashed rgba(255,255,255,0.3); - display: flex; - align-items: center; - } - - .service-list ul li:last-child { - border-bottom: none; - } - - .service-list ul li::before { - content: '?'; - color: var(--text-dark); /*var(--quaternary-pastel-pink);*/ - font-weight: bold; - margin-right: 10px; - } - -.call-to-action-section { - background-color: var(--quaternary-pastel-pink); - color: var(--text-dark); - padding: 60px 0; - text-align: center; -} - - .call-to-action h2 { - color: var(--text-dark); - margin-bottom: 30px; - } diff --git a/CtrlAltAssist/Components/Pages/Home/A_HeroSection.razor b/CtrlAltAssist/Components/Pages/Home/A_HeroSection.razor new file mode 100644 index 0000000..c7d718b --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/A_HeroSection.razor @@ -0,0 +1,8 @@ +
+
+

Ctrl Alt Assist, Reboot Your Business Efficiency

+

Professional Executive & Financial Virtual Assistance tailored for the modern entrepreneur.

+

We streamline your back office, ensure SARS compliance, and organise your administration so you can focus on what you do best - growing your business.

+ Discover Our Services +
+
\ No newline at end of file diff --git a/CtrlAltAssist/Components/Pages/Home/A_HeroSection.razor.css b/CtrlAltAssist/Components/Pages/Home/A_HeroSection.razor.css new file mode 100644 index 0000000..c542cb3 --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/A_HeroSection.razor.css @@ -0,0 +1,26 @@ +.hero-section { + background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/images/hero.png'); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + background-attachment: fixed; + color: var(--text-light); + padding: 100px 0; + text-align: center; + min-height: 100vh; + display: flex; + align-items: center; +} + + .hero-section h1 { + color: var(--text-light); + font-size: 3.5rem; + font-weight: 700; + margin-bottom: 20px; + } + + .hero-section p { + font-size: 1.5rem; + max-width: 800px; + margin: 0 auto 30px; + } \ No newline at end of file diff --git a/CtrlAltAssist/Components/Pages/Home/B_AboutSection.razor b/CtrlAltAssist/Components/Pages/Home/B_AboutSection.razor new file mode 100644 index 0000000..c4b2b04 --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/B_AboutSection.razor @@ -0,0 +1,14 @@ +
+
+
+
+ About Ctrl Alt Assist +
+
+

Who We Are

+

Since 2004, Ctrl Alt Assist has been providing exceptional virtual office assistance, empowering businesses to thrive by handling the administrative burden. We understand that your time is valuable, and our goal is to streamline your operations, allowing you to focus on growth and core competencies.

+

Our team is dedicated to offering personalized, efficient, and reliable support, tailored to the unique needs of each client. We pride ourselves on our proactive approach and commitment to delivering peace of mind.

+
+
+
+
\ No newline at end of file diff --git a/CtrlAltAssist/Components/Pages/Home/C_ServicesSection.razor b/CtrlAltAssist/Components/Pages/Home/C_ServicesSection.razor new file mode 100644 index 0000000..7f94015 --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/C_ServicesSection.razor @@ -0,0 +1,62 @@ +
+
+

Our Comprehensive Services

+
+
+
+
+
Financial & Accounting Support
+
    +
  • Bookkeeping, Budgets, Management Accounts
  • +
  • SAGE, SAGE ONE, SAGE Online Tools, SAGE Payroll
  • +
  • Reseller, Training & Support for SAGE products
  • +
  • Monthly SARS Returns
  • +
  • Bank, Debtors & Creditors Reconciliations
  • +
  • Sorting & Capturing Invoices & Receipts
  • +
  • Sending Statements & Payment Reminders
  • +
+
+
+
+
+
+
+
Office & Administrative Management
+
    +
  • Complete office management – full admin service
  • +
  • Creation and organizing of Business Systems & Procedures
  • +
  • Product & Business Manuals
  • +
  • Accounting System Setup, Training & Support
  • +
  • Company Registrations
  • +
  • Creating & Maintaining databases
  • +
  • Payroll, Staff Hiring Assistance and process streamlining
  • +
+
+
+
+
+
+
+
Digital & Project Support
+
    +
  • Report Writing, PowerPoint Presentations
  • +
  • Customer Relations Management
  • +
  • Project Management
  • +
  • Typing & Transcribing Services
  • +
  • Research
  • +
  • Event Planning & Coordination
  • +
  • Basic Websites, Domain Name Registrations
  • +
  • Website, Email Hosting & Setup
  • +
  • Cloud Backup Servers & Offsite Servers
  • +
  • Computer Support, Training & Maintenance
  • +
+
+
+
+
+
+

We offer both package, hourly or group rates customised to your personal needs.

+ Get a Custom Quote +
+
+
\ No newline at end of file diff --git a/CtrlAltAssist/Components/Pages/Home/C_ServicesSection.razor.css b/CtrlAltAssist/Components/Pages/Home/C_ServicesSection.razor.css new file mode 100644 index 0000000..5b5b142 --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/C_ServicesSection.razor.css @@ -0,0 +1,22 @@ +.service-list ul { + list-style: none; + padding: 0; +} + + .service-list ul li { + padding: 8px 0; + border-bottom: 1px dashed rgba(255,255,255,0.3); + display: flex; + align-items: center; + } + + .service-list ul li:last-child { + border-bottom: none; + } + + .service-list ul li::before { + content: '?'; + color: var(--text-dark); /*var(--quaternary-pastel-pink);*/ + font-weight: bold; + margin-right: 10px; + } \ No newline at end of file diff --git a/CtrlAltAssist/Components/Pages/Home/D_PricingSection.razor b/CtrlAltAssist/Components/Pages/Home/D_PricingSection.razor new file mode 100644 index 0000000..fbcd228 --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/D_PricingSection.razor @@ -0,0 +1,73 @@ +
+
+

Transparent pricing

+

Choose the package that fits where you are right now

+

All packages are month-to-month with no lock-in contracts. Prices are quoted exclusive of tax.

+ +
+ + +
+
+

Starter

+

Basic

+

For sole proprietors and early-stage startups with straightforward finances.

+
From R2000 pm
+

Price to be confirmed

+
    +
  • Xero setup and onboarding
  • +
  • Monthly bank reconciliation
  • +
  • Income statement and balance sheet
  • +
  • Up to 50 transactions per month
  • +
  • Email support
  • +
+ Get a quote +
+
+ + +
+ +
+ + +
+
+

Enterprise

+

Custom

+

For businesses with complex structures, high transaction volumes or multiple entities.

+
Bespoke
+

Tailored to your exact requirements

+
    +
  • Everything in Premium
  • +
  • Unlimited transactions
  • +
  • Multi-entity reporting
  • +
  • Custom Xero integrations
  • +
  • Dedicated monthly strategy session
  • +
  • Direct adviser access
  • +
+ Let's talk +
+
+ +
+ +

Your monthly Xero subscription is billed separately and directly by Xero. No lock-in contracts.

+
+
\ No newline at end of file diff --git a/CtrlAltAssist/Components/Pages/Home/E_FounderSection.razor b/CtrlAltAssist/Components/Pages/Home/E_FounderSection.razor new file mode 100644 index 0000000..f1ae9a8 --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/E_FounderSection.razor @@ -0,0 +1,10 @@ +
+
+

Meet Our Founder

+ Olivia, Founder of Ctrl Alt Assist +

Olivia

+

Loving wife, involved mom, and devoted pet parent.

+

Olivia brings over 20 years of robust experience in both the Corporate and Private sector, working with JSE listed companies and privately owned businesses across diverse industries from transport to the arts. Her extensive knowledge is backed by a Bcompt, Business Studies Diploma, various Computer & Accounting software diplomas, and a Mini-MBA with Action Coach Ignite.

+

A firm believer in continuous learning and growth, Olivia is a motivated and organized professional. She provides all necessary software, hardware, and office requirements, ensuring a seamless and efficient service. Clients also benefit from a personal login to our website, allowing them to view timesheets, track hours remaining, and more.

+
+
\ No newline at end of file diff --git a/CtrlAltAssist/Components/Pages/Home/E_FounderSection.razor.css b/CtrlAltAssist/Components/Pages/Home/E_FounderSection.razor.css new file mode 100644 index 0000000..b0c7e32 --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/E_FounderSection.razor.css @@ -0,0 +1,6 @@ +.founder-img { + max-width: 250px; + border-radius: 50%; + border: 5px solid var(--secondary-pastel-green); + margin-bottom: 20px; +} \ No newline at end of file diff --git a/CtrlAltAssist/Components/Pages/Home/F_LoginCtaSection.razor b/CtrlAltAssist/Components/Pages/Home/F_LoginCtaSection.razor new file mode 100644 index 0000000..1cb1372 --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/F_LoginCtaSection.razor @@ -0,0 +1,7 @@ +
+
+

Already a Client?

+

Access your personalized portal to manage your services and track progress.

+ Client Login +
+
\ No newline at end of file diff --git a/CtrlAltAssist/Components/Pages/Home/F_LoginCtaSection.razor.css b/CtrlAltAssist/Components/Pages/Home/F_LoginCtaSection.razor.css new file mode 100644 index 0000000..53a66b5 --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/F_LoginCtaSection.razor.css @@ -0,0 +1,11 @@ +.call-to-action-section { + background-color: var(--quaternary-pastel-pink); + color: var(--text-dark); + padding: 60px 0; + text-align: center; +} + + .call-to-action h2 { + color: var(--text-dark); + margin-bottom: 30px; + } \ No newline at end of file diff --git a/CtrlAltAssist/Components/Pages/Home/Index.razor b/CtrlAltAssist/Components/Pages/Home/Index.razor new file mode 100644 index 0000000..9ebc75f --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/Index.razor @@ -0,0 +1,12 @@ +@page "/" + +Ctrl Alt Assist - Home + + + + + + + + + diff --git a/CtrlAltAssist/Components/Pages/Home/Index.razor.css b/CtrlAltAssist/Components/Pages/Home/Index.razor.css new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/CtrlAltAssist/Components/Pages/Home/Index.razor.css @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/CtrlAltAssist/wwwroot/app.css b/CtrlAltAssist/wwwroot/app.css index 9a5deb5..b2b874a 100644 --- a/CtrlAltAssist/wwwroot/app.css +++ b/CtrlAltAssist/wwwroot/app.css @@ -1,3 +1,7 @@ +.section-padding { + padding: 80px 0; +} + :root { --primary-pastel-blue: #AEC6CF; /* Light Blue */ --secondary-pastel-green: #B2D8D8; /* Mint Green */