Skip to content

footer updated #541

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

Merged
merged 1 commit into from
Jul 7, 2024
Merged
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
72 changes: 37 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,49 +285,37 @@ <h6>About Us</h6>
href="https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7202959273855713280"
target="_blank">Subscribe on LinkedIn</a>
</div>

<div class="col-xs-6 col-md-3">
<h6>Categories</h6>
<ul class="footer-links">
<li><a href="#">Web Design</a></li>
<li>
<a href="#">JavaScript</a>
</li>
<li>
<a href="#">HTML</a>
</li>
<li>
<a href="#">CSS</a>
</li>
<li>
<a href="#">Freebies</a>
</li>
<li>
<a href="#">Tutorials</a>
</li>
<li><a href="#">JavaScript</a></li>
<li><a href="#">HTML</a></li>
<li><a href="#">CSS</a></li>
<li><a href="#">Freebies</a></li>
<li><a href="#">Tutorials</a></li>
</ul>
</div>

<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a href="https://csedge.courses/about">About Us</a></li>
<li><a href="https://csedge.courses/#contact">Contact Us</a></li>
<li>
<a href="https://github.com/CSEdgeOfficial/learn.csedge.courses">Contribute</a>
</li>
<li><a href="https://github.com/CSEdgeOfficial/learn.csedge.courses">Contribute</a></li>
<li><a href="./csedge.courses/privacypolicy.html">Privacy Policy</a></li>
</ul>
<ul class="social-icons">
<li><a href="https://youtube.com/@CSEdgeOfficial"><i class="fab fa-youtube" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/CSEdgeOfficial"><i class="fab fa-github" aria-hidden="true"></i></a></li>

<li><a href="https://www.linkedin.com/company/csedge/"><i class="fab fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/csedgeofficial"><i class="fab fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<hr />
</div>






</div>
<style>
.libutton {
Expand All @@ -345,7 +333,7 @@ <h6>Quick Links</h6>
background-color: #0A66C2;
font-family: "SF Pro Text", Helvetica, sans-serif;
}

.libutton:hover {
display: flex;
flex-direction: column;
Expand All @@ -359,13 +347,31 @@ <h6>Quick Links</h6>
height: 32px;
border-radius: 16px;
background-color: black;

border-color: #0A66C2;
font-family: "SF Pro Text", Helvetica, sans-serif;
}

.social-icons {
list-style: none;
padding: 0;
}

.social-icons li {
display: inline;
margin-right: 10px;
}

.social-icons li a {
color: #333;
font-size: 20px;
}

.social-icons li a:hover {
color: #007bff;
}
</style>
<hr style="border-top: 1px solid black;">

<!-- Copyright Section -->
<div class="container">
<div class="row">
Expand All @@ -377,12 +383,8 @@ <h6>Quick Links</h6>
</div>
</div>
</div>


</div>
</div>

</footer>

<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="./ScrollToTop.js"></script>
Expand Down
Loading