-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelpers.py
More file actions
48 lines (48 loc) · 1.41 KB
/
helpers.py
File metadata and controls
48 lines (48 loc) · 1.41 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
footer_data = {
'sections': [
{
'category': 'MultiCam',
'item': [
{'label': 'About Us', 'link': '#'},
{'label': 'Careers', 'link': '#'}
]
},
{
'category': 'Help & Support',
'item': [
{'label': 'Contact Us', 'link': 'mailto:jerrygithub360@gmail.com'},
{'label': 'Support Center', 'link': ''}
]
},
{
'category': 'Legal',
'item': [
{'label': 'Privacy Policy', 'link': '#'},
{'label': 'Terms of Service', 'link': '#'}
]
},
{
'category': 'Stay Connected',
'item': [
{'label': 'Twitter', 'link': '#'},
{'label': 'Facebook', 'link': '#'},
{'label': 'Instagram', 'link': '#'},
{'label': 'LinkedIn', 'link': '#'},
# {'label': 'Newsletter Signup', 'link': 'link-to-newsletter'}
]
},
{
'category': 'Mobile App',
'item': [
{'label': 'Google Play', 'link': '#'},
{'label': 'App Store', 'link': '#'}
]
},
{
'category': 'Copyright',
'item': [
{'label': '© 2024 MultiCam. All Rights Reserved.', 'link': '#'}
]
}
]
}