A Pen by Luke Hatfield on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
@import url('https://fonts.googleapis.com/css?family=Pacifico'); | |
@font-face { | |
font-family:'KGSkinnyLatte'; | |
src: url(//cdn.shopify.com/s/files/1/0440/7457/t/4/assets/2B06BA_0_0.eot?13339726179268781510); | |
src: url(//cdn.shopify.com/s/files/1/0440/7457/t/4/assets/2B06BA_0_0.eot?%23iefix&13339726179268781510) format('embedded-opentype'), | |
url(//cdn.shopify.com/s/files/1/0440/7457/t/4/assets/2B06BA_0_0.woff?13339726179268781510) format('woff'), | |
url(//cdn.shopify.com/s/files/1/0440/7457/t/4/assets/2B06BA_0_0.ttf?13339726179268781510) format('truetype'); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http { | |
include mime.types; | |
default_type application/octet-stream; | |
#log_format main '$remote_addr - $remote_user [$time_local] "$request" ' | |
# '$status $body_bytes_sent "$http_referer" ' | |
# '"$http_user_agent" "$http_x_forwarded_for"'; | |
#access_log /var/log/nginx/access.log main; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# prompt | |
function parse_git_branch () { | |
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' | |
} | |
RED="\[\033[0;31m\]" | |
YELLOW="\[\033[0;33m\]" | |
GREEN="\033[0;32m" | |
NO_COLOR="\[\033[0m\]" | |
NC="\033[0m" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# Get discount off planner if bundle items also in cart. | |
# | |
# This script applies a discount to the planner item if a certain number of other | |
# bundled products are in the cart. | |
# | |
################################################################################ | |
################################################################################ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"product": { | |
"title": "Ready Roll - Camo", | |
"body_html": "Carry your tools in your jersey pockets for quicker and easier access to your gear. Each tool roll is 9" wide and 6" deep and has three pockets.<br><br>There are two styles. The first has two outside pleated pockets and one flat pocket in the middle. The second roll has one extra deep pleated pocket in the center (to accommodate a spare tube). The tool rolls are made of rip-stop nylon fabric, so they're lightweight, durable, and machine washable.<br><br>Should you need your tools during a ride, everything in your tool roll is far more accessible than from a saddle bag. Once you have your tools out, the tool role also functions as a working surface where you can set your tools and parts while you're performing maintenance. That way you won't lose anything in the grass or roadside debris. And once you're done, it'", | |
"vendor": "rolluprollout", | |
"product_type": "Bags and Purses", | |
"images": [ | |
{ | |