-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwebpage-data.json
More file actions
48 lines (48 loc) · 1.18 KB
/
webpage-data.json
File metadata and controls
48 lines (48 loc) · 1.18 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
{
"navData": {
"logo": {
"imgSrc": "https://niravkpatel28.github.io/github-image-repository/webpage/surfboard-logo.png",
"alt": "Surfboard India Company Logo"
},
"hamburger": {
"menuOpen": {
"menuIcon": "https://niravkpatel28.github.io/github-image-repository/webpage/menu-black.png",
"alt": "Open Menu"
},
"close": {
"closeIcon": "https://niravkpatel28.github.io/github-image-repository/webpage/close.png",
"alt": "Close"
}
},
"navLinks": [
{
"linkId": "li1",
"title": "Home",
"href": "#"
},
{
"linkId": "li2",
"title": "Our Work",
"href": "#"
},
{
"linkId": "li3",
"title": "About Us",
"href": "#"
},
{
"linkId": "li4",
"title": "Register",
"href": "#",
"isCta": true
}
]
},
"bannerData": {
"companyName": "Render Webpage using JavaScript Object",
"tagline": "using modular code for page rendering",
"cta": "Contact Us",
"href": "#",
"bannerImage": "https://niravkpatel28.github.io/github-image-repository/webpage/banner2.png"
}
}