mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 23:22:57 +00:00
Removed backup Socials bc renovated socials work
This commit is contained in:
parent
282e9fcbc2
commit
d5a26707a7
2 changed files with 9 additions and 30 deletions
|
|
@ -1,31 +1,3 @@
|
|||
<!-- <body>
|
||||
<section class="footer">
|
||||
<div class="social-icons">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.facebook.com/Team1165" target="_blank"
|
||||
><img src="/Resources/Facebook.png" alt="Facebook"
|
||||
/></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mailto:team1165@gmail.com" target="_blank"
|
||||
><img src="/Resources/Gmail Logo.png" alt="Gmail"
|
||||
/></a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://www.instagram.com/teamparadise.1165"
|
||||
target="_blank"
|
||||
><img src="/Resources/Instagram.png" alt="Instagram"
|
||||
/></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/Pages/newsletter_form.html">Newsletter</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</body> -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
|
||||
|
||||
<body>
|
||||
|
|
@ -38,13 +10,13 @@
|
|||
href="https://www.instagram.com/teamparadise.1165"
|
||||
class="icon instagram"
|
||||
target="_blank"
|
||||
><i class="fa fa-instagram"></i> Instagram</a
|
||||
><i class="fab fa-instagram"></i> Instagram</a
|
||||
>
|
||||
<a
|
||||
href="https://www.facebook.com/Team1165"
|
||||
class="icon facebook"
|
||||
target="_blank"
|
||||
><i class="fa-brands fa-facebook"></i> Facebook</a
|
||||
><i class="fab fa-facebook"></i> Facebook</a
|
||||
>
|
||||
<a
|
||||
href="mailto:team1165@gmail.com"
|
||||
|
|
|
|||
|
|
@ -377,6 +377,13 @@ main {
|
|||
border-radius: 5px; /* Optional, for rounded corners */
|
||||
}
|
||||
|
||||
.instagram .fab {
|
||||
background: #d6249f;
|
||||
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
/*Mobile*/
|
||||
@media screen and (max-width: 1200px) {
|
||||
/* comes into effect for screens larger than or equal to 481 pixels */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue