-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
43 lines (38 loc) · 1.91 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="CSS/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins&display=swap">
<div class="bg-secondary mt-5 container-fluied d-flex justify-content-center">
<div>
<ul class="wrapper">
<li class="icon facebook">
<span class="tooltip">Facebook</span>
<span><i class="bi bi-facebook"></i></span>
</li>
<li class="icon twitter">
<span class="tooltip">Telegram</span>
<a href="https://t.me/farzad_foroozanfar"><i class="bi bi-telegram"></i></a>
</li>
<li class="icon instagram">
<span class="tooltip">Instagram</span>
<a href="https://instagram.com/farzad__foroozanfar"><i class="bi bi-instagram"></i></a>
</li>
<li class="icon github">
<span class="tooltip">Github</span>
<a href="https://github.com/farzadForoozanfar"><i class="bi bi-github"></i></a>
</li>
<li class="icon youtube">
<span class="tooltip">Linkedin</span>
<a href="https://linkedin.com/in/farzad-foruozanfar-a1773b225"><i class="bi bi-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.min.js"
integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK"
crossorigin="anonymous"></script>
</body>
</html>