🏠
Working from home
Pinned Loading
-
Gulp-4-Webpack-Boilerplate
Gulp-4-Webpack-Boilerplate Public templateHTML/SCSS Boilerplate using GULP 4
JavaScript 5
-
Wordpress-Theme-Boilerplate
Wordpress-Theme-Boilerplate PublicStarter boilerplate for Wordpress theme development
PHP 6
-
gulp-html-img-to-picture
gulp-html-img-to-picture PublicGulp plugin to wrap tag <img> with <picture> adding <source> including .avif and .webp and sort sources inside <picture> by size
JavaScript 6
-
JS Snippets
JS Snippets 1const links = document.querySelectorAll('a[href^="#"]:not(.modal-toggle)')
23links.forEach((nodeElement) => {
4nodeElement.addEventListener('click', function (e) {
5e.preventDefault()
-
PHP & WordPress Snippets
PHP & WordPress Snippets 1define('BROWSER_AVIF', strpos($_SERVER['HTTP_ACCEPT'], 'image/avif') !== false);
2define('BROWSER_WEBP', strpos($_SERVER['HTTP_ACCEPT'], 'image/webp') !== false);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.