diff --git a/about.html b/about.html new file mode 100644 index 0000000..ce33012 --- /dev/null +++ b/about.html @@ -0,0 +1,242 @@ + + + + + + About Us - CabRental + + + + + + + + +
+

About Us

+
+ +
+ +
+

Company Overview

+
+ Company Overview Image +
+

+ Founded in 2024, Premium Cab Rentals is + dedicated to providing top-notch cab rental services with a focus on + reliability, comfort, and customer satisfaction. +

+

+ Our mission is to make transportation easy and accessible for + everyone, offering a range of services tailored to meet diverse needs. +

+
+ + +
+

Mission and Vision

+
+ Mission and Vision Image +
+

+ Mission: To provide reliable and affordable cab + rental services while ensuring exceptional customer experience. +

+

+ Vision: To be the leading cab rental company known + for innovation, sustainability, and outstanding service. +

+
+ + +
+

Values and Principles

+ +
+
+ + diff --git a/img/Animated Explainer Video for Cab Services - Vfx Pro - Vfx Pro (1080p, h264, youtube).mp4 b/img/Animated Explainer Video for Cab Services - Vfx Pro - Vfx Pro (1080p, h264, youtube).mp4 deleted file mode 100644 index 5fb7750..0000000 Binary files a/img/Animated Explainer Video for Cab Services - Vfx Pro - Vfx Pro (1080p, h264, youtube).mp4 and /dev/null differ diff --git a/index.html b/index.html index 17bfeb3..c15cd8f 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@
  • Home
  • Ride
  • Services
  • -
  • About
  • +
  • About
  • Reviews
  • Contact
  • @@ -69,32 +69,6 @@


    Want to Share or Rent
    a cab.

    --> - - -
    - -
    - -
    - -
    - -
    -

    Company Overview

    -

    Founded in 2024, Premium Cab Rentals is - dedicated to providing top-notch cab rental services with a focus on - reliability, comfort, and customer satisfaction.

    -

    Our mission is to make transportation easy and accessible for - everyone, offering a range of services tailored to meet diverse needs.

    - Learn more -
    - -
    - -
    - - -
    diff --git a/style.css b/style.css index 833e49c..3883b24 100644 --- a/style.css +++ b/style.css @@ -20,48 +20,6 @@ --gradient: linear-gradient(#fe5b3d, #ffac38); } -.about .row{ - display: flex; - align-items: center; - gap: 8rem; - padding: 2rem 0; - padding-bottom: 3rem; -} - -.about .row .video-container{ - flex: 1 1 40rem; - position: relative; -} - -.about .row .video-container video{ - width: 100%; - border: 1.5rem solid #fff; - border-radius: 0.5rem; - box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1); - height: auto; - object-fit: cover; -} - -.about .row .content{ - flex:1 1 40rem; -} - -.about .row .content h3{ - font-size: 3rem; - color: #333; -} - -.about .row .content .text-wrapper { - display: flex; /* Use flexbox for text */ - gap: 1rem; /* Space between paragraphs */ -} - -.about .row .content .text-wrapper p { - font-size: 1.5rem; /* Adjust paragraph size as needed */ - color: #999; - line-height: 1.5; -} - /*Custom Scroll Bar */ html::-webkit-scrollbar { width: 0.5rem;