diff --git a/components/Sidebar.vue b/components/Sidebar.vue index 4df567f..5d1d889 100644 --- a/components/Sidebar.vue +++ b/components/Sidebar.vue @@ -12,6 +12,7 @@ nuxt-link(to="/servers") Server nuxt-link(to="/utility") Utility nuxt-link(to="/daily") Daily + nuxt-link(to="/communities") Communities diff --git a/pages/communities/index.vue b/pages/communities/index.vue index ae4bfa4..c3127dc 100644 --- a/pages/communities/index.vue +++ b/pages/communities/index.vue @@ -18,6 +18,51 @@ export default { desc: 'A community of developers and designers helping each other. ', url: 'https://devcord.com' }, + { + title: 'DomainCord', + desc: 'DomainCord is the only domain name marketplace and discussion community built on top of the Discord platform.', + url: 'https://discord.gg/4KjgdNd' + }, + { + title: 'WebGL and Threejs', + desc: 'desc', + url: 'https://discord.gg/PJAjxvX' + }, + { + title: 'Design Drop', + desc: 'We\'re a community built up of creatives, who are looking to improve ourselves, meet new people, and have fun.', + url: 'discord.gg/yNBY9bP' + }, + { + title: '/r/webdev', + desc: 'A community dedicated to all things web development: both front-end and back-end.', + url: 'https://reddit.com/r/webdev' + }, + { + title: '/r/web_design', + desc: 'A community dedicated to all things web design.', + url: 'https://reddit.com/r/web_design' + }, + { + title: '/r/javascript', + desc: 'All about the JavaScript programming language!', + url: 'https://reddit.com/r/javascript' + }, + { + title: '/r/php', + desc: 'Ask questions about frameworks, try your hand at php golf and strike gold or simply show off your latest work.', + url: 'https://reddit.com/r/php' + }, + { + title: '/r/html', + desc: 'A subreddit about HTML.', + url: 'https://reddit.com/r/html' + }, + { + title: '/r/css', + desc: 'For discussing Cascading Style Sheets, design principles, and technological innovations related to web development.', + url: 'https://reddit.com/r/css' + }, ] } },