remove product hunt, add author meme, fix github badge
This commit is contained in:
@@ -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).
|
||||
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
|
||||
a(href="https://twitter.com/lostdesign") @lostdesign
|
||||
p.muted // made with love by
|
||||
p.contributors class
|
||||
a(href="https://twitter.com/lostdesign") @lostdesign
|
||||
span extends
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user