mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
revert
This commit is contained in:
parent
962a247e94
commit
e6fd515615
1 changed files with 137 additions and 5 deletions
142
index.html
142
index.html
|
@ -1,10 +1,92 @@
|
|||
---
|
||||
title : home
|
||||
subhead : LBRY is a secure, open, and community-run digital marketplace
|
||||
bg-image : "../img/foundation-podcast-background-art.png"
|
||||
layout : home
|
||||
permalink : /index/
|
||||
title: Home
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LBRY Foundation</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" />
|
||||
<!-- /CSS DEPENDENCIES -->
|
||||
|
||||
<!--CUSTOM CSS-->
|
||||
<link rel="stylesheet" href="./lib/css/index.css" />
|
||||
<link rel="stylesheet" href="./lib/css/article.css" />
|
||||
<!--/CUSTOM CSS-->
|
||||
</head>
|
||||
|
||||
<body id="home" data-spy="scroll" data-target=".navbar" data-offset="100">
|
||||
|
||||
<!-- navbar -->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark lbry-dark nav-transparent fixed-top">
|
||||
<div class="container">
|
||||
<!--Github Logo on Right-->
|
||||
<span class="navbar-brand order-1 mr-0">
|
||||
<a href="https://github.com/LBRYians/lbry-org-new/" target="_blank" style="color: #FFFFFF;">
|
||||
<i class="fab fa-github"></i>
|
||||
</a>
|
||||
</span>
|
||||
<!--Github Logo on Right-->
|
||||
<!--Dropdown toggle for smaller screens-->
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<!--Dropdown toggle for smaller screens-->
|
||||
<!--Foundaton Logo-->
|
||||
<a class="navbar-brand" href="../">
|
||||
<img src="./img/logo.png" alt="lbry-foundation-logo">
|
||||
</a>
|
||||
<!--Foundaton Logo-->
|
||||
<!--Navbar Menu Links-->
|
||||
<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" 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/">Governance</a>
|
||||
<a class="nav-item nav-link" href="./chat/">Chat</a>
|
||||
<a class="nav-item nav-link" href="./roadmap/">Roadmap</a>
|
||||
<a class="nav-item nav-link" href="./podcast/">Podcast</a>
|
||||
</div>
|
||||
<!--Navbar Menu Links-->
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<!-- /navbar -->
|
||||
|
||||
<!-- globalParallax -->
|
||||
<div class="parallax" id="global-parallax">
|
||||
<img src="./img/foundation-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>
|
||||
<div class="parallax-bg"></div>
|
||||
|
||||
<!-- globalParallaxContent -->
|
||||
<div class="parallax-content">
|
||||
<!-- jumbotron -->
|
||||
<div class="jumbotron text-white parallax-layer" data-depth-factor="4" style="background-color: transparent;">
|
||||
<div class="container text-sm-center pt-5">
|
||||
<center><h1 class="display-4" Ideas style="font-weight: bold;">Welcome to LBRY </h1></center>
|
||||
<hr class="heading">
|
||||
<center><p class="lead">LBRY is a secure, open, and community-run digital marketplace.</p></center>
|
||||
<div class="btn-group mt-4" role="group" aria-label="Callout buttons">
|
||||
<a type="button" class="btn lbry-dark text-white btn-lg" href="https://lbry.com/get">Download LBRY</a>
|
||||
<a class="btn btn-light btn-lg" href="https://chat.lbry.com">Join Discord</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /jumbotron -->
|
||||
|
||||
<div class="container-fluid pt-4 above-parallax">
|
||||
<!-- about -->
|
||||
<div id="about" class="row">
|
||||
<div class="col-md-6 col-lg-6 order-lg-1">
|
||||
|
@ -108,3 +190,53 @@ permalink : /index/
|
|||
</div>
|
||||
</div>
|
||||
<!-- /twitter -->
|
||||
</div>
|
||||
|
||||
<!-- footer -->
|
||||
<div class="container-fluid above-parallax">
|
||||
<div class="row py-3">
|
||||
<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>© 2020 LBRY.org | LBRY Foundation</small>
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
<!-- /JS DEPENDENCIES -->
|
||||
|
||||
<!--CUSTOM JS-->
|
||||
<script src="./lib/js/index.js" defer></script>
|
||||
<!--/CUSTOM JS-->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue