I am a full-time frontend developer with a passion for branding, design, and marketing, all of which I do on the side for small businesses.
-
Jess Rodier Digital Solutions
- https://jessrodier.com
- @jessrodier
Pinned Loading
-
Adding custom settings fields to Wor...
Adding custom settings fields to WordPress backend (goes in functions.php). 1// Add Custom Fields to General Settings Page
2add_action('admin_init', 'my_general_section');
3function my_general_section() {
4// Create General Info Section
5add_settings_section(
-
Customize the WordPress login page (...
Customize the WordPress login page (goes in functions.php). 1// Customize Login Page
2add_action( 'login_enqueue_scripts', 'style_login_page' );
3function style_login_page() {
4?>
5<style type="text/css">
-
Gulpfile for WordPress projects (usi...
Gulpfile for WordPress projects (using Gulp 4). Used to minify images, compile/autoprefix/minify SCSS (and use source maps), and uglify JS (and use source maps). Also spins up browsersync for watching files and reloading the browser - I use WAMP on my Windows 10 PC, but MAMP for Mac OS should work as well. 1'use strict'; // Strict Mode
23const
4{ src, dest, task, watch, series, parallel } = require('gulp'),
5imagemin = require('gulp-imagemin'),
-
practice-angular-shopping-list
practice-angular-shopping-list PublicPractice Angular shopping list application.
HTML
-
first-gatsby-project
first-gatsby-project PublicA high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.
JavaScript
-
FS-Modern-Squirrel
FS-Modern-Squirrel PublicA clean, but content-rich, modern theme for Freshservice portals.
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.