This commit is contained in:
Kevin
2019-06-20 01:59:23 +02:00
3 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
a(href="https://github.com/lostdesign/webgems" class="github-corner" aria-label="View source on GitHub" target='webgems-github-repo' rel='noreferrer')
a(href="https://github.com/webgems/webgems" class="github-corner" aria-label="View source on GitHub" target='webgems-github-repo' rel='noreferrer')
svg(width="80" height="80" viewBox="0 0 250 250" style="fill:#08e5ff; color:#232331; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true")
path(d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z")
path(d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm")

View File

@@ -1,7 +1,5 @@
<template lang="pug">
.layout
a(href="https://www.producthunt.com/posts/webgems-io?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-webgems-io" target="_blank")
img(src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=158653&theme=light" alt="webgems.io - resources for devs and designers | Product Hunt Embed" style="width: 150px; height: 35px;" width="150px" height="35px")
Github
Logo
Sidebar

View File

@@ -7,8 +7,11 @@
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 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).&nbsp;
p By the way, this project lives by getting shared, if you find this worthy please share it with others.
p made with love by&nbsp;
a(href="https://twitter.com/lostdesign") @lostdesign
p.muted // made with love by
p.contributors class&nbsp;
a(href="https://twitter.com/lostdesign") @lostdesign&nbsp;
span extends&nbsp;
a(href="https://github.com/S3B4S") @S3B4S
</template>
@@ -19,6 +22,18 @@
justify-content: center;
align-items: center;
}
.muted {
font-size: 0.8rem;
opacity: 0.5;
margin-top: 3rem;
margin-bottom: 0;
}
.contributors {
margin-top: 0;
}
main {
display:flex;
flex-direction: column;