Welcome to mirror list, hosted at ThFree Co, Russian Federation.

links.yml « data « exampleSite - github.com/gesquive/slate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e73b1e85b652957d25443e151273224586ba8ec4 (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
tiles:
-
  name: "google"
  url: "https://google.com"
  img: "logos/google.svg"
  tags: ["favorite", "search"]
-
  name: "bing"
  url: "https://bing.com"
  img: "logos/bing.svg"
  txt_color: "#ffffff"
  bg_color: "#ffb900"
  tags: ["search"]
-
  name: "amazon"
  url: "https://amazon.com"
  img: "logos/amazon.svg"
  bg_color: "#ffffff"
  txt_color: "#ff9900"
  tags: ["favorite", "shopping"]
-
  name: "reddit"
  url: "https://reddit.com"
  img: "logos/reddit.svg"
  bg_color: "#5f99cf"
  txt_color: "#ffffff"
-
  name: "spotify"
  url: "https://web.spotify.com"
  img: "logos/spotify.svg"
  bg_color: "#191414"
  txt_color: "#1db954"
  tags: ["favorite", "music"]
-
  name: "google music"
  url: "https://play.google.com/music/listen"
  img: "logos/google-music.png"
  bg_color: "#ffffff"
  txt_color: "#ff5722"
  tags: ["music"]
-
  name: "pandora"
  url: "https://pandora.com"
  img: "logos/pandora.svg"
  bg_color: "#005483"
  txt_color: "#ffffff"
  tags: ["music"]
-
  name: "soundcloud"
  url: "https://soundcloud.com"
  img: "logos/soundcloud.svg"
  bg_color: "#ffffff"
  txt_color: "#ff3300"
  tags: ["music"]
-
  name: "wikipedia"
  url: "https://wikipedia.org"
  img: "logos/wikipedia.svg"
  bg_color: "#ffffff"
  txt_color: "#000000"
-
  name: "ebay"
  url: "https://ebay.com"
  img: "logos/ebay.svg"
  bg_color: "#ffffff"
  txt_color: "#000000"
  tags: ["shopping"]
-
  name: "twitter"
  url: "https://twitter.com"
  img: "logos/twitter.svg"
  bg_color: "#1da1f2"
  txt_color: "#f5f8fa"
-
  name: "twitch"
  url: "https://twitch.com"
  img: "logos/twitch.svg"
  bg_color: "#f1f1f1"
  txt_color: "#6441a5"
  tags: ["video"]
-
  name: "youtube"
  url: "https://youtube.com"
  img: "logos/youtube.svg"
  bg_color: "#ffffff"
  txt_color: "#cd201f"
  tags: ["video"]
-
  name: "netflix"
  url: "https://netflix.com"
  img: "logos/netflix.svg"
  bg_color: "#221f1f"
  txt_color: "#e50914"
  tags: ["video"]

-
  name: "imgur"
  url: "https://imgur.com"
  img: "logos/imgur.svg"
  bg_color: "#ffffff"
  txt_color: "#85bf25"