Files
webgems/pages/index.vue
André Weller e2d8f8ff05 update
2019-05-12 00:53:44 +02:00

23 lines
479 B
Vue

<template lang="pug">
div
main
h1.text-black.font-bold.text-xl.mb-2 What is &nbsp;
span.text-teal webgems 💎&nbsp;
| ?
p As of now, it's a currated list of resources for developers and designers.
p If you want to suggest a resource, go ahead and contact me&nbsp;
a(href="https://twitter.com/lostdesign") @lostdesign
</template>
<script>
export default {}
</script>
<style lang="scss" scoped>
main {
width: 100%;
height: 100vh;
}
</style>