-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
58 lines (33 loc) · 1.13 KB
/
Copy pathfooter.php
File metadata and controls
58 lines (33 loc) · 1.13 KB
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
<div class="footer-column-container hidden">
<h1>SHOP</h1>
<a href="#">All</a>
<a href="#">Brands</a>
<a href="#">Content 3</a>
<a href="#">Content 4</a>
</div>
<div class="footer-column-container hidden">
<h1>ABOUT</h1>
<a href="#">Who are we</a>
<a href="#">Values</a>
<a href="#">Make it Good</a>
<a href="#">Journal</a>
</div>
<div class="footer-column-container hidden">
<h1>INFORMATION</h1>
<a href="#">Contact Us</a>
<a href="#">Terms of Service</a>
<a href="#">Privacy Policy</a>
</div>
<div class="footer-column-container hidden">
<a href="employee/employee_login.php" target="_blank">
<i class="fa-solid fa-user-tie"></i> Log in as Employee
</a>
<p>Be the first to know about events, new content, products, or brands at Royale.</p>
<a href="#"><b>Subscribe to our newsletter</b></a>
<p>FOLLOW US ON</p>
<div class="follow-icons">
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
</div>
</div>