-
Notifications
You must be signed in to change notification settings - Fork 3
/
sites.js
41 lines (39 loc) · 1.1 KB
/
sites.js
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
// Sites in the webring, add the widget on your site, add your own site to the end and make a Pull Request to be added!
export const sites = [
{
title: "BentoVid.com",
url: "https://bentovid.com/",
description: "BentoVid Official Website",
},
{
title: "amv.tools",
url: "https://amv.tools/",
description: "Editing guides and resources (for AE & Vegas Pro)",
},
{
title: "Synæsthesia Productions",
url: "https://synaesthesia.neocities.org/",
description: "vibes n' shit",
},
{
title: "SQ Rambles About Vids",
url: "https://standardquip.dreamwidth.org/",
description: "Blogs about personal life, AMVs, and vidding",
},
{
title: "cutfilmtovent",
url: "https://cutfilmtovent.wordpress.com/",
description: "a blog about AMVs and related media",
},
{
title: "Subculture Diaries",
url: "https://crakthesky.wordpress.com/",
description: "AMV analysis and critique",
},
{
title: "Vidderscorner",
url: "vidderscorner.wordpress.com/",
description: "AMV and editing related opinions and more",
}
];
export default sites;