Skip to content

Instantly share code, notes, and snippets.

@jtanori
jtanori / meta.json
Created August 10, 2017 01:44
Meta testing
{"status":"success","data":{"branding":{"id":59,"name":"Allegheny Health Network (AHN)","logo_image":"images/lead_acquisition_flow/logos/AHN_logo_full.png","lead_source":"Partner","is_landing_page":false,"is_active":true,"slogan_html":"<div class=\"invite-aim-container\">\r\n <div class=\"invite-accept-container\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 col-sm-12 col-xs-12\"> \r\n <div class=\"clearfix\" style=\"margin:0 auto;max-width:565px;\">\r\n <div class=\"hidden-xs\" style=\"float:left;width:190px;margin-right:40px;\">\r\n <img src=\"https://www.carelinx.com/static/images/lead_acquisition_flow/logos/AHN_logo_full.png\" alt=\"AHN Logo\" style=\"width:100%;margin-top:18px;\"/>\r\n </div>\r\n <div style=\"float:left;\">\r\n <p>Welcome!</p>\r\n <span class=\"invite-slogan\">AHN Cardiology</span>\r\n <div>\r\n Sign up new AHN <br>clients for Care
@jtanori
jtanori / Gruntfile.js
Last active January 3, 2016 12:58
Support compass in your Steroids project
'use strict';
module.exports = function(grunt) {
grunt.loadNpmTasks("grunt-steroids");
grunt.loadNpmTasks('grunt-contrib-compass');
grunt.registerTask("steroids-compass", "Compile sass files from the stylesheets and put them in the dist/stylesheets directory", function() {
grunt.extendConfig({
compass: {