-
Notifications
You must be signed in to change notification settings - Fork 0
/
html footer
152 lines (129 loc) · 7.05 KB
/
html footer
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
}
.footer {
background-color: #333;
color: #ddd;
padding: 20px 0;
display: flex;
justify-content: space-around;
align-items: center;
}
.footer div {
margin: 0 15px;
}
.footer .social-icons {
display: flex;
align-items: center;
}
.footer .social-icons a {
text-decoration: none;
color: #ddd;
margin-right: 15px;
font-size: 20px;
}
.footer .social-icons a:last-child {
margin-right: 0;
}
.footer .social-icons i {
margin-right: 8px;
}
.footer .contact-info,
.footer .opening-hours {
line-height: 1.8;
}
.footer .opening-hours h4 {
margin: 0 0 10px 0;
}
.footer .logo img {
max-height: 50px;
}
.footer p {
margin: 0;
font-size: 14px;
}
.footer .copyright {
text-align: center;
margin-top: 20px;
font-size: 12px;
color: #bbb;
}
</style>
</head>
<body>
<footer class="footer">
<div class="social-profiles circle">
<a title="Facebook" href="https://www.facebook.com/ocharbonhalal"><i class="fa fa-facebook"></i></a>
<a title="Instagram" href="https://www.instagram.com/ocharbonhalal/"><i class="fa fa-instagram"></i></a>
<a title="Email address" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
<div class="contact-info">
<h4>RENTAL</h4>
<p>405 Av. Sainte-Anne, Saint-Hyacinthe, QC<br>J2S 5G3, Canada<br>+1 450-768-3797<br><a href="mailto:[email protected]" style="color: #ddd;">[email protected]</a></p>
</div>
<div class="opening-hours">
<h4>OPENING HOURS</h4>
<p>Monday 4:00PM - 9:00PM<br>Tues - Wed 11:00AM - 9:00PM<br>Thu - Sat 9:00AM - 10:00PM<br>Sun 9:00AM - 9:00PM</p>
</div>
<div class="logo">
<img src="your-logo-url-here.png" alt="O'Charbon Logo">
</div>
</footer>
<div class="footer copyright">
<p>© 2023 O'Charbon Halal</p>
</div>
<!-- FontAwesome for icons (optional) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</body>
</html>
=============================================================
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
<div class="container mx-auto px-8 py-2 ">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="space-y-4">
<div class="flex space-x-4">
<a href="https://www.facebook.com/ocharbonhalal" class="hover:text-gray-300">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd" d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z" clip-rule="evenodd" />
</svg>
</a>
<a href="https://www.instagram.com/ocharbonhalal/" class="hover:text-gray-300">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd" d="M12.315 2c2.43 0 2.784.013 3.808.06 1.064.049 1.791.218 2.427.465a4.902 4.902 0 011.772 1.153 4.902 4.902 0 011.153 1.772c.247.636.416 1.363.465 2.427.048 1.067.06 1.407.06 4.123v.08c0 2.643-.012 2.987-.06 4.043-.049 1.064-.218 1.791-.465 2.427a4.902 4.902 0 01-1.153 1.772 4.902 4.902 0 01-1.772 1.153c-.636.247-1.363.416-2.427.465-1.067.048-1.407.06-4.123.06h-.08c-2.643 0-2.987-.012-4.043-.06-1.064-.049-1.791-.218-2.427-.465a4.902 4.902 0 01-1.772-1.153 4.902 4.902 0 01-1.153-1.772c-.247-.636-.416-1.363-.465-2.427-.047-1.024-.06-1.379-.06-3.808v-.63c0-2.43.013-2.784.06-3.808.049-1.064.218-1.791.465-2.427a4.902 4.902 0 011.153-1.772A4.902 4.902 0 015.45 2.525c.636-.247 1.363-.416 2.427-.465C8.901 2.013 9.256 2 11.685 2h.63zm-.081 1.802h-.468c-2.456 0-2.784.011-3.807.058-.975.045-1.504.207-1.857.344-.467.182-.8.398-1.15.748-.35.35-.566.683-.748 1.15-.137.353-.3.882-.344 1.857-.047 1.023-.058 1.351-.058 3.807v.468c0 2.456.011 2.784.058 3.807.045.975.207 1.504.344 1.857.182.466.399.8.748 1.15.35.35.683.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058h.08c2.597 0 2.917-.01 3.96-.058.976-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.683.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041v-.08c0-2.597-.01-2.917-.058-3.96-.045-.976-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.023-.047-1.351-.058-3.807-.058zM12 6.865a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 1.802a3.333 3.333 0 100 6.666 3.333 3.333 0 000-6.666zm5.338-3.205a1.2 1.2 0 110 2.4 1.2 1.2 0 010-2.4z" clip-rule="evenodd" />
</svg>
</a>
<a href="mailto:[email protected]" class="hover:text-gray-300">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
</svg>
</a>
</div>
<p class="text-sm">Copyright © 2023 O'Charbon Halal</p>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">LOCATION</h4>
<p class="text-sm">405 Av. Sainte-Anne, Saint-Hyacinthe, QC J2S 5G3, Canada</p>
<p class="text-sm">+1 450-768-3797</p>
<p class="text-sm">[email protected]</p>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">OPENING HOURS</h4>
<p class="text-sm">Monday 4:00PM - 9:00PM</p>
<p class="text-sm">Tues - Wed 11AM - 9:00PM</p>
<p class="text-sm">Thu - Sat 9:00AM - 10:PM</p>
<p class="text-sm">Sun 9:00AM - 9:00PM</p>
</div>
<div class="flex justify-center md:justify-start">
<a href="https://ocharbonhalal.com">
<img src="#APP_FILES#images/logo.png" alt="O'Charbon Halal Logo" class="max-w-[200px]">
</a>
</div>
</div>
</div>