-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatalhos.json
executable file
·50 lines (50 loc) · 1.16 KB
/
atalhos.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
45
46
47
48
49
50
[
{
"icon": "fab fa-google",
"label": "Gmail",
"href": "https://gmail.com",
"color": "red"
},
{
"icon": "fab fa-google",
"label": "YouTube",
"href": "https://youtube.com",
"color": "red"
},
{
"icon": "fab fa-facebook",
"label": "Facebook",
"href": "https://facebook.com",
"color": "blue"
},
{
"icon": "fab fa-twitter",
"label": "Twitter",
"href": "https://twitter.com",
"color": "blue"
},
{
"icon": "fab fa-font-awesome",
"label": "Font Awesome v4.7",
"href": "https://fontawesome.com/v4.7.0/icons/",
"color": "red"
},
{
"icon": "fab fa-amazon",
"label": "AWS Console",
"href": "https://klugdev2019.signin.aws.amazon.com/console",
"color": "black"
},
{
"icon": "fab fa-github",
"label": "GitHub",
"href": "https://github.com",
"color": "black"
},
{
"icon": "fab fa-whatsapp",
"label": "Whatsapp",
"href": "https://web.whatsapp.com",
"color": "green darken-2"
}
]