Skip to content

Footer Icon Size : Fixed #15

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

Closed
wants to merge 2 commits into from
Closed
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
22 changes: 10 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE HTML>
<html class="">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down Expand Up @@ -197,7 +198,7 @@
<a class="nav-link" href="https://github.com/codezoned/BlogCast" target="_blank">Blog Cast</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://talk.codezoned.com/" target="_blank" style="color:red;">Forum</a>
<a class="nav-link" href="http://talk.codezoned.com/" target="_blank" style="color:red;"><strong>Forum</strong></a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -281,7 +282,7 @@ <h3 class="lead">These are some of the events we are honoured to have organised/
<!-- <div class="container"> -->
<div class="row justify-content-center text-center" style="">
<div class="col-md-4 col-lg-8 animated bounceInLeft" id="animate2">
<h3 class="display-5" style="font-family: quicksand; word-spacing: -8px;">Some of our Opensource projects:</h3>
<h3 class="display-5" style="font-family: quicksand; word-spacing: -4px;">Some of our Opensource Projects:</h3>
<br>
<div class="row">
<div class="col s12 m12">
Expand Down Expand Up @@ -362,26 +363,23 @@ <h3 class="display-5" style="font-family: quicksand; word-spacing: -8px;">Some o
</li>
</ul>
</footer> -->
<div style="width: 100%; position: fixed; background-color: black; height: 55px;" class="footer">
<div style="width: 100%; position: fixed; background-color: black; height: 70px;" class="footer">
<ul class="list-inline mb-0 text-center" style="padding-top: -10px;">

<li class="list-inline-item" style="margin: 0 12px;">
<a href="https://www.facebook.com/codezoned/" target="_blank"><span class="fa fa-facebook"></span></a>
<li class="list-inline-item" style="margin: 0 12px; ">
<a href="https://www.facebook.com/codezoned/" target="_blank"><span class="fa fa-facebook" style="font-size: 30px"></span></a>
</li>

<li class="list-inline-item" style="margin: 0 12px;">
<a href="https://github.com/codezoned" target="_blank"><span class="fa fa-github-square"></span></a>
<a href="https://github.com/codezoned" target="_blank"><span class="fa fa-github-square" style="font-size: 30px"></span></a>
</li>

<li class="list-inline-item" style="margin: 0 12px;">
<a href="https://www.linkedin.com/company/codezoned/" target="_blank"><span class="fa fa-linkedin"></span></a>
<a href="https://www.linkedin.com/company/codezoned/" target="_blank"><span class="fa fa-linkedin" style="font-size: 30px"></span></a>
</li>

<li class="list-inline-item" style="margin: 0 12px;">
<a href="https://www.instagram.com/codezoned/" target="_blank"><span class="fa fa-instagram"></span></a>
<a href="https://www.instagram.com/codezoned/" target="_blank"><span class="fa fa-instagram" style="font-size: 30px"></span></a>
</li>
<li class="list-inline-item" style="margin: 0 12px;">
<a href="" target="_blank"><span class="fa fa-discord"></span></a>
<a href="" target="_blank"><span class="fa fa-discord" style="font-size: 30px"></span></a>
</li>
</ul>
</div>
Expand Down