Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created about us section #50

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
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
11 changes: 10 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -551,4 +551,13 @@ form {
font: bold 2em 'Montserrat', sans-serif;
}
}
/* PRELOADER END */

#about{
font-family: sans-serif;
font-size: larger;
}

.about-head {
text-decoration: underline #fff;
}
/* PRELOADER END */
40 changes: 39 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,44 @@
<a href="sawo.html">Get Started</a>
</button>
</div>
<!--About us Section-->


<div id="about" style="color: white !important;position:relative;top: -10rem;">
<h1 class="about-head">ABOUT US</h1>
<span style="color: #ffff00;">Dust-Road-Co</span> is a startup company which is on a mision
to help the enviorment so that they can save CO<sub>2</sub> and
reduce air pollution ,reduce traffic congestion.<br>
<br>
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.<br>
<br>
It is affordable ,easily accessible and provides
safety to the passengers.<br>
<br>
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 .<br>
<br>
We make carpooling fun,enjoyable and networking with people on the way.


<h2 style="margin-top: 3rem;">WHY TRAVEL WITH Dust-Road-Co?</h2>
Trust ,Responsibility and Safety.
<br>
<br>
<ul>
<li><h4>Secure and trustworthy:</h4></li>
<p> &emsp; We make sure that your personal details is safe with us and users
can control with whom to ride.</p>
<li> <h4>Responsibility:</h4></li>
<p>&emsp;We wish you a safe ride everytime and make sure that you reach your
destination safely.</p>
<li> <h4>Locations:</h4></li>
<p>&emsp;Allow locations for pickup or dropoff</p>
<li><h4>Build social Connection:</h4></li>
<p>&emsp;Meet new people every time you ride.</p>
</div>


<!-- FOOTER -->

Expand Down Expand Up @@ -165,4 +203,4 @@ <h2 class="news">Subscribe Our Newsletter</h2>
}
</script> -->
</body>
</html>
</html>