mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-09-02 18:25:15 +00:00
Feat : Added styled hr in pages
This commit is contained in:
parent
7bfa600390
commit
d8f1639683
4 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue