Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NOOB-3301 committed Jan 6, 2025
2 parents e5963f4 + 9973c2a commit 7314bb3
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 42 deletions.
12 changes: 12 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<link href="css/bootstrap-icons.css" rel="stylesheet">

<link href="css/style.css" rel="stylesheet">

<!--icons cdn link-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<script>
function togglePasswordVisibility() {
const passwordInput = document.getElementById('loginPassword');
Expand Down Expand Up @@ -444,6 +447,15 @@ <h6 class="site-footer-title mb-3">Information</h6>
info@company.com
</a>
</p>
<p class="socialmedia_links">

<a href="https://www.instagram.com/" id="social-links"><i class="fa-brands fa-instagram" ></i></a>
<a href="https://x.com/i/flow/login?lang=en" id="social-links"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://api.linkedin.com/login" id="social-links"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/login" id="social-links"><i class="fa-brands fa-github"></i></a>
<a href="https://canary.discord.com/login" id="social-links"><i class="fa-brands fa-discord"></i></a>

</p>
</div>

<div class="col-lg-3 col-md-4 col-12 mt-4 mt-lg-0 ms-auto">
Expand Down
10 changes: 9 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ blockquote {
left: 10px;
opacity: 1;
pointer-events: auto;
max-width: 155px;
max-width: 190px;
margin-top: 10px;
margin-bottom: 15px;
}
Expand Down Expand Up @@ -1449,4 +1449,12 @@ blockquote {

#scrollToTopBtn:hover {
background-color: #333;
}

/* icons hover effect */
#social-links {
color: #63E6BE;
}
#social-links :hover{
color:#000000;
}
Loading

0 comments on commit 7314bb3

Please sign in to comment.