first commit

This commit is contained in:
ryanwong
2022-06-30 05:46:02 -04:00
commit a96eaec33b
859 changed files with 199842 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
<!-- About_us_banner_start -->
<div class="container-fluid">
<div class="row">
<div class="col-12 col-sm-12">
<img class="card-img-top" src="/assets/frontend/img/banner_book.jpg" width="100%" height="500">
</div>
</div>
</div>
<!-- About_us_banner_ends -->
<!-- About us start -->
<div class="container-fluid row bg-secondary">
<div class="col-sm-12">
<div class="card-group mt-5 p-5">
<div class="row">
<div class="card bg-light col-12 col-sm-12 col-md-12 col-lg-6">
<div class="card-body text-left mt-5 mb-5 p-0">
<h5 class="card-text mb-2">About Us</h5>
<h2 class="card-text mb-2">Who We Are</h2>
<p class="card-text text-left">We aim to be the go-to destination for law school students
to
get the very best outlines and lecture notes for an affordable price. Our platform gives
authors an incentive to create and post the very best outlines while giving buyers the
most
information possible before making a purchase.</p>
</div>
</div>
<div class="card bg-secondary border border-secondary col-12 col-md-12 col-sm-12 col-lg-6">
<div>
<img class="card-img-bottom marto" src="/assets/frontend/img/woman-3083377_1920.jpg" alt="Card image"
style="width:100%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About us end -->