Feat : Added styled hr in pages

This commit is contained in:
eniamza 2020-06-10 17:43:14 +06:00
parent 7bfa600390
commit d8f1639683
4 changed files with 7 additions and 2 deletions

View file

@ -15,6 +15,7 @@
<!--CUSTOM CSS-->
<link rel="stylesheet" href="../lib/css/index.css" />
<link rel="stylesheet" href="..//lib/css/article.css"/>
<!--/CUSTOM CSS-->
</head>
@ -51,6 +52,7 @@
<div class="jumbotron text-white parallax-layer" data-depth-factor="4" style="background-color: transparent;">
<div class="container text-sm-center pt-5">
<h1 class="display-2" Ideas style="font-weight: bold;">LBRY Branding Assets</h1>
<hr class="heading">
<p class="lead">Branding Assets IG</p>
<div class="btn-group mt-4" role="group" aria-label="Callout buttons">
<a type="button" class="btn lbry-teal text-white btn-lg" href="#!">Download Asset Pack</a>

View file

@ -52,6 +52,7 @@
<div class="jumbotron text-white parallax-layer" data-depth-factor="4" style="background-color: transparent;">
<div class="container text-sm-center pt-5">
<h1 class="display-2" Ideas style="font-weight: bold;">Governance</h1>
<hr class="heading">
<p class="lead">LBRY Is Owned by Everyone (And No One)</p>
</div>
</div>

View file

@ -49,7 +49,8 @@
<!-- jumbotron -->
<div class="jumbotron text-white parallax-layer" data-depth-factor="4" style="background-color: transparent;">
<div class="container text-sm-center pt-5">
<h1 class="display-2" Ideas style="font-weight: bold;">The Swarm</h1>
<h1 class="display-2" Ideas style="font-weight: bold;">The Swarm</h1>
<hr class="heading">
<p class="lead">LBRY SWARM!</p>
</div>
</div>

View file

@ -43,7 +43,8 @@
<!-- jumbotron -->
<div class="jumbotron text-white parallax-layer" data-depth-factor="4" style="background-color: transparent;">
<div class="container text-sm-center pt-5">
<h1 class="display-2" Ideas style="font-weight: bold;">The Tavern</h1>
<h1 class="display-2" Ideas style="font-weight: bold;">The Tavern</h1>
<hr class="heading">
<p class="lead">The LBRY Tavern. Cheers!</p>
</div>
</div>