feat: general looks improvement

This commit is contained in:
HarshKhandeparkar 2020-06-08 02:48:03 +05:30
parent 73f1cad066
commit 04be79a2d0

View file

@ -43,14 +43,14 @@
<!-- globalParallax -->
<div class="parallax" id="global-parallax">
<img src="./img/lbry_background_art.png" alt="bg-img" class="parallax-img" />
<div class="parallax-mask" style="background-color: #026dab; opacity: 0.7;"></div>
<div class="parallax-mask" style="background-color: rgb(30, 100, 230); opacity: 0.5;"></div>
<!-- globalParallaxContent -->
<div class="parallax-content">
<!-- jumbotron -->
<div class="jumbotron text-white" style="background-color: transparent;">
<div class="container text-sm-center pt-5">
<h1 class="display-2" Ideas>Welcome to LBRY </h1>
<h1 class="display-2" Ideas style="font-weight: bold;">Welcome to LBRY </h1>
<p class="lead">LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY LBRY</p>
<div class="btn-group mt-4" role="group" aria-label="Callout buttons">
<a type="button" class="btn btn-primary btn-lg" href="https://lbry.com/get">Download LBRY</a>
@ -60,7 +60,7 @@
</div>
<!-- /jumbotron -->
<div class="pt-4 above-parallax">
<div class="container pt-4 above-parallax" style="border-radius: 1rem 1rem 0 0;">
<!-- about -->
<div id="about" class="row">
<div class="col-lg order-lg-2">
@ -92,6 +92,8 @@
</div>
<!-- /about -->
<hr />
<!-- part2 -->
<h1 id="part2" class="display-4 text-center my-5 text-muted">lbryians</h1>
<div class="row">
@ -146,13 +148,9 @@
<hr /><!-- /signup form -->
</div>
</div>
<!-- /globalParallaxContent -->
</div>
<!-- /globalParallax -->
<!-- footer -->
<div class="container">
<div class="container above-parallax">
<div class="row py-3">
<div class="col-md-7">
<ul class="nav">
@ -186,6 +184,11 @@
</div>
<!-- /footer -->
</div>
<!-- /globalParallaxContent -->
</div>
<!-- /globalParallax -->
<!-- JS DEPENDENCIES -->
<script src="./lib/jquery/jquery-3.5.1.min.js" defer></script>
<script src="./lib/bootstrap/js/bootstrap.bundle.min.js" defer></script>