include footer.html to HOMEPAGE

This commit is contained in:
Udit Patel 2020-07-04 21:51:35 +05:30 committed by GitHub
parent 10d12a97cb
commit 7287085272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,9 @@ title: Home
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<!-- Head --> <!-- HeadPart -->
{% include head.html %} {% include head.html %}
<!-- /Head --> <!-- /HeadPart -->
<body id="home" data-spy="scroll" data-target=".navbar" data-offset="100"> <body id="home" data-spy="scroll" data-target=".navbar" data-offset="100">
@ -35,9 +35,9 @@ title: Home
</a> </a>
<!-- /Foundaton Logo --> <!-- /Foundaton Logo -->
<!-- NavLinks --> <!-- NavLinksPart -->
{% include navlinks.html %} {% include navlinks.html %}
<!-- /NavLinks --> <!-- /NavLinksPart -->
</div> </div>
</div> </div>
@ -167,37 +167,9 @@ title: Home
<!-- /twitter --> <!-- /twitter -->
</div> </div>
<!-- footer --> <!-- FooterPart -->
<div class="container-fluid above-parallax"> {% include footer.html %}
<div class="row py-3"> <!-- /FooterPart -->
<div class="col-md-7">
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="https://lbry.com/privacypolicy">Privacy Policy</a>
</li>
<li class="nav-item">
<div class="btn-group dropup">
<button type="button" class="btn btn-outline-secondary text-white">Other Sites</button>
<button type="button" class="btn btn-outline-secondary dropdown-toggle dropdown-toggle-split"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="https://lbry.com">LBRY.com</a>
<a class="dropdown-item" href="https://lbry.tech">LBRY.tech</a>
<a class="dropdown-item" href="https://lbry.fund">LBRY.fund</a>
<a class="dropdown-item" href="https://lbry.tv">LBRY.tv</a>
</div>
</div>
</li>
</ul>
</div>
<div class="col-md text-md-right">
<small>&copy; 2020 LBRY.org | LBRY Foundation</small>
</div>
</div>
</div>
<!-- /footer -->
</div> </div>
<!-- /globalParallaxContent --> <!-- /globalParallaxContent -->