Skip to content
View Ticolyle's full-sized avatar

Organizations

@lewiscommunications

Block or report Ticolyle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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 %}
  2. 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
    2
    
                  
    3
    How to save files from Adobe Illustrator to SVG for web production use. 
    4
    Goals: 
    5
    - Maintin Usable Groups and Naming
  3. 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
    4
    
                  
    5
    if [[ $COLORTERM = gnome-* && $TERM = xterm ]] && infocmp gnome-256color >/dev/null 2>&1; then