-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hover on social icons of footer and contact us section of both the ho…
…me and free content page (#538) * add social icon hover in footer and contact us section home and free content page * add img
- Loading branch information
Showing
5 changed files
with
56 additions
and
22 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -799,17 +799,17 @@ <h2 class="section-heading">Contact Us</h2> | |
<p class="section-content">For more information or inquiries, please contact us:</p> | ||
<p class="section-content">Email: [email protected]</p> | ||
|
||
<div class="contact-icons"> | ||
<div class="contact-icons contact-icn"> | ||
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
></i></a> | ||
<a href="https://www.linkedin.com/company/csedge/" target="_blank"><i class="fab fa-linkedin fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
></i></a> | ||
<a href="https://github.com/CSEdgeOfficial" target="_blank"><i class="fab fa-github fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
></i></a> | ||
<a href="https://www.instagram.com/csedgeofficial" target="_blank"><i class="fab fa-instagram fa-2x" | ||
style="color: #008bff;"></i></a> | ||
></i></a> | ||
<a href="https://youtube.com/@CSEdgeOfficial" target="_blank"><i class="fab fa-youtube fa-2x" | ||
style="color: #008bff;"></i></a> | ||
></i></a> | ||
</div> | ||
</section> | ||
|
||
|
@@ -858,15 +858,15 @@ <h4>Contact Us</h4> | |
<h4>Follow US</h4> | ||
<div class="contact-icons"> | ||
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope fa-2x" | ||
style="color: #ffff;"></i></a> | ||
></i></a> | ||
<a href="https://www.linkedin.com/company/csedge/" target="_blank"><i class="fab fa-linkedin fa-2x" | ||
style="color: #ffff;"></i></a> | ||
></i></a> | ||
<a href="https://github.com/CSEdgeOfficial" target="_blank"><i class="fab fa-github fa-2x" | ||
style="color: #ffff;"></i></a> | ||
></i></a> | ||
<a href="https://www.instagram.com/csedgeofficial" target="_blank"><i class="fab fa-instagram fa-2x" | ||
style="color: #ffff;"></i></a> | ||
></i></a> | ||
<a href="https://youtube.com/@CSEdgeOfficial" target="_blank"><i class="fab fa-youtube fa-2x" | ||
style="color: #ffff;"></i></a> | ||
></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -268,17 +268,17 @@ <h2 class="section-heading">Contact Us</h2> | |
<p class="section-content">For more information or inquiries, please contact us:</p> | ||
<p class="section-content">Email: [email protected]</p> | ||
|
||
<div class="contact-icons"> | ||
<div class="contact-icons contact-icn"> | ||
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
></i></a> | ||
<a href="https://www.linkedin.com/company/csedge/" target="_blank"><i class="fab fa-linkedin fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
></i></a> | ||
<a href="https://github.com/CSEdgeOfficial" target="_blank"><i class="fab fa-github fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
></i></a> | ||
<a href="https://www.instagram.com/csedgeofficial" target="_blank"><i class="fab fa-instagram fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
></i></a> | ||
<a href="https://youtube.com/@CSEdgeOfficial" target="_blank"><i class="fab fa-youtube fa-2x" | ||
style="color: #0085ff;"></i></a> | ||
></i></a> | ||
</div> | ||
</section> | ||
<!--FAQ Section--> | ||
|
@@ -392,15 +392,15 @@ <h4>Contact Us</h4> | |
<h4>Follow US</h4> | ||
<div class="contact-icons"> | ||
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope fa-2x" | ||
style="color: #ffff;"></i></a> | ||
></i></a> | ||
<a href="https://www.linkedin.com/company/csedge/" target="_blank"><i class="fab fa-linkedin fa-2x" | ||
style="color: #ffff;"></i></a> | ||
></i></a> | ||
<a href="https://github.com/CSEdgeOfficial" target="_blank"><i class="fab fa-github fa-2x" | ||
style="color: #ffff;"></i></a> | ||
></i></a> | ||
<a href="https://www.instagram.com/csedgeofficial" target="_blank"><i class="fab fa-instagram fa-2x" | ||
style="color: #ffff;"></i></a> | ||
></i></a> | ||
<a href="https://youtube.com/@CSEdgeOfficial" target="_blank"><i class="fab fa-youtube fa-2x" | ||
style="color: #ffff;"></i></a> | ||
></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
Binary file not shown.