Skip to content

Removed App Store and Play Store Links and some minor changes associa… #101

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

Merged
merged 2 commits into from
Jun 5, 2023
Merged
Changes from all 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
30 changes: 3 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<ul class="navbar-nav ml-auto menu">
<li><a href="#">Home</a></li>
<li><a href="#features" class="page-scroll">Features</a></li>
<li><a href="#how-it-work" class="page-scroll">How It Work</a></li>
<li><a href="#how-it-work" class="page-scroll">How It Works</a></li>
<li><a href="#screenshots" class="page-scroll">Screenshots</a></li>
<li><a href="#reviews" class="page-scroll">Reviews</a></li>
<li><a href="#pricing" class="page-scroll">Pricing</a></li>
Expand All @@ -102,7 +102,7 @@ <h1 class="text-white">GitHub ReadMe</h1>
<p class="lead">GitHub ReadMe: Elevating Your Projects & Profile to New Heights.</p>

<div class="action-btns download-btn mt-4">
<a href="#download" class="page-scroll btn solid-white-btn animated-btn mr-lg-3">Download Now</a>
<a href="#pricing" class="page-scroll btn solid-white-btn animated-btn mr-lg-3">Try It Now</a>
<a href="#contact" class="page-scroll btn outline-white-btn animated-btn">Contact With Us</a>
</div>
</div>
Expand Down Expand Up @@ -134,7 +134,7 @@ <h1 class="text-white">GitHub ReadMe</h1>
<div class="row">
<div class="col-md-7">
<div class="client-section-wrap d-flex flex-row align-items-center">
<p class="lead mr-5 mb-0">Trusted by 5,000 company:</p>
<p class="lead mr-5 mb-0">Trusted by 5,000 companies:</p>
<ul class="list-inline justify-content-between">
<li class="list-inline-item mx-3"><img src="img/clients-logo-01.png" width="85" alt="client" class="img-fluid" /></li>
<li class="list-inline-item mx-3"><img src="img/clients-logo-02.png" width="85" alt="client" class="img-fluid" /></li>
Expand Down Expand Up @@ -388,30 +388,6 @@ <h2>Show Our Apps Screenshots</h2>
</section>
<!--screenshots section end-->

<!--download section start-->
<section id="download" class="gradient-overlay">
<div class="container">
<div class="row justify-content-around align-items-end">
<div class="col-md-6 col-lg-5">
<div class="download-txt text-white ptb-100">
<h2 class="text-white">Download Our App</h2>
<p class="lead">Conveniently transform frictionless mindshare after orthogonal manufactured products.</p>
<div class="action-btns download-btn mt-4">
<a href="#" class="btn solid-white-btn mr-3"> <span class="ti-apple mr-2"></span> App Store</a>
<a href="#" class="btn outline-white-btn"> <span class="ti-android mr-2"></span> Play Store</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-7">
<div class="d-flex align-items-end">
<img class="img-fluid" src="img/hand-with-app.png" alt="download" />
</div>
</div>
</div>
</div>
</section>
<!--download section end-->

<!--testimonial section start-->
<section id="reviews" class="testimonial-section ptb-100">
<div class="container">
Expand Down