-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
94 lines (92 loc) · 5.4 KB
/
footer.php
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<footer class="relative z-10 pb-17.5 lg:pb-22.5 xl:pb-27.5">
<div class="absolute bottom-0 left-0 w-full flex flex-col gap-3 -z-1 opacity-50">
<div class="w-full h-[1.24px] footer-bg-gradient"></div>
<div class="w-full h-[2.47px] footer-bg-gradient"></div>
<div class="w-full h-[3.71px] footer-bg-gradient"></div>
<div class="w-full h-[4.99px] footer-bg-gradient"></div>
<div class="w-full h-[6.19px] footer-bg-gradient"></div>
<div class="w-full h-[7.42px] footer-bg-gradient"></div>
<div class="w-full h-[8.66px] footer-bg-gradient"></div>
<div class="w-full h-[9.90px] footer-bg-gradient"></div>
<div class="w-full h-[13px] footer-bg-gradient"></div>
</div>
<div class="max-w-[1170px] mx-auto px-4 sm:px-8 xl:px-0 relative pt-17.5">
<div class="w-full h-[1px] footer-divider-gradient absolute top-0 left-0"></div>
<div class="flex flex-wrap justify-between">
<div class="mb-10 max-w-[571px] w-full">
<a class="mb-8.5 inline-block" href="../index.php">
<img src="../images/VOOID.png" alt="Logo" class="h-35px">
</a>
<p class="mb-12 xl:w-4/5 word-break">
We take your online presence to the next level.
</p>
<div class="flex items-center gap-5">
<a href="https://www.instagram.com/vooid_official/" target="_blank" class="hover:text-white ease-in duration-300">
<i class="bi bi-instagram fs-4"></i>
</a>
<a href="https://www.tiktok.com/@vooid.official" target="_blank" class="hover:text-white ease-in duration-300">
<i class="bi bi-tiktok fs-4"></i>
</a>
<a href="https://github.com/th3onu5/" target="_blank" class="hover:text-white ease-in duration-300">
<i class="bi bi-github fs-4"></i>
</a>
</div>
<p class="font-medium mt-5.5">
<a href="https://github.com/TH3ONU5" target="_blank"><strong>Created by TH3ONU5</strong></a>
</p>
</div>
<div class="max-w-[571px] w-full">
<div class="flex flex-col sm:flex-row sm:justify-between gap-10">
<div>
<h5 class="font-semibold text-white mb-5">Products</h5>
<ul class="flex flex-col gap-3.5">
<li>
<a href="http://localhost/agency/homepage/#prices" class="font-medium ease-in duration-300 hover:text-white">Prices</a>
</li>
<li>
<a href="http://localhost/agency/homepage/#why_we" class="font-medium ease-in duration-300 hover:text-white">Why we</a>
</li>
<li>
<a href="http://localhost/agency/reviews/" class="font-medium ease-in duration-300 hover:text-white">Reviews</a>
</li>
<li>
<a href="http://localhost/agency/evaluate_service/" class="font-medium ease-in duration-300 hover:text-white">Evaluate service</a>
</li>
</ul>
</div>
<div>
<h5 class="font-semibold text-white mb-5">Company</h5>
<ul class="flex flex-col gap-3.5">
<li>
<a href="http://localhost/agency/homepage/#homepage" class="font-medium ease-in duration-300 hover:text-white">Homepage</a>
</li>
<li>
<a href="http://localhost/agency/imprint/" class="font-medium ease-in duration-300 hover:text-white">Imprint</a>
</li>
<li>
<a href="http://localhost/agency/team-services/" class="font-medium ease-in duration-300 hover:text-white">Team & Services</a>
</li>
<li>
<a href="http://localhost/agency/privacy_policy/" class="font-medium ease-in duration-300 hover:text-white">Privacy Policy</a>
</li>
</ul>
</div>
<div>
<h5 class="font-semibold text-white mb-5">Support</h5>
<ul class="flex flex-col gap-3.5">
<li>
<a href="http://localhost/agency/ai-assistent" class="font-medium ease-in duration-300 hover:text-white">AI-Assistent</a>
</li>
<li>
<a href="http://localhost/agency/homepage/#support" class="font-medium ease-in duration-300 hover:text-white">Contact us</a>
</li>
<li>
<a href="mailto:[email protected]" class="font-medium ease-in duration-300 hover:text-white">[email protected]</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>