mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
feat: initialize index.js
This commit is contained in:
parent
a672dd0ac8
commit
815f91e2e5
2 changed files with 5 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
<div id="about" class="row">
|
||||
<div class="col-lg order-lg-2">
|
||||
<h3 class="mb-4">About LBRY Foundations</h3>
|
||||
<img class="mb-4 img-fluid rounded d-none d-sm-block" src="img/4.jpg" alt="4">
|
||||
<!-- <img class="mb-4 img-fluid rounded d-none d-sm-block" src="./img/lbry-logo.png" alt="4"> -->
|
||||
<p>The LBRY community invites everyone to join us in building a more free and open way to share content and information online.</p>
|
||||
<p>The LBRY Foundation is a non-profit organization dedicated to the growth, development, and adoption of the LBRY network in a way that the community of LBRYians decides themselves.</p>
|
||||
</div>
|
||||
|
@ -164,5 +164,9 @@
|
|||
<script src="./jquery/jquery-3.5.1.min.js" defer></script>
|
||||
<script src="./bootstrap/js/bootstrap.bundle.min.js" defer></script>
|
||||
<!-- /JS DEPENDENCIES -->
|
||||
|
||||
<!--CUSTOM JS-->
|
||||
<script src="./js/index.js" defer></script>
|
||||
<!--/CUSTOM JS-->
|
||||
</body>
|
||||
</html>
|
||||
|
|
0
js/index.js
Normal file
0
js/index.js
Normal file
Loading…
Add table
Reference in a new issue