Files
webgems/pages/index.vue
2019-05-14 20:27:33 +02:00

19 lines
852 B
Vue

<template lang="pug">
div
main
h1.text-black.font-bold.text-xl.mb-2 What is &nbsp;
span 💎 webgems ?
p As of now, it's a curated list of resources for developers and designers. If you want to suggest a resource, go ahead and contact me&nbsp;
a(href="https://twitter.com/lostdesign") @lostdesign&nbsp;
| or lost#0001 on discord
//- a(href="https://discord.gg/Bjgjdrr") my discord server
p Please note that this project has just launched some days ago - many of the resources i have in my backlog have not been added yet. I plan on adding more contents first, improve the site and then slap a backend behind it, were you can submit resources and vote on others. It will also be able to manage your own favorite resources or mark some as done.
p Thank you :)
</template>
<script>
export default {}
</script>