mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-09-03 12:30:13 +00:00
Making branding page layout same at other pages
This commit is contained in:
parent
0efff78389
commit
b0f03b05b8
1 changed files with 26 additions and 40 deletions
|
@ -3,20 +3,19 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LBRY Foundation - Branding</title>
|
||||
<title>LBRY Foundation - Governance</title>
|
||||
|
||||
<!--TitleBar Icon-->
|
||||
<link rel="icon" href="../img/small-logo.png" type="image/png" />
|
||||
|
||||
<!-- CSS DEPENDENCIES -->
|
||||
<link rel="stylesheet" href="../lib/fontawesome/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../lib/bootstrap/css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="../lib/bootstrap/css/bootstrap.min.css" />
|
||||
<!-- /CSS DEPENDENCIES -->
|
||||
|
||||
<!--CUSTOM CSS-->
|
||||
<link rel="stylesheet" href="../lib/css/index.css" />
|
||||
<link rel="stylesheet" href="../lib/css/index.css">
|
||||
<link rel="stylesheet" href="../lib/css/article.css" />
|
||||
|
||||
<!--/CUSTOM CSS-->
|
||||
</head>
|
||||
|
||||
|
@ -31,10 +30,10 @@
|
|||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
|
||||
<div class="navbar-nav">
|
||||
<a class="nav-item nav-link" href="../">Home</a>
|
||||
<a class="nav-item nav-link active" href="../branding/">Branding</a>
|
||||
<a class="nav-item nav-link" href="../branding/">Branding</a>
|
||||
<a class="nav-item nav-link" href="../tavern/">Tavern</a>
|
||||
<a class="nav-item nav-link" href="../swarm/">Swarm</a>
|
||||
<a class="nav-item nav-link" href="#">Governance <span class="sr-only">(current)</span></a>
|
||||
<a class="nav-item nav-link active" href="#">Governance <span class="sr-only">(current)</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -43,9 +42,9 @@
|
|||
|
||||
<!-- globalParallax -->
|
||||
<div class="parallax" id="global-parallax">
|
||||
<img src="../img/foundation-branding-background-art.png" data-depth-factor="3" alt="bg-img" class="d-none d-sm-none d-md-none d-lg-block parallax-layer main-parallax-img" />
|
||||
<div class="parallax-mask"></div>
|
||||
<img src="../img/foundation-branding-background-art.png" data-depth-factor="3" alt="bg-img" class="d-none d-sm-none d-md-none d-lg-block parallax-layer main-parallax-img">
|
||||
<div class="parallax-bg"></div>
|
||||
<div class="parallax-mask"></div>
|
||||
|
||||
<!-- globalParallaxContent -->
|
||||
<div class="parallax-content">
|
||||
|
@ -54,32 +53,21 @@
|
|||
<div class="container text-sm-center pt-5">
|
||||
<h1 class="display-4" Ideas style="font-weight: bold;">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="button button1" href="#!">LBRY Asset Pack</a>
|
||||
</div>
|
||||
<p class="lead">Find and download official LBRY Foundation branding assets and brand guidelines.</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /jumbotron -->
|
||||
|
||||
<div class="container-fluid above-parallax">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
Asset List
|
||||
<ul>
|
||||
<li>Asset</li>
|
||||
<li>Asset</li>
|
||||
<li>Asset</li>
|
||||
<li>Asset</li>
|
||||
<li>Asset</li>
|
||||
<li>Asset</li>
|
||||
<li>Asset</li>
|
||||
<li>Asset</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>LBRY Branding</h1>
|
||||
<ol>
|
||||
<li>B</li>
|
||||
<li>R</li>
|
||||
<li>A</li>
|
||||
<li>N</li>
|
||||
<li>D</li>
|
||||
</ol>
|
||||
|
||||
<!-- footer -->
|
||||
<div class="container-fluid above-parallax">
|
||||
<div class="row py-3">
|
||||
|
@ -94,8 +82,7 @@
|
|||
<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">
|
||||
<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">
|
||||
|
@ -118,15 +105,14 @@
|
|||
<!-- /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>
|
||||
<!-- /JS DEPENDENCIES -->
|
||||
<!-- 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>
|
||||
<!-- /JS DEPENDENCIES -->
|
||||
|
||||
<!--CUSTOM JS-->
|
||||
<script src="../lib/js/index.js" defer></script>
|
||||
<!--/CUSTOM JS-->
|
||||
</body>
|
||||
<!--CUSTOM JS-->
|
||||
<script src="../lib/js/index.js" defer></script>
|
||||
<!--/CUSTOM JS-->
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue