From 09916baf1691057b551216cbc0580966f30acb7d Mon Sep 17 00:00:00 2001 From: tanisha-tech360 Date: Sun, 2 Jan 2022 14:52:23 +0530 Subject: [PATCH 1/2] Created about us section About us section is added in index.html page between "Get Started" button and footer --- index.css | 8 ++++++++ index.html | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/index.css b/index.css index 3785580..976b03e 100644 --- a/index.css +++ b/index.css @@ -402,3 +402,11 @@ margin-left: 5%; background-color:#fdff00 ; } +#about{ + font-family: sans-serif; + font-size: larger; +} + +.about-head { + text-decoration: underline #fff; +} \ No newline at end of file diff --git a/index.html b/index.html index 251dca6..e2558a6 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,44 @@ + + + +
+

ABOUT US

+ Dust-Road-Co is a startup company which is on a mision + to help the enviorment so that they can save CO2 and + reduce air pollution ,reduce traffic congestion.
+
+ It will help passengers to connect with car and bikes headed in the same direction within 5 km and + sharing the cost of the ride.
+
+ It is affordable ,easily accessible and provides + safety to the passengers.
+
+ In this way passengers can save time, enjoy a ride without worries for parking pressuers. + While driver can save fuel and can reduce the cost of driving .
+
+ We make carpooling fun,enjoyable and networking with people on the way. + + +

WHY TRAVEL WITH Dust-Road-Co?

+ Trust ,Responsibility and Safety. +
+
+
+ From 9e0658bda16b200268ea21114d242cc02692b6d2 Mon Sep 17 00:00:00 2001 From: tanisha-tech360 Date: Sat, 8 Jan 2022 18:44:14 +0530 Subject: [PATCH 2/2] Changed fonts and alignment --- index.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- index.html | 43 ++++++++++++++++++++++--------------------- 2 files changed, 68 insertions(+), 25 deletions(-) diff --git a/index.css b/index.css index 9fd5b02..7bb45bb 100644 --- a/index.css +++ b/index.css @@ -557,7 +557,49 @@ form { font-size: larger; } -.about-head { - text-decoration: underline #fff; -} -/* PRELOADER END */ \ No newline at end of file +/* PRELOADER END */ +@import url('https://fonts.googleapis.com/css2?family=Moon+Dance&display=swap'); + +#about{ + padding: 50px; + font-family: 'Moon Dance', cursive; + display: grid; + grid-template-columns: auto auto; +} +.container{ + align-self: flex-start; + font-family: 'Moon Dance', cursive; + font-size: 1.2rem; + line-height: 26px; +} +.another{ + + border: #b3b3b3 2px solid; + border-radius: 0.5rem; + padding: 10px; + margin-left: 10px; + background-image: linear-gradient(135deg, #000000 85%, rgb(58, 58, 58) 15%); +} +@import url('https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap'); + +.another h4{ + font-family: 'Vujahday Script', cursive; +} +.another-head{ + background-image: linear-gradient(90deg, #ff0000, #0000ff); + background-clip: text; + -webkit-background-clip: text; + color: transparent; +} +.about-content{ + border: #b3b3b3 2px solid; + border-radius: 0.5rem; + padding: 10px; + background-image: linear-gradient(45deg, #000000 65%, rgb(58, 58, 58) ); +} +.about-head{ + background-image: linear-gradient(90deg, #ff0000, #ffff00); + background-clip: text; + -webkit-background-clip: text; + color: transparent; +} \ No newline at end of file diff --git a/index.html b/index.html index 1fc2946..a0e6bf9 100644 --- a/index.html +++ b/index.html @@ -70,38 +70,39 @@
+

ABOUT US

- Dust-Road-Co is a startup company which is on a mision +
Dust-Road-Co is a startup company which is on a mision to help the enviorment so that they can save CO2 and - reduce air pollution ,reduce traffic congestion.
-
- It will help passengers to connect with car and bikes headed in the same direction within 5 km and - sharing the cost of the ride.
-
+ reduce air pollution ,reduce traffic congestion. + It will help passengers to connect with car and bikes headed in the same direction within 5 km and + sharing the cost of the ride. It is affordable ,easily accessible and provides - safety to the passengers.
-
+ safety to the passengers. In this way passengers can save time, enjoy a ride without worries for parking pressuers. - While driver can save fuel and can reduce the cost of driving .
-
+ While driver can save fuel and can reduce the cost of driving. We make carpooling fun,enjoyable and networking with people on the way. - +
-

WHY TRAVEL WITH Dust-Road-Co?

+
+
+

WHY TRAVEL WITH Dust-Road-Co?

Trust ,Responsibility and Safety.

-
    -
  • Secure and trustworthy:

  • -

      We make sure that your personal details is safe with us and users + +

    Secure and trustworthy:

    +

    We make sure that your personal details is safe with us and users can control with whom to ride.

    -
  • Responsibility:

  • -

     We wish you a safe ride everytime and make sure that you reach your +

    Responsibility:

    +

    We wish you a safe ride everytime and make sure that you reach your destination safely.

    -
  • Locations:

  • -

     Allow locations for pickup or dropoff

    -
  • Build social Connection:

  • -

     Meet new people every time you ride.

    +

    Locations:

    +

    Allow locations for pickup or dropoff

    +

    Build social Connection:

    +

    Meet new people every time you ride.

    + +