mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 12:37:23 +00:00
feat: organize dependencies in lib/
This commit is contained in:
parent
1a6b569d64
commit
4377020650
39 changed files with 34 additions and 34 deletions
|
@ -9,12 +9,12 @@
|
|||
<link rel="icon" href="../img/small-logo.png" type="image/png" />
|
||||
|
||||
<!-- CSS DEPENDENCIES -->
|
||||
<link rel="stylesheet" href="../fontawesome/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css" />
|
||||
<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="../css/index.css" />
|
||||
<link rel="stylesheet" href="../lib/css/index.css" />
|
||||
<!--/CUSTOM CSS-->
|
||||
</head>
|
||||
|
||||
|
@ -74,12 +74,12 @@
|
|||
|
||||
|
||||
<!-- JS DEPENDENCIES -->
|
||||
<script src="../jquery/jquery-3.5.1.min.js" defer></script>
|
||||
<script src="../bootstrap/js/bootstrap.bundle.min.js" defer></script>
|
||||
<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="../js/index.js" defer></script>
|
||||
<script src="../lib/js/index.js" defer></script>
|
||||
<!--/CUSTOM JS-->
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,12 +9,12 @@
|
|||
<link rel="icon" href="../img/small-logo.png" type="image/png" />
|
||||
|
||||
<!-- CSS DEPENDENCIES -->
|
||||
<link rel="stylesheet" href="../fontawesome/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css" />
|
||||
<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="../css/index.css" />
|
||||
<link rel="stylesheet" href="../lib/css/index.css" />
|
||||
<!--/CUSTOM CSS-->
|
||||
</head>
|
||||
|
||||
|
@ -74,12 +74,12 @@
|
|||
|
||||
|
||||
<!-- JS DEPENDENCIES -->
|
||||
<script src="../jquery/jquery-3.5.1.min.js" defer></script>
|
||||
<script src="../bootstrap/js/bootstrap.bundle.min.js" defer></script>
|
||||
<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="../js/index.js" defer></script>
|
||||
<script src="../lib/js/index.js" defer></script>
|
||||
<!--/CUSTOM JS-->
|
||||
</body>
|
||||
</html>
|
||||
|
|
20
index.html
20
index.html
|
@ -9,12 +9,12 @@
|
|||
<link rel="icon" href="./img/small-logo.png" type="image/png" />
|
||||
|
||||
<!-- CSS DEPENDENCIES -->
|
||||
<link rel="stylesheet" href="./fontawesome/css/all.min.css" />
|
||||
<link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css" />
|
||||
<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="./css/index.css" />
|
||||
<link rel="stylesheet" href="./lib/css/index.css" />
|
||||
<!--/CUSTOM CSS-->
|
||||
</head>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<!-- jumbotron -->
|
||||
<div class="jumbotron jumbotron-fluid bg-info text-white">
|
||||
<div class="container text-sm-center pt-5">
|
||||
<h1 class="display-2">Welcome to LBRY </h1>
|
||||
<h1 class="display-2"Ideas>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>
|
||||
|
@ -80,7 +80,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-6 col-lg-4">
|
||||
<div class="card mb-3">
|
||||
<img class="card-img-top" src="img/1.png" alt="1">
|
||||
<!-- <img class="card-img-top" src="./img/1.png" alt="1"> -->
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Developer</h4>
|
||||
<p class="card-text">developer developer developer developer developer developer developer</p>
|
||||
|
@ -90,7 +90,7 @@
|
|||
|
||||
<div class="col-md-6 col-lg-4">
|
||||
<div class="card mb-3">
|
||||
<img class="card-img-top" src="img/2.png" alt="2">
|
||||
<!-- <img class="card-img-top" src="./img/2.png" alt="2"> -->
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Designer</h4>
|
||||
<p class="card-text">designer designer designer designer designer designer designer designer</p>
|
||||
|
@ -100,7 +100,7 @@
|
|||
|
||||
<div class="col-md-6 col-lg-4">
|
||||
<div class="card">
|
||||
<img class="card-img-top" src="img/3.png" alt="3">
|
||||
<!-- <img class="card-img-top" src="./img/3.png" alt="3"> -->
|
||||
<div class="card-body">
|
||||
<h4 class="card-title">Creator</h4>
|
||||
<p class="card-text">creator creator creator creator creator creator creator creator creator</p>
|
||||
|
@ -162,12 +162,12 @@
|
|||
|
||||
|
||||
<!-- JS DEPENDENCIES -->
|
||||
<script src="./jquery/jquery-3.5.1.min.js" defer></script>
|
||||
<script src="./bootstrap/js/bootstrap.bundle.min.js" defer></script>
|
||||
<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="./js/index.js" defer></script>
|
||||
<script src="./lib/js/index.js" defer></script>
|
||||
<!--/CUSTOM JS-->
|
||||
</body>
|
||||
</html>
|
||||
|
|
Before Width: | Height: | Size: 699 KiB After Width: | Height: | Size: 699 KiB |
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 876 KiB After Width: | Height: | Size: 876 KiB |
|
@ -9,12 +9,12 @@
|
|||
<link rel="icon" href="../img/small-logo.png" type="image/png" />
|
||||
|
||||
<!-- CSS DEPENDENCIES -->
|
||||
<link rel="stylesheet" href="../fontawesome/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css" />
|
||||
<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="../css/index.css" />
|
||||
<link rel="stylesheet" href="../lib/css/index.css" />
|
||||
<!--/CUSTOM CSS-->
|
||||
</head>
|
||||
|
||||
|
@ -74,12 +74,12 @@
|
|||
|
||||
|
||||
<!-- JS DEPENDENCIES -->
|
||||
<script src="../jquery/jquery-3.5.1.min.js" defer></script>
|
||||
<script src="../bootstrap/js/bootstrap.bundle.min.js" defer></script>
|
||||
<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="../js/index.js" defer></script>
|
||||
<script src="../lib/js/index.js" defer></script>
|
||||
<!--/CUSTOM JS-->
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -9,12 +9,12 @@
|
|||
<link rel="icon" href="../img/small-logo.png" type="image/png" />
|
||||
|
||||
<!-- CSS DEPENDENCIES -->
|
||||
<link rel="stylesheet" href="../fontawesome/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css" />
|
||||
<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="../css/index.css" />
|
||||
<link rel="stylesheet" href="../lib/css/index.css" />
|
||||
<!--/CUSTOM CSS-->
|
||||
</head>
|
||||
|
||||
|
@ -74,12 +74,12 @@
|
|||
|
||||
|
||||
<!-- JS DEPENDENCIES -->
|
||||
<script src="../jquery/jquery-3.5.1.min.js" defer></script>
|
||||
<script src="../bootstrap/js/bootstrap.bundle.min.js" defer></script>
|
||||
<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="../js/index.js" defer></script>
|
||||
<script src="../lib/js/index.js" defer></script>
|
||||
<!--/CUSTOM JS-->
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue