Skip to content

Instantly share code, notes, and snippets.

View erickolivares's full-sized avatar
🥳

Erick Olivares erickolivares

🥳
View GitHub Profile
<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/reel/DN8pNVpCWn6/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/reel/DN8pNVpCWn6/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-col
| Record Type | Name | Value |
| ----------- | ---------------------------------- | ----------------- |
| CNAME | k2._domainkey.ellecollections.com | dkim2.mcsv.net |
| CNAME | k3._domainkey.ellecollections.com | dkim3.mcsv.net |
| TXT | _dmarc | v=DMARC1; p=none; |
q35._domainkey
Type: CNAME
Value: dkim1.b37095adaafc.p469.email.myshopify.com
q352._domainkey
Type: CNAME
Value: dkim2.b37095adaafc.p469.email.myshopify.com
q353._domainkey
Type: CNAME
google-site-verification=oRovs4qB8DLWRJcfX9sCNa1DJImH0Fwyr7YxPaj2nZE
<?php
/**
* Template Name: I Am Maria Preorder Page
* Template Post Type: page
*/
?>
<?php get_header(); ?>
<section class="i-am-maria" id="preorder">
// Put this in wp-config.php and replace https://example.com/ with the URL of the production site.
define( 'RH_USE_REMOTE_MEDIA_URL', 'SITE URL' );
// Put the rest of this in functions.php or a custom plugin or somewhere else.
if ( defined( 'RH_USE_REMOTE_MEDIA_URL' ) && ! empty( RH_USE_REMOTE_MEDIA_URL ) ) {
add_filter( 'wp_get_attachment_image_src', 'filter_wp_get_attachment_image_src' );
add_filter( 'wp_calculate_image_srcset', 'filter_wp_calculate_image_srcset' );
add_filter( 'wp_get_attachment_url', 'filter_wp_get_attachment_url' );
}
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Personal Email</title>
<style>
body{
background-color:#CCCCCC;

Sentence Case

find:

([A-Z])([A-Z]+)\b

replace:

$1\L$2

jQuery(document).ready(function( $ ) {
var modId = $(".main-content .row > div"); //divs with ID's
var navItems = $(".custom-nav li"); //nav items li
var points = [];
for (var i = 0; i < modId.length; i++) {
var thismod = modId.eq([i]);
var thismodID = thismod.attr("id")
@erickolivares
erickolivares / Saved Content
Created August 3, 2017 20:44
Ingrid White Consulting
<!DOCTYPE html>
<!--[if lt IE 7]><html lang="en-US" class="no-js ie-fix"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html lang="en-US" class="no-js ie-fix"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html lang="en-US" class="no-js ie-fix"><![endif]-->
<!--[if gt IE 8]><!--> <html lang="en-US" class="no-js"><!--<![endif]-->
<head><script type="text/javascript" src="/static/js/analytics.js?v=1500596387.0" charset="utf-8"></script>