generated from killshot13/google-web-stories-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookend.json
44 lines (44 loc) · 979 Bytes
/
bookend.json
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
{
"bookendVersion": "v1.0",
"shareProviders": [
"facebook",
"twitter",
"linkedin",
"telegram",
"email",
"sms"
],
"components": [
{
"type": "heading",
"text": "Additional Resources"
},
{
"type": "small",
"title": "Learn about Wi-Fi",
"url": "https://safethishome.com/modem-router-setup/",
"image": "./assets/modem_router_setup.jpg"
},
{
"type": "small",
"title": "Computer Security Tips",
"url": "https://safethishome.com/computer-security/",
"image": "./assets/computer_security.jpg"
},
{
"type": "small",
"title": "VPNs: Fact or Myth?",
"url": "https://safethishome.com/virtual-private-network/",
"image": "./assets/vpn_myths_facts.jpg"
},
{
"type": "cta-link",
"links": [
{
"text": "Shop Battle-Hardened CyberSec",
"url": "https://safethishome.com/shop/"
}
]
}
]
}