Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Contact Us section #144

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<li><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#faq">FAQs</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#repo-info">Contact Us</a></li>
</ul>
<div class="theme-switch" id="theme-switch"></div>
<h1 class="logo">OpenTekHub Blockchain Repository</h1>
Expand Down Expand Up @@ -85,6 +85,9 @@ <h1>About Us</h1>
</section>

<!-- Why Us Section -->
<header class="header">
<h1>Why Us</h1>
</header>
<section id="why-us" class="why-us section">
<div class="row">
<div class="card">
Expand Down Expand Up @@ -173,15 +176,16 @@ <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>
<p>This repository focuses on building and implementing cryptocurrency features like price prediction.</p>
<p>We encourage blockchain enthusiasts to contribute to this open-source project, making it an educational</p>
<p>platform for developers worldwide.</p>
</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>
<a class="s" href="https://opentekhub.github.io/"><i class="fa-solid fa-blog"></i></a>
<a href="https://github.com/OpenTekHub/blockchain"><i class="fa-brands fa-github"></i></i></a>
<a href="https://t.me/trackingcryptopricerbot"><i class="fa-brands fa-telegram"></i></a>
</div>

</footer>
Expand Down
9 changes: 9 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,15 @@ p.tagline.dark-mode{
color: #f6ff00;
}

.left{
align-items:flex-start;
}

.right{
font-size:large;
text-align: center;
}

/* Media Queries for Mobile View */

/* Medium devices (tablets, 768px and below) */
Expand Down