Skip to content

Commit

Permalink
#changes
Browse files Browse the repository at this point in the history
  • Loading branch information
priyashuu committed Oct 12, 2024
1 parent 337a731 commit d15f195
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
17 changes: 11 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
href="https://fonts.googleapis.com/css2?family=Fredoka:[email protected]&family=Gowun+Batang:wght@400;700&family=Mate+SC&display=swap"
rel="stylesheet">

<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
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>
Expand Down Expand Up @@ -46,7 +50,7 @@ <h1 class="logo">OpenTekHub Blockchain </h1>
</div>

</nav>


<div class="central">
<p class="tagline">Explore the Blockchain implementation and predict the latest cryptocurrency prices.</p>
Expand Down Expand Up @@ -207,7 +211,8 @@ <h1>Frequently Asked Questions</h1>
<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>
<a href="https://github.com/OpenTekHub/blockchain" target="_blank"><i
class="fa-brands fa-github"></i>BlockChain Repository</a>
</div>

<div class="right">
Expand All @@ -216,10 +221,10 @@ <h2>Connect with us</h2>
<a href="/"><i class="fa-brands fa-twitter"></i></i></a>
<a href="/"><i class="fa-brands fa-facebook"></i></a>
</div>

</footer>

</footer>

<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>
<script>
Expand Down
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -803,14 +803,14 @@ p.tagline.dark-mode{
list-style-type: none;
border: 2px solid black !important;
border-radius: 10px;
background: linear-gradient(135deg, rgb(36, 11, 54), rgb(195, 20, 50));
background: linear-gradient(135deg, rgb(115, 100, 126), rgb(177, 29, 54));
padding: 0;

}

.tab a {
text-decoration: none;
color: black; /* Default color */
color: white; /* Default color */
padding: 1rem 2rem;
text-transform: uppercase;
font-size: 16px;
Expand Down

0 comments on commit d15f195

Please sign in to comment.