Merge branch 'master' into dev
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
.welcome
|
.welcome
|
||||||
main
|
main
|
||||||
h1.text-black.font-bold.text-xl.mb-2 {{ $t('general.siteTitle') }}
|
h1.text-black.font-bold.text-xl.mb-2 What is
|
||||||
p Webgems is a goto place for devs and designers to find new resources and more. As a beginner it's sometimes not easy to find what you need since you don't know what you should look for.
|
span 💎 webgems?
|
||||||
p Therefore I created this project to have the most common and best resources for beginners and veterans in one place. Kinda like a bookmarks list for devs and designers, containing only the best gems out there.
|
p Webgems is a goto place for devs and designers to find new resources and more. As a beginner, it's sometimes not easy to find what you need since you don't know where to look for what.
|
||||||
p If you want to add your own gem, go ahead and open a pull request on GitHub (click on that octocat at the top right corner).
|
p Therefore we created this project to have the most common and best resources for beginners and veterans in one place — kind of like a bookmarks list for devs and designers, containing only the best gems out there.
|
||||||
p By the way, this project lives by getting shared, if you find this worthy please share it with others.
|
p If you want to add your gem, go ahead and open a pull request on GitHub (click on that octocat at the top right corner).
|
||||||
|
p By the way, this project lives by getting shared; if you find this worthy, please share it with others.
|
||||||
|
|
||||||
p.muted // made with love by
|
p.muted // made with love by
|
||||||
p.contributors class
|
p.contributors class
|
||||||
a(href="https://twitter.com/lostdesign") @lostdesign
|
a(href="https://twitter.com/lostdesign") @lostdesign
|
||||||
@@ -13,13 +15,13 @@
|
|||||||
a(href="https://github.com/S3B4S") @S3B4S
|
a(href="https://github.com/S3B4S") @S3B4S
|
||||||
span and
|
span and
|
||||||
a(href="https://devcord.com") Devcord
|
a(href="https://devcord.com") Devcord
|
||||||
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.welcome {
|
.welcome {
|
||||||
display:flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -37,7 +39,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
display:flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user