Craft CMS and Front End developer with a background in physics and mathematics.
- Vermont + Tennessee
- lylereed.com
Highlights
Pinned Loading
-
Craft CMS Twig macros
Craft CMS Twig macros 1{% macro telFormat(number) %}
2{% set trioOne = number|slice(1,3) %}
3{% set trioTwo = number|slice(4,3) %}
4{% set trioThree = number|slice(7,4) %}
5{% set formattedTel = '[' ~ trioOne ~ '] ' ~ trioTwo ~ '-' ~ trioThree %}
-
Some tips and steps for exporting Il...
Some tips and steps for exporting Illustrator vector shape files to SVG for the web. 1# Exporing SVG for web from Illustrator
23How to save files from Adobe Illustrator to SVG for web production use.
4Goals:
5- Maintin Usable Groups and Naming
-
Dotfile fun!
Dotfile fun! 1# @gf3’s Sexy Bash Prompt, inspired by “Extravagant Zsh Prompt”
2# Shamelessly copied from https://github.com/gf3/dotfiles
3# Screenshot: http://i.imgur.com/s0Blh.png
45if [[ $COLORTERM = gnome-* && $TERM = xterm ]] && infocmp gnome-256color >/dev/null 2>&1; then
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.