Merge branch 'master' into patch-2
This commit is contained in:
30
app.html
30
app.html
@@ -4,23 +4,21 @@
|
|||||||
{{ HEAD }}
|
{{ HEAD }}
|
||||||
</head>
|
</head>
|
||||||
<body {{ BODY_ATTRS }}>
|
<body {{ BODY_ATTRS }}>
|
||||||
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
|
<!-- Matomo -->
|
||||||
<script>
|
<script type="text/javascript">
|
||||||
(function (f, a, t, h, o, m) {
|
var _paq = window._paq || [];
|
||||||
a[h] = a[h] || function () {
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
(a[h].q = a[h].q || []).push(arguments)
|
_paq.push(['trackPageView']);
|
||||||
};
|
_paq.push(['enableLinkTracking']);
|
||||||
o = f.createElement('script'),
|
(function () {
|
||||||
m = f.getElementsByTagName('script')[0];
|
var u = "//analytics.lost.services/";
|
||||||
o.async = 1;
|
_paq.push(['setTrackerUrl', u + 'matomo.php']);
|
||||||
o.src = t;
|
_paq.push(['setSiteId', '1']);
|
||||||
o.id = 'fathom-script';
|
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
|
||||||
m.parentNode.insertBefore(o, m)
|
g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
|
||||||
})(document, window, '//stats.lost.services/tracker.js', 'fathom');
|
})();
|
||||||
fathom('set', 'siteId', 'KQYXI');
|
|
||||||
fathom('trackPageview');
|
|
||||||
</script>
|
</script>
|
||||||
<!-- / Fathom -->
|
<!-- End Matomo Code -->
|
||||||
{{ APP }}
|
{{ APP }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -4,8 +4,8 @@
|
|||||||
h1.text-black.font-bold.text-xl.mb-2 What is
|
h1.text-black.font-bold.text-xl.mb-2 What is
|
||||||
span 💎 webgems?
|
span 💎 webgems?
|
||||||
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.
|
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.
|
||||||
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 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 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 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
|
||||||
|
|||||||
15
store.json
15
store.json
@@ -454,6 +454,11 @@
|
|||||||
"title": "BundlePhobia",
|
"title": "BundlePhobia",
|
||||||
"desc": "Find the cost of adding a npm package to your bundle",
|
"desc": "Find the cost of adding a npm package to your bundle",
|
||||||
"url": "https://bundlephobia.com/"
|
"url": "https://bundlephobia.com/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "The Net Ninja - Black-belt your web skills",
|
||||||
|
"desc": "Free YouTube tutorials on modern JavaScript (beginner to advanced), Node.js, React, Vue.js, Firebase, MongoDB, Plus loads more...",
|
||||||
|
"url": "https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg/playlists"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -853,6 +858,16 @@
|
|||||||
"title": "Servers for hackers",
|
"title": "Servers for hackers",
|
||||||
"desc": "Tutorials on how to handle your servers.",
|
"desc": "Tutorials on how to handle your servers.",
|
||||||
"url": "https://serversforhackers.com/"
|
"url": "https://serversforhackers.com/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title" : "Glitch",
|
||||||
|
"desc" : "The friendly community where everyone can discover & create the best apps on the web.",
|
||||||
|
"url" : "https://glitch.com/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Serverless for Front-End Developers",
|
||||||
|
"desc": "Find Serverless services (e.g. functions, databases and other tools) for your next project. There are also articles related to Serverless and JAMstack.",
|
||||||
|
"url": "https://serverless.css-tricks.com/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user