forked from OpenTekHub/blockchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OpenTekHub#121 from Suvadip-sana/gh-pages
ISSUE OpenTekHub#48 Fixed the Footer UI
- Loading branch information
Showing
3 changed files
with
89 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,9 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>OpenTekHub Blockchain Repo</title> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Fredoka:[email protected]&family=Gowun+Batang:wght@400;700&family=Mate+SC&display=swap" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Fredoka:[email protected]&family=Gowun+Batang:wght@400;700&family=Mate+SC&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
|
||
|
@@ -168,12 +169,24 @@ <h1>Frequently Asked Questions</h1> | |
</div> | ||
</section> | ||
|
||
<section id="repo-info"> | ||
<footer id="repo-info"> | ||
|
||
<div class="left"> | ||
<h2>About the Repository</h2> | ||
<p>This repository demonstrates blockchain prices using api and javascript.</p> | ||
<a href="https://github.com/OpenTekHub/blockchain" target="_blank"><i class="fa-brands fa-github"></i>BlockChain Repository</a> | ||
</div> | ||
|
||
<div class="right"> | ||
<h2>Connect with us</h2> | ||
<a class="s" href="/"><i class="fa-brands fa-discord"></i></a> | ||
<a href="/"><i class="fa-brands fa-twitter"></i></i></a> | ||
<a href="/"><i class="fa-brands fa-facebook"></i></a> | ||
</div> | ||
|
||
</footer> | ||
|
||
|
||
<h2>About the Repository</h2> | ||
<p>This repository demonstrates blockchain prices using api and javascript.</p> | ||
<a href="https://github.com/OpenTekHub/blockchain" target="_blank"><img src="public/github.png" alt="" id="git">BlockChain Repository</a> | ||
</section> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="script.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -293,6 +293,6 @@ document.addEventListener('DOMContentLoaded', () => { | |
delay: 1.9 | ||
}); | ||
}); | ||
======= | ||
// ======= | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters