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

added icon #709

Open
wants to merge 1 commit 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
7 changes: 5 additions & 2 deletions about_us_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,11 @@ <h1 class="m-0 mt-n2 display-4 text-primary"><span class="text-secondary">Arctic
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-secondary btn-social" href="#"><i class="fab fa-instagram"></i></a>
</div>
<a class="btn btn-outline-secondary btn-social mr-2" href="#"><i class="fab fa-instagram"></i></a>
<a class="btn btn-outline-secondary btn-social" href="https://github.com/dohinaf/basic-icecream-website" target="_blank">
<i class="fab fa-github"></i>
</a> <!-- GitHub icon with link added -->
</div>
<div class="col-12 mt-2 mb-4">
<div class="row">
<div class="col-sm-6 text-center text-sm-right border-right mb-3 mb-sm-0">
Expand Down
2 changes: 2 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
<a href="#" class="fab fa-pinterest"></a>
<a href="https://github.com/dohinaf/basic-icecream-website" class="fab fa-github" target="_blank"></a> <!-- GitHub icon with link added -->
</div>

<div class="credit">
<p>created by <span>Dohina</span> | all rights reserved</p>
</div>
Expand Down
18 changes: 13 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@
color: #E60023; /* Brighter Pinterest red */
}

.social-icons a:hover .fa-github {
color: #333; /* Darker GitHub color */
}


</style>
</head>
Expand Down Expand Up @@ -1458,12 +1462,16 @@ <h2 data-aos="zoom-out-down" data-aos-duration="1200" data-aos-delay="200">Share
<img src="https://hits.sh/arcticdelights.netlify.app.svg?label=Website%20Visitors&extraCount=6520&color=FE6648&labelColor=white" alt="web-views">
</div>
<div class="social-icons">
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a> <!-- Updated X icon -->
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-pinterest"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a> <!-- Updated X icon -->
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-pinterest"></i></a>
<a href="https://github.com/dohinaf/basic-icecream-website" target="_blank">
<i class="fa-brands fa-github"></i> <!-- GitHub icon with link added -->
</a>
</div>

</div>

<!--
Expand Down
4 changes: 4 additions & 0 deletions offers.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,11 @@ <h6>MORE UPCOMING...</h6>
<a href="#"><i class="fa-brands fa-x-twitter"></i></a> <!-- Updated X icon -->
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-pinterest"></i></a>
<a href="https://github.com/dohinaf/basic-icecream-website" target="_blank">
<i class="fa-brands fa-github"></i> <!-- GitHub icon added -->
</a>
</div>

</div>

<!--
Expand Down