update general
This commit is contained in:
@@ -67,7 +67,7 @@ h1 {
|
|||||||
|
|
||||||
.layout {
|
.layout {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: fit-content(150px) auto;
|
grid-template-columns: fit-content(200px) auto;
|
||||||
grid-gap: 1rem;
|
grid-gap: 1rem;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
'logo .'
|
'logo .'
|
||||||
|
|||||||
@@ -4,17 +4,12 @@ div
|
|||||||
h1.text-black.font-bold.text-xl.mb-2 What is
|
h1.text-black.font-bold.text-xl.mb-2 What is
|
||||||
span.text-teal webgems 💎
|
span.text-teal webgems 💎
|
||||||
| ?
|
| ?
|
||||||
p As of now, it's a curated list of resources for developers and designers.
|
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
|
||||||
p If you want to suggest a resource, go ahead and contact me
|
|
||||||
a(href="https://twitter.com/lostdesign") @lostdesign
|
a(href="https://twitter.com/lostdesign") @lostdesign
|
||||||
| or lost#0001 on discord
|
| or lost#0001 on discord
|
||||||
|
|
||||||
//- a(href="https://discord.gg/Bjgjdrr") my discord server
|
//- a(href="https://discord.gg/Bjgjdrr") my discord server
|
||||||
hr
|
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 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.
|
|
||||||
p 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.
|
|
||||||
p It will also be able to manage your own favorite resources or mark some as done.
|
|
||||||
hr
|
|
||||||
p Thank you :)
|
p Thank you :)
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user