mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
Footer added back
This commit is contained in:
parent
d6dd23b0ff
commit
20666318e9
1 changed files with 34 additions and 0 deletions
|
@ -272,6 +272,40 @@
|
|||
<!-- trusted section -->
|
||||
<footer id="Contact-Us" class="pb-1 bg-primary-3 text-light">
|
||||
<div class="container">
|
||||
<div class="row mb-5">
|
||||
<div class="col">
|
||||
<div
|
||||
class="card card-body border-0 o-hidden mb-0 bg-primary text-light"
|
||||
>
|
||||
<div
|
||||
class="position-relative d-flex flex-column flex-md-row justify-content-between align-items-center"
|
||||
>
|
||||
<div class="h3 text-center mb-md-0">
|
||||
Start building beautiful websites
|
||||
</div>
|
||||
<a
|
||||
href="download.html"
|
||||
class="btn btn-lg btn-white"
|
||||
>
|
||||
Download Now
|
||||
</a>
|
||||
<div
|
||||
class="d-block d-sm-block d-md-block d-lg-none flex-column flex-sm-row justify-content-center ml-sm-4 mt-4 mt-sm-0"
|
||||
>
|
||||
<a class="ml-lg-3" href="https://www.producthunt.com/posts/responsively?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-responsively" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=200375&theme=light&period=daily" alt="Responsively - Develop responsive web-apps 5x faster! | Product Hunt Embed" style="width: 250px; height: 50px;" width="250px" height="50px" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="decoration layer-0">
|
||||
<img
|
||||
class="bg-primary-2"
|
||||
src="assets/img/decorations/deco-blob-1.svg"
|
||||
alt="deco-blob-1 decoration"
|
||||
data-inject-svg
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center mb-2">
|
||||
<div class="col-auto">
|
||||
<ul class="nav">
|
||||
|
|
Loading…
Reference in a new issue