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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Jeremy Pollack", | |
"label": "", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "", | |
"url": "https://jeremypollack.net", | |
"summary": "The common thread through my diverse sector experience in business strategy, technology, and experience design is a deep passion for innovation and creativity supported by an analytical mindset, bias towards strategic thinking, and strong technical foundations.\n\nI'm a lifelong learner with an incessant curiosity that is focused on the opportunities where technology, strategy, and culture converge. \n\n▹\tSeasoned business + technology leader with deep passions for innovation + creativity supported by an analytical mindset, bias towards strategic thinking, and strong technical foundation.\n▹\tLifelong learner with an incessant curiosity; focused on the opportunities where technology, strategy, and culture converge.\n▹\t20 years of e |
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
(function(window) { | |
'use strict'; | |
var raf = window.requestAnimationFrame; | |
var CLOSESNESS = 2; | |
function startLoop(fn) { | |
var running = false; | |
var lastExit; |
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
1. add snippet to cart.liquid file at the bottom of the file | |
{% include 'upsell-modal' %} | |
2. add css to theme.liquid in the header | |
{{ 'upsell-modal.scss' | asset_url | stylesheet_tag }} |