add new communities

This commit is contained in:
André Weller
2019-06-15 02:42:26 +02:00
parent eef53e2fe0
commit 791a239762
2 changed files with 46 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
nuxt-link(to="/servers") Server
nuxt-link(to="/utility") Utility
nuxt-link(to="/daily") Daily
nuxt-link(to="/communities") Communities
</template>

View File

@@ -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'
},
]
}
},