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

Fix: Enhanced the Footer Section of Home, About & Contact Page. #96

Open
wants to merge 6 commits into
base: main
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
Binary file added assets/Social Icons/facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Social Icons/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Social Icons/gmail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Social Icons/instagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Social Icons/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 6 additions & 10 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,12 @@ <h3>SocialHub</h3>
Pages.
</p>
<div class="socials">
<a href="#"><i class="fa fa-facebook"></i></a>

<a href="#"><i class="fa fa-twitter"></i></a>

<a href="#"><i class="fa fa-google-plus"></i></a>

<a href="#"><i class="fa fa-youtube"></i></a>

<a href="#"><i class="fa fa-linkedin-square"></i></a>
</div>
<a href="#"><img src="Social Icons/github.png" class="icon-style" alt="Github icon" /></a>
<a href="#"><img src="Social Icons/twitter.png" class="icon-style" alt="Twitter icon" /></a>
<a href="#"><img src="Social Icons/gmail.png" class="icon-style" alt="Email icon" /></a>
<a href="#"><img src="Social Icons/facebook.png" class="icon-style" alt="Facebook icon" /></a>
<a href="#"><img src="Social Icons/instagram.png" class="icon-style" alt="Instagram icon" /></a>
</div>
</div>
<div class="footer-bottom">
<p>&copy; 2023 SocialHub. All rights reserved.</p>
Expand Down
19 changes: 7 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -919,19 +919,14 @@ <h2 style="font-family: Arial, sans-serif; font-size: 20px">
<div class="footer-content">
<h3>SocialHub</h3>
<p>Connecting Friends and Family through Personalized About Pages.</p>
<div class="socials">
<a href="#"><i class="fa fa-facebook"></i></a>

<a href="#"><i class="fa fa-twitter"></i></a>

<a href="#"><i class="fa fa-google-plus"></i></a>

<a href="#"><i class="fa fa-youtube"></i></a>

<a href="#"><i class="fa fa-linkedin-square"></i></a>

<div class="socials">
<a href="#"><img src="Social Icons/github.png" class="icon-style" alt="Github icon" /></a>
<a href="#"><img src="Social Icons/twitter.png" class="icon-style" alt="Twitter icon" /></a>
<a href="#"><img src="Social Icons/gmail.png" class="icon-style" alt="Email icon" /></a>
<a href="#"><img src="Social Icons/facebook.png" class="icon-style" alt="Facebook icon" /></a>
<a href="#"><img src="Social Icons/instagram.png" class="icon-style" alt="Instagram icon" /></a>
</div>
<a href="#Top"><button class="scrollToTop"><img src="https://img.icons8.com/ios-filled/50/000000/circled-up-2.png" alt="circled-up-2"/></button></a>
<a href="#Top"><button class="scrollToTop"><img src="https://img.icons8.com/ios-filled/50/000000/circled-up-2.png" alt="circled-up-2" /></button></a>
</div>
<div class="footer-bottom">
<p>&copy; 2023 SocialHub. All rights reserved.</p>
Expand Down
Loading