mirror of
https://github.com/System-End/Team_Website.git
synced 2026-04-19 23:22:57 +00:00
57 lines
2 KiB
HTML
57 lines
2 KiB
HTML
<!-- <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>
|
|
<section class="footer">
|
|
<div class="social-icons">
|
|
<a href="/Pages/newsletter_form.html" class="icon newsletter"
|
|
><i class="fa fa-envelope"></i> Newsletter</a
|
|
>
|
|
<a
|
|
href="https://www.instagram.com/teamparadise.1165"
|
|
class="icon instagram"
|
|
target="_blank"
|
|
><i class="fa 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
|
|
>
|
|
<a
|
|
href="mailto:team1165@gmail.com"
|
|
class="icon gmail"
|
|
target="_blank"
|
|
><i class="fa fa-envelope"></i> Gmail</a
|
|
>
|
|
</div>
|
|
</section>
|
|
</body>
|