heathertelford.com Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Heather Telford | cards, colour, paper and paint</title>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="pingback" href="https://cards.heathertelford.com/xmlrpc.php" />
<script type="text/javascript">
WebFontConfig = {"google":{"families":["Poppins:r:latin,latin-ext"]},"api_url":"https:\/\/fonts-api.wp.com\/css"};
(function() {
var wf = document.createElement('script');
wf.src = 'https://s0.wp.com/wp-content/plugins/custom-fonts/js/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script><style id="jetpack-custom-fonts-css">.wf-active #logo a{font-family:"Poppins",sans-serif;font-weight:400;font-style:normal}.wf-active #logo h2, .wf-active #logo h1{font-family:"Poppins",sans-serif;font-weight:400;font-style:normal}.wf-active .hentry h2{font-family:"Poppins",sans-serif;font-weight:400;font-style:normal}.wf-active .hentry h1, .wf-active .hentry h1 a, .wf-active div.attachment h1, .wf-active div.attachment h1 a{font-family:"Poppins",sans-serif;font-weight:400;font-style:normal}.wf-active .hentry h3, .wf-active .hentry h4{font-family:"Poppins",sans-serif;font-weight:400;font-style:normal}.wf-active .hentry h4{font-style:normal;font-weight:400}.wf-active #comments h3, .wf-active #comments h4{font-family:"Poppins",sans-serif;font-weight:400;font-style:normal}.wf-active #comments h4{font-family:"Poppins",sans-serif;font-weight:400;font-style:normal}.wf-active #reply-title{font-style:normal;font-weight:400}.wf-active #sidebar h3{font-style:normal;font-weight:400}.wf-active #sidebar #wp-calendar th{font-weight:400;font-style:normal}</style>
<meta name='robots' content='max-image-preview:large' />
<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
var dom_node = document.getElementById( element_id );
if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
var dom_nodes = document.querySelectorAll( '.' + class_name );
for ( var i = 0; i < dom_nodes.length; i++ ) {
dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
}
}
function wpcom_remote_login_final_cleanup() {
wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}
// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
if ( e.origin === "https://r-login.wordpress.com" ) {
var data = {};
try {
data = JSON.parse( e.data );
} catch( e ) {
wpcom_remote_login_final_cleanup();
return;
}
if ( data.msg === 'LOGIN' ) {
// Clean up the login check iframe
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
var id_regex = new RegExp( /^[0-9]+$/ );
var token_regex = new RegExp( /^.*|.*|.*$/ );
if (
token_regex.test( data.token )
&& id_regex.test( data.wpcomid )
) {
// We have everything we need to ask for a login
var script = document.createElement( "script" );
script.setAttribute( "id", "wpcom_remote_login_validate" );
script.src = '/remote-login.php?wpcom_remote_login=validate'
+ '&wpcomid=' + data.wpcomid
+ '&token=' + encodeURIComponent( data.token )
+ '&host=' + window.location.protocol
+ '//' + window.location.hostname
+ '&postid=29811'
+ '&is_singular=';
document.body.appendChild( script );
}
return;
}
// Safari ITP, not logged in, so redirect
if ( data.msg === 'LOGIN-REDIRECT' ) {
window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href;
return;
}
// Safari ITP, storage access failed, remove the request
if ( data.msg === 'LOGIN-REMOVE' ) {
var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
var style_zap = document.createElement( 'style' );
style_zap.type = 'text/css';
style_zap.appendChild( document.createTextNode( css_zap ) );
document.body.appendChild( style_zap );
var e = document.getElementById( 'wpcom_request_access_iframe' );
e.parentNode.removeChild( e );
document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';
return;
}
// Safari ITP
if ( data.msg === 'REQUEST_ACCESS' ) {
console.log( 'request access: safari' );
// Check ITP iframe enable/disable knob
if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
return;
}
// If we are in a "private window" there is no ITP.
var private_window = false;
try {
var opendb = window.openDatabase( null, null, null, null );
} catch( e ) {
private_window = true;
}
if ( private_window ) {
console.log( 'private window' );
return;
}
var iframe = document.createElement( 'iframe' );
iframe.id = 'wpcom_request_access_iframe';
iframe.setAttribute( 'scrolling', 'no' );
iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );
var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';
var style = document.createElement( 'style' );
style.type = 'text/css';
style.id = 'wpcom_request_access_styles';
style.appendChild( document.createTextNode( css ) );
document.body.appendChild( style );
document.body.appendChild( iframe );
}
if ( data.msg === 'DONE' ) {
wpcom_remote_login_final_cleanup();
}
}
}, false );
// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
var iframe = document.createElement( "iframe" );
iframe.style.display = "none";
iframe.setAttribute( "scrolling", "no" );
iframe.setAttribute( "id", "wpcom_remote_login_key" );
iframe.src = "https://r-login.wordpress.com/remote-login.php"
+ "?wpcom_remote_login=key"
+ "&origin=aHR0cHM6Ly9jYXJkcy5oZWF0aGVydGVsZm9yZC5jb20%3D"
+ "&wpcomid=1373842"
+ "&time=1757456277";
document.body.appendChild( iframe );
}, false );
</script>
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel='dns-prefetch' href='//af.pubmine.com' />
<link rel="alternate" type="application/rss+xml" title="Heather Telford » Feed" href="https://cards.heathertelford.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Heather Telford » Comments Feed" href="https://cards.heathertelford.com/comments/feed/" />
<script type="text/javascript">
/* <![CDATA[ */
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function () {
oldonload();
func();
}
}
}
/* ]]> */
</script>
<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1751981882i&ver=6.8.2-alpha-60439"}};
/*! This file is auto-generated */
!function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/modules/infinite-scroll/infinity.css?m=1753279645i&cssminify=yes' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css'>
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/wp-content/plugins/gutenberg-core/v20.6.0/build/block-library/style.css?m=1744959081i&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-library-inline-css'>
.has-text-align-justify {
text-align:justify;
}
.has-text-align-justify{text-align:justify;}
</style>
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s0.wp.com/_static/??-eJyVzDEOgCAMQNELiQU1Jg7Gs2AlDYpAaInx9ro5O/7hfbiywhTFRYEcKvnIQPXN1RVSa0h4MOxOssVDBXunKoqK34DlDq5F5gb+LIoVH4k/vpyzGYe+03oyw/4AcmU1KQ==&cssminify=yes' type='text/css' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s0.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' />
<style id='jetpack-sharing-buttons-style-inline-css'>
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s0.wp.com/_static/??-eJx9jUsOwjAMRC+EY6UgCAvEWZrEKoG4jWq3hduTLvisurFG1nszuBQIQ6/UK5Y8dakXDIPPQ3gINsY6Y0ESl0ww0mwOGJPolwDRVyYTRHb4V8QT/LpGqn8ura4EU0wtZeKKbWlLih1p1eWTQem5rZQ6A96XkUSgXk4Tg97qlqzelS/26KzbN835dH8DjlpbIA==&cssminify=yes' type='text/css' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s0.wp.com/wp-content/themes/pub/clean-home/style.css?m=1440107855i&cssminify=yes' type='text/css' media='all' />
<!--[if IE]>
<link rel='stylesheet' id='cleanhome-ie-css' href='https://s0.wp.com/wp-content/themes/pub/clean-home/ie.css?m=1291819101i&ver=6.8.2-alpha-60439' media='all' />
<![endif]-->
<link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s0.wp.com/_static/??-eJx9y9EKwjAMheEXMoZBxXkhPksXYldJk7KmjL29827e7O78cD5cK5Cpszr6zIUb1j4hCUeF2QpjVsLmmzCslaxcqbULHlTpUKWnrA0XnsTSPhPur0OeocQGYhQ9m/4FvCXm5Udf5TmE2yOE8T6EzxextUHa&cssminify=yes' type='text/css' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='print-css-13-1' href='https://s0.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035i&cssminify=yes' type='text/css' media='print' />
<style id='jetpack-global-styles-frontend-style-inline-css'>
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-16-1' href='https://s0.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' />
<script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra">
/* <![CDATA[ */
var actionbardata = {"siteID":"1373842","postID":"0","siteURL":"https:\/\/cards.heathertelford.com","xhrURL":"https:\/\/cards.heathertelford.com\/wp-admin\/admin-ajax.php","nonce":"0677dcc884","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/reader\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","shortLinkCopied":"Shortlink copied to clipboard."}};
/* ]]> */
</script>
<script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before">
/* <![CDATA[ */
var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/jetpack_vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"};
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??/wp-content/js/rlt-proxy.js,/wp-content/blog-plugins/wordads-classes/js/cmp/v2/cmp-stub.js?m=1720530689j'></script>
<script type="text/javascript" id="rlt-proxy-js-after">
/* <![CDATA[ */
rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
/* ]]> */
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://cardz.wordpress.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress.com" />
<link rel='shortlink' href='https://wp.me/5LoK' />
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Heather Telford" />
<meta property="og:description" content="cards, colour, paper and paint" />
<meta property="og:url" content="https://cards.heathertelford.com/" />
<meta property="og:site_name" content="Heather Telford" />
<meta property="og:image" content="https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=200" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="en_US" />
<!-- End Jetpack Open Graph Tags -->
<link rel='openid.server' href='https://cards.heathertelford.com/?openidserver=1' />
<link rel='openid.delegate' href='https://cards.heathertelford.com/' />
<link rel="search" type="application/opensearchdescription+xml" href="https://cards.heathertelford.com/osd.xml" title="Heather Telford" />
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" />
<meta name="theme-color" content="#ffffff" />
<style type="text/css">
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
}
table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
border: 0px;
margin: 0;
}
table.recentcommentsavatartop a, table.recentcommentsavatarend a {
border: 0px !important;
background-color: transparent !important;
}
td.recentcommentsavatarend, td.recentcommentsavatartop {
padding: 0px 0px 1px 0px;
margin: 0px;
}
td.recentcommentstextend {
border: none !important;
padding: 0px 0px 2px 10px;
}
.rtl td.recentcommentstextend {
padding: 0px 10px 2px 0px;
}
td.recentcommentstexttop {
border: none;
padding: 0px 0px 0px 10px;
}
.rtl td.recentcommentstexttop {
padding: 0px 10px 0px 0px;
}
</style>
<meta name="description" content="cards, colour, paper and paint" />
<style type="text/css">
#logo h1,
#logo h2 {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
</style>
<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #ffffff; }
</style>
<script type="text/javascript">
/* <![CDATA[ */
var wa_client = {}; wa_client.cmd = []; wa_client.config = { 'blog_id': 1373842, 'blog_language': 'en', 'is_wordads': true, 'hosting_type': 1, 'afp_account_id': null, 'afp_host_id': 5038568878849053, 'theme': 'pub/clean-home', '_': { 'title': 'Advertisement', 'privacy_settings': 'Privacy Settings' }, 'formats': [ 'belowpost', 'bottom_sticky', 'sidebar_sticky_right', 'shortcode', 'gutenberg_rectangle', 'gutenberg_leaderboard', 'gutenberg_mobile_leaderboard', 'gutenberg_skyscraper' ] };
/* ]]> */
</script>
<script type="text/javascript">
window.doNotSellCallback = function() {
var linkElements = [
'a[href="https://wordpress.com/?ref=footer_blog"]',
'a[href="https://wordpress.com/?ref=footer_website"]',
'a[href="https://wordpress.com/?ref=vertical_footer"]',
'a[href^="https://wordpress.com/?ref=footer_segment_"]',
].join(',');
var dnsLink = document.createElement( 'a' );
dnsLink.href = 'https://wordpress.com/advertising-program-optout/';
dnsLink.classList.add( 'do-not-sell-link' );
dnsLink.rel = 'nofollow';
dnsLink.style.marginLeft = '0.5em';
dnsLink.textContent = 'Do Not Sell or Share My Personal Information';
var creditLinks = document.querySelectorAll( linkElements );
if ( 0 === creditLinks.length ) {
return false;
}
Array.prototype.forEach.call( creditLinks, function( el ) {
el.insertAdjacentElement( 'afterend', dnsLink );
});
return true;
};
</script>
<script id="cmp-configuration" type="application/configuration">{"gvlVersion":"123","consentLanguage":"EN","locale":"en","vendorsAll":"BSUAOIRKgQQoJAQI4BAAhAEBiAYACECAAABAACAAAAAAAhEAEAAAAAAAAAQAAAAAAAAABAAAAAAAAAAAABAAAIAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAiAAIAAAgAAgAAAAAABAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQA","vendorsLegInterest":"BSUAEAQKgAAoAAAIgAAAgAAACAIACAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAIAAAgAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQA","ajaxUrl":"\/wp-admin\/admin-ajax.php","ajaxNonce":"ca4f80ec22","modulePath":"https:\/\/s0.wp.com\/wp-content\/blog-plugins\/wordads-classes\/js\/cmp\/v2\/","gvlPath":"https:\/\/public-api.wordpress.com\/wpcom\/v2\/sites\/1373842\/cmp\/v3\/vendors\/en\/","_":{"title":"Privacy & Cookies","intro":"We and our advertising partners store and\/or access information on your device and also process personal data, like unique identifiers, browsing activity, and other standard information sent by your device including your IP address. This information is collected over time and used for personalised advertising, advertising measurement, audience research and services development specific to our ads program. If this sounds good to you, select \"I Agree!\" below. Otherwise, you can get more information, customize your consent preferences for over 51 different ad vendors, or decline consent by selecting \"Learn More\". Note that your preferences apply only to this website. If you change your mind in the future you can update your preferences anytime by visiting the Privacy link displayed under each ad or by using the \"Privacy\" option in the Action Bar located at the bottom-right corner of the screen. One last thing, our partners may process some of your data based on legitimate interests instead of consent but you can object to that by choosing \"Learn More\" and then disabling the Legitimate Interests toggle under any listed Purpose or Partner.","config":"Learn More","accept":"I Agree!","viewPartners":"View Partners","error":"We're sorry but an unexpected error occurred. Please try again later."}}</script><link rel="icon" href="https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=32" sizes="32x32" />
<link rel="icon" href="https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=192" sizes="192x192" />
<link rel="apple-touch-icon" href="https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=180" />
<meta name="msapplication-TileImage" content="https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=270" />
<script type="text/javascript">
window.google_analytics_uacct = "UA-52447-2";
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-52447-2']);
_gaq.push(['_gat._anonymizeIp']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_initData']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
</script>
</head>
<body class="home blog custom-background wp-theme-pubclean-home customizer-styles-applied color-light jetpack-reblog-enabled">
<div id="wrapper">
<div class="header">
<div id="logo">
<h1><a href="https://cards.heathertelford.com">Heather Telford</a></h1>
<h2>cards, colour, paper and paint</h2>
</div>
<div id="nav">
<ul id="menu-menu-1" class="menu"><li id="menu-item-10531" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-10531"><a href="https://cards.heathertelford.com/" aria-current="page">Home</a></li>
<li id="menu-item-10533" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10533"><a href="https://cards.heathertelford.com/contact-me/">Contact me</a></li>
<li id="menu-item-10534" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10534"><a href="https://cards.heathertelford.com/classes/">Classes</a></li>
<li id="menu-item-10535" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10535"><a href="https://cards.heathertelford.com/about/">About</a></li>
</ul> </div>
<div id="header-image">
<a href="https://cards.heathertelford.com"><img src="https://cards.heathertelford.com/wp-content/uploads/2023/02/cropped-roses-background.jpg" width="900" height="200" alt="" /></a>
</div>
</div>
<div id="content" class="content">
<div class="post-29811 post type-post status-publish format-standard hentry category-effulgence category-penny-black category-rockwell-art category-tim-holtz tag-fabriano-watercolour-paper tag-penny-black-stamps tag-rockwell-art tag-tim-holtz" id="post-29811">
<h1><a href="https://cards.heathertelford.com/2025/05/19/some-new-paint/">Some New Paint</a></h1>
<small class="post-meta"><span class="post-date"><b>Posted:</b> May 19, 2025</span> <span class="author-link">| <b>Author:</b> <a href="https://cards.heathertelford.com/author/heatherat/" title="Posts by Heather" rel="author">Heather</a></span> <span class="meta-sep">|</span> <span class="cat-links"><b>Filed under:</b> <a href="https://cards.heathertelford.com/category/penny-black/effulgence/" rel="category tag">Effulgence</a>, <a href="https://cards.heathertelford.com/category/penny-black/" rel="category tag">Penny Black</a>, <a href="https://cards.heathertelford.com/category/watercolour/rockwell-art/" rel="category tag">Rockwell art</a>, <a href="https://cards.heathertelford.com/category/tim-holtz/" rel="category tag">Tim Holtz</a></span> <span class="tag-links"> | <b>Tags:</b> <a href="https://cards.heathertelford.com/tag/fabriano-watercolour-paper/" rel="tag">Fabriano Watercolour Paper</a>, <a href="https://cards.heathertelford.com/tag/penny-black-stamps/" rel="tag">Penny Black stamps</a>, <a href="https://cards.heathertelford.com/tag/rockwell-art/" rel="tag">Rockwell art</a>, <a href="https://cards.heathertelford.com/tag/tim-holtz/" rel="tag">Tim Holtz</a></span> <span class="edit-link"></span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://cards.heathertelford.com/2025/05/19/some-new-paint/#comments">4 Comments</a></span></small>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1388striped-sky-cards-heather-telford_.jpg"><img data-attachment-id="29423" data-permalink="https://cards.heathertelford.com/dsc_1388striped-sky-cards-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1388striped-sky-cards-heather-telford_.jpg" data-orig-size="600,441" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1388striped sky cards Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1388striped-sky-cards-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1388striped-sky-cards-heather-telford_.jpg?w=590" width="590" height="433" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1388striped-sky-cards-heather-telford_.jpg?w=590" alt="" class="wp-image-29423" /></a></figure>
<p>Recently a friend introduced me to some new watercolour paints. It was during a class and she introduced us all to the new paints both by using them in her projects and by saying how much she loved them. Now it just so happened that my birthday fell soon after that class and suprise, surprise I received some new paints for my birthday! (And by ‘received’ I mean I asked my husband if he would like me to order myself some new paints as a gift from him. Of course he did!)</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1389stamped-striped-sky-heather-telford_.jpg"><img data-attachment-id="29420" data-permalink="https://cards.heathertelford.com/dsc_1389stamped-striped-sky-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1389stamped-striped-sky-heather-telford_.jpg" data-orig-size="600,560" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1389stamped striped sky Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1389stamped-striped-sky-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1389stamped-striped-sky-heather-telford_.jpg?w=590" width="590" height="550" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1389stamped-striped-sky-heather-telford_.jpg?w=590" alt="" class="wp-image-29420" /></a></figure>
<p>The new paints are from <a href="https://rockwellart.global/collections/evolving-watercolor-tubes" target="_blank" rel="noreferrer noopener">Rockwell Art</a>, a Canadian company. They have a range of watercolour paints including a line they call ‘self evolving’ mineral pigments. The pigments granulate and break into different colours as you add water and the water moves the paint. Both cards featured today were painted with just one paint colour, ‘deep soul’. As I added water the paint separated into blues and burgandy-browns.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1391diecut-striped-sky-close-up-heather-telford_.jpg"><img data-attachment-id="29418" data-permalink="https://cards.heathertelford.com/dsc_1391diecut-striped-sky-close-up-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1391diecut-striped-sky-close-up-heather-telford_.jpg" data-orig-size="597,600" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1391diecut striped sky close up Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1391diecut-striped-sky-close-up-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1391diecut-striped-sky-close-up-heather-telford_.jpg?w=590" width="590" height="592" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1391diecut-striped-sky-close-up-heather-telford_.jpg?w=590" alt="" class="wp-image-29418" /></a></figure>
<p>I applied the paint in curved stripes and sprinkled salt here and there while the paint was still wet to get the speckled effect.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1390diecut-striped-sky-heather-telford_.jpg"><img data-attachment-id="29421" data-permalink="https://cards.heathertelford.com/dsc_1390diecut-striped-sky-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1390diecut-striped-sky-heather-telford_.jpg" data-orig-size="600,594" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1390diecut striped sky Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1390diecut-striped-sky-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1390diecut-striped-sky-heather-telford_.jpg?w=590" loading="lazy" width="590" height="584" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1390diecut-striped-sky-heather-telford_.jpg?w=590" alt="" class="wp-image-29421" /></a></figure>
<p>Because I had worked from dark to light it seemed appropriate to add flowers looking towards the light. The die-cut flowers are from <a href="https://www.scrapnstamp.ca/store/pc/Tim-Holtz-Dies-Wildflowers-907p38893.htm?idaffiliate=27" target="_blank" rel="noreferrer noopener">Tim Holtz ‘wildflower’</a> set and the stamped flowers below are the Penny Black ‘<a href="https://foiledfox.com/products/penny-black-effulgence-40-374/" target="_blank" rel="noreferrer noopener">effulgence</a>‘ cling stamps.</p>
<figure class="wp-block-image size-full"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1392stamped-striped-sky-close-up-heather-telford_.jpg"><img data-attachment-id="29419" data-permalink="https://cards.heathertelford.com/dsc_1392stamped-striped-sky-close-up-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1392stamped-striped-sky-close-up-heather-telford_.jpg" data-orig-size="573,600" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1392stamped striped sky close up Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1392stamped-striped-sky-close-up-heather-telford_.jpg?w=287" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1392stamped-striped-sky-close-up-heather-telford_.jpg?w=573" loading="lazy" width="573" height="600" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1392stamped-striped-sky-close-up-heather-telford_.jpg" alt="" class="wp-image-29419" /></a></figure>
<hr/>
</div>
<div class="post-29799 post type-post status-publish format-standard hentry category-hand-painted category-tim-holtz category-watercolour category-wild-flowers-1 tag-fabriano-watercolour-paper tag-hand-painted tag-tim-holtz" id="post-29799">
<h1><a href="https://cards.heathertelford.com/2025/05/16/stripes-daisies/">Stripes & Daisies</a></h1>
<small class="post-meta"><span class="post-date"><b>Posted:</b> May 16, 2025</span> <span class="author-link">| <b>Author:</b> <a href="https://cards.heathertelford.com/author/heatherat/" title="Posts by Heather" rel="author">Heather</a></span> <span class="meta-sep">|</span> <span class="cat-links"><b>Filed under:</b> <a href="https://cards.heathertelford.com/category/hand-painted/" rel="category tag">Hand painted</a>, <a href="https://cards.heathertelford.com/category/tim-holtz/" rel="category tag">Tim Holtz</a>, <a href="https://cards.heathertelford.com/category/watercolour/" rel="category tag">Watercolour</a>, <a href="https://cards.heathertelford.com/category/tim-holtz/wild-flowers-1/" rel="category tag">wild flowers #1</a></span> <span class="tag-links"> | <b>Tags:</b> <a href="https://cards.heathertelford.com/tag/fabriano-watercolour-paper/" rel="tag">Fabriano Watercolour Paper</a>, <a href="https://cards.heathertelford.com/tag/hand-painted/" rel="tag">Hand painted</a>, <a href="https://cards.heathertelford.com/tag/tim-holtz/" rel="tag">Tim Holtz</a></span> <span class="edit-link"></span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://cards.heathertelford.com/2025/05/16/stripes-daisies/#comments">1 Comment</a></span></small>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1393strips-and-daisies-htelford_.jpg"><img data-attachment-id="29796" data-permalink="https://cards.heathertelford.com/dsc_1393strips-and-daisies-htelford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1393strips-and-daisies-htelford_.jpg" data-orig-size="600,582" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1393strips and daisies HTelford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1393strips-and-daisies-htelford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1393strips-and-daisies-htelford_.jpg?w=590" loading="lazy" width="590" height="572" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1393strips-and-daisies-htelford_.jpg?w=590" alt="" class="wp-image-29796" /></a></figure>
<p>Back in February, I posted a pile of watercolour possibilities; you can see them <a href="https://cards.heathertelford.com/2025/02/27/pile-of-watercolour-possibilities/" target="_blank" rel="noreferrer noopener">here</a>. The very bright strip on this card is one of the panels I painted during a watercolour technique class. I didn’t note down the exact paint colours but it would have been a limited palette of only 3 or 4. My guess is a yellow, a blue and a pink.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1395strips-and-daisies-close-up-htelford_.jpg"><img data-attachment-id="29798" data-permalink="https://cards.heathertelford.com/dsc_1395strips-and-daisies-close-up-htelford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1395strips-and-daisies-close-up-htelford_.jpg" data-orig-size="600,457" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1395strips and daisies close up HTelford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1395strips-and-daisies-close-up-htelford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1395strips-and-daisies-close-up-htelford_.jpg?w=590" loading="lazy" width="590" height="449" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1395strips-and-daisies-close-up-htelford_.jpg?w=590" alt="" class="wp-image-29798" /></a></figure>
<p>I used only half the painted panel on this card which means I can make another card or decorate the envelope. The background is so bright I liked crisp white daisies on top, it was a bit like putting together a summer outfit. The daisies were cut with <a href="https://www.scrapnstamp.ca/store/pc/Tim-Holtz-Dies-Wildflowers-907p38" target="_blank" rel="noreferrer noopener">Tim Holtz wildflowers dies</a> and it looks like I cut 2 from white and one from cream cardstock. When I added the photos to this post I thought, ‘oh no! Did I add a cream daisy in?’ I pulled out the actual card and the daisies are indeed all white. Sadly the angle and lighting when I took the photo seems to be suggesting otherwise.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1394strips-and-daisies-htelford_.jpg"><img data-attachment-id="29797" data-permalink="https://cards.heathertelford.com/dsc_1394strips-and-daisies-htelford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1394strips-and-daisies-htelford_.jpg" data-orig-size="600,588" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1394strips and daisies HTelford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1394strips-and-daisies-htelford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1394strips-and-daisies-htelford_.jpg?w=590" loading="lazy" width="590" height="578" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1394strips-and-daisies-htelford_.jpg?w=590" alt="" class="wp-image-29797" /></a></figure>
<p>To just have one daisy was too stark so I added the other two to create a little more texture but no competing pattern or colour. I might put a sentiment on when I send it or I might not; we will see. Thank you for all your lovely messages about my Dad’s birthday and the card I made. The community of people who read my blog are so thoughtful; I always love hearing from you.</p>
<div id="atatags-13738425-68c0a7960594a">
<script type="text/javascript">
__ATA = window.__ATA || {};
__ATA.cmd = window.__ATA.cmd || [];
__ATA.cmd.push(function() {
__ATA.initVideoSlot('atatags-13738425-68c0a7960594a', {
sectionId: '13738425',
format: 'inread'
});
});
</script>
</div> <hr/>
</div>
<div class="post-29779 post type-post status-publish format-standard hentry category-hand-painted category-heather-lowercase-die-set category-pink-fresh-studio category-watercolour tag-fabriano-watercolour-paper tag-hand-painted tag-pink-fresh-studio" id="post-29779">
<h1><a href="https://cards.heathertelford.com/2025/05/14/the-90th-birthday-card/">The 90th birthday card</a></h1>
<small class="post-meta"><span class="post-date"><b>Posted:</b> May 14, 2025</span> <span class="author-link">| <b>Author:</b> <a href="https://cards.heathertelford.com/author/heatherat/" title="Posts by Heather" rel="author">Heather</a></span> <span class="meta-sep">|</span> <span class="cat-links"><b>Filed under:</b> <a href="https://cards.heathertelford.com/category/hand-painted/" rel="category tag">Hand painted</a>, <a href="https://cards.heathertelford.com/category/pink-fresh-studio/heather-lowercase-die-set/" rel="category tag">Heather lowercase die set</a>, <a href="https://cards.heathertelford.com/category/pink-fresh-studio/" rel="category tag">Pink Fresh studio</a>, <a href="https://cards.heathertelford.com/category/watercolour/" rel="category tag">Watercolour</a></span> <span class="tag-links"> | <b>Tags:</b> <a href="https://cards.heathertelford.com/tag/fabriano-watercolour-paper/" rel="tag">Fabriano Watercolour Paper</a>, <a href="https://cards.heathertelford.com/tag/hand-painted/" rel="tag">Hand painted</a>, <a href="https://cards.heathertelford.com/tag/pink-fresh-studio/" rel="tag">Pink Fresh studio</a></span> <span class="edit-link"></span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://cards.heathertelford.com/2025/05/14/the-90th-birthday-card/#comments">8 Comments</a></span></small>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139790-card-htelford__01.jpg"><img data-attachment-id="29777" data-permalink="https://cards.heathertelford.com/dsc_139790-card-htelford__01/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139790-card-htelford__01.jpg" data-orig-size="600,579" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_139790 card HTelford__01" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139790-card-htelford__01.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139790-card-htelford__01.jpg?w=590" loading="lazy" width="590" height="569" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139790-card-htelford__01.jpg?w=590" alt="" class="wp-image-29777" /></a></figure>
<p>As some of my readers guessed when I was away recently I was visiting my family in Australia. One of the reasons to be there in April was my dad’s 90th birthday. Late March/early April ended up being a lovely time to be in NSW where the sun shone and the temperature hovered around the mid 20s! It was also a good time to be out of Ottawa where there were several ice storms and 15cm of snow more than once!</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139690-card-close-up-htelford_.jpg"><img data-attachment-id="29776" data-permalink="https://cards.heathertelford.com/dsc_139690-card-close-up-htelford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139690-card-close-up-htelford_.jpg" data-orig-size="600,524" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_139690 card close up HTelford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139690-card-close-up-htelford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139690-card-close-up-htelford_.jpg?w=590" loading="lazy" width="590" height="515" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139690-card-close-up-htelford_.jpg?w=590" alt="" class="wp-image-29776" /></a></figure>
<p>We celebrated Dad’s birthday with a lovely afternoon tea gathering attended by friends from recent years and years gone by, along with many family members including a brand new great grand daughter! We had an afternoon of food, fun and fellowship with songs, speeches, photos, a quiz and a slideshow. It really was a special occasion. </p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139690-card-2-htelford_.jpg"><img data-attachment-id="29781" data-permalink="https://cards.heathertelford.com/dsc_139690-card-2-htelford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139690-card-2-htelford_.jpg" data-orig-size="600,548" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_139690 card 2 HTelford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139690-card-2-htelford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139690-card-2-htelford_.jpg?w=590" loading="lazy" width="590" height="538" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_139690-card-2-htelford_.jpg?w=590" alt="" class="wp-image-29781" /></a></figure>
<p>For his birthday card I painted some eucalyptus leaves (as I also did for the invitation) and added a die-cut 90 in co-ordinating colours. By the time I left to go home the sideboard in his living room was covered in cards and not a duplicate among them. How lovely to see so many of his friends and family celebrating with him or sending kind greetings for the occasion. And here’s another sunset photo taken close to Dad’s home.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/20250419_170216-gums-sunset-scaled-1.jpg"><img data-attachment-id="29786" data-permalink="https://cards.heathertelford.com/20250419_170216-gums-sunset-scaled/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/20250419_170216-gums-sunset-scaled-1.jpg" data-orig-size="600,612" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20250419_170216 gums sunset scaled" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/20250419_170216-gums-sunset-scaled-1.jpg?w=294" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/20250419_170216-gums-sunset-scaled-1.jpg?w=590" loading="lazy" width="590" height="601" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/20250419_170216-gums-sunset-scaled-1.jpg?w=590" alt="" class="wp-image-29786" /></a></figure>
<hr/>
</div>
<div class="post-29726 post type-post status-publish format-standard hentry category-aall-create category-echidna-studios category-tulip-background category-watercolour tag-aall-create tag-echidna-studios tag-fabriano-watercolour-paper tag-sennelier-watercolours" id="post-29726">
<h1><a href="https://cards.heathertelford.com/2025/05/12/the-tulip-mix/">The Tulip Mix</a></h1>
<small class="post-meta"><span class="post-date"><b>Posted:</b> May 12, 2025</span> <span class="author-link">| <b>Author:</b> <a href="https://cards.heathertelford.com/author/heatherat/" title="Posts by Heather" rel="author">Heather</a></span> <span class="meta-sep">|</span> <span class="cat-links"><b>Filed under:</b> <a href="https://cards.heathertelford.com/category/aall-create/" rel="category tag">AALL & Create</a>, <a href="https://cards.heathertelford.com/category/echidna-studios/" rel="category tag">Echidna Studios</a>, <a href="https://cards.heathertelford.com/category/echidna-studios/tulip-background/" rel="category tag">tulip background</a>, <a href="https://cards.heathertelford.com/category/watercolour/" rel="category tag">Watercolour</a></span> <span class="tag-links"> | <b>Tags:</b> <a href="https://cards.heathertelford.com/tag/aall-create/" rel="tag">AALL & Create</a>, <a href="https://cards.heathertelford.com/tag/echidna-studios/" rel="tag">Echidna Studios</a>, <a href="https://cards.heathertelford.com/tag/fabriano-watercolour-paper/" rel="tag">Fabriano Watercolour Paper</a>, <a href="https://cards.heathertelford.com/tag/sennelier-watercolours/" rel="tag">sennelier watercolours</a></span> <span class="edit-link"></span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://cards.heathertelford.com/2025/05/12/the-tulip-mix/#comments">5 Comments</a></span></small>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1398tulip-mix-htelford_.jpg"><img data-attachment-id="29723" data-permalink="https://cards.heathertelford.com/dsc_1398tulip-mix-htelford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1398tulip-mix-htelford_.jpg" data-orig-size="600,446" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1398tulip mix HTelford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1398tulip-mix-htelford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1398tulip-mix-htelford_.jpg?w=590" loading="lazy" width="590" height="438" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1398tulip-mix-htelford_.jpg?w=590" alt="" class="wp-image-29723" /></a></figure>
<p>The tulip festival officially started here in Ottawa on Saturday but definitely not in my yard. There are potential blooms on a few lonely tulips but nothing looking showy or colourful yet. It doesn’t matter how many I plant, most do not shown up the following year! The tulips on today’s card are from <a href="https://www.etsy.com/ca/shop/EchidnaStudios" target="_blank" rel="noreferrer noopener">Echidna Studios</a>, the ‘<a href="https://www.etsy.com/ca/listing/1482408025/tulip-background-digital-stamp-svg-png?ref=shop_home_active_11&logging_key=220a1eed36ee47e706c6f58f2aef1f5963dca2b7%3A1482408025" target="_blank" rel="noreferrer noopener">tulip background digital stamp</a>‘ printed on hot pressed watercolour paper.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1400tulip-mix-close-up-htelford_.jpg"><img data-attachment-id="29725" data-permalink="https://cards.heathertelford.com/dsc_1400tulip-mix-close-up-htelford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1400tulip-mix-close-up-htelford_.jpg" data-orig-size="600,514" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1400tulip mix close up HTelford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1400tulip-mix-close-up-htelford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1400tulip-mix-close-up-htelford_.jpg?w=590" loading="lazy" width="590" height="505" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1400tulip-mix-close-up-htelford_.jpg?w=590" alt="" class="wp-image-29725" /></a></figure>
<p>I used a limited palette of Sennelier watercolour paints, creating a pink, an orange and a yellow from a mix of opera pink and gold ochre. The green stems and leaves were mix of greenish umber and prussian blue. I’ve been painting patterns and experiments in one of my handmade art journals so the paints were already on the table and in the palette.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1399tulip-mix-htelford_.jpg"><img data-attachment-id="29724" data-permalink="https://cards.heathertelford.com/dsc_1399tulip-mix-htelford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1399tulip-mix-htelford_.jpg" data-orig-size="600,471" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1399tulip mix HTelford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1399tulip-mix-htelford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1399tulip-mix-htelford_.jpg?w=590" loading="lazy" width="590" height="463" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/dsc_1399tulip-mix-htelford_.jpg?w=590" alt="" class="wp-image-29724" /></a></figure>
<p>To finish the design I splattered black paint, stamped an Aall & Create sentiment and ruled very fine black lines around the border with the a .01 micron pen. I hope you do have a beautiful day!</p>
<hr/>
</div>
<div class="post-29404 post type-post status-publish format-standard hentry category-delicate-florals category-penny-black category-watercolour tag-fabriano-watercolour-paper tag-penny-black-stamps tag-sennelier-watercolours tag-tsukineko-versafine-inks" id="post-29404">
<h1><a href="https://cards.heathertelford.com/2025/05/09/delicate-florals-on-watercolour/">Delicate florals on Watercolour</a></h1>
<small class="post-meta"><span class="post-date"><b>Posted:</b> May 9, 2025</span> <span class="author-link">| <b>Author:</b> <a href="https://cards.heathertelford.com/author/heatherat/" title="Posts by Heather" rel="author">Heather</a></span> <span class="meta-sep">|</span> <span class="cat-links"><b>Filed under:</b> <a href="https://cards.heathertelford.com/category/penny-black/delicate-florals/" rel="category tag">Delicate Florals</a>, <a href="https://cards.heathertelford.com/category/penny-black/" rel="category tag">Penny Black</a>, <a href="https://cards.heathertelford.com/category/watercolour/" rel="category tag">Watercolour</a></span> <span class="tag-links"> | <b>Tags:</b> <a href="https://cards.heathertelford.com/tag/fabriano-watercolour-paper/" rel="tag">Fabriano Watercolour Paper</a>, <a href="https://cards.heathertelford.com/tag/penny-black-stamps/" rel="tag">Penny Black stamps</a>, <a href="https://cards.heathertelford.com/tag/sennelier-watercolours/" rel="tag">sennelier watercolours</a>, <a href="https://cards.heathertelford.com/tag/tsukineko-versafine-inks/" rel="tag">Tsukineko Versafine inks</a></span> <span class="edit-link"></span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://cards.heathertelford.com/2025/05/09/delicate-florals-on-watercolour/#comments">3 Comments</a></span></small>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1369delicate-florals-on-wc-heather-telford_.jpg"><img data-attachment-id="29402" data-permalink="https://cards.heathertelford.com/dsc_1369delicate-florals-on-wc-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1369delicate-florals-on-wc-heather-telford_.jpg" data-orig-size="600,583" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1369delicate florals on wc Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1369delicate-florals-on-wc-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1369delicate-florals-on-wc-heather-telford_.jpg?w=590" loading="lazy" width="600" height="583" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1369delicate-florals-on-wc-heather-telford_.jpg?w=600" alt="" class="wp-image-29402" /></a></figure>
<p>I have another floral stamp over a watercolour background; I don’t think I will ever tire of the combination. This background was created using a very different method to the <a href="https://cards.heathertelford.com/2025/05/07/sunset-grasses/" target="_blank" rel="noreferrer noopener">previous card</a> posted. Whereas the last one required careful blending of paint colours this one was definitely abstract and unpredictable. I randomly painted watercolours on a piece of clear acetate then smooshed it onto a piece of watercolour paper.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1371delicate-florals-on-wc-close-up-heather-telford_.jpg"><img data-attachment-id="29405" data-permalink="https://cards.heathertelford.com/dsc_1371delicate-florals-on-wc-close-up-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1371delicate-florals-on-wc-close-up-heather-telford_.jpg" data-orig-size="600,581" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1371delicate florals on wc close up Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1371delicate-florals-on-wc-close-up-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1371delicate-florals-on-wc-close-up-heather-telford_.jpg?w=590" loading="lazy" width="600" height="581" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1371delicate-florals-on-wc-close-up-heather-telford_.jpg?w=600" alt="" class="wp-image-29405" /></a></figure>
<p>It took a few smooshings to start to build up pattern and depth of colour but eventually I had something I liked. Along the way I spritzed water to help the paint move and tilted the panel this way and that to spread it from one area to another. I didn’t like it when I first began but after several repetitions with the smooshing I could see it working as a pretty background.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1370delicate-florals-on-wc-heather-telford_.jpg"><img data-attachment-id="29403" data-permalink="https://cards.heathertelford.com/dsc_1370delicate-florals-on-wc-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1370delicate-florals-on-wc-heather-telford_.jpg" data-orig-size="600,578" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1370delicate florals on wc Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1370delicate-florals-on-wc-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1370delicate-florals-on-wc-heather-telford_.jpg?w=590" loading="lazy" width="600" height="578" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1370delicate-florals-on-wc-heather-telford_.jpg?w=600" alt="" class="wp-image-29403" /></a></figure>
<p>Once again I chose a Penny Black stamp, ‘delicate florals’ as the focal point over the background, this time choosing dark blue ink because I love the matchy-matchy! If you compare with the previous card you can see I added visual interested once again with a horizontal line down low on the card. It doesn’t get in the way but it leads the eye from left to right. While I was away I enjoyed the roses still blooming in my Dad’s garden. The tallest bush gave some foreground interest to yet another sunset photo.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/rose-sunset-20250416_172615.jpg"><img data-attachment-id="29718" data-permalink="https://cards.heathertelford.com/rose-sunset-20250416_172615/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/rose-sunset-20250416_172615.jpg" data-orig-size="600,735" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="rose sunset 20250416_172615" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/rose-sunset-20250416_172615.jpg?w=245" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/rose-sunset-20250416_172615.jpg?w=590" loading="lazy" width="590" height="722" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/rose-sunset-20250416_172615.jpg?w=590" alt="" class="wp-image-29718" /></a></figure>
<hr/>
</div>
<div class="post-29410 post type-post status-publish format-standard hentry category-natures-paintbrushes category-penny-black category-sennelier-watercolours tag-fabriano-watercolour-paper tag-penny-black-stamps tag-sennelier-watercolours" id="post-29410">
<h1><a href="https://cards.heathertelford.com/2025/05/07/sunset-grasses/">Sunset Grasses</a></h1>
<small class="post-meta"><span class="post-date"><b>Posted:</b> May 7, 2025</span> <span class="author-link">| <b>Author:</b> <a href="https://cards.heathertelford.com/author/heatherat/" title="Posts by Heather" rel="author">Heather</a></span> <span class="meta-sep">|</span> <span class="cat-links"><b>Filed under:</b> <a href="https://cards.heathertelford.com/category/penny-black/natures-paintbrushes/" rel="category tag">Nature's Paintbrushes</a>, <a href="https://cards.heathertelford.com/category/penny-black/" rel="category tag">Penny Black</a>, <a href="https://cards.heathertelford.com/category/sennelier-watercolours/" rel="category tag">sennelier watercolours</a></span> <span class="tag-links"> | <b>Tags:</b> <a href="https://cards.heathertelford.com/tag/fabriano-watercolour-paper/" rel="tag">Fabriano Watercolour Paper</a>, <a href="https://cards.heathertelford.com/tag/penny-black-stamps/" rel="tag">Penny Black stamps</a>, <a href="https://cards.heathertelford.com/tag/sennelier-watercolours/" rel="tag">sennelier watercolours</a></span> <span class="edit-link"></span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://cards.heathertelford.com/2025/05/07/sunset-grasses/#comments">5 Comments</a></span></small>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1372sunset-grasses-heather-telford_.jpg"><img data-attachment-id="29407" data-permalink="https://cards.heathertelford.com/dsc_1372sunset-grasses-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1372sunset-grasses-heather-telford_.jpg" data-orig-size="600,589" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1372sunset grasses Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1372sunset-grasses-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1372sunset-grasses-heather-telford_.jpg?w=590" loading="lazy" width="600" height="589" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1372sunset-grasses-heather-telford_.jpg?w=600" alt="" class="wp-image-29407" /></a></figure>
<p>I have been away from my workroom, paints, stamps, papers and computer. I thought I might have shared a few blog posts while I was away but instead I took in the beauty of my surroundings snapping oodles of sunset photos along with other lovely scenery and dear faces. Now that I am back at home I will share some cards interspersed with occasional photos taken while away.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1374sunset-grasses-close-up-heather-telford_.jpg"><img data-attachment-id="29409" data-permalink="https://cards.heathertelford.com/dsc_1374sunset-grasses-close-up-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1374sunset-grasses-close-up-heather-telford_.jpg" data-orig-size="600,565" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1374sunset grasses close up Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1374sunset-grasses-close-up-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1374sunset-grasses-close-up-heather-telford_.jpg?w=590" loading="lazy" width="590" height="555" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1374sunset-grasses-close-up-heather-telford_.jpg?w=590" alt="" class="wp-image-29409" /></a></figure>
<p>It’s been over a month since my last post which included snowflakes but before that one I was sharing cards made from watercolour panels. I ended last year and began this year wrapped up in colour mixing. I am still doing it and the result is quite the pile of panels ready to be stamped, die-cut or collaged into cards. This panel is an example of a gradation from one colour to another. I painted yellow from one end, deep pink from the other and blended them only slightly in the middle. When I picked the panel out of the pile I blended some darker yellow ink over the top through a circle post-it stencil then blended the edges once the stencil was removed.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1373sunset-grasses-heather-telford_.jpg"><img data-attachment-id="29408" data-permalink="https://cards.heathertelford.com/dsc_1373sunset-grasses-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1373sunset-grasses-heather-telford_.jpg" data-orig-size="600,580" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1373sunset grasses Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1373sunset-grasses-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1373sunset-grasses-heather-telford_.jpg?w=590" loading="lazy" width="590" height="570" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1373sunset-grasses-heather-telford_.jpg?w=590" alt="" class="wp-image-29408" /></a></figure>
<p>The lovely Penny Black ‘nature’s paintbrushes’ was a simple addition along with a thin strip of cardstock and a tiny sentiment from the PB ‘snippets’ stamp set. Thanks for dropping by despite how quiet it’s been her lately!</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/05/aus-sunset-20250406_175205.jpg"><img data-attachment-id="29707" data-permalink="https://cards.heathertelford.com/aus-sunset-20250406_175205/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/aus-sunset-20250406_175205.jpg" data-orig-size="600,315" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Aus sunset 20250406_175205" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/aus-sunset-20250406_175205.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/05/aus-sunset-20250406_175205.jpg?w=590" loading="lazy" width="590" height="309" src="https://cards.heathertelford.com/wp-content/uploads/2025/05/aus-sunset-20250406_175205.jpg?w=590" alt="" class="wp-image-29707" /></a></figure>
<hr/>
</div>
<div class="post-29425 post type-post status-publish format-standard hentry category-a2-layers category-aall-create category-additional-a2-layers category-echidna-studios category-gel-press category-grafix category-snowflake-digital-stamp-set category-waffle-flower tag-digital-stamps tag-echidna-studios tag-gel-press tag-waffle-flower-dies" id="post-29425">
<h1><a href="https://cards.heathertelford.com/2025/03/24/frames-in-frames/">Frames in frames</a></h1>
<small class="post-meta"><span class="post-date"><b>Posted:</b> March 24, 2025</span> <span class="author-link">| <b>Author:</b> <a href="https://cards.heathertelford.com/author/heatherat/" title="Posts by Heather" rel="author">Heather</a></span> <span class="meta-sep">|</span> <span class="cat-links"><b>Filed under:</b> <a href="https://cards.heathertelford.com/category/waffle-flower/a2-layers/" rel="category tag">A2 layers</a>, <a href="https://cards.heathertelford.com/category/aall-create/" rel="category tag">AALL & Create</a>, <a href="https://cards.heathertelford.com/category/waffle-flower/additional-a2-layers/" rel="category tag">Additional A2 layers</a>, <a href="https://cards.heathertelford.com/category/echidna-studios/" rel="category tag">Echidna Studios</a>, <a href="https://cards.heathertelford.com/category/gel-press/" rel="category tag">gel press</a>, <a href="https://cards.heathertelford.com/category/grafix/" rel="category tag">grafix</a>, <a href="https://cards.heathertelford.com/category/echidna-studios/snowflake-digital-stamp-set/" rel="category tag">snowflake digital stamp set</a>, <a href="https://cards.heathertelford.com/category/waffle-flower/" rel="category tag">Waffle Flower</a></span> <span class="tag-links"> | <b>Tags:</b> <a href="https://cards.heathertelford.com/tag/digital-stamps/" rel="tag">digital stamps</a>, <a href="https://cards.heathertelford.com/tag/echidna-studios/" rel="tag">Echidna Studios</a>, <a href="https://cards.heathertelford.com/tag/gel-press/" rel="tag">gel press</a>, <a href="https://cards.heathertelford.com/tag/waffle-flower-dies/" rel="tag">Waffle Flower dies</a></span> <span class="edit-link"></span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://cards.heathertelford.com/2025/03/24/frames-in-frames/#comments">3 Comments</a></span></small>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1310two-frames-in-frames-h-telford_.jpg"><img data-attachment-id="29388" data-permalink="https://cards.heathertelford.com/dsc_1310two-frames-in-frames-h-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1310two-frames-in-frames-h-telford_.jpg" data-orig-size="600,455" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1310two frames in frames H Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1310two-frames-in-frames-h-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1310two-frames-in-frames-h-telford_.jpg?w=590" loading="lazy" width="600" height="455" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1310two-frames-in-frames-h-telford_.jpg?w=600" alt="" class="wp-image-29388" /></a></figure>
<p>As I write this post I realise that these cards feature snowflakes when probably all you want to see is flowers! Nevertheless I see snow falling outside this morning; it’s not over yet where I live. I used snowflake masks cut from Grafix matte duralar using my cricut and the <a href="https://www.etsy.com/ca/listing/1342065061/snowflake-digital-stamp-set-outlines-and?ref=shop_home_feat_2&logging_key=ae966ed181352a3a10eea3289ede16a5e4b5897e%3A1342065061" target="_blank" rel="noreferrer noopener">digital snowflake set</a> from <a href="https://www.etsy.com/ca/shop/EchidnaStudios" target="_blank" rel="noreferrer noopener">Echidna Studios</a>.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1312parallel-frames-in-frames-h-telford_.jpg"><img data-attachment-id="29390" data-permalink="https://cards.heathertelford.com/dsc_1312parallel-frames-in-frames-h-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1312parallel-frames-in-frames-h-telford_.jpg" data-orig-size="600,576" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1312parallel frames in frames H Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1312parallel-frames-in-frames-h-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1312parallel-frames-in-frames-h-telford_.jpg?w=590" loading="lazy" width="600" height="576" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1312parallel-frames-in-frames-h-telford_.jpg?w=600" alt="" class="wp-image-29390" /></a></figure>
<p>In my mind this post is more about the layouts than the images. I have featured the <a href="https://cards.heathertelford.com/2024/08/21/gel-printed-cornflower-grasses/" target="_blank" rel="noreferrer noopener">frame in frames</a> idea before as a way to feature a large patterned panel but add some extra interest as you do so. I used the <a href="https://foiledfox.com/products/waffle-flower-a2-layers-die-set/" target="_blank" rel="noreferrer noopener">Waffle Flower A2 layer dies</a> to cut my frames and cut all three rectangles at one time taping dies to panel to plate to keep everything in place.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1313closeup-frames-in-frames-h-telford_.jpg"><img data-attachment-id="29391" data-permalink="https://cards.heathertelford.com/dsc_1313closeup-frames-in-frames-h-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1313closeup-frames-in-frames-h-telford_.jpg" data-orig-size="600,561" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1313closeup frames in frames H Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1313closeup-frames-in-frames-h-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1313closeup-frames-in-frames-h-telford_.jpg?w=590" loading="lazy" width="600" height="561" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1313closeup-frames-in-frames-h-telford_.jpg?w=600" alt="" class="wp-image-29391" /></a></figure>
<p>On one card I kept the frames parallel to each other but on the one above I offset the two centre dies for a wonky look. The print is a gel print created with a white snowflake layer then lifted with a mixed layer of blue, turquoise and red paint. I expected the mixed layer to be much bolder but I’m happy the paints blended into a muted mix. The sentiments are from the AALL & Create ‘everyday sentiments’ set.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1311tilt-frames-in-frames-h-telford_.jpg"><img data-attachment-id="29389" data-permalink="https://cards.heathertelford.com/dsc_1311tilt-frames-in-frames-h-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1311tilt-frames-in-frames-h-telford_.jpg" data-orig-size="600,584" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1311tilt frames in frames H Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1311tilt-frames-in-frames-h-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1311tilt-frames-in-frames-h-telford_.jpg?w=590" loading="lazy" width="600" height="584" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1311tilt-frames-in-frames-h-telford_.jpg?w=600" alt="" class="wp-image-29389" /></a></figure>
<hr/>
</div>
<div class="post-29297 post type-post status-publish format-standard hentry category-border-collection category-hand-painted tag-hand-painted tag-penny-black-creative-dies tag-penny-black-stamps" id="post-29297">
<h1><a href="https://cards.heathertelford.com/2025/03/05/strips-stripes/">Strips & Stripes</a></h1>
<small class="post-meta"><span class="post-date"><b>Posted:</b> March 5, 2025</span> <span class="author-link">| <b>Author:</b> <a href="https://cards.heathertelford.com/author/heatherat/" title="Posts by Heather" rel="author">Heather</a></span> <span class="meta-sep">|</span> <span class="cat-links"><b>Filed under:</b> <a href="https://cards.heathertelford.com/category/penny-black/dies/border-collection/" rel="category tag">border collection</a>, <a href="https://cards.heathertelford.com/category/hand-painted/" rel="category tag">Hand painted</a></span> <span class="tag-links"> | <b>Tags:</b> <a href="https://cards.heathertelford.com/tag/hand-painted/" rel="tag">Hand painted</a>, <a href="https://cards.heathertelford.com/tag/penny-black-creative-dies/" rel="tag">Penny Black creative dies</a>, <a href="https://cards.heathertelford.com/tag/penny-black-stamps/" rel="tag">Penny Black stamps</a></span> <span class="edit-link"></span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://cards.heathertelford.com/2025/03/05/strips-stripes/#comments">1 Comment</a></span></small>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1356scallop-stripe-heather-telford_.jpg"><img data-attachment-id="29291" data-permalink="https://cards.heathertelford.com/dsc_1356scallop-stripe-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1356scallop-stripe-heather-telford_.jpg" data-orig-size="600,533" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1356scallop stripe Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1356scallop-stripe-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1356scallop-stripe-heather-telford_.jpg?w=590" loading="lazy" width="600" height="533" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1356scallop-stripe-heather-telford_.jpg?w=600" alt="" class="wp-image-29291" /></a></figure>
<p>Amongst my recent watercolour panels there are quite a few with stripes. I was colour mixing and playing with wet into wet technique as I painted stripe over stripe to fill the panels.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1358scallop-stripe-close-up-heather-telford_.jpg"><img data-attachment-id="29293" data-permalink="https://cards.heathertelford.com/dsc_1358scallop-stripe-close-up-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1358scallop-stripe-close-up-heather-telford_.jpg" data-orig-size="600,401" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1358scallop stripe close up Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1358scallop-stripe-close-up-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1358scallop-stripe-close-up-heather-telford_.jpg?w=590" loading="lazy" width="600" height="401" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1358scallop-stripe-close-up-heather-telford_.jpg?w=600" alt="" class="wp-image-29293" /></a></figure>
<p>I could have die cut a scalloped strip to add on top of the card front but I liked the layered look which reminds be a bit of carnival tents so I added first the painted strip, then over the top a scalloped piece of white. The scallop die is from the Penny Black set, ‘border collection’ and the sentiment from the ever faithful PB ‘snippets’ set.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1357scallop-stripe-heather-telford_.jpg"><img data-attachment-id="29292" data-permalink="https://cards.heathertelford.com/dsc_1357scallop-stripe-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1357scallop-stripe-heather-telford_.jpg" data-orig-size="600,537" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1357scallop stripe Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1357scallop-stripe-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1357scallop-stripe-heather-telford_.jpg?w=590" loading="lazy" width="600" height="537" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1357scallop-stripe-heather-telford_.jpg?w=600" alt="" class="wp-image-29292" /></a></figure>
<p>The heart themed card below is the same layout with a couple of variations. As you can see I still used a striped panel but die cut some hearts from it and lined them up to span the card front.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1379heart-stripe-heather-telford__01.jpg"><img data-attachment-id="29300" data-permalink="https://cards.heathertelford.com/dsc_1379heart-stripe-heather-telford__01/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1379heart-stripe-heather-telford__01.jpg" data-orig-size="600,497" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1379heart stripe Heather Telford__01" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1379heart-stripe-heather-telford__01.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1379heart-stripe-heather-telford__01.jpg?w=590" loading="lazy" width="600" height="497" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1379heart-stripe-heather-telford__01.jpg?w=600" alt="" class="wp-image-29300" /></a></figure>
<p>Although the hearts looked cute in a row, the white card front looked too plain so I added an embossed panel as the background to add texture and interest without adding more colour.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1380heart-stripe-close-up-heather-telford_.jpg"><img data-attachment-id="29296" data-permalink="https://cards.heathertelford.com/dsc_1380heart-stripe-close-up-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1380heart-stripe-close-up-heather-telford_.jpg" data-orig-size="600,334" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1380heart stripe close up Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1380heart-stripe-close-up-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1380heart-stripe-close-up-heather-telford_.jpg?w=590" loading="lazy" width="600" height="334" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1380heart-stripe-close-up-heather-telford_.jpg?w=600" alt="" class="wp-image-29296" /></a></figure>
<p>The little happy birthday is from Darkroom Door, once again I used a small sentiment; I do have a soft spot for tiny text.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1378heart-stripe-heather-telford__01.jpg"><img data-attachment-id="29299" data-permalink="https://cards.heathertelford.com/dsc_1378heart-stripe-heather-telford__01/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1378heart-stripe-heather-telford__01.jpg" data-orig-size="600,514" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1378heart stripe Heather Telford__01" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1378heart-stripe-heather-telford__01.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1378heart-stripe-heather-telford__01.jpg?w=590" loading="lazy" width="600" height="514" src="https://cards.heathertelford.com/wp-content/uploads/2025/03/dsc_1378heart-stripe-heather-telford__01.jpg?w=600" alt="" class="wp-image-29299" /></a></figure>
<p>These two are examples made for my <a href="https://cards.heathertelford.com/classes/" target="_blank" rel="noreferrer noopener">upcoming in-person card design class</a> which still has a few available spots in it.</p>
<hr/>
</div>
<div class="post-29259 post type-post status-publish format-standard hentry category-classes category-hand-painted category-sennelier-watercolours category-watercolour tag-canson-watercolour-paper tag-classes tag-fabriano-watercolour-paper tag-kuretake-gansai-tambi-watercolour-paints tag-sennelier-watercolours" id="post-29259">
<h1><a href="https://cards.heathertelford.com/2025/02/27/pile-of-watercolour-possibilities/">Pile of Watercolour Possibilities</a></h1>
<small class="post-meta"><span class="post-date"><b>Posted:</b> February 27, 2025</span> <span class="author-link">| <b>Author:</b> <a href="https://cards.heathertelford.com/author/heatherat/" title="Posts by Heather" rel="author">Heather</a></span> <span class="meta-sep">|</span> <span class="cat-links"><b>Filed under:</b> <a href="https://cards.heathertelford.com/category/classes/" rel="category tag">Classes</a>, <a href="https://cards.heathertelford.com/category/hand-painted/" rel="category tag">Hand painted</a>, <a href="https://cards.heathertelford.com/category/sennelier-watercolours/" rel="category tag">sennelier watercolours</a>, <a href="https://cards.heathertelford.com/category/watercolour/" rel="category tag">Watercolour</a></span> <span class="tag-links"> | <b>Tags:</b> <a href="https://cards.heathertelford.com/tag/canson-watercolour-paper/" rel="tag">Canson watercolour paper</a>, <a href="https://cards.heathertelford.com/tag/classes/" rel="tag">Classes</a>, <a href="https://cards.heathertelford.com/tag/fabriano-watercolour-paper/" rel="tag">Fabriano Watercolour Paper</a>, <a href="https://cards.heathertelford.com/tag/kuretake-gansai-tambi-watercolour-paints/" rel="tag">Kuretake Gansai Tambi watercolour paints</a>, <a href="https://cards.heathertelford.com/tag/sennelier-watercolours/" rel="tag">sennelier watercolours</a></span> <span class="edit-link"></span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://cards.heathertelford.com/2025/02/27/pile-of-watercolour-possibilities/#comments">7 Comments</a></span></small>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-heather-telford_.jpg"><img data-attachment-id="29256" data-permalink="https://cards.heathertelford.com/dsc_1366wc-panels-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-heather-telford_.jpg" data-orig-size="600,427" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1366wc panels Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-heather-telford_.jpg?w=590" loading="lazy" width="600" height="427" src="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-heather-telford_.jpg?w=600" alt="" class="wp-image-29256" /></a></figure>
<p>After teaching a couple of watercolour classes lately I have amassed quite the pile of panels. They are full of potential for card making. As well as painting separate panels I’ve also been creating abstract or background watercolours in a couple of art journals.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-top-left-heather-telford_.jpg"><img data-attachment-id="29257" data-permalink="https://cards.heathertelford.com/dsc_1366wc-panels-top-left-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-top-left-heather-telford_.jpg" data-orig-size="600,404" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1366wc panels top left Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-top-left-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-top-left-heather-telford_.jpg?w=590" loading="lazy" width="600" height="404" src="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-top-left-heather-telford_.jpg?w=600" alt="" class="wp-image-29257" /></a></figure>
<p>The purpose of the exercise has been two-fold. The main plan was to revisit a range of watercolour techniques in order to share them with others in classes. Additionally I chose to work small so we could complete quite a few practice pieces during class leaving us with ‘card sized’ panels to turn into cards later if we wished.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-bottom-right-heather-telford_.jpg"><img data-attachment-id="29255" data-permalink="https://cards.heathertelford.com/dsc_1366wc-panels-bottom-right-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-bottom-right-heather-telford_.jpg" data-orig-size="600,404" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1366wc panels bottom right Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-bottom-right-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-bottom-right-heather-telford_.jpg?w=590" loading="lazy" width="600" height="404" src="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-bottom-right-heather-telford_.jpg?w=600" alt="" class="wp-image-29255" /></a></figure>
<p>I have enjoyed the preparation and the classes so much that I have almost 100 panels on hand! My next <a href="https://cards.heathertelford.com/classes/" target="_blank" rel="noreferrer noopener">in person class</a> is going back to basics in regard to card making. I will cover assembly tips and tricks as well as design principles in order to create balanced and beautiful card layouts. It is exciting to have all these panels around just waiting to be transformed into cards.</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-top-right-heather-telford_.jpg"><img data-attachment-id="29258" data-permalink="https://cards.heathertelford.com/dsc_1366wc-panels-top-right-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-top-right-heather-telford_.jpg" data-orig-size="600,404" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1366wc panels top right Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-top-right-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-top-right-heather-telford_.jpg?w=590" loading="lazy" width="600" height="404" src="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-top-right-heather-telford_.jpg?w=600" alt="" class="wp-image-29258" /></a></figure>
<p>As you can imagine I also have piles of gel prints, alcohol ink panels, collages and patterned papers that could be turned into cards. It’s rather nice to have all these options…</p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-bottom-left-heather-telford_.jpg"><img data-attachment-id="29254" data-permalink="https://cards.heathertelford.com/dsc_1366wc-panels-bottom-left-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-bottom-left-heather-telford_.jpg" data-orig-size="600,404" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1366wc panels bottom left Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-bottom-left-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-bottom-left-heather-telford_.jpg?w=590" loading="lazy" width="600" height="404" src="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1366wc-panels-bottom-left-heather-telford_.jpg?w=600" alt="" class="wp-image-29254" /></a></figure>
<hr/>
</div>
<div class="post-29236 post type-post status-publish format-standard hentry category-classes category-hand-drawn category-hand-painted category-sennelier-watercolours category-watercolour tag-classes tag-fabriano-watercolour-paper tag-sennelier-watercolours" id="post-29236">
<h1><a href="https://cards.heathertelford.com/2025/02/24/whimsy-and-watercolour/">Whimsy and Watercolour</a></h1>
<small class="post-meta"><span class="post-date"><b>Posted:</b> February 24, 2025</span> <span class="author-link">| <b>Author:</b> <a href="https://cards.heathertelford.com/author/heatherat/" title="Posts by Heather" rel="author">Heather</a></span> <span class="meta-sep">|</span> <span class="cat-links"><b>Filed under:</b> <a href="https://cards.heathertelford.com/category/classes/" rel="category tag">Classes</a>, <a href="https://cards.heathertelford.com/category/hand-drawn/" rel="category tag">Hand drawn</a>, <a href="https://cards.heathertelford.com/category/hand-painted/" rel="category tag">Hand painted</a>, <a href="https://cards.heathertelford.com/category/sennelier-watercolours/" rel="category tag">sennelier watercolours</a>, <a href="https://cards.heathertelford.com/category/watercolour/" rel="category tag">Watercolour</a></span> <span class="tag-links"> | <b>Tags:</b> <a href="https://cards.heathertelford.com/tag/classes/" rel="tag">Classes</a>, <a href="https://cards.heathertelford.com/tag/fabriano-watercolour-paper/" rel="tag">Fabriano Watercolour Paper</a>, <a href="https://cards.heathertelford.com/tag/sennelier-watercolours/" rel="tag">sennelier watercolours</a></span> <span class="edit-link"></span> <span class="meta-sep">|</span> <span class="comments-link"><a href="https://cards.heathertelford.com/2025/02/24/whimsy-and-watercolour/#comments">3 Comments</a></span></small>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1349wc-patch-doodle-whimsy-heather-telford_.jpg"><img data-attachment-id="29233" data-permalink="https://cards.heathertelford.com/dsc_1349wc-patch-doodle-whimsy-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1349wc-patch-doodle-whimsy-heather-telford_.jpg" data-orig-size="600,580" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1349wc patch doodle whimsy Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1349wc-patch-doodle-whimsy-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1349wc-patch-doodle-whimsy-heather-telford_.jpg?w=590" loading="lazy" width="600" height="580" src="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1349wc-patch-doodle-whimsy-heather-telford_.jpg?w=600" alt="" class="wp-image-29233" /></a></figure>
<p>As I mentioned in January I have been playing with watercolour techniques then adding whimsical doodles over the top. Today’s card is another example. I switched the order in the title of the blog post because the whimsy has over powered the watercolour in this panel even though both elements are still obvious. </p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1351wc-patch-doodle-whimsy-close-up-heather-telford_.jpg"><img data-attachment-id="29235" data-permalink="https://cards.heathertelford.com/dsc_1351wc-patch-doodle-whimsy-close-up-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1351wc-patch-doodle-whimsy-close-up-heather-telford_.jpg" data-orig-size="600,573" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1351wc patch doodle whimsy close up Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1351wc-patch-doodle-whimsy-close-up-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1351wc-patch-doodle-whimsy-close-up-heather-telford_.jpg?w=590" loading="lazy" width="600" height="573" src="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1351wc-patch-doodle-whimsy-close-up-heather-telford_.jpg?w=600" alt="" class="wp-image-29235" /></a></figure>
<p>I used only three paint colours to paint the squares on the watercolour paper, some touching while wet, resulting in soft blends. All the colours you see were mixed from the same three paints – a blue, a pink and a mustard. The doodling was done with a black fine tip pen and a gold gel pen. </p>
<figure class="wp-block-image size-large"><a href="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1349wc-patch-doodle-whimsy-heather-telford_.jpg"><img data-attachment-id="29233" data-permalink="https://cards.heathertelford.com/dsc_1349wc-patch-doodle-whimsy-heather-telford_/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1349wc-patch-doodle-whimsy-heather-telford_.jpg" data-orig-size="600,580" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="DSC_1349wc patch doodle whimsy Heather Telford_" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1349wc-patch-doodle-whimsy-heather-telford_.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1349wc-patch-doodle-whimsy-heather-telford_.jpg?w=590" loading="lazy" width="600" height="580" src="https://cards.heathertelford.com/wp-content/uploads/2025/02/dsc_1349wc-patch-doodle-whimsy-heather-telford_.jpg?w=600" alt="" class="wp-image-29233" /></a></figure>
<p>Even though the gold details from the gel pen are a minor part of the design they were the catalyst for choosing a gold mat and sentiment. In my upcoming <a href="https://cards.heathertelford.com/classes/" target="_blank" rel="noreferrer noopener">in-person class</a> I am teaching design principles and assembly techniques for card making and this thank you card is one of my examples. ( I wish I could remember who makes that pretty thank you die, but I’m not sure)</p>
<hr/>
</div>
<div class="navigation">
<div class="alignleft"><a href="https://cards.heathertelford.com/page/2/" >← Older Entries</a></div>
<div class="alignright"></div>
</div>
</div>
<div id="sidebar">
<div id="media_image-13" class="widget block widget_media_image sidebar-box"><h3>Heather Telford</h3><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><img width="300" height="362" src="https://cards.heathertelford.com/wp-content/uploads/2020/05/sequence-10.00_00_36_23.still009-profile-bwsb.jpg?w=300" class="image wp-image-18353 attachment-300x362 size-300x362" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://cards.heathertelford.com/wp-content/uploads/2020/05/sequence-10.00_00_36_23.still009-profile-bwsb.jpg 300w, https://cards.heathertelford.com/wp-content/uploads/2020/05/sequence-10.00_00_36_23.still009-profile-bwsb.jpg?w=124 124w, https://cards.heathertelford.com/wp-content/uploads/2020/05/sequence-10.00_00_36_23.still009-profile-bwsb.jpg?w=249 249w" sizes="(max-width: 300px) 100vw, 300px" data-attachment-id="18353" data-permalink="https://cards.heathertelford.com/sequence-10-00_00_36_23-still009-profile-bwsb/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2020/05/sequence-10.00_00_36_23.still009-profile-bwsb.jpg" data-orig-size="300,362" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Sequence 10.00_00_36_23.Still009 profile bwsb" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2020/05/sequence-10.00_00_36_23.still009-profile-bwsb.jpg?w=249" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2020/05/sequence-10.00_00_36_23.still009-profile-bwsb.jpg?w=300" /></div><div id="text-1" class="widget block widget_text sidebar-box"> <div class="textwidget">
All content is © Heather Telford and is for personal use only and may not be copied for publication or contest submission.
<br>
<a href="https://cards.heathertelford.com/feed"><img src="https://faq.files.wordpress.com/2006/11/c141.png" /></a>
</div>
</div><div id="block-8" class="widget block widget_block sidebar-box">
<h2 class="wp-block-heading has-text-align-center" id="online-classes">Online Classes</h2>
</div><div id="block-12" class="widget block widget_block widget_media_image sidebar-box">
<figure class="wp-block-image size-large"><a href="https://heathertelford.podia.com/gel-print-journey" target="_blank" rel=" noreferrer noopener"><img loading="lazy" width="590" height="331" src="https://cardz.files.wordpress.com/2023/05/widget-promo-title.jpg?w=590" alt="" class="wp-image-24740" srcset="https://cardz.files.wordpress.com/2023/05/widget-promo-title.jpg?w=590 590w, https://cardz.files.wordpress.com/2023/05/widget-promo-title.jpg?w=150 150w, https://cardz.files.wordpress.com/2023/05/widget-promo-title.jpg?w=300 300w, https://cardz.files.wordpress.com/2023/05/widget-promo-title.jpg?w=768 768w, https://cardz.files.wordpress.com/2023/05/widget-promo-title.jpg 900w" sizes="(max-width: 590px) 100vw, 590px" /></a></figure>
</div><div id="media_image-16" class="widget block widget_media_image sidebar-box"><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://heathertelford.podia.com/floral-faves"><img width="590" height="442" src="https://cards.heathertelford.com/wp-content/uploads/2021/05/ff-cover-black-blog-1.jpg?w=590" class="image wp-image-20817 attachment-590x442 size-590x442" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://cards.heathertelford.com/wp-content/uploads/2021/05/ff-cover-black-blog-1.jpg 590w, https://cards.heathertelford.com/wp-content/uploads/2021/05/ff-cover-black-blog-1.jpg?w=150 150w, https://cards.heathertelford.com/wp-content/uploads/2021/05/ff-cover-black-blog-1.jpg?w=300 300w" sizes="(max-width: 590px) 100vw, 590px" data-attachment-id="20817" data-permalink="https://cards.heathertelford.com/ff-cover-black-blog-2/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2021/05/ff-cover-black-blog-1.jpg" data-orig-size="590,442" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="Flor" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2021/05/ff-cover-black-blog-1.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2021/05/ff-cover-black-blog-1.jpg?w=590" /></a></div><div id="media_image-14" class="widget block widget_media_image sidebar-box"><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://heathertelford.podia.com/colour-clues"><img width="1000" height="750" src="https://cards.heathertelford.com/wp-content/uploads/2020/08/cc-banner.jpg?w=1000" class="image wp-image-18831 attachment-1000x750 size-1000x750" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://cards.heathertelford.com/wp-content/uploads/2020/08/cc-banner.jpg 1000w, https://cards.heathertelford.com/wp-content/uploads/2020/08/cc-banner.jpg?w=150 150w, https://cards.heathertelford.com/wp-content/uploads/2020/08/cc-banner.jpg?w=300 300w, https://cards.heathertelford.com/wp-content/uploads/2020/08/cc-banner.jpg?w=768 768w" sizes="(max-width: 1000px) 100vw, 1000px" data-attachment-id="18831" data-permalink="https://cards.heathertelford.com/cc-banner/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2020/08/cc-banner.jpg" data-orig-size="1000,750" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Colour clues online class" data-image-description="" data-image-caption="" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2020/08/cc-banner.jpg?w=300" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2020/08/cc-banner.jpg?w=590" /></a></div><div id="block-7" class="widget block widget_block widget_media_image sidebar-box">
<figure class="wp-block-image size-large"><a href="https://heathertelford.podia.com/wreaths-stamped-and-painted"><img loading="lazy" width="590" height="399" src="https://cardz.files.wordpress.com/2021/11/3by31-widget.jpg?w=590" alt="" class="wp-image-21945" srcset="https://cardz.files.wordpress.com/2021/11/3by31-widget.jpg?w=590 590w, https://cardz.files.wordpress.com/2021/11/3by31-widget.jpg?w=150 150w, https://cardz.files.wordpress.com/2021/11/3by31-widget.jpg?w=300 300w, https://cardz.files.wordpress.com/2021/11/3by31-widget.jpg?w=768 768w, https://cardz.files.wordpress.com/2021/11/3by31-widget.jpg 800w" sizes="(max-width: 590px) 100vw, 590px" /></a></figure>
</div><div id="media_image-2" class="widget block widget_media_image sidebar-box"><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://heathertelford.podia.com/winter-wonder"><img width="250" height="188" src="https://cards.heathertelford.com/wp-content/uploads/2020/11/winter-wonder-widget.jpg" class="image wp-image-19505 alignnone attachment-full size-full" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://cards.heathertelford.com/wp-content/uploads/2020/11/winter-wonder-widget.jpg 250w, https://cards.heathertelford.com/wp-content/uploads/2020/11/winter-wonder-widget.jpg?w=150&h=113 150w" sizes="(max-width: 250px) 100vw, 250px" data-attachment-id="19505" data-permalink="https://cards.heathertelford.com/created-with-gimp/" data-orig-file="https://cards.heathertelford.com/wp-content/uploads/2020/11/winter-wonder-widget.jpg" data-orig-size="250,188" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"Created with GIMP","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"Created with GIMP","orientation":"1"}" data-image-title="Created with GIMP" data-image-description="" data-image-caption="<p>Created with GIMP</p>
" data-medium-file="https://cards.heathertelford.com/wp-content/uploads/2020/11/winter-wonder-widget.jpg?w=250" data-large-file="https://cards.heathertelford.com/wp-content/uploads/2020/11/winter-wonder-widget.jpg?w=250" /></a></div><div id="block-10" class="widget block widget_block sidebar-box">
<h4 class="wp-block-heading" id="affiliate-links-to-the-following-stores-give-me-a-commission-at-no-extra-cost-to-you-thank-you-for-you-support"><strong>Affiliate links to the following stores give me a commission at no extra cost to you. Thank you for you support.</strong></h4>
</div><div id="block-11" class="widget block widget_block sidebar-box">
<ul class="wp-block-list">
<li><a rel="noreferrer noopener" href="http://foiledfox.com/affiliates/idevaffiliate.php?id=100" target="_blank">The Foiled Fox</a> </li>
<li><a rel="noreferrer noopener" href="https://www.scrapnstamp.ca/store/pc/home.asp?idaffiliate=27" target="_blank">Scrap'n'Stamp</a> </li>
<li><a rel="noreferrer noopener" href="https://ecstasycrafts.ca?aff=38" target="_blank">Ecstasy Crafts</a> (use heathertecs10 for a 10% discount)</li>
</ul>
</div><div id="categories-1" class="widget block widget_categories sidebar-box"><h3>Search</h3><form action="https://cards.heathertelford.com" method="get"><label class="screen-reader-text" for="cat">Search</label><select name='cat' id='cat' class='postform'>
<option value='-1'>Select Category</option>
<option class="level-0" value="516381021">49 and Market (1)</option>
<option class="level-1" value="764138580"> Curators Adverts (1)</option>
<option class="level-0" value="548785535">AALL & Create (6)</option>
<option class="level-1" value="900776"> cornflower (1)</option>
<option class="level-1" value="772644019"> totally dotty stencil (1)</option>
<option class="level-0" value="3044039">Alcohol Ink (70)</option>
<option class="level-0" value="154880109">Alexandra Renke (10)</option>
<option class="level-1" value="543473379"> Autumn dragonflies (2)</option>
<option class="level-1" value="695044365"> Autumn plant rose (1)</option>
<option class="level-1" value="657591"> mandala (2)</option>
<option class="level-1" value="714796725"> ornamental star stencil (1)</option>
<option class="level-1" value="670540262"> poppy flower dies (1)</option>
<option class="level-1" value="670540255"> poppy flower stamps (1)</option>
<option class="level-0" value="223774695">Altenew (11)</option>
<option class="level-1" value="163610"> Angelique (1)</option>
<option class="level-1" value="717950883"> dancing peacock embossing folder (2)</option>
<option class="level-1" value="61845877"> Leaf Canopy (5)</option>
<option class="level-1" value="670262510"> Watercolour paints 36 (2)</option>
<option class="level-1" value="60396"> Wonderland (3)</option>
<option class="level-0" value="635284387">Art Impressions WC stamps (1)</option>
<option class="level-0" value="287760">Art Journal (49)</option>
<option class="level-1" value="728691811"> 6″x 6″ journal (5)</option>
<option class="level-0" value="156565586">Arteza (8)</option>
<option class="level-1" value="697187309"> watercolour real brush pens (8)</option>
<option class="level-0" value="105788275">Avery Elle (4)</option>
<option class="level-1" value="18580142"> simple sentiments (4)</option>
<option class="level-0" value="14507675">Bible journaling (1)</option>
<option class="level-0" value="5588852">Bister (23)</option>
<option class="level-0" value="1356">Blogroll (1)</option>
<option class="level-0" value="10375836">Brusho (77)</option>
<option class="level-0" value="482600751">Brutus Monroe (16)</option>
<option class="level-1" value="703528870"> silver sketch deco foil (2)</option>
<option class="level-0" value="191602254">Bullet Journal (21)</option>
<option class="level-1" value="713081162"> Dingbat notebooks (19)</option>
<option class="level-1" value="713081206"> Stabilo .88 fine line pens (2)</option>
<option class="level-0" value="22841">calligraphy (1)</option>
<option class="level-0" value="5609">CAS (424)</option>
<option class="level-0" value="582379602">Catherine Pooler inks (9)</option>
<option class="level-0" value="1546">Challenges (6)</option>
<option class="level-0" value="1718041">Ciao Bella (4)</option>
<option class="level-1" value="23193"> patchwork (1)</option>
<option class="level-1" value="750764250"> remington lowercase alphabet (1)</option>
<option class="level-1" value="7445723"> rice papers (1)</option>
<option class="level-0" value="1325">Classes (29)</option>
<option class="level-0" value="4420610">Collage cards (19)</option>
<option class="level-0" value="11111696">Color Burst (15)</option>
<option class="level-0" value="678237967">Colorado Craft Company (4)</option>
<option class="level-1" value="706882763"> Daisy & Dahlia (2)</option>
<option class="level-1" value="718011186"> puppy’s quilt (2)</option>
<option class="level-0" value="621655">Coloured pencil (26)</option>
<option class="level-1" value="12638745"> pastel pencils (1)</option>
<option class="level-0" value="423374785">Concord & 9th (40)</option>
<option class="level-1" value="170272410"> all the birthdays (5)</option>
<option class="level-1" value="518485052"> Beautiful branches (1)</option>
<option class="level-1" value="7054422"> big thanks (2)</option>
<option class="level-1" value="645295239"> City stacks (4)</option>
<option class="level-1" value="645295248"> City Stacks dies (3)</option>
<option class="level-1" value="653966003"> Deck the halls turnabout (1)</option>
<option class="level-1" value="676686172"> dots and hearts (2)</option>
<option class="level-1" value="676686158"> dotted fill in (1)</option>
<option class="level-1" value="676556567"> Feathered die set (2)</option>
<option class="level-1" value="676556559"> Feathered stamp set (3)</option>
<option class="level-1" value="682067949"> filled in florals (3)</option>
<option class="level-1" value="677123780"> fine line florals (6)</option>
<option class="level-1" value="125959010"> grateful for everything (4)</option>
<option class="level-1" value="645580848"> many mandalas (1)</option>
<option class="level-1" value="572420195"> meadow blossoms (5)</option>
<option class="level-1" value="314400"> plaid (1)</option>
<option class="level-1" value="681430053"> simple serif alphabet (3)</option>
<option class="level-1" value="682067957"> simple serif alphabet dies (6)</option>
<option class="level-1" value="50101"> songbird (3)</option>
<option class="level-1" value="670262453"> Star turnabout die (1)</option>
<option class="level-1" value="670262437"> Star turnabout set (1)</option>
<option class="level-1" value="650043167"> thankful leaves turnabout (3)</option>
<option class="level-0" value="705768269">craft roulette (2)</option>
<option class="level-0" value="1188197">cricut (13)</option>
<option class="level-1" value="13185"> my designs (3)</option>
<option class="level-0" value="243940497">Crop A While (1)</option>
<option class="level-0" value="914560">Cuttlebug (14)</option>
<option class="level-0" value="26077853">Darkroom Door (207)</option>
<option class="level-1" value="180218100"> 1920s Chic (2)</option>
<option class="level-1" value="4253124"> African Trees (5)</option>
<option class="level-1" value="673705981"> alphabet medley (6)</option>
<option class="level-1" value="123693140"> Art de Fleur vol 1 (2)</option>
<option class="level-1" value="9521599"> book spines (5)</option>
<option class="level-1" value="6836"> bookshelf (2)</option>
<option class="level-1" value="6698"> bookworm (4)</option>
<option class="level-1" value="605207324"> Botanical Script (3)</option>
<option class="level-1" value="574755158"> Bright Blossoms vol 1&2 (2)</option>
<option class="level-1" value="597293089"> Brushed Christmas vol 1&2 (2)</option>
<option class="level-1" value="761290869"> brushed stars (2)</option>
<option class="level-1" value="604314937"> Butterflies (9)</option>
<option class="level-1" value="282397"> Butterfly garden (2)</option>
<option class="level-1" value="80492935"> carved flowers (3)</option>
<option class="level-1" value="55717209"> carved leaves (2)</option>
<option class="level-1" value="47052707"> Christmas bush (6)</option>
<option class="level-1" value="12792349"> Christmas inchies (1)</option>
<option class="level-1" value="22395485"> Christmas sentiments (1)</option>
<option class="level-1" value="697156395"> classic cars vol 1 (5)</option>
<option class="level-1" value="10785204"> classic motorcycles (6)</option>
<option class="level-1" value="5186"> clocks (1)</option>
<option class="level-1" value="695458"> coffee time (4)</option>
<option class="level-1" value="52540"> Correspondence (7)</option>
<option class="level-1" value="367425"> crossword (1)</option>
<option class="level-1" value="366525"> Cup of tea (4)</option>
<option class="level-1" value="71411829"> daisy delight (5)</option>
<option class="level-1" value="84037"> escape (1)</option>
<option class="level-1" value="38169"> eyes (2)</option>
<option class="level-1" value="183718"> Feathers (5)</option>
<option class="level-1" value="165287366"> fine baubles (2)</option>
<option class="level-1" value="721369166"> fine flowers vol 2 (5)</option>
<option class="level-1" value="239088629"> fine leaves (3)</option>
<option class="level-1" value="1018014"> Flower garden (4)</option>
<option class="level-1" value="5385003"> French Script (12)</option>
<option class="level-1" value="391360"> Gazette (6)</option>
<option class="level-1" value="1875090"> gerberas (2)</option>
<option class="level-1" value="695669528"> global postmarks (16)</option>
<option class="level-1" value="25161619"> grevilleas (4)</option>
<option class="level-1" value="1523785"> handwoven (1)</option>
<option class="level-1" value="770398578"> handwritten ledger (1)</option>
<option class="level-1" value="91015"> Homestead (2)</option>
<option class="level-1" value="1336"> knitting (2)</option>
<option class="level-1" value="2106614"> Lake Wanaka (1)</option>
<option class="level-1" value="594965124"> Leaves (8)</option>
<option class="level-1" value="44547"> library books (1)</option>
<option class="level-1" value="34267"> lighthouse (1)</option>
<option class="level-1" value="177363"> long distance (2)</option>
<option class="level-1" value="2862009"> made for you (2)</option>
<option class="level-1" value="36379517"> majestic mountains (7)</option>
<option class="level-1" value="2017420"> maple leaves (1)</option>
<option class="level-1" value="4616397"> measuring tape (1)</option>
<option class="level-1" value="673705946"> mesh (9)</option>
<option class="level-1" value="705674273"> mini open book (2)</option>
<option class="level-1" value="625070"> Nature Walk (24)</option>
<option class="level-1" value="138063"> nomad (2)</option>
<option class="level-1" value="694330124"> number medley (8)</option>
<option class="level-1" value="26373491"> paris postcard (1)</option>
<option class="level-1" value="22955"> pen & ink (1)</option>
<option class="level-1" value="1039151"> pine cones (5)</option>
<option class="level-1" value="705387225"> plaid (2)</option>
<option class="level-1" value="876236"> pocket watch (3)</option>
<option class="level-1" value="838103"> postage stamps (1)</option>
<option class="level-1" value="88923987"> ransom alphabet (2)</option>
<option class="level-1" value="77800"> Roses (1)</option>
<option class="level-1" value="6301"> scratches (8)</option>
<option class="level-1" value="706806327"> seashell filmstrip (2)</option>
<option class="level-1" value="1103697"> seashells (1)</option>
<option class="level-1" value="19428"> sheet music (3)</option>
<option class="level-1" value="705566260"> sketched alphabet (4)</option>
<option class="level-1" value="2867829"> snow flakes (1)</option>
<option class="level-1" value="721251687"> snowflakes (2)</option>
<option class="level-1" value="9931643"> spanish tiles (1)</option>
<option class="level-1" value="602860328"> Stencils (35)</option>
<option class="level-2" value="78893606"> blossom stencil (1)</option>
<option class="level-2" value="36681"> boxes (3)</option>
<option class="level-2" value="695669468"> brick wall (5)</option>
<option class="level-2" value="692963699"> carved flowers (1)</option>
<option class="level-2" value="2192776"> checkered (3)</option>
<option class="level-2" value="312931101"> circle stencil (1)</option>
<option class="level-2" value="1429410"> crackle (2)</option>
<option class="level-2" value="105238"> diamonds (8)</option>
<option class="level-2" value="718271"> ferns (2)</option>
<option class="level-2" value="191507906"> handwritten script (3)</option>
<option class="level-2" value="572064"> honeycomb (4)</option>
<option class="level-2" value="87758288"> large stars (2)</option>
<option class="level-2" value="168281"> mesh (4)</option>
<option class="level-2" value="206658268"> mixed boxes (1)</option>
<option class="level-2" value="495087105"> polka dot stencil (1)</option>
<option class="level-2" value="697156436"> starry night (6)</option>
<option class="level-2" value="429"> sun (1)</option>
<option class="level-2" value="166001"> wildflowers (2)</option>
<option class="level-1" value="22960"> stone (2)</option>
<option class="level-1" value="34026562"> tall flowers (9)</option>
<option class="level-1" value="1031706"> teacups (2)</option>
<option class="level-1" value="301863"> this way (4)</option>
<option class="level-1" value="18248"> tickets (3)</option>
<option class="level-1" value="706666349"> torn text (2)</option>
<option class="level-1" value="16111"> Trees (8)</option>
<option class="level-1" value="1444"> Tribal (2)</option>
<option class="level-1" value="87961"> Tulips (2)</option>
<option class="level-1" value="1373788"> vintage car (3)</option>
<option class="level-1" value="7252201"> vintage planes (1)</option>
<option class="level-1" value="693872147"> warm wishes (8)</option>
<option class="level-1" value="55053029"> Wilderness Vol.2 (8)</option>
<option class="level-1" value="608654207"> Wildflowers Vol 1 (11)</option>
<option class="level-1" value="81803625"> Wildflowers Vol 2 (19)</option>
<option class="level-1" value="838"> Wings (4)</option>
<option class="level-1" value="2062883"> Woodgrain (9)</option>
<option class="level-1" value="207526"> Woodlands (1)</option>
<option class="level-1" value="29165132"> word labels (3)</option>
<option class="level-1" value="637395"> World Map (11)</option>
<option class="level-1" value="5556541"> you are everything (11)</option>
<option class="level-1" value="29279071"> yuletide greetings (2)</option>
<option class="level-0" value="771361">Designer Paper (58)</option>
<option class="level-0" value="169133460">Designs by Ryn (1)</option>
<option class="level-0" value="189305051">Echidna Studios (70)</option>
<option class="level-1" value="756602680"> autumn harvest scene (1)</option>
<option class="level-1" value="776708135"> Baubles (1)</option>
<option class="level-1" value="23902344"> Bethlehem skyline (2)</option>
<option class="level-1" value="374471346"> bubble flowers (1)</option>
<option class="level-1" value="412271398"> bud & bloom (2)</option>
<option class="level-1" value="765753346"> butterflies (1)</option>
<option class="level-1" value="916533"> calla lilies (1)</option>
<option class="level-1" value="431493311"> cape wickham lighthouse (1)</option>
<option class="level-1" value="767317419"> Christmas filigree (2)</option>
<option class="level-1" value="758071421"> Christmas stockings digital stamp set (4)</option>
<option class="level-1" value="48259413"> Christmas storefront (1)</option>
<option class="level-1" value="3016609"> city bike (1)</option>
<option class="level-1" value="70500413"> cocoa and cookies (1)</option>
<option class="level-1" value="766461570"> Coniferous Silhouettes (2)</option>
<option class="level-1" value="758185710"> decorated holiday mini tree (1)</option>
<option class="level-1" value="768603448"> digital stamps for starters (1)</option>
<option class="level-1" value="1673308"> entwined (1)</option>
<option class="level-1" value="1648976"> garden fence (3)</option>
<option class="level-1" value="936696"> gazebo (1)</option>
<option class="level-1" value="104246165"> gingerbread set (1)</option>
<option class="level-1" value="78579693"> Gone Kayaking (1)</option>
<option class="level-1" value="15026864"> holly leaves (2)</option>
<option class="level-1" value="761980101"> lattice blooms (1)</option>
<option class="level-1" value="109614058"> leaf background (1)</option>
<option class="level-1" value="441484186"> leaves and lines (2)</option>
<option class="level-1" value="774684058"> Leaves digital stamps and cut files (2)</option>
<option class="level-1" value="67516"> mittens (4)</option>
<option class="level-1" value="765862419"> Mooneys Trees (3)</option>
<option class="level-1" value="759466381"> old stone doorway (1)</option>
<option class="level-1" value="19542492"> portland bridge (1)</option>
<option class="level-1" value="768913715"> Roses digital stamp set (3)</option>
<option class="level-1" value="442730"> seedlings (2)</option>
<option class="level-1" value="70726977"> skewed squares (1)</option>
<option class="level-1" value="757199356"> snowflake digital stamp set (6)</option>
<option class="level-1" value="769952373"> standing ducks (1)</option>
<option class="level-1" value="995797"> strands (1)</option>
<option class="level-1" value="385986"> Surf’s Up (1)</option>
<option class="level-1" value="2410954"> tea set (1)</option>
<option class="level-1" value="775521847"> Thunderbird Barbie car (1)</option>
<option class="level-1" value="765285815"> Tori’s Trees (2)</option>
<option class="level-1" value="365056230"> tulip background (2)</option>
<option class="level-1" value="66840237"> tulip set (1)</option>
<option class="level-1" value="220792"> turning (1)</option>
<option class="level-1" value="4453143"> valentines chocolates (1)</option>
<option class="level-1" value="33609821"> vintage beetle (1)</option>
<option class="level-1" value="92373583"> vintage patio set (1)</option>
<option class="level-1" value="9482682"> Vintage Truck (1)</option>
<option class="level-1" value="655003"> washing line (1)</option>
<option class="level-1" value="312919"> Window box (1)</option>
<option class="level-1" value="758115769"> winter tree & bench (1)</option>
<option class="level-1" value="1586596"> zinnias (1)</option>
<option class="level-0" value="1162893">Echo Park (1)</option>
<option class="level-1" value="759326377"> mckell lowercase alphabet (1)</option>
<option class="level-0" value="90086831">Elizabeth Craft Designs (4)</option>
<option class="level-1" value="762834894"> florals 13 (1)</option>
<option class="level-1" value="769228705"> postage stamps (3)</option>
<option class="level-0" value="693548130">Finetec paints (37)</option>
<option class="level-1" value="695178031"> Coliro paints (13)</option>
<option class="level-0" value="2215594">Flourishes (19)</option>
<option class="level-1" value="306422"> All That Glitters (10)</option>
<option class="level-1" value="19065154"> Birds in Vines (1)</option>
<option class="level-1" value="442780"> Christmas Music (1)</option>
<option class="level-1" value="2454308"> Christmas Wreath (2)</option>
<option class="level-1" value="18151677"> Poppy Patch (6)</option>
<option class="level-0" value="651568850">Foiled Fox store (5)</option>
<option class="level-0" value="3939913">Foiling (9)</option>
<option class="level-0" value="455607488">gel press (103)</option>
<option class="level-0" value="9130876">Gelatos (3)</option>
<option class="level-0" value="69459725">gelli plate (12)</option>
<option class="level-0" value="19633">Gifts (3)</option>
<option class="level-0" value="19550811">Gilding Flakes (7)</option>
<option class="level-0" value="10112274">Gina K (2)</option>
<option class="level-1" value="776309532"> holiday flora embossing folder (2)</option>
<option class="level-0" value="364810">Gouache (3)</option>
<option class="level-0" value="193283">grafix (33)</option>
<option class="level-1" value="1072907"> chipboard (1)</option>
<option class="level-1" value="25702539"> mixed media journal (3)</option>
<option class="level-0" value="14017040">Guest design (2)</option>
<option class="level-0" value="1264125">Hand drawn (26)</option>
<option class="level-0" value="1702603">Hand lettered (31)</option>
<option class="level-0" value="1516544">Hand painted (23)</option>
<option class="level-0" value="2552564">Handmade book (10)</option>
<option class="level-0" value="60513337">Ink to Paper (12)</option>
<option class="level-1" value="150403788"> bold blooms (2)</option>
<option class="level-1" value="357384617"> floral Christmas (4)</option>
<option class="level-1" value="689547823"> framing florals Christmas (3)</option>
<option class="level-1" value="689741479"> framing florals Christmas dies (1)</option>
<option class="level-1" value="687884652"> geometrix: rectangle die (1)</option>
<option class="level-1" value="688330795"> Peaceful Forest dies (1)</option>
<option class="level-1" value="689104737"> Peaceful forest stamps (1)</option>
<option class="level-1" value="689182946"> season of joy dies (2)</option>
<option class="level-1" value="689182928"> season of joy stamps (3)</option>
<option class="level-0" value="19445547">Inktense pencils (12)</option>
<option class="level-0" value="107">Inspiration (1)</option>
<option class="level-0" value="16769493">Just Rite (1)</option>
<option class="level-0" value="698510003">Karin brushmarkers (23)</option>
<option class="level-0" value="1223797">Lavinia (8)</option>
<option class="level-1" value="233197998"> berry leaves (1)</option>
<option class="level-1" value="762710700"> fairy buds (1)</option>
<option class="level-1" value="235564642"> fairy toadstool (1)</option>
<option class="level-1" value="771061565"> leaf trails stencil (2)</option>
<option class="level-1" value="762618792"> mini meadow mushroom (1)</option>
<option class="level-1" value="734949185"> pods stencil (3)</option>
<option class="level-1" value="762710705"> silhouette thistle (1)</option>
<option class="level-1" value="762710707"> star group miniature (1)</option>
<option class="level-1" value="53843446"> three dancing fairies (1)</option>
<option class="level-1" value="199757091"> woodland fern (1)</option>
<option class="level-0" value="32801">Mixed Media (15)</option>
<option class="level-0" value="447997333">Moda Scrap (4)</option>
<option class="level-1" value="759699925"> Branch 9 die (3)</option>
<option class="level-0" value="40666">My Favorite Things (43)</option>
<option class="level-1" value="634454231"> Anything but basic friendship (5)</option>
<option class="level-1" value="2008654"> cheesecloth (1)</option>
<option class="level-1" value="14338425"> Christmas background (2)</option>
<option class="level-1" value="704829277"> fine line floral (1)</option>
<option class="level-1" value="341932822"> fluttering friends (4)</option>
<option class="level-1" value="642503855"> friend duo die (2)</option>
<option class="level-1" value="758660"> happy birthday to you (1)</option>
<option class="level-1" value="644351922"> little lowercase letters (6)</option>
<option class="level-1" value="703922556"> loosely lined floral background (2)</option>
<option class="level-1" value="1067504"> magnolia blossoms (2)</option>
<option class="level-1" value="196979993"> MFT stencils (3)</option>
<option class="level-2" value="464826266"> geometric stars (3)</option>
<option class="level-2" value="58104517"> Moroccan mosaic (1)</option>
<option class="level-1" value="44695785"> painted prints (5)</option>
<option class="level-1" value="55365772"> poppy background (3)</option>
<option class="level-1" value="644351883"> radiating half tone background (2)</option>
<option class="level-1" value="86424667"> Roses all over (4)</option>
<option class="level-1" value="224624770"> stitched blooms (3)</option>
<option class="level-1" value="201831164"> trio of trees (1)</option>
<option class="level-1" value="27407528"> typewriter text (1)</option>
<option class="level-1" value="69610351"> YAY for you (6)</option>
<option class="level-0" value="1555319">My Kid’s cards (22)</option>
<option class="level-0" value="263001426">No Card Left Behind (6)</option>
<option class="level-0" value="14690666">Non paper crafts (1)</option>
<option class="level-0" value="5310">Notebooks (2)</option>
<option class="level-0" value="609365189">Nuvo shimmer powder (2)</option>
<option class="level-0" value="1565675">OLW (31)</option>
<option class="level-0" value="207944422">One-Layer Simplicity challenge (13)</option>
<option class="level-0" value="367617">online class (19)</option>
<option class="level-0" value="51200634">paint pouring (4)</option>
<option class="level-0" value="15958265">Paper Rose (14)</option>
<option class="level-1" value="759699953"> baby blue leaf embossing folder (2)</option>
<option class="level-1" value="4475476"> basket weave (2)</option>
<option class="level-1" value="246"> fragments (4)</option>
<option class="level-1" value="721155358"> little swirls (4)</option>
<option class="level-1" value="719805287"> so extra supporting sentiments (5)</option>
<option class="level-1" value="4247694"> thanks a bunch (1)</option>
<option class="level-1" value="719805274"> tulips 3D (1)</option>
<option class="level-0" value="26180882">Papertrey Inks (25)</option>
<option class="level-0" value="192693410">Peerless watercolours (16)</option>
<option class="level-0" value="978961">Penny Black (1,297)</option>
<option class="level-1" value="654873568"> a berry branch (2)</option>
<option class="level-1" value="25446967"> A Bright Tomorrow (3)</option>
<option class="level-1" value="97535899"> A Flight of Thread (3)</option>
<option class="level-1" value="672054190"> a floral twist (2)</option>
<option class="level-1" value="19909229"> a little secret (3)</option>
<option class="level-1" value="3518814"> A moment in time (2)</option>
<option class="level-1" value="1041753"> a present (1)</option>
<option class="level-1" value="2562168"> a rose (1)</option>
<option class="level-1" value="20522458"> A Wish for Peace (3)</option>
<option class="level-1" value="11777313"> Above Par (1)</option>
<option class="level-1" value="586599793"> adorned abode (1)</option>
<option class="level-1" value="280087732"> Adorned with love (1)</option>
<option class="level-1" value="1399415"> Adornment (1)</option>
<option class="level-1" value="2004023"> alight (1)</option>
<option class="level-1" value="242021717"> All Abloom (1)</option>
<option class="level-1" value="26770189"> All is Bright (7)</option>
<option class="level-1" value="79193"> all natural (2)</option>
<option class="level-1" value="851293"> All You Need (1)</option>
<option class="level-1" value="325153"> Allegro (1)</option>
<option class="level-1" value="862538"> Alluring (2)</option>
<option class="level-1" value="754646229"> amaryllis bundle (1)</option>
<option class="level-1" value="182023"> apples (1)</option>
<option class="level-1" value="61319"> Appreciation (1)</option>
<option class="level-1" value="680121"> April in Paris (1)</option>
<option class="level-1" value="2475452"> April Showers (4)</option>
<option class="level-1" value="2401991"> arbors (3)</option>
<option class="level-1" value="392877"> aromatic (1)</option>
<option class="level-1" value="149180"> Aspire (2)</option>
<option class="level-1" value="38876"> Astral (2)</option>
<option class="level-1" value="89930"> at ease (1)</option>
<option class="level-1" value="592809280"> at grace (1)</option>
<option class="level-1" value="11442445"> autumn bliss (1)</option>
<option class="level-1" value="1960809"> autumn bouquet (2)</option>
<option class="level-1" value="397811369"> autumn entrance (1)</option>
<option class="level-1" value="2325569"> Autumn Tree (1)</option>
<option class="level-1" value="634143"> aviary (1)</option>
<option class="level-1" value="18692781"> Background Stamps (83)</option>
<option class="level-2" value="740281"> Blips (1)</option>
<option class="level-2" value="541766836"> Brick wall (2)</option>
<option class="level-2" value="485369"> Christmas story (1)</option>
<option class="level-2" value="40070"> contemporary (2)</option>
<option class="level-2" value="6140587"> Damask Pattern (4)</option>
<option class="level-2" value="222633"> Decadence (1)</option>
<option class="level-2" value="6684634"> Diamond pattern (1)</option>
<option class="level-2" value="704420670"> dotted fusion (1)</option>
<option class="level-2" value="13632282"> Floral Tapestry (5)</option>
<option class="level-2" value="147126688"> Glory of Modesty (7)</option>
<option class="level-2" value="256144685"> Indian Wheel (1)</option>
<option class="level-2" value="5895033"> mosaic pattern (1)</option>
<option class="level-2" value="3237500"> Peacock Feather (1)</option>
<option class="level-2" value="455"> Script (12)</option>
<option class="level-2" value="6248874"> Swaying (1)</option>
<option class="level-2" value="218748"> Sweetness (1)</option>
<option class="level-2" value="60383"> Verdure (1)</option>
<option class="level-1" value="187609"> balloons! (2)</option>
<option class="level-1" value="61327958"> Bamboo Branch (2)</option>
<option class="level-1" value="694593261"> banner blooms (2)</option>
<option class="level-1" value="702061032"> barrel of blooms (1)</option>
<option class="level-1" value="767995540"> bauble beauty (1)</option>
<option class="level-1" value="17975020"> beautified (1)</option>
<option class="level-1" value="754695588"> beautiful birch (1)</option>
<option class="level-1" value="245318"> beautify (1)</option>
<option class="level-1" value="779809"> becoming (1)</option>
<option class="level-1" value="20642617"> Before the Snow (10)</option>
<option class="level-1" value="522662"> Bejeweled (3)</option>
<option class="level-1" value="706736034"> bell & berries (2)</option>
<option class="level-1" value="351275"> belle (1)</option>
<option class="level-1" value="695928985"> beloved view (1)</option>
<option class="level-1" value="398247926"> berry beauty (2)</option>
<option class="level-1" value="428572973"> Berry Bevy (2)</option>
<option class="level-1" value="102857463"> Berry bramble (1)</option>
<option class="level-1" value="33042878"> Berry Branch (9)</option>
<option class="level-1" value="125723140"> Berry kissed (4)</option>
<option class="level-1" value="123768079"> Berry Merry Christmas (2)</option>
<option class="level-1" value="79753702"> Berry red snow white (4)</option>
<option class="level-1" value="590676165"> Berry speckled (4)</option>
<option class="level-1" value="943710"> Berry Tree (1)</option>
<option class="level-1" value="1410517"> birches (5)</option>
<option class="level-1" value="31783"> bird’s eye view (1)</option>
<option class="level-1" value="707649471"> birdhouse blessings (1)</option>
<option class="level-1" value="17799304"> Birds on wire (3)</option>
<option class="level-1" value="69781"> Bliss (5)</option>
<option class="level-1" value="669865018"> blissful blossoms (3)</option>
<option class="level-1" value="1609085"> blooming (3)</option>
<option class="level-1" value="671996401"> blooming boots (1)</option>
<option class="level-1" value="115362409"> blooming bunch (2)</option>
<option class="level-1" value="42325724"> Blooming Garden (15)</option>
<option class="level-1" value="212870243"> Blooming tags (3)</option>
<option class="level-1" value="32796912"> blooming tulips (1)</option>
<option class="level-1" value="91791177"> blossom branch (1)</option>
<option class="level-1" value="360168"> blushing (1)</option>
<option class="level-1" value="685828"> bodacious (1)</option>
<option class="level-1" value="151258"> Botanical Garden (1)</option>
<option class="level-1" value="211903271"> Botanical Notes (1)</option>
<option class="level-1" value="674359927"> bouquet ballet (2)</option>
<option class="level-1" value="498697"> Bramble (1)</option>
<option class="level-1" value="462876042"> Branch of Grace (1)</option>
<option class="level-1" value="715736920"> branch of love (1)</option>
<option class="level-1" value="16445"> Breezy (3)</option>
<option class="level-1" value="1033304"> Brick Wall (2)</option>
<option class="level-1" value="12542209"> Bridal March (1)</option>
<option class="level-1" value="88811"> brilliance (1)</option>
<option class="level-1" value="33418"> brilliant (2)</option>
<option class="level-1" value="405911026"> Brush Pines (2)</option>
<option class="level-1" value="755522484"> bulb basket (1)</option>
<option class="level-1" value="679054912"> bunches for you (1)</option>
<option class="level-1" value="563220960"> burst of blooms (2)</option>
<option class="level-1" value="6028004"> Butterfly Ball (1)</option>
<option class="level-1" value="212536611"> Butterfly Chapter (1)</option>
<option class="level-1" value="491552137"> butterfly charmer (3)</option>
<option class="level-1" value="10516654"> butterfly dance (1)</option>
<option class="level-1" value="676022464"> butterfly garden (1)</option>
<option class="level-1" value="26775969"> Butterfly Party (1)</option>
<option class="level-1" value="131666006"> Butterfly Symphony (2)</option>
<option class="level-1" value="67543276"> Butterfly trio (4)</option>
<option class="level-1" value="10860221"> calm waters (1)</option>
<option class="level-1" value="1900598"> candlelight (1)</option>
<option class="level-1" value="133323"> canopy (1)</option>
<option class="level-1" value="170922"> captivating (3)</option>
<option class="level-1" value="1006892"> carmine (1)</option>
<option class="level-1" value="264587077"> Caroling Tree (1)</option>
<option class="level-1" value="95440"> Centerpiece (3)</option>
<option class="level-1" value="800423"> Charming (2)</option>
<option class="level-1" value="71255800"> cheerful christmas (1)</option>
<option class="level-1" value="28206989"> Christmas arrangement (1)</option>
<option class="level-1" value="46464183"> Christmas berries (2)</option>
<option class="level-1" value="726009107"> Christmas blush (1)</option>
<option class="level-1" value="14971278"> Christmas Cottage (1)</option>
<option class="level-1" value="70583501"> Christmas glow (1)</option>
<option class="level-1" value="2631170"> Christmas Harmony (1)</option>
<option class="level-1" value="496938"> Christmas Lights (1)</option>
<option class="level-1" value="137453352"> Christmas mittens (1)</option>
<option class="level-1" value="120321515"> Christmas Music (1)</option>
<option class="level-1" value="47734399"> Christmas Notes (1)</option>
<option class="level-1" value="2110588"> Christmas Park (5)</option>
<option class="level-1" value="15501568"> Christmas poinsettia (1)</option>
<option class="level-1" value="69756368"> Christmas red (1)</option>
<option class="level-1" value="194204218"> Christmas reds and greens (3)</option>
<option class="level-1" value="440835"> City lights (1)</option>
<option class="level-1" value="358652421"> Collage of Wishes (1)</option>
<option class="level-1" value="38539"> companions (4)</option>
<option class="level-1" value="533182847"> Cones & berries (2)</option>
<option class="level-1" value="690881219"> conifer wreath (1)</option>
<option class="level-1" value="699758233"> country charisma (1)</option>
<option class="level-1" value="132807"> country life (1)</option>
<option class="level-1" value="14473553"> cozy cabin (2)</option>
<option class="level-1" value="15820174"> cozy nights (1)</option>
<option class="level-1" value="26397133"> Crystal Drops (1)</option>
<option class="level-1" value="23405206"> Cupcake Day (1)</option>
<option class="level-1" value="352340081"> Daffodil Dance (1)</option>
<option class="level-1" value="701659433"> dainty whispers (1)</option>
<option class="level-1" value="122255409"> daisy dream (1)</option>
<option class="level-1" value="12516018"> Daisy Heart (1)</option>
<option class="level-1" value="184345449"> dancing daisies (5)</option>
<option class="level-1" value="4699352"> Dandee (3)</option>
<option class="level-1" value="182111"> daydream (2)</option>
<option class="level-1" value="408126"> dazzle (2)</option>
<option class="level-1" value="8544869"> Dazzlers (2)</option>
<option class="level-1" value="1558898"> Dazzling (3)</option>
<option class="level-1" value="62561388"> Delicate Blossoms (5)</option>
<option class="level-1" value="78882319"> Delicate Florals (11)</option>
<option class="level-1" value="727171051"> delicate pines (3)</option>
<option class="level-1" value="567867050"> Delicate silhouettes (1)</option>
<option class="level-1" value="157001"> delight (3)</option>
<option class="level-1" value="165822"> Delightful (3)</option>
<option class="level-1" value="862252"> Demure (2)</option>
<option class="level-1" value="19311215"> desert dream (1)</option>
<option class="level-1" value="292765"> Dies (321)</option>
<option class="level-2" value="6564229"> …is coming (3)</option>
<option class="level-2" value="261008259"> A blizzard (5)</option>
<option class="level-2" value="5884716"> a garden (2)</option>
<option class="level-2" value="251564557"> A Pocket Full (10)</option>
<option class="level-2" value="47426812"> A Very Merry (1)</option>
<option class="level-2" value="5785333"> abstract flowers (1)</option>
<option class="level-2" value="11525406"> After Glow (2)</option>
<option class="level-2" value="1491825"> Airy (1)</option>
<option class="level-2" value="437063903"> All my hearts (2)</option>
<option class="level-2" value="19778"> around town (1)</option>
<option class="level-2" value="40601277"> art deco window (2)</option>
<option class="level-2" value="73646653"> Autumn Jewels (4)</option>
<option class="level-2" value="572704531"> bamboo cut out (1)</option>
<option class="level-2" value="770365126"> banner blooms cut out dies (1)</option>
<option class="level-2" value="1717403"> Bashful (4)</option>
<option class="level-2" value="1072935"> baubles (1)</option>
<option class="level-2" value="244449"> bench (1)</option>
<option class="level-2" value="589512071"> beneath the birches (2)</option>
<option class="level-2" value="222937"> berries (1)</option>
<option class="level-2" value="657831923"> berry flourish (1)</option>
<option class="level-2" value="567622951"> bird flower doily (1)</option>
<option class="level-2" value="14767451"> bird ornament (1)</option>
<option class="level-2" value="30079550"> birds and banners (6)</option>
<option class="level-2" value="686595723"> blushing cut out (1)</option>
<option class="level-2" value="2565823"> blustery (1)</option>
<option class="level-2" value="62446515"> border collection (1)</option>
<option class="level-2" value="635284468"> border edgers (1)</option>
<option class="level-2" value="243142"> branching out (1)</option>
<option class="level-2" value="30440902"> buckets of flowers (2)</option>
<option class="level-2" value="35527024"> Bursts of Red (1)</option>
<option class="level-2" value="193330"> Butterflies (1)</option>
<option class="level-2" value="555539355"> butterfly heart pop out (1)</option>
<option class="level-2" value="158917748"> butterfly trio (1)</option>
<option class="level-2" value="120039"> By the numbers (1)</option>
<option class="level-2" value="225532"> Camelia (1)</option>
<option class="level-2" value="740848"> campers (1)</option>
<option class="level-2" value="568910961"> cattail clique (1)</option>
<option class="level-2" value="9445"> Celebrations (3)</option>
<option class="level-2" value="268866"> Chapels (1)</option>
<option class="level-2" value="8622242"> Chat Bubbles (2)</option>
<option class="level-2" value="921671"> cherry blossom (3)</option>
<option class="level-2" value="28410963"> christmas elegance (1)</option>
<option class="level-2" value="762592"> Christmas stockings (1)</option>
<option class="level-2" value="73135681"> cog wheels (1)</option>
<option class="level-2" value="756882"> conifer (1)</option>
<option class="level-2" value="30093259"> crystal trio (1)</option>
<option class="level-2" value="573118"> crystalline (2)</option>
<option class="level-2" value="610667498"> curved stitch (1)</option>
<option class="level-2" value="2498295"> Dainty (1)</option>
<option class="level-2" value="251149020"> Dancing Blooms (1)</option>
<option class="level-2" value="61130320"> Dancing Leaves (2)</option>
<option class="level-2" value="228106578"> Deco Frame (2)</option>
<option class="level-2" value="657832529"> deer in tree (1)</option>
<option class="level-2" value="719296703"> delicate daisies (1)</option>
<option class="level-2" value="48257847"> Delicate Wings (1)</option>
<option class="level-2" value="4579145"> diamond cut (1)</option>
<option class="level-2" value="7989"> Doodles (1)</option>
<option class="level-2" value="496280"> Dots (3)</option>
<option class="level-2" value="237020417"> Dots & Swirls (1)</option>
<option class="level-2" value="47584"> Downtown (1)</option>
<option class="level-2" value="577927798"> Dragonfly Frame (3)</option>
<option class="level-2" value="3889461"> Exultation (1)</option>
<option class="level-2" value="1474018"> fall foliage (1)</option>
<option class="level-2" value="37753873"> Fancy Fish (2)</option>
<option class="level-2" value="213085240"> Fancy Flourish (1)</option>
<option class="level-2" value="1353991"> Fancy Heart (1)</option>
<option class="level-2" value="99460"> fantastic (1)</option>
<option class="level-2" value="176908250"> fern border (1)</option>
<option class="level-2" value="273503"> Field of Dreams (4)</option>
<option class="level-2" value="2789840"> fir tree (1)</option>
<option class="level-2" value="45064"> Flights of Fancy (1)</option>
<option class="level-2" value="1514270"> floral arrangement (1)</option>
<option class="level-2" value="643617542"> floral edger (1)</option>
<option class="level-2" value="642063"> Flourish (2)</option>
<option class="level-2" value="491552289"> flourish & butterflies (1)</option>
<option class="level-2" value="466342013"> Flourish and butterflies (1)</option>
<option class="level-2" value="322555996"> Flower Frolic (3)</option>
<option class="level-2" value="22613785"> Flower tags (1)</option>
<option class="level-2" value="8084214"> Flutters (7)</option>
<option class="level-2" value="192575899"> folk flower (1)</option>
<option class="level-2" value="220033"> Frame (2)</option>
<option class="level-2" value="770345865"> framed fern (1)</option>
<option class="level-2" value="104243343"> Framed Flower (1)</option>
<option class="level-2" value="6545307"> Fresh Breeze (2)</option>
<option class="level-2" value="911854"> Fuchsia (3)</option>
<option class="level-2" value="6538588"> garden box (1)</option>
<option class="level-2" value="413139080"> Geometric borders (1)</option>
<option class="level-2" value="3057005"> Geometrics (1)</option>
<option class="level-2" value="130283042"> gift card pocket (15)</option>
<option class="level-2" value="698507"> glamorous (1)</option>
<option class="level-2" value="150352"> glasses (1)</option>
<option class="level-2" value="108175889"> Gothic Gate (1)</option>
<option class="level-2" value="6767891"> hanging planters (3)</option>
<option class="level-2" value="279839"> Happy News (3)</option>
<option class="level-2" value="341855"> harmonious (1)</option>
<option class="level-2" value="72453223"> heart border (1)</option>
<option class="level-2" value="11007869"> heart string (1)</option>
<option class="level-2" value="242017"> Heartfelt (1)</option>
<option class="level-2" value="602854171"> hearts in circle (1)</option>
<option class="level-2" value="45940487"> Hidden Hearts (1)</option>
<option class="level-2" value="202843263"> holiday hello (1)</option>
<option class="level-2" value="8411414"> Holly Berries (3)</option>
<option class="level-2" value="68293763"> holly flourish (2)</option>
<option class="level-2" value="4549602"> holly-days (1)</option>
<option class="level-2" value="468687"> Hooray (1)</option>
<option class="level-2" value="633989"> Illuminate (1)</option>
<option class="level-2" value="81015"> In the Garden (1)</option>
<option class="level-2" value="10360688"> In the winter (1)</option>
<option class="level-2" value="36423"> inspired (1)</option>
<option class="level-2" value="4430370"> Interlocking (1)</option>
<option class="level-2" value="889700"> into the woods (1)</option>
<option class="level-2" value="46644989"> jolly holly (1)</option>
<option class="level-2" value="475390"> joy of giving (3)</option>
<option class="level-2" value="727171066"> joyful ornaments (1)</option>
<option class="level-2" value="68529"> Joyous (1)</option>
<option class="level-2" value="262191485"> Joyous Wishes (2)</option>
<option class="level-2" value="182456"> jubilation (1)</option>
<option class="level-2" value="754775292"> jumbo bauble (3)</option>
<option class="level-2" value="691677852"> jumbo joy (3)</option>
<option class="level-2" value="51978"> juniper (4)</option>
<option class="level-2" value="94143554"> layered flower (1)</option>
<option class="level-2" value="70886440"> layered poinsettia (4)</option>
<option class="level-2" value="707315570"> layered Xmas wreath die set (6)</option>
<option class="level-2" value="3010624"> leaf pattern (1)</option>
<option class="level-2" value="390348"> Leaflets (2)</option>
<option class="level-2" value="6569195"> leap of joy (1)</option>
<option class="level-2" value="25549"> Leaves (8)</option>
<option class="level-2" value="30325838"> let’s skate (2)</option>
<option class="level-2" value="4721236"> light as a feather (2)</option>
<option class="level-2" value="1006444"> Love Expressions (2)</option>
<option class="level-2" value="63016884"> Love is growing (1)</option>
<option class="level-2" value="14819588"> love to travel (1)</option>
<option class="level-2" value="12717395"> love you Mom (1)</option>
<option class="level-2" value="555863"> manger (2)</option>
<option class="level-2" value="151358"> Metropolitan (3)</option>
<option class="level-2" value="61237470"> mini community (1)</option>
<option class="level-2" value="1182224"> mirthful (1)</option>
<option class="level-2" value="167578880"> modern xmas tree (2)</option>
<option class="level-2" value="304191"> monarch (1)</option>
<option class="level-2" value="1182042"> Nature’s Beauty (2)</option>
<option class="level-2" value="12618677"> Nature’s Song (4)</option>
<option class="level-2" value="8293543"> Neighborhood love (1)</option>
<option class="level-2" value="654104160"> neighbourhood border (3)</option>
<option class="level-2" value="6661816"> nestled (1)</option>
<option class="level-2" value="27413633"> No two are alike (1)</option>
<option class="level-2" value="6180"> numbers (1)</option>
<option class="level-2" value="8691694"> on a wire (1)</option>
<option class="level-2" value="727171084"> onramental branch (1)</option>
<option class="level-2" value="239424253"> Oodles of Love (2)</option>
<option class="level-2" value="9258949"> Out to sea (2)</option>
<option class="level-2" value="2218644"> picket fence (1)</option>
<option class="level-2" value="12766495"> pine branch (1)</option>
<option class="level-2" value="899233"> Pinwheel (2)</option>
<option class="level-2" value="64341"> polar bears (2)</option>
<option class="level-2" value="569473085"> Pop out rose (1)</option>
<option class="level-2" value="712999450"> poppy edger (1)</option>
<option class="level-2" value="379978192"> poppy pair (1)</option>
<option class="level-2" value="705326230"> pretty picket (2)</option>
<option class="level-2" value="2959800"> pumpkin & leaves (2)</option>
<option class="level-2" value="61592"> Rose (4)</option>
<option class="level-2" value="243567691"> royal swirl (1)</option>
<option class="level-2" value="18144701"> rustic birdhouse (2)</option>
<option class="level-2" value="58995153"> scarlet season (1)</option>
<option class="level-2" value="643617515"> scrolls half edger (1)</option>
<option class="level-2" value="27352"> Serenity (4)</option>
<option class="level-2" value="710552"> Shades (3)</option>
<option class="level-2" value="644532"> shall we dance (5)</option>
<option class="level-2" value="148008"> sign (1)</option>
<option class="level-2" value="258684"> silver linings (1)</option>
<option class="level-2" value="541764722"> Skis ‘n’ sled (4)</option>
<option class="level-2" value="1573539"> sleigh (1)</option>
<option class="level-2" value="2432095"> Snow Drops (3)</option>
<option class="level-2" value="15502016"> Snow time (2)</option>
<option class="level-2" value="303762295"> Snow Wishes (1)</option>
<option class="level-2" value="72904826"> snowflake tag (1)</option>
<option class="level-2" value="198203225"> Snowflake trio (4)</option>
<option class="level-2" value="350922"> soaring (1)</option>
<option class="level-2" value="259861976"> Sparkle String (1)</option>
<option class="level-2" value="866811"> splendid (1)</option>
<option class="level-2" value="678173049"> square and circles (1)</option>
<option class="level-2" value="19013141"> square frames (6)</option>
<option class="level-2" value="48833629"> star noel (1)</option>
<option class="level-2" value="1345218"> starry night (3)</option>
<option class="level-2" value="108848617"> stencil cut (1)</option>
<option class="level-2" value="208688149"> Stitched Edges (6)</option>
<option class="level-2" value="680919226"> stitched nested frames (1)</option>
<option class="level-2" value="609139842"> stitched square & circles (2)</option>
<option class="level-2" value="1418369"> stocking stuffers (5)</option>
<option class="level-2" value="277682"> stockings (1)</option>
<option class="level-2" value="598243"> Sun fire (3)</option>
<option class="level-2" value="322555833"> Swirling Wings (3)</option>
<option class="level-2" value="17695"> Tagged (17)</option>
<option class="level-2" value="687545573"> tall flowers (2)</option>
<option class="level-2" value="6231950"> tall trees (5)</option>
<option class="level-2" value="693548387"> tenderness matching dies (1)</option>
<option class="level-2" value="582962327"> thank you squares (2)</option>
<option class="level-2" value="111632"> the garden (1)</option>
<option class="level-2" value="419306"> the gift (1)</option>
<option class="level-2" value="695044433"> the sweetest sound (1)</option>
<option class="level-2" value="28918398"> Tiny Tree (1)</option>
<option class="level-2" value="418732"> Tis the season (1)</option>
<option class="level-2" value="98406"> Together (1)</option>
<option class="level-2" value="26894484"> Tree of Joy (1)</option>
<option class="level-2" value="10633796"> Tree of love (1)</option>
<option class="level-2" value="14120985"> trees and hills (3)</option>
<option class="level-2" value="705326261"> trio of trees (2)</option>
<option class="level-2" value="234707143"> Triple Banner (8)</option>
<option class="level-2" value="331734897"> Triple love (2)</option>
<option class="level-2" value="237020178"> Tweet Thing (2)</option>
<option class="level-2" value="304375136"> Twirl Tree (1)</option>
<option class="level-2" value="343836"> Uplifting (4)</option>
<option class="level-2" value="40435515"> vintage touch (1)</option>
<option class="level-2" value="19530028"> What’s in your cup (3)</option>
<option class="level-2" value="654104146"> whirl wreath (1)</option>
<option class="level-2" value="20307"> whisper (1)</option>
<option class="level-2" value="743650"> window treatments (1)</option>
<option class="level-2" value="657832305"> winter berry branch (1)</option>
<option class="level-2" value="320548845"> Winter lantern (4)</option>
<option class="level-2" value="4134724"> winter trees (2)</option>
<option class="level-2" value="2481331"> winter wardrobe (3)</option>
<option class="level-2" value="1541"> Wishes (5)</option>
<option class="level-2" value="13940635"> Words of Gratitude (3)</option>
<option class="level-2" value="292194105"> World of Wishes (3)</option>
<option class="level-2" value="32219603"> wreath & bow (1)</option>
<option class="level-2" value="776006494"> wreath noel (1)</option>
<option class="level-2" value="653476552"> xmas poinsettia cut out (3)</option>
<option class="level-1" value="180361"> distinctive (3)</option>
<option class="level-1" value="721985191"> doggone great (1)</option>
<option class="level-1" value="237020091"> Dotted Fusion (1)</option>
<option class="level-1" value="942871"> Down the lane (1)</option>
<option class="level-1" value="154652"> dreams of love (1)</option>
<option class="level-1" value="88095"> Dreamy (2)</option>
<option class="level-1" value="15701180"> dressed in snow (4)</option>
<option class="level-1" value="214633"> Dynamic (1)</option>
<option class="level-1" value="6027047"> ebulliant (1)</option>
<option class="level-1" value="2803014"> Efflorescence (6)</option>
<option class="level-1" value="7074752"> Effulgence (3)</option>
<option class="level-1" value="17363993"> Effulgent (3)</option>
<option class="level-1" value="79993"> Elegance (1)</option>
<option class="level-1" value="317351375"> Elegance in Motion (2)</option>
<option class="level-1" value="48102673"> elf stocking (1)</option>
<option class="level-1" value="270356"> Embellishments (1)</option>
<option class="level-1" value="5506623"> Enamor (4)</option>
<option class="level-1" value="60634"> Enjoy (1)</option>
<option class="level-1" value="19920"> Enjoy LIfe (3)</option>
<option class="level-1" value="83194029"> Etched Branches (5)</option>
<option class="level-1" value="116120324"> Every Happiness (4)</option>
<option class="level-1" value="883255"> exhilaration (2)</option>
<option class="level-1" value="609170"> exquisite (1)</option>
<option class="level-1" value="696419112"> exquisite envelope (2)</option>
<option class="level-1" value="1003579"> Facebook Friends (1)</option>
<option class="level-1" value="203873"> falling leaves (1)</option>
<option class="level-1" value="7224"> Fantasy (4)</option>
<option class="level-1" value="1186813"> farm fresh (2)</option>
<option class="level-1" value="618936"> farmland (3)</option>
<option class="level-1" value="6679664"> Feathery (3)</option>
<option class="level-1" value="34260"> Felicity (5)</option>
<option class="level-1" value="257559953"> Festive Florals (1)</option>
<option class="level-1" value="281691101"> festive fragrance (2)</option>
<option class="level-1" value="21314911"> Field of Poppies (2)</option>
<option class="level-1" value="403823879"> Filigree Foliage (4)</option>
<option class="level-1" value="15046252"> Filigrees (1)</option>
<option class="level-1" value="6017243"> first blush (3)</option>
<option class="level-1" value="915863"> First Dance (3)</option>
<option class="level-1" value="45242525"> First waltz (2)</option>
<option class="level-1" value="66422"> Flamboyant (2)</option>
<option class="level-1" value="17840100"> fleeting moment (1)</option>
<option class="level-1" value="11524761"> Floral & Feathers (2)</option>
<option class="level-1" value="22236502"> Floral Applique (8)</option>
<option class="level-1" value="407290570"> floral medley (3)</option>
<option class="level-1" value="5782903"> florescence (2)</option>
<option class="level-1" value="8652143"> Florets (1)</option>
<option class="level-1" value="203188659"> Flourish Holly (2)</option>
<option class="level-1" value="83009309"> Flower among flowers (1)</option>
<option class="level-1" value="2230990"> Flower box (1)</option>
<option class="level-1" value="203344594"> flower cascade (1)</option>
<option class="level-1" value="574562652"> Flower embrace (1)</option>
<option class="level-1" value="7297385"> flower fantasy (2)</option>
<option class="level-1" value="341964"> Flower Festival (3)</option>
<option class="level-1" value="6292440"> flower field (1)</option>
<option class="level-1" value="104109790"> Flower Gala (2)</option>
<option class="level-1" value="115169686"> Flower lanterns (2)</option>
<option class="level-1" value="501482087"> flower medley (2)</option>
<option class="level-1" value="67194758"> flower pageant (1)</option>
<option class="level-1" value="610733783"> flower perch (1)</option>
<option class="level-1" value="329567052"> Flower sparks (5)</option>
<option class="level-1" value="87791899"> Flowers Sweet (4)</option>
<option class="level-1" value="173089664"> Fluffy Passenger (1)</option>
<option class="level-1" value="241926"> flutterby (2)</option>
<option class="level-1" value="1623181"> Fly High (1)</option>
<option class="level-1" value="104753452"> Foliage Fancy (7)</option>
<option class="level-1" value="3835"> Footnotes (12)</option>
<option class="level-1" value="344119805"> For the grad (1)</option>
<option class="level-1" value="688794178"> fragile branches (4)</option>
<option class="level-1" value="6182261"> Fragrant Flowers (1)</option>
<option class="level-1" value="155949"> Free Flight (5)</option>
<option class="level-1" value="29945"> Fresh (5)</option>
<option class="level-1" value="166367993"> fresh bouquet (1)</option>
<option class="level-1" value="4494062"> fresh cut (1)</option>
<option class="level-1" value="715168353"> fresh ferns (5)</option>
<option class="level-1" value="52759578"> fresh spring (2)</option>
<option class="level-1" value="940861"> Friendship Flowers (3)</option>
<option class="level-1" value="2486962"> Fronds (1)</option>
<option class="level-1" value="9979794"> Frosty day (1)</option>
<option class="level-1" value="688821508"> Frosty’s flakes (2)</option>
<option class="level-1" value="77685711"> frozen vista (2)</option>
<option class="level-1" value="410722"> Full Bloom (1)</option>
<option class="level-1" value="33868446"> full of glee (2)</option>
<option class="level-1" value="15112563"> Garden Blooms (1)</option>
<option class="level-1" value="564513027"> Garden Charmers (1)</option>
<option class="level-1" value="2839705"> garden fresh (1)</option>
<option class="level-1" value="5393095"> garden gems (1)</option>
<option class="level-1" value="212736728"> Garden Letter (1)</option>
<option class="level-1" value="4357477"> garden variety (3)</option>
<option class="level-1" value="3122078"> garlands (1)</option>
<option class="level-1" value="9953848"> Gathering Together (1)</option>
<option class="level-1" value="18782772"> Gentle Breeze (2)</option>
<option class="level-1" value="220196886"> Gentle Day (1)</option>
<option class="level-1" value="16426892"> Gentle Whisper (2)</option>
<option class="level-1" value="724511680"> gilded wheat (1)</option>
<option class="level-1" value="18440150"> Gladsome (2)</option>
<option class="level-1" value="348638"> Glee (2)</option>
<option class="level-1" value="958558"> Gleeful (3)</option>
<option class="level-1" value="76282350"> golden delight (4)</option>
<option class="level-1" value="7191358"> Golden Harvest (1)</option>
<option class="level-1" value="762993720"> good day bouquet (1)</option>
<option class="level-1" value="1310427"> Good neighbours (3)</option>
<option class="level-1" value="727056053"> gorgeous grove (1)</option>
<option class="level-1" value="1783776"> Gossamer (1)</option>
<option class="level-1" value="604897401"> graceful whisper (1)</option>
<option class="level-1" value="50634"> Grateful (2)</option>
<option class="level-1" value="702302701"> groovy greenery (1)</option>
<option class="level-1" value="117232796"> Hanging Treasures (3)</option>
<option class="level-1" value="201210044"> Happy Berries (1)</option>
<option class="level-1" value="85806712"> happy bliss (2)</option>
<option class="level-1" value="9747842"> Happy Holly (1)</option>
<option class="level-1" value="107792"> Happy together (3)</option>
<option class="level-1" value="131294"> harmony (2)</option>
<option class="level-1" value="1735575"> hat’s off (1)</option>
<option class="level-1" value="258052714"> Heart Swatches (1)</option>
<option class="level-1" value="266191"> Heathers (1)</option>
<option class="level-1" value="78220"> Hello Gorgeous (4)</option>
<option class="level-1" value="559059"> herb garden (1)</option>
<option class="level-1" value="47071269"> Hidden Lane (1)</option>
<option class="level-1" value="93070599"> Hillflowers (5)</option>
<option class="level-1" value="117092535"> Holiday Collage (1)</option>
<option class="level-1" value="203104583"> holly berry branch (1)</option>
<option class="level-1" value="201721744"> Holly Concert (1)</option>
<option class="level-1" value="70900661"> holly sprig (2)</option>
<option class="level-1" value="128853900"> Holly Tweet (3)</option>
<option class="level-1" value="762347112"> hollyhock heaven (1)</option>
<option class="level-1" value="2345419"> Hollyhocks (2)</option>
<option class="level-1" value="759523"> homespun (2)</option>
<option class="level-1" value="9420601"> hometown Christmas (1)</option>
<option class="level-1" value="2650151"> homeward (3)</option>
<option class="level-1" value="46555237"> Hoot of a Time (2)</option>
<option class="level-1" value="7977864"> hot diggity dog (1)</option>
<option class="level-1" value="368157"> Hot Rod (4)</option>
<option class="level-1" value="441655"> how sweet (6)</option>
<option class="level-1" value="1571134"> hydrangea (1)</option>
<option class="level-1" value="2906890"> illustrious (2)</option>
<option class="level-1" value="10979086"> immense joy (1)</option>
<option class="level-1" value="4165734"> Inclinations (1)</option>
<option class="level-1" value="5136792"> Into the sky (5)</option>
<option class="level-1" value="731291157"> iris elegance (2)</option>
<option class="level-1" value="1203163"> Irises (3)</option>
<option class="level-1" value="2192204"> Japanese Maple (2)</option>
<option class="level-1" value="127569805"> Joy to All (7)</option>
<option class="level-1" value="1687943"> Jubilance (1)</option>
<option class="level-1" value="50619"> Jubilant (1)</option>
<option class="level-1" value="2704604"> just looking (1)</option>
<option class="level-1" value="156023431"> Kate’s Alphabet (1)</option>
<option class="level-1" value="693548146"> key to kindness (1)</option>
<option class="level-1" value="311816434"> La Fleur Rouge (1)</option>
<option class="level-1" value="101522695"> Lace Delight (2)</option>
<option class="level-1" value="19456292"> Lace Flower (5)</option>
<option class="level-1" value="14643695"> Lace Trims (4)</option>
<option class="level-1" value="365587050"> leaf trio (1)</option>
<option class="level-1" value="1564184"> Let’s Chat (1)</option>
<option class="level-1" value="103574939"> letter background (3)</option>
<option class="level-1" value="198762438"> Life’s Journals (3)</option>
<option class="level-1" value="32779359"> Life’s Messages (1)</option>
<option class="level-1" value="8653442"> light touch (1)</option>
<option class="level-1" value="1191728"> lighting the way (5)</option>
<option class="level-1" value="145783"> lilacs (3)</option>
<option class="level-1" value="3826629"> Lofty (1)</option>
<option class="level-1" value="1618"> London (1)</option>
<option class="level-1" value="1990708"> Love & Hugs (1)</option>
<option class="level-1" value="3978905"> Love Art (4)</option>
<option class="level-1" value="6582563"> Love Chapter (9)</option>
<option class="level-1" value="129519176"> Love Flourish (1)</option>
<option class="level-1" value="9344"> Love is in the Air (1)</option>
<option class="level-1" value="4748161"> Love Paris (1)</option>
<option class="level-1" value="41624972"> love’s glow (1)</option>
<option class="level-1" value="199004"> lovely (1)</option>
<option class="level-1" value="697591230"> lovely lilacs (2)</option>
<option class="level-1" value="60281118"> Lush & Lavish (4)</option>
<option class="level-1" value="2669361"> Lustrous (2)</option>
<option class="level-1" value="559229666"> magnolia rhapsody (1)</option>
<option class="level-1" value="86206646"> Maidenhairs (5)</option>
<option class="level-1" value="49871"> Maple Leaf (4)</option>
<option class="level-1" value="230325"> meadow (1)</option>
<option class="level-1" value="11858260"> merriest (1)</option>
<option class="level-1" value="95065137"> merry berries (1)</option>
<option class="level-1" value="690121311"> misty melody (1)</option>
<option class="level-1" value="104573"> modesty (1)</option>
<option class="level-1" value="103876789"> Most Wonderful (2)</option>
<option class="level-1" value="35942506"> mountain magic (5)</option>
<option class="level-1" value="6989"> Muse (1)</option>
<option class="level-1" value="13414899"> Music Background (7)</option>
<option class="level-1" value="476510"> nativity (1)</option>
<option class="level-1" value="20538657"> nature sings (1)</option>
<option class="level-1" value="218497739"> Nature’s Friend (8)</option>
<option class="level-1" value="756396409"> nature’s garlands (2)</option>
<option class="level-1" value="6886353"> Nature’s Gifts (7)</option>
<option class="level-1" value="600343"> nature’s glory (3)</option>
<option class="level-1" value="103995068"> Nature’s Paintbrushes (3)</option>
<option class="level-1" value="169910748"> Nature’s Silhouettes (6)</option>
<option class="level-1" value="13445201"> Needles and cones (1)</option>
<option class="level-1" value="143577"> Noble (1)</option>
<option class="level-1" value="14504170"> Oh Christmas Tree (2)</option>
<option class="level-1" value="81417347"> Oh Spring! (1)</option>
<option class="level-1" value="2857249"> On the lake (3)</option>
<option class="level-1" value="182115"> On the Town (5)</option>
<option class="level-1" value="55282555"> Ornately (1)</option>
<option class="level-1" value="672054207"> painter’s vase (1)</option>
<option class="level-1" value="915612"> Paisley (3)</option>
<option class="level-1" value="78715"> panorama (1)</option>
<option class="level-1" value="159223"> panoramic (1)</option>
<option class="level-1" value="263412"> pansies (1)</option>
<option class="level-1" value="187412686"> Pansy Bouquet (1)</option>
<option class="level-1" value="717118803"> pansy gaze (1)</option>
<option class="level-1" value="124229428"> Parade of flowers (2)</option>
<option class="level-1" value="111500"> paradise (1)</option>
<option class="level-1" value="303425"> Passionate (3)</option>
<option class="level-1" value="140200305"> passionate blooms (1)</option>
<option class="level-1" value="61861"> Pastoral (1)</option>
<option class="level-1" value="9717"> pathway (1)</option>
<option class="level-1" value="228127792"> paws and relax (1)</option>
<option class="level-1" value="12306376"> Peace & Harmony (1)</option>
<option class="level-1" value="574333"> Peace on Earth (1)</option>
<option class="level-1" value="39316"> peaceful (1)</option>
<option class="level-1" value="26282028"> peaceful moment (3)</option>
<option class="level-1" value="21132410"> peaceful time (2)</option>
<option class="level-1" value="34187162"> peaceful village (1)</option>
<option class="level-1" value="75888333"> peaceful winter (4)</option>
<option class="level-1" value="1207909"> Peony (1)</option>
<option class="level-1" value="27013532"> perfect pairing (1)</option>
<option class="level-1" value="7386792"> perfumed (1)</option>
<option class="level-1" value="12412"> perspective (2)</option>
<option class="level-1" value="24658150"> Petal Party (1)</option>
<option class="level-1" value="49617109"> petal poetry (1)</option>
<option class="level-1" value="34839414"> Petal Power (3)</option>
<option class="level-1" value="698996085"> petal profiles (1)</option>
<option class="level-1" value="726829575"> petals & branches (1)</option>
<option class="level-1" value="485"> picturesque (6)</option>
<option class="level-1" value="163171795"> Picturesque (trees) (1)</option>
<option class="level-1" value="127774895"> Pine & Star (3)</option>
<option class="level-1" value="10868569"> pine forest (1)</option>
<option class="level-1" value="201394911"> Pine Silhouettes (1)</option>
<option class="level-1" value="754608228"> pinecone poetry (1)</option>
<option class="level-1" value="948"> Pirates (1)</option>
<option class="level-1" value="334285"> Playful (3)</option>
<option class="level-1" value="29522"> poetic (1)</option>
<option class="level-1" value="205567511"> poinsettia poem (3)</option>
<option class="level-1" value="713269"> Poise (2)</option>
<option class="level-1" value="191691169"> Polka Dot Sprig (1)</option>
<option class="level-1" value="325055771"> Pop pop poppy (3)</option>
<option class="level-1" value="466341842"> Poppy Gems (5)</option>
<option class="level-1" value="212531654"> Poppy Patch (1)</option>
<option class="level-1" value="117961695"> Poppy Pattern (5)</option>
<option class="level-1" value="229890563"> Poppy Time (7)</option>
<option class="level-1" value="1751344"> Posies (4)</option>
<option class="level-1" value="255288281"> potted pretties (2)</option>
<option class="level-1" value="27567946"> Prancers (22)</option>
<option class="level-1" value="2425581"> prized (1)</option>
<option class="level-1" value="1280326"> Promise Me (5)</option>
<option class="level-1" value="441345"> Pumpkin Patch (2)</option>
<option class="level-1" value="12412248"> pumpkin season (1)</option>
<option class="level-1" value="410328"> Pumpkins (2)</option>
<option class="level-1" value="434523652"> puptastic (1)</option>
<option class="level-1" value="428344315"> Pure Iris (2)</option>
<option class="level-1" value="83716"> purity (1)</option>
<option class="level-1" value="18710334"> Puzzle Parts (2)</option>
<option class="level-1" value="1204268"> Queen Anne’s Lace (7)</option>
<option class="level-1" value="1730661"> quietude (5)</option>
<option class="level-1" value="156666"> radiant (4)</option>
<option class="level-1" value="2313917"> rain or shine (2)</option>
<option class="level-1" value="2392879"> ravishing (1)</option>
<option class="level-1" value="1207862"> Red Star (5)</option>
<option class="level-1" value="2400581"> Regalia (1)</option>
<option class="level-1" value="87542"> Remember This (2)</option>
<option class="level-1" value="290708"> Rendezvous (2)</option>
<option class="level-1" value="189226"> Resplendent (2)</option>
<option class="level-1" value="697690"> restful (1)</option>
<option class="level-1" value="6336320"> rivulet (2)</option>
<option class="level-1" value="653278551"> robin’s christmas (2)</option>
<option class="level-1" value="21591"> rosa (2)</option>
<option class="level-1" value="456706"> rose bowl (1)</option>
<option class="level-1" value="192731952"> rose dance (2)</option>
<option class="level-1" value="955578"> rose garden (1)</option>
<option class="level-1" value="17647784"> rose romance (1)</option>
<option class="level-1" value="2225597"> Round and Round (2)</option>
<option class="level-1" value="688446697"> ruby trill (1)</option>
<option class="level-1" value="15005027"> Santa’s visit (1)</option>
<option class="level-1" value="2070945"> saplings (1)</option>
<option class="level-1" value="225251"> scarlet (2)</option>
<option class="level-1" value="539554728"> Scarlet Majesty (6)</option>
<option class="level-1" value="194966531"> Scented Beauty (2)</option>
<option class="level-1" value="156406031"> Schizeas (3)</option>
<option class="level-1" value="722344780"> seashells (1)</option>
<option class="level-1" value="763364053"> seaside (1)</option>
<option class="level-1" value="133479834"> season’s tweetings (2)</option>
<option class="level-1" value="29390"> secret garden (2)</option>
<option class="level-1" value="12721168"> Shade Canopy (3)</option>
<option class="level-1" value="358156"> Silent Night (4)</option>
<option class="level-1" value="192602"> Skyline (14)</option>
<option class="level-1" value="1134728"> Skyward (4)</option>
<option class="level-1" value="64359099"> snow blanket (1)</option>
<option class="level-1" value="10017448"> snow covered (3)</option>
<option class="level-1" value="24337691"> Snow dust (1)</option>
<option class="level-1" value="5335969"> snow fence (1)</option>
<option class="level-1" value="73375743"> snow forest (1)</option>
<option class="level-1" value="1886659"> snow trails (1)</option>
<option class="level-1" value="1747957"> snowfield (1)</option>
<option class="level-1" value="145041914"> snowy cottage (1)</option>
<option class="level-1" value="347903548"> snowy flight (1)</option>
<option class="level-1" value="395340437"> Snowy Grove (4)</option>
<option class="level-1" value="595422394"> Snowy Perch (2)</option>
<option class="level-1" value="754695528"> snowy settlement (1)</option>
<option class="level-1" value="132372489"> snowy village (6)</option>
<option class="level-1" value="8767968"> So Blessed (3)</option>
<option class="level-1" value="4477297"> So Lucky (1)</option>
<option class="level-1" value="23531"> Social Butterfly (11)</option>
<option class="level-1" value="391564774"> Soft Grace (3)</option>
<option class="level-1" value="64452384"> Soft Whisper (4)</option>
<option class="level-1" value="84983201"> Soft Wings (11)</option>
<option class="level-1" value="741232"> Softly (2)</option>
<option class="level-1" value="702036763"> soulful silhouettes (4)</option>
<option class="level-1" value="1882222"> Sparkler (1)</option>
<option class="level-1" value="13622647"> splendiferous (3)</option>
<option class="level-1" value="1521198"> Splendor (3)</option>
<option class="level-1" value="20285891"> spontaneous joy (3)</option>
<option class="level-1" value="71142112"> Spread Cheer (8)</option>
<option class="level-1" value="2705426"> Sprigs (4)</option>
<option class="level-1" value="916387"> Spring blossoms (2)</option>
<option class="level-1" value="16153556"> spring emerges (1)</option>
<option class="level-1" value="24811224"> springtide (2)</option>
<option class="level-1" value="697788802"> springtime sigh (3)</option>
<option class="level-1" value="3643136"> Standing Ovation (1)</option>
<option class="level-1" value="140688"> Stencils (22)</option>
<option class="level-2" value="715743791"> dotlets (1)</option>
<option class="level-2" value="18248020"> Flower Dance (2)</option>
<option class="level-2" value="16155309"> Holly medley (1)</option>
<option class="level-2" value="313245"> Hypnotic (5)</option>
<option class="level-2" value="420925"> Promenade (4)</option>
<option class="level-2" value="8047351"> Sun Catcher (2)</option>
<option class="level-2" value="218454105"> Verdant (3)</option>
<option class="level-2" value="200688981"> Zigs & zags (6)</option>
<option class="level-1" value="98911266"> stitched flowers (1)</option>
<option class="level-1" value="45141"> streaming (1)</option>
<option class="level-1" value="1367038"> Stroll (1)</option>
<option class="level-1" value="1873321"> summer dream (1)</option>
<option class="level-1" value="204780"> Summer Fun (3)</option>
<option class="level-1" value="6565012"> summer glow (3)</option>
<option class="level-1" value="691081"> sun kissed (2)</option>
<option class="level-1" value="8314683"> Sunbursts (1)</option>
<option class="level-1" value="318962"> Sunny (1)</option>
<option class="level-1" value="222400590"> Sunny Hello (2)</option>
<option class="level-1" value="57690404"> Sunny Wishes (2)</option>
<option class="level-1" value="349492767"> sweet centerpiece (1)</option>
<option class="level-1" value="175559"> Sweet Home (3)</option>
<option class="level-1" value="5278296"> Sweet Melody (2)</option>
<option class="level-1" value="30479027"> Sweet on You (1)</option>
<option class="level-1" value="18258722"> Sweet Perfume (5)</option>
<option class="level-1" value="685047958"> sweet sails (1)</option>
<option class="level-1" value="173049137"> sweet sprouts (2)</option>
<option class="level-1" value="64315965"> Sweet Visit (3)</option>
<option class="level-1" value="4480935"> Sweet Wishes (1)</option>
<option class="level-1" value="233593"> Sweetheart (1)</option>
<option class="level-1" value="339915"> Tannenbaum (6)</option>
<option class="level-1" value="709938664"> tannenbaum trio (5)</option>
<option class="level-1" value="881477"> tenderness (1)</option>
<option class="level-1" value="488837166"> Terraced Lane (1)</option>
<option class="level-1" value="69964"> Textures (7)</option>
<option class="level-1" value="49066"> the good life (2)</option>
<option class="level-1" value="48712"> the ride (2)</option>
<option class="level-1" value="20661983"> The Sweetest (1)</option>
<option class="level-1" value="14509087"> The Sweetest Sound (1)</option>
<option class="level-1" value="1575894"> The Unfolding (3)</option>
<option class="level-1" value="770639303"> this way (1)</option>
<option class="level-1" value="234700"> three kings (3)</option>
<option class="level-1" value="184991"> thriving (2)</option>
<option class="level-1" value="5087"> Time (3)</option>
<option class="level-1" value="12096"> timeless (2)</option>
<option class="level-1" value="29146"> To You (2)</option>
<option class="level-1" value="672647092"> together (2)</option>
<option class="level-1" value="4797482"> trailing (2)</option>
<option class="level-1" value="750499"> Tranquil (3)</option>
<option class="level-1" value="700980703"> tranquil buds (2)</option>
<option class="level-1" value="69880781"> tranquil hamlet (1)</option>
<option class="level-1" value="96570"> Tranquility (1)</option>
<option class="level-1" value="1209197"> traverse (1)</option>
<option class="level-1" value="756790462"> treasured pine (2)</option>
<option class="level-1" value="25020080"> Tree heart (2)</option>
<option class="level-1" value="131832351"> Tree-mendous (2)</option>
<option class="level-1" value="80314703"> trees in bud (2)</option>
<option class="level-1" value="728767987"> trilling trio (3)</option>
<option class="level-1" value="76587789"> Trumpet Song (4)</option>
<option class="level-1" value="31940278"> tulip bouquet (2)</option>
<option class="level-1" value="565725487"> Tulip Queue (2)</option>
<option class="level-1" value="590554073"> tweet conversation (1)</option>
<option class="level-1" value="1469898"> Tweet Tweet (5)</option>
<option class="level-1" value="247122922"> Tweet Wishes (1)</option>
<option class="level-1" value="667635218"> tweet wreath (1)</option>
<option class="level-1" value="1139892"> Twinkling (2)</option>
<option class="level-1" value="3266660"> Twirls (9)</option>
<option class="level-1" value="14253036"> under the trees (1)</option>
<option class="level-1" value="831606"> Unfolding (3)</option>
<option class="level-1" value="146964"> unforgettable (2)</option>
<option class="level-1" value="65714"> unique (1)</option>
<option class="level-1" value="131169"> Uptown (4)</option>
<option class="level-1" value="139421307"> Venetian Summer (2)</option>
<option class="level-1" value="2474093"> Verdant (1)</option>
<option class="level-1" value="1693548"> Victorian home (1)</option>
<option class="level-1" value="8020646"> vintage postcard (2)</option>
<option class="level-1" value="2578"> wander (1)</option>
<option class="level-1" value="13181"> wanderlust (1)</option>
<option class="level-1" value="9658326"> warm reception (3)</option>
<option class="level-1" value="5092572"> Warm Wishes (1)</option>
<option class="level-1" value="84275"> Welcome Home (1)</option>
<option class="level-1" value="358154"> White Christmas (1)</option>
<option class="level-1" value="701029719"> wildflowers (1)</option>
<option class="level-1" value="43058"> window (1)</option>
<option class="level-1" value="4628907"> windswept (1)</option>
<option class="level-1" value="57562181"> Winged Beauty (1)</option>
<option class="level-1" value="697788813"> wings & vases (1)</option>
<option class="level-1" value="693548142"> winsome wreath (2)</option>
<option class="level-1" value="135245652"> winter barn (1)</option>
<option class="level-1" value="4349730"> Winter Berries (8)</option>
<option class="level-1" value="1731256"> winter blooms (1)</option>
<option class="level-1" value="121128452"> Winter Bough (1)</option>
<option class="level-1" value="4148265"> winter branches (5)</option>
<option class="level-1" value="652817739"> winter chirp (1)</option>
<option class="level-1" value="3818529"> winter days (1)</option>
<option class="level-1" value="577344"> winter garden (1)</option>
<option class="level-1" value="123221875"> winter gem (2)</option>
<option class="level-1" value="28227089"> Winter Joy (3)</option>
<option class="level-1" value="106413459"> Winter Ledge (5)</option>
<option class="level-1" value="47588011"> Winter moments (3)</option>
<option class="level-1" value="31206896"> Winter Pine (1)</option>
<option class="level-1" value="127136255"> Winter Scroll (4)</option>
<option class="level-1" value="4305150"> Winter Sky (5)</option>
<option class="level-1" value="14906123"> winter solace (1)</option>
<option class="level-1" value="2995778"> Winter Song (4)</option>
<option class="level-1" value="8215493"> Winter tree (1)</option>
<option class="level-1" value="39440026"> Winter Village (1)</option>
<option class="level-1" value="23944357"> winter woodland (3)</option>
<option class="level-1" value="588495640"> winter’s forest (2)</option>
<option class="level-1" value="8891997"> wintertide (2)</option>
<option class="level-1" value="540456604"> Wintry Trail (1)</option>
<option class="level-1" value="3910843"> Wishing You (3)</option>
<option class="level-1" value="358655880"> with affection (1)</option>
<option class="level-1" value="192884455"> With Florish (1)</option>
<option class="level-1" value="4226251"> Wondrous (3)</option>
<option class="level-1" value="97397481"> Woodland Beauty (13)</option>
<option class="level-1" value="708147582"> woodland getaway (1)</option>
<option class="level-1" value="63037696"> Woodland Wonder (2)</option>
<option class="level-1" value="6314769"> woodsy (2)</option>
<option class="level-1" value="707033266"> wreath & wings (2)</option>
<option class="level-1" value="649390882"> Xmas sprigs (3)</option>
<option class="level-1" value="163028"> You & Me (1)</option>
<option class="level-1" value="83035806"> zooming by (1)</option>
<option class="level-1" value="317219390"> {heart} Christmas (2)</option>
<option class="level-0" value="2135151">Periscope (3)</option>
<option class="level-0" value="311532845">Picket Fence (1)</option>
<option class="level-1" value="772701070"> coloring book stencil (1)</option>
<option class="level-0" value="271586570">Pink & Main (1)</option>
<option class="level-1" value="759700254"> ornate tile embossing folder (1)</option>
<option class="level-0" value="272226116">Pink Fresh studio (18)</option>
<option class="level-1" value="218574384"> floral focus (2)</option>
<option class="level-1" value="28278007"> floral notes (3)</option>
<option class="level-1" value="706455583"> Heather lowercase die set (9)</option>
<option class="level-1" value="720424630"> Heather lowercase stamp set (2)</option>
<option class="level-1" value="720424620"> Lea ornate uppercase stamp set (1)</option>
<option class="level-1" value="18867378"> lemon lush (2)</option>
<option class="level-1" value="695607951"> phrase builder you (3)</option>
<option class="level-0" value="315319715">Pink Ink Designs (6)</option>
<option class="level-1" value="634965433"> Cow’s it going? (2)</option>
<option class="level-1" value="412817"> Dragon (1)</option>
<option class="level-1" value="287303"> Giraffe (1)</option>
<option class="level-1" value="64712"> Lion (1)</option>
<option class="level-1" value="241828"> Sea Turtle (2)</option>
<option class="level-1" value="140316"> whale (2)</option>
<option class="level-0" value="108957">Purses (5)</option>
<option class="level-0" value="37939771">Red blush (3)</option>
<option class="level-0" value="266834">Rollers (11)</option>
<option class="level-0" value="3225720">Rub-ons (1)</option>
<option class="level-0" value="770878">Scrapbook Page (1)</option>
<option class="level-0" value="245251180">sennelier watercolours (22)</option>
<option class="level-0" value="11322227">Shimmerz (3)</option>
<option class="level-0" value="71410228">Simply Graphic (6)</option>
<option class="level-1" value="1257212"> coriander (1)</option>
<option class="level-1" value="116600"> seaside (2)</option>
<option class="level-1" value="80213994"> spring bike (1)</option>
<option class="level-1" value="141759173"> thyme & rosemary (1)</option>
<option class="level-0" value="279559">Sizzix (3)</option>
<option class="level-1" value="443704"> christmas ornaments (1)</option>
<option class="level-0" value="1816092">Spellbinders (9)</option>
<option class="level-1" value="772701086"> brush lowercase alphabet (1)</option>
<option class="level-1" value="73457360"> pretty plaid (1)</option>
<option class="level-1" value="772909865"> simply perfect mix & match sentiments (2)</option>
<option class="level-1" value="776170108"> ski lodge embossing folder (1)</option>
<option class="level-0" value="7716327">Stamp Simply challenges (6)</option>
<option class="level-0" value="15996609">Stamped Landscapes (181)</option>
<option class="level-0" value="136995">Stampin Up (328)</option>
<option class="level-1" value="13277085"> Ageless Adornment (5)</option>
<option class="level-1" value="1751647"> All Through the Year (3)</option>
<option class="level-1" value="1569286"> Artfully Asian (1)</option>
<option class="level-1" value="1459014"> Baroque Motifs (18)</option>
<option class="level-1" value="120256"> Best Yet (7)</option>
<option class="level-1" value="19381492"> Bloom Away (2)</option>
<option class="level-1" value="4979695"> Boho Backgrounds (9)</option>
<option class="level-1" value="6044772"> Branch Out (19)</option>
<option class="level-1" value="377836"> By Land (3)</option>
<option class="level-1" value="79663989"> Christmas Sets-SU (36)</option>
<option class="level-2" value="2489699"> Christmas Cardinal (1)</option>
<option class="level-2" value="2389090"> City of David (1)</option>
<option class="level-2" value="1960606"> Festive Favourites (3)</option>
<option class="level-2" value="22286948"> Gifts of Christmas (1)</option>
<option class="level-2" value="14865076"> Holiday Sampler (6)</option>
<option class="level-2" value="3377694"> Home for Christmas (4)</option>
<option class="level-2" value="2489708"> Many Merry Messages (2)</option>
<option class="level-2" value="25174804"> Patterned Pines (2)</option>
<option class="level-2" value="3599691"> Sleigh Bells Ring (1)</option>
<option class="level-2" value="12001331"> Snow Swirled (10)</option>
<option class="level-2" value="11780509"> WInter Post (4)</option>
<option class="level-2" value="2496434"> Wondrous Gift (7)</option>
<option class="level-1" value="4575723"> Eastern Influences (8)</option>
<option class="level-1" value="1764161"> Ever After (6)</option>
<option class="level-1" value="18661879"> Extreme Elements (2)</option>
<option class="level-1" value="34466470"> Extreme Skateboard (1)</option>
<option class="level-1" value="23977985"> Extreme Surfboard (2)</option>
<option class="level-1" value="2489701"> Flaky Friends (2)</option>
<option class="level-1" value="1459018"> Garden silhouettes (27)</option>
<option class="level-1" value="1608483"> Garden Whimsy (10)</option>
<option class="level-1" value="11013942"> Greenhouse Garden (1)</option>
<option class="level-1" value="15631746"> Happiness is a Journey (2)</option>
<option class="level-1" value="479458"> I’m Here (1)</option>
<option class="level-1" value="1685807"> In Full Bloom (5)</option>
<option class="level-1" value="5369508"> Infinite Goodness (10)</option>
<option class="level-1" value="2018920"> Inspired by Nature (10)</option>
<option class="level-1" value="15807962"> Itty Bitty Buds (8)</option>
<option class="level-1" value="2070385"> Loads of Love (1)</option>
<option class="level-1" value="1443755"> Looks Like Spring (3)</option>
<option class="level-1" value="374424"> Lovely as a Tree (35)</option>
<option class="level-1" value="1521459"> Measure of a Life (1)</option>
<option class="level-1" value="10818877"> Nature Silhouettes (6)</option>
<option class="level-1" value="9894800"> Of the Earth (6)</option>
<option class="level-1" value="405159"> One of a Kind (14)</option>
<option class="level-1" value="3883209"> Paint Prints (3)</option>
<option class="level-1" value="2185494"> Perfect Presentation (4)</option>
<option class="level-1" value="2203958"> Pick a Petal (5)</option>
<option class="level-1" value="10280248"> Pocket Silhouettes (16)</option>
<option class="level-1" value="1569285"> Polka dots & Paisley (6)</option>
<option class="level-1" value="156706"> Priceless (6)</option>
<option class="level-1" value="3713807"> scripty (4)</option>
<option class="level-1" value="4520478"> Season of Friendship (7)</option>
<option class="level-1" value="1440031"> Serene Sunflowers (4)</option>
<option class="level-1" value="2214739"> Snowflake Spot (3)</option>
<option class="level-1" value="197024"> Snowflakes (9)</option>
<option class="level-1" value="6097542"> Spring Song (1)</option>
<option class="level-1" value="827169"> subtle (5)</option>
<option class="level-1" value="5226596"> Sweet Shapes (2)</option>
<option class="level-1" value="5612673"> Tart and Tangy (5)</option>
<option class="level-1" value="10859805"> Terrific Tulips (1)</option>
<option class="level-1" value="993476"> Thoughts and Prayers (9)</option>
<option class="level-1" value="3121942"> Three Little Words (1)</option>
<option class="level-1" value="725560008"> timber embossing folder (1)</option>
<option class="level-1" value="182169"> Time Well Spent (6)</option>
<option class="level-1" value="1289405"> Upsy Daisy (18)</option>
<option class="level-1" value="36688638"> Watercolor Minis (1)</option>
<option class="level-1" value="1807410"> With Gratitude (19)</option>
<option class="level-0" value="535925570">Studio Katia (3)</option>
<option class="level-1" value="9107960"> floral garden (1)</option>
<option class="level-1" value="652043"> it’s your birthday (2)</option>
<option class="level-0" value="16348572">Taylored Expressions (28)</option>
<option class="level-1" value="475174"> chicken wire (1)</option>
<option class="level-1" value="127991323"> simple strips (1)</option>
<option class="level-1" value="348806"> weathered (3)</option>
<option class="level-0" value="17732434">Texturz plates (1)</option>
<option class="level-0" value="8083429">The Crafter’s Workshop (5)</option>
<option class="level-1" value="412773329"> beaded mandala (1)</option>
<option class="level-1" value="764957262"> botanical dream stencil (1)</option>
<option class="level-1" value="758644199"> framed flowers stencil (2)</option>
<option class="level-1" value="766629993"> tree canopy (1)</option>
<option class="level-0" value="253331506">The Crafters Workshop (6)</option>
<option class="level-1" value="30033377"> city buildings (1)</option>
<option class="level-0" value="540895532">The Foiled Fox (4)</option>
<option class="level-0" value="567891915">The Stamp Market (5)</option>
<option class="level-1" value="3972496"> floral background (3)</option>
<option class="level-1" value="514258054"> grid stencil (1)</option>
<option class="level-1" value="678363498"> hand written thanks dies (1)</option>
<option class="level-1" value="29592715"> ready to bloom (1)</option>
<option class="level-1" value="1138823"> some kind of wonderful (1)</option>
<option class="level-0" value="3022519">Tim Holtz (16)</option>
<option class="level-1" value="752579357"> artsy stems (4)</option>
<option class="level-1" value="252288076"> clockwork stencil (1)</option>
<option class="level-1" value="754974795"> mechanical dies (1)</option>
<option class="level-1" value="770921131"> perspective butterfly die (1)</option>
<option class="level-1" value="508475261"> silhouette birds (2)</option>
<option class="level-1" value="770925123"> vault wildflowers (2)</option>
<option class="level-1" value="730637786"> wild flowers #1 (5)</option>
<option class="level-0" value="72185057">transfer sheet (1)</option>
<option class="level-0" value="2932">Tutorial (60)</option>
<option class="level-0" value="1">Uncategorized (56)</option>
<option class="level-0" value="226601877">Waffle Flower (13)</option>
<option class="level-1" value="700833186"> A2 layers (9)</option>
<option class="level-1" value="700833195"> Additional A2 layers (7)</option>
<option class="level-1" value="85789149"> nesting squares (3)</option>
<option class="level-0" value="102897">Watercolour (132)</option>
<option class="level-1" value="275109757"> Rockwell art (1)</option>
<option class="level-0" value="79939669">We R Memorykeepers (1)</option>
<option class="level-0" value="17289657">Wendy Vecchi (3)</option>
<option class="level-0" value="652920666">winter lookout (1)</option>
</select>
</form><script type="text/javascript">
/* <![CDATA[ */
(function() {
var dropdown = document.getElementById( "cat" );
function onCatChange() {
if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) {
dropdown.parentNode.submit();
}
}
dropdown.onchange = onCatChange;
})();
/* ]]> */
</script>
</div><div id="search-3" class="widget block widget_search sidebar-box"><h3>Looking for something?</h3><form role="search" method="get" id="searchform" class="searchform" action="https://cards.heathertelford.com/">
<div>
<label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form></div><div id="text-21" class="widget block widget_text sidebar-box"><h3>Follow me on social media</h3> <div class="textwidget"><div>
<a href="https://twitter.com/telfordheather">
<img title="Twitter" alt="Twitter" src="https://cardz.files.wordpress.com/2015/04/01_twitter1.png" width="35" height="35" />
</a>
<a href="https://www.pinterest.com/heathertelford/">
<img title="Pinterest" alt="Pinterest" src="https://cardz.files.wordpress.com/2015/04/13_pinterest1.png" width="35" height="35" />
</a>
<a href="https://instagram.com/heather.telford/">
<img title="Instagram" alt="Instagram" src="https://cardz.files.wordpress.com/2015/04/10_instagram1.png" width="35" height="35" />
</a>
<a href="https://www.youtube.com/@heathertelfordart">
<img title="youtube" alt="youtube" src="https://cardz.files.wordpress.com/2015/04/03_youtube.png" width="35" height="35" />
</a>
<a href="https://www.facebook.com/pages/Bits-Pieces/851312828322216">
<img title="facebook" alt="facebook" src="https://cardz.files.wordpress.com/2015/04/02_facebook1.png" width="35" height="35" />
</a>
</div></div>
</div><div id="blog_subscription-3" class="widget block widget_blog_subscription jetpack_subscription_widget sidebar-box"><h3><label for="subscribe-field">Email Subscription</label></h3>
<div class="wp-block-jetpack-subscriptions__container">
<form
action="https://subscribe.wordpress.com"
method="post"
accept-charset="utf-8"
data-blog="1373842"
data-post_access_level="everybody"
id="subscribe-blog"
>
<p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p>
<p id="subscribe-email">
<label
id="subscribe-field-label"
for="subscribe-field"
class="screen-reader-text"
>
Email Address: </label>
<input
type="email"
name="email"
style="width: 95%; padding: 1px 10px"
placeholder="Email Address"
value=""
id="subscribe-field"
required
/> </p>
<p id="subscribe-submit"
>
<input type="hidden" name="action" value="subscribe"/>
<input type="hidden" name="blog_id" value="1373842"/>
<input type="hidden" name="source" value="https://cards.heathertelford.com/"/>
<input type="hidden" name="sub-type" value="widget"/>
<input type="hidden" name="redirect_fragment" value="subscribe-blog"/>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="92cc39e6a3" /> <button type="submit"
class="wp-block-button__link"
>
Sign me up! </button>
</p>
</form>
</div>
</div><div id="archives-2" class="widget block widget_archive sidebar-box"><h3>Archives</h3> <label class="screen-reader-text" for="archives-dropdown-2">Archives</label>
<select id="archives-dropdown-2" name="archive-dropdown">
<option value="">Select Month</option>
<option value='https://cards.heathertelford.com/2025/05/'> May 2025 (6)</option>
<option value='https://cards.heathertelford.com/2025/03/'> March 2025 (2)</option>
<option value='https://cards.heathertelford.com/2025/02/'> February 2025 (3)</option>
<option value='https://cards.heathertelford.com/2025/01/'> January 2025 (8)</option>
<option value='https://cards.heathertelford.com/2024/12/'> December 2024 (6)</option>
<option value='https://cards.heathertelford.com/2024/11/'> November 2024 (12)</option>
<option value='https://cards.heathertelford.com/2024/10/'> October 2024 (4)</option>
<option value='https://cards.heathertelford.com/2024/09/'> September 2024 (2)</option>
<option value='https://cards.heathertelford.com/2024/08/'> August 2024 (4)</option>
<option value='https://cards.heathertelford.com/2024/07/'> July 2024 (8)</option>
<option value='https://cards.heathertelford.com/2024/06/'> June 2024 (5)</option>
<option value='https://cards.heathertelford.com/2024/05/'> May 2024 (7)</option>
<option value='https://cards.heathertelford.com/2024/04/'> April 2024 (11)</option>
<option value='https://cards.heathertelford.com/2024/03/'> March 2024 (8)</option>
<option value='https://cards.heathertelford.com/2024/02/'> February 2024 (5)</option>
<option value='https://cards.heathertelford.com/2024/01/'> January 2024 (7)</option>
<option value='https://cards.heathertelford.com/2023/12/'> December 2023 (12)</option>
<option value='https://cards.heathertelford.com/2023/11/'> November 2023 (11)</option>
<option value='https://cards.heathertelford.com/2023/10/'> October 2023 (13)</option>
<option value='https://cards.heathertelford.com/2023/09/'> September 2023 (11)</option>
<option value='https://cards.heathertelford.com/2023/08/'> August 2023 (4)</option>
<option value='https://cards.heathertelford.com/2023/07/'> July 2023 (1)</option>
<option value='https://cards.heathertelford.com/2023/06/'> June 2023 (6)</option>
<option value='https://cards.heathertelford.com/2023/05/'> May 2023 (12)</option>
<option value='https://cards.heathertelford.com/2023/04/'> April 2023 (10)</option>
<option value='https://cards.heathertelford.com/2023/03/'> March 2023 (11)</option>
<option value='https://cards.heathertelford.com/2023/02/'> February 2023 (10)</option>
<option value='https://cards.heathertelford.com/2023/01/'> January 2023 (7)</option>
<option value='https://cards.heathertelford.com/2022/12/'> December 2022 (8)</option>
<option value='https://cards.heathertelford.com/2022/11/'> November 2022 (10)</option>
<option value='https://cards.heathertelford.com/2022/10/'> October 2022 (8)</option>
<option value='https://cards.heathertelford.com/2022/09/'> September 2022 (4)</option>
<option value='https://cards.heathertelford.com/2022/08/'> August 2022 (10)</option>
<option value='https://cards.heathertelford.com/2022/07/'> July 2022 (8)</option>
<option value='https://cards.heathertelford.com/2022/06/'> June 2022 (10)</option>
<option value='https://cards.heathertelford.com/2022/05/'> May 2022 (8)</option>
<option value='https://cards.heathertelford.com/2022/04/'> April 2022 (7)</option>
<option value='https://cards.heathertelford.com/2022/03/'> March 2022 (14)</option>
<option value='https://cards.heathertelford.com/2022/02/'> February 2022 (9)</option>
<option value='https://cards.heathertelford.com/2022/01/'> January 2022 (12)</option>
<option value='https://cards.heathertelford.com/2021/12/'> December 2021 (10)</option>
<option value='https://cards.heathertelford.com/2021/11/'> November 2021 (13)</option>
<option value='https://cards.heathertelford.com/2021/10/'> October 2021 (9)</option>
<option value='https://cards.heathertelford.com/2021/09/'> September 2021 (10)</option>
<option value='https://cards.heathertelford.com/2021/08/'> August 2021 (17)</option>
<option value='https://cards.heathertelford.com/2021/07/'> July 2021 (16)</option>
<option value='https://cards.heathertelford.com/2021/06/'> June 2021 (14)</option>
<option value='https://cards.heathertelford.com/2021/05/'> May 2021 (15)</option>
<option value='https://cards.heathertelford.com/2021/04/'> April 2021 (15)</option>
<option value='https://cards.heathertelford.com/2021/03/'> March 2021 (17)</option>
<option value='https://cards.heathertelford.com/2021/02/'> February 2021 (15)</option>
<option value='https://cards.heathertelford.com/2021/01/'> January 2021 (11)</option>
<option value='https://cards.heathertelford.com/2020/12/'> December 2020 (16)</option>
<option value='https://cards.heathertelford.com/2020/11/'> November 2020 (15)</option>
<option value='https://cards.heathertelford.com/2020/10/'> October 2020 (14)</option>
<option value='https://cards.heathertelford.com/2020/09/'> September 2020 (10)</option>
<option value='https://cards.heathertelford.com/2020/08/'> August 2020 (12)</option>
<option value='https://cards.heathertelford.com/2020/07/'> July 2020 (11)</option>
<option value='https://cards.heathertelford.com/2020/06/'> June 2020 (13)</option>
<option value='https://cards.heathertelford.com/2020/05/'> May 2020 (12)</option>
<option value='https://cards.heathertelford.com/2020/04/'> April 2020 (14)</option>
<option value='https://cards.heathertelford.com/2020/03/'> March 2020 (14)</option>
<option value='https://cards.heathertelford.com/2020/02/'> February 2020 (10)</option>
<option value='https://cards.heathertelford.com/2020/01/'> January 2020 (10)</option>
<option value='https://cards.heathertelford.com/2019/12/'> December 2019 (6)</option>
<option value='https://cards.heathertelford.com/2019/11/'> November 2019 (8)</option>
<option value='https://cards.heathertelford.com/2019/10/'> October 2019 (13)</option>
<option value='https://cards.heathertelford.com/2019/09/'> September 2019 (10)</option>
<option value='https://cards.heathertelford.com/2019/08/'> August 2019 (11)</option>
<option value='https://cards.heathertelford.com/2019/07/'> July 2019 (1)</option>
<option value='https://cards.heathertelford.com/2019/06/'> June 2019 (7)</option>
<option value='https://cards.heathertelford.com/2019/05/'> May 2019 (12)</option>
<option value='https://cards.heathertelford.com/2019/04/'> April 2019 (12)</option>
<option value='https://cards.heathertelford.com/2019/03/'> March 2019 (11)</option>
<option value='https://cards.heathertelford.com/2019/02/'> February 2019 (8)</option>
<option value='https://cards.heathertelford.com/2019/01/'> January 2019 (6)</option>
<option value='https://cards.heathertelford.com/2018/12/'> December 2018 (10)</option>
<option value='https://cards.heathertelford.com/2018/11/'> November 2018 (16)</option>
<option value='https://cards.heathertelford.com/2018/10/'> October 2018 (18)</option>
<option value='https://cards.heathertelford.com/2018/09/'> September 2018 (14)</option>
<option value='https://cards.heathertelford.com/2018/08/'> August 2018 (10)</option>
<option value='https://cards.heathertelford.com/2018/07/'> July 2018 (7)</option>
<option value='https://cards.heathertelford.com/2018/06/'> June 2018 (6)</option>
<option value='https://cards.heathertelford.com/2018/05/'> May 2018 (12)</option>
<option value='https://cards.heathertelford.com/2018/04/'> April 2018 (15)</option>
<option value='https://cards.heathertelford.com/2018/03/'> March 2018 (14)</option>
<option value='https://cards.heathertelford.com/2018/02/'> February 2018 (11)</option>
<option value='https://cards.heathertelford.com/2018/01/'> January 2018 (14)</option>
<option value='https://cards.heathertelford.com/2017/12/'> December 2017 (12)</option>
<option value='https://cards.heathertelford.com/2017/11/'> November 2017 (12)</option>
<option value='https://cards.heathertelford.com/2017/10/'> October 2017 (1)</option>
<option value='https://cards.heathertelford.com/2017/09/'> September 2017 (10)</option>
<option value='https://cards.heathertelford.com/2017/08/'> August 2017 (11)</option>
<option value='https://cards.heathertelford.com/2017/07/'> July 2017 (14)</option>
<option value='https://cards.heathertelford.com/2017/06/'> June 2017 (10)</option>
<option value='https://cards.heathertelford.com/2017/05/'> May 2017 (10)</option>
<option value='https://cards.heathertelford.com/2017/04/'> April 2017 (17)</option>
<option value='https://cards.heathertelford.com/2017/03/'> March 2017 (18)</option>
<option value='https://cards.heathertelford.com/2017/02/'> February 2017 (18)</option>
<option value='https://cards.heathertelford.com/2017/01/'> January 2017 (14)</option>
<option value='https://cards.heathertelford.com/2016/12/'> December 2016 (11)</option>
<option value='https://cards.heathertelford.com/2016/11/'> November 2016 (9)</option>
<option value='https://cards.heathertelford.com/2016/10/'> October 2016 (12)</option>
<option value='https://cards.heathertelford.com/2016/09/'> September 2016 (13)</option>
<option value='https://cards.heathertelford.com/2016/08/'> August 2016 (12)</option>
<option value='https://cards.heathertelford.com/2016/07/'> July 2016 (9)</option>
<option value='https://cards.heathertelford.com/2016/06/'> June 2016 (11)</option>
<option value='https://cards.heathertelford.com/2016/05/'> May 2016 (21)</option>
<option value='https://cards.heathertelford.com/2016/04/'> April 2016 (8)</option>
<option value='https://cards.heathertelford.com/2016/03/'> March 2016 (12)</option>
<option value='https://cards.heathertelford.com/2016/02/'> February 2016 (8)</option>
<option value='https://cards.heathertelford.com/2016/01/'> January 2016 (10)</option>
<option value='https://cards.heathertelford.com/2015/12/'> December 2015 (22)</option>
<option value='https://cards.heathertelford.com/2015/11/'> November 2015 (13)</option>
<option value='https://cards.heathertelford.com/2015/10/'> October 2015 (15)</option>
<option value='https://cards.heathertelford.com/2015/09/'> September 2015 (19)</option>
<option value='https://cards.heathertelford.com/2015/08/'> August 2015 (20)</option>
<option value='https://cards.heathertelford.com/2015/07/'> July 2015 (11)</option>
<option value='https://cards.heathertelford.com/2015/06/'> June 2015 (11)</option>
<option value='https://cards.heathertelford.com/2015/05/'> May 2015 (18)</option>
<option value='https://cards.heathertelford.com/2015/04/'> April 2015 (11)</option>
<option value='https://cards.heathertelford.com/2015/03/'> March 2015 (14)</option>
<option value='https://cards.heathertelford.com/2015/02/'> February 2015 (12)</option>
<option value='https://cards.heathertelford.com/2015/01/'> January 2015 (7)</option>
<option value='https://cards.heathertelford.com/2014/12/'> December 2014 (7)</option>
<option value='https://cards.heathertelford.com/2014/11/'> November 2014 (15)</option>
<option value='https://cards.heathertelford.com/2014/10/'> October 2014 (12)</option>
<option value='https://cards.heathertelford.com/2014/09/'> September 2014 (13)</option>
<option value='https://cards.heathertelford.com/2014/08/'> August 2014 (19)</option>
<option value='https://cards.heathertelford.com/2014/07/'> July 2014 (9)</option>
<option value='https://cards.heathertelford.com/2014/06/'> June 2014 (6)</option>
<option value='https://cards.heathertelford.com/2014/05/'> May 2014 (13)</option>
<option value='https://cards.heathertelford.com/2014/04/'> April 2014 (13)</option>
<option value='https://cards.heathertelford.com/2014/03/'> March 2014 (10)</option>
<option value='https://cards.heathertelford.com/2014/02/'> February 2014 (14)</option>
<option value='https://cards.heathertelford.com/2014/01/'> January 2014 (14)</option>
<option value='https://cards.heathertelford.com/2013/12/'> December 2013 (20)</option>
<option value='https://cards.heathertelford.com/2013/11/'> November 2013 (5)</option>
<option value='https://cards.heathertelford.com/2013/10/'> October 2013 (5)</option>
<option value='https://cards.heathertelford.com/2013/09/'> September 2013 (7)</option>
<option value='https://cards.heathertelford.com/2013/08/'> August 2013 (10)</option>
<option value='https://cards.heathertelford.com/2013/07/'> July 2013 (15)</option>
<option value='https://cards.heathertelford.com/2013/06/'> June 2013 (6)</option>
<option value='https://cards.heathertelford.com/2013/05/'> May 2013 (11)</option>
<option value='https://cards.heathertelford.com/2013/04/'> April 2013 (8)</option>
<option value='https://cards.heathertelford.com/2013/03/'> March 2013 (14)</option>
<option value='https://cards.heathertelford.com/2013/02/'> February 2013 (17)</option>
<option value='https://cards.heathertelford.com/2013/01/'> January 2013 (19)</option>
<option value='https://cards.heathertelford.com/2012/12/'> December 2012 (14)</option>
<option value='https://cards.heathertelford.com/2012/11/'> November 2012 (11)</option>
<option value='https://cards.heathertelford.com/2012/10/'> October 2012 (14)</option>
<option value='https://cards.heathertelford.com/2012/09/'> September 2012 (15)</option>
<option value='https://cards.heathertelford.com/2012/08/'> August 2012 (8)</option>
<option value='https://cards.heathertelford.com/2012/07/'> July 2012 (9)</option>
<option value='https://cards.heathertelford.com/2012/06/'> June 2012 (15)</option>
<option value='https://cards.heathertelford.com/2012/05/'> May 2012 (16)</option>
<option value='https://cards.heathertelford.com/2012/04/'> April 2012 (11)</option>
<option value='https://cards.heathertelford.com/2012/03/'> March 2012 (13)</option>
<option value='https://cards.heathertelford.com/2012/02/'> February 2012 (7)</option>
<option value='https://cards.heathertelford.com/2012/01/'> January 2012 (6)</option>
<option value='https://cards.heathertelford.com/2011/12/'> December 2011 (9)</option>
<option value='https://cards.heathertelford.com/2011/11/'> November 2011 (1)</option>
<option value='https://cards.heathertelford.com/2011/10/'> October 2011 (1)</option>
<option value='https://cards.heathertelford.com/2011/09/'> September 2011 (4)</option>
<option value='https://cards.heathertelford.com/2011/08/'> August 2011 (7)</option>
<option value='https://cards.heathertelford.com/2011/07/'> July 2011 (10)</option>
<option value='https://cards.heathertelford.com/2011/06/'> June 2011 (4)</option>
<option value='https://cards.heathertelford.com/2011/05/'> May 2011 (4)</option>
<option value='https://cards.heathertelford.com/2011/04/'> April 2011 (5)</option>
<option value='https://cards.heathertelford.com/2011/03/'> March 2011 (10)</option>
<option value='https://cards.heathertelford.com/2011/02/'> February 2011 (15)</option>
<option value='https://cards.heathertelford.com/2011/01/'> January 2011 (12)</option>
<option value='https://cards.heathertelford.com/2010/12/'> December 2010 (9)</option>
<option value='https://cards.heathertelford.com/2010/11/'> November 2010 (7)</option>
<option value='https://cards.heathertelford.com/2010/10/'> October 2010 (8)</option>
<option value='https://cards.heathertelford.com/2010/09/'> September 2010 (8)</option>
<option value='https://cards.heathertelford.com/2010/08/'> August 2010 (11)</option>
<option value='https://cards.heathertelford.com/2010/07/'> July 2010 (15)</option>
<option value='https://cards.heathertelford.com/2010/06/'> June 2010 (3)</option>
<option value='https://cards.heathertelford.com/2010/05/'> May 2010 (1)</option>
<option value='https://cards.heathertelford.com/2010/04/'> April 2010 (1)</option>
<option value='https://cards.heathertelford.com/2010/03/'> March 2010 (5)</option>
<option value='https://cards.heathertelford.com/2010/02/'> February 2010 (1)</option>
<option value='https://cards.heathertelford.com/2010/01/'> January 2010 (2)</option>
<option value='https://cards.heathertelford.com/2009/12/'> December 2009 (2)</option>
<option value='https://cards.heathertelford.com/2009/11/'> November 2009 (2)</option>
<option value='https://cards.heathertelford.com/2009/10/'> October 2009 (3)</option>
<option value='https://cards.heathertelford.com/2009/09/'> September 2009 (2)</option>
<option value='https://cards.heathertelford.com/2009/08/'> August 2009 (5)</option>
<option value='https://cards.heathertelford.com/2009/07/'> July 2009 (9)</option>
<option value='https://cards.heathertelford.com/2009/06/'> June 2009 (6)</option>
<option value='https://cards.heathertelford.com/2009/05/'> May 2009 (8)</option>
<option value='https://cards.heathertelford.com/2009/04/'> April 2009 (10)</option>
<option value='https://cards.heathertelford.com/2009/03/'> March 2009 (16)</option>
<option value='https://cards.heathertelford.com/2009/02/'> February 2009 (17)</option>
<option value='https://cards.heathertelford.com/2009/01/'> January 2009 (11)</option>
<option value='https://cards.heathertelford.com/2008/12/'> December 2008 (16)</option>
<option value='https://cards.heathertelford.com/2008/11/'> November 2008 (13)</option>
<option value='https://cards.heathertelford.com/2008/10/'> October 2008 (16)</option>
<option value='https://cards.heathertelford.com/2008/09/'> September 2008 (11)</option>
<option value='https://cards.heathertelford.com/2008/08/'> August 2008 (8)</option>
<option value='https://cards.heathertelford.com/2008/07/'> July 2008 (1)</option>
<option value='https://cards.heathertelford.com/2008/06/'> June 2008 (4)</option>
<option value='https://cards.heathertelford.com/2008/05/'> May 2008 (5)</option>
<option value='https://cards.heathertelford.com/2008/04/'> April 2008 (8)</option>
<option value='https://cards.heathertelford.com/2008/03/'> March 2008 (15)</option>
<option value='https://cards.heathertelford.com/2008/02/'> February 2008 (15)</option>
<option value='https://cards.heathertelford.com/2008/01/'> January 2008 (7)</option>
<option value='https://cards.heathertelford.com/2007/12/'> December 2007 (6)</option>
<option value='https://cards.heathertelford.com/2007/11/'> November 2007 (7)</option>
<option value='https://cards.heathertelford.com/2007/10/'> October 2007 (9)</option>
<option value='https://cards.heathertelford.com/2007/09/'> September 2007 (11)</option>
<option value='https://cards.heathertelford.com/2007/08/'> August 2007 (10)</option>
<option value='https://cards.heathertelford.com/2007/07/'> July 2007 (7)</option>
</select>
<script type="text/javascript">
/* <![CDATA[ */
(function() {
var dropdown = document.getElementById( "archives-dropdown-2" );
function onSelectChange() {
if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) {
document.location.href = this.options[ this.selectedIndex ].value;
}
}
dropdown.onchange = onSelectChange;
})();
/* ]]> */
</script>
</div> </div>
<div id="footer">
<a href="https://wordpress.com/?ref=footer_website" rel="nofollow">Create a free website or blog at WordPress.com.</a>
Mid Mo Design. </div><!-- #footer -->
<script type="text/javascript">
var infiniteScroll = {"settings":{"id":"content","ajaxurl":"https:\/\/cards.heathertelford.com\/?infinity=scrolling","type":"scroll","wrapper":true,"wrapper_class":"infinite-wrap","footer":true,"click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"24.02.25","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"cards.heathertelford.com","path":"\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","tag":"","cat":"","tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"all","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2025-09-09 18:17:58","last_post_date":"2025-02-24 15:28:25","body_class":"infinite-scroll neverending","loading_text":"Loading new page","stats":"blog=1373842&v=wpcom&tz=-4&user_id=0&arch_home=1&subd=cardz&x_pagetype=infinite"}};
</script>
<!-- -->
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/files\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/pub\/clean-home\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="text/javascript" src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=202537924dcd77a86c6f1d3698ec27fc5da92b28585ddad3ee636c0397cf312193b2a1" id="grofiles-cards-js"></script>
<script type="text/javascript" id="wpgroho-js-extra">
/* <![CDATA[ */
var WPGroHo = {"my_hash":""};
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script>
<script>
// Initialize and attach hovercards to all gravatars
( function() {
function init() {
if ( typeof Gravatar === 'undefined' ) {
return;
}
if ( typeof Gravatar.init !== 'function' ) {
return;
}
Gravatar.profile_cb = function ( hash, id ) {
WPGroHo.syncProfileData( hash, id );
};
Gravatar.my_hash = WPGroHo.my_hash;
Gravatar.init(
'body',
'#wp-admin-bar-my-account',
{
i18n: {
'Edit your profile →': 'Edit your profile →',
'View profile →': 'View profile →',
'Contact': 'Contact',
'Send money': 'Send money',
'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.',
'Gravatar not found.': 'Gravatar not found.',
'Too Many Requests.': 'Too Many Requests.',
'Internal Server Error.': 'Internal Server Error.',
'Is this you?': 'Is this you?',
'Claim your free profile.': 'Claim your free profile.',
'Email': 'Email',
'Home Phone': 'Home Phone',
'Work Phone': 'Work Phone',
'Cell Phone': 'Cell Phone',
'Contact Form': 'Contact Form',
'Calendar': 'Calendar',
},
}
);
}
if ( document.readyState !== 'loading' ) {
init();
} else {
document.addEventListener( 'DOMContentLoaded', init );
}
} )();
</script>
<div style="display:none">
</div>
<div id="infinite-footer">
<div class="container">
<div class="blog-info">
<a id="infinity-blog-title" href="https://cards.heathertelford.com/" rel="home">
Heather Telford </a>
</div>
<div class="blog-credits">
<a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a> </div>
</div>
</div><!-- #infinite-footer -->
<!-- CCPA [start] -->
<script type="text/javascript">
( function () {
var setupPrivacy = function() {
// Minimal Mozilla Cookie library
// https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie/Simple_document.cookie_framework
var cookieLib = window.cookieLib = {getItem:function(e){return e&&decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(e).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},setItem:function(e,o,n,t,r,i){if(!e||/^(?:expires|max\-age|path|domain|secure)$/i.test(e))return!1;var c="";if(n)switch(n.constructor){case Number:c=n===1/0?"; expires=Fri, 31 Dec 9999 23:59:59 GMT":"; max-age="+n;break;case String:c="; expires="+n;break;case Date:c="; expires="+n.toUTCString()}return"rootDomain"!==r&&".rootDomain"!==r||(r=(".rootDomain"===r?".":"")+document.location.hostname.split(".").slice(-2).join(".")),document.cookie=encodeURIComponent(e)+"="+encodeURIComponent(o)+c+(r?"; domain="+r:"")+(t?"; path="+t:"")+(i?"; secure":""),!0}};
// Implement IAB USP API.
window.__uspapi = function( command, version, callback ) {
// Validate callback.
if ( typeof callback !== 'function' ) {
return;
}
// Validate the given command.
if ( command !== 'getUSPData' || version !== 1 ) {
callback( null, false );
return;
}
// Check for GPC. If set, override any stored cookie.
if ( navigator.globalPrivacyControl ) {
callback( { version: 1, uspString: '1YYN' }, true );
return;
}
// Check for cookie.
var consent = cookieLib.getItem( 'usprivacy' );
// Invalid cookie.
if ( null === consent ) {
callback( null, false );
return;
}
// Everything checks out. Fire the provided callback with the consent data.
callback( { version: 1, uspString: consent }, true );
};
// Initialization.
document.addEventListener( 'DOMContentLoaded', function() {
// Internal functions.
var setDefaultOptInCookie = function() {
var value = '1YNN';
var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
cookieLib.setItem( 'usprivacy', value, 365 * 24 * 60 * 60, '/', domain );
};
var setDefaultOptOutCookie = function() {
var value = '1YYN';
var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
cookieLib.setItem( 'usprivacy', value, 24 * 60 * 60, '/', domain );
};
var setDefaultNotApplicableCookie = function() {
var value = '1---';
var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
cookieLib.setItem( 'usprivacy', value, 24 * 60 * 60, '/', domain );
};
var setCcpaAppliesCookie = function( applies ) {
var domain = '.wordpress.com' === location.hostname.slice( -14 ) ? '.rootDomain' : location.hostname;
cookieLib.setItem( 'ccpa_applies', applies, 24 * 60 * 60, '/', domain );
}
var maybeCallDoNotSellCallback = function() {
if ( 'function' === typeof window.doNotSellCallback ) {
return window.doNotSellCallback();
}
return false;
}
// Look for usprivacy cookie first.
var usprivacyCookie = cookieLib.getItem( 'usprivacy' );
// Found a usprivacy cookie.
if ( null !== usprivacyCookie ) {
// If the cookie indicates that CCPA does not apply, then bail.
if ( '1---' === usprivacyCookie ) {
return;
}
// CCPA applies, so call our callback to add Do Not Sell link to the page.
maybeCallDoNotSellCallback();
// We're all done, no more processing needed.
return;
}
// We don't have a usprivacy cookie, so check to see if we have a CCPA applies cookie.
var ccpaCookie = cookieLib.getItem( 'ccpa_applies' );
// No CCPA applies cookie found, so we'll need to geolocate if this visitor is from California.
// This needs to happen client side because we do not have region geo data in our $SERVER headers,
// only country data -- therefore we can't vary cache on the region.
if ( null === ccpaCookie ) {
var request = new XMLHttpRequest();
request.open( 'GET', 'https://public-api.wordpress.com/geo/', true );
request.onreadystatechange = function () {
if ( 4 === this.readyState ) {
if ( 200 === this.status ) {
// Got a geo response. Parse out the region data.
var data = JSON.parse( this.response );
var region = data.region ? data.region.toLowerCase() : '';
var ccpa_applies = ['california', 'colorado', 'connecticut', 'delaware', 'indiana', 'iowa', 'montana', 'new jersey', 'oregon', 'tennessee', 'texas', 'utah', 'virginia'].indexOf( region ) > -1;
// Set CCPA applies cookie. This keeps us from having to make a geo request too frequently.
setCcpaAppliesCookie( ccpa_applies );
// Check if CCPA applies to set the proper usprivacy cookie.
if ( ccpa_applies ) {
if ( maybeCallDoNotSellCallback() ) {
// Do Not Sell link added, so set default opt-in.
setDefaultOptInCookie();
} else {
// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
setDefaultOptOutCookie();
}
} else {
// CCPA does not apply.
setDefaultNotApplicableCookie();
}
} else {
// Could not geo, so let's assume for now that CCPA applies to be safe.
setCcpaAppliesCookie( true );
if ( maybeCallDoNotSellCallback() ) {
// Do Not Sell link added, so set default opt-in.
setDefaultOptInCookie();
} else {
// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
setDefaultOptOutCookie();
}
}
}
};
// Send the geo request.
request.send();
} else {
// We found a CCPA applies cookie.
if ( ccpaCookie === 'true' ) {
if ( maybeCallDoNotSellCallback() ) {
// Do Not Sell link added, so set default opt-in.
setDefaultOptInCookie();
} else {
// Failed showing Do Not Sell link as required, so default to opt-OUT just to be safe.
setDefaultOptOutCookie();
}
} else {
// CCPA does not apply.
setDefaultNotApplicableCookie();
}
}
} );
};
// Kickoff initialization.
if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) {
defQueue.items.push( setupPrivacy );
} else {
setupPrivacy();
}
} )();
</script>
<!-- CCPA [end] -->
<div id="actionbar" dir="ltr" style="display: none;"
class="actnbr-pub-clean-home actnbr-has-follow actnbr-has-actions">
<ul>
<li class="actnbr-btn actnbr-hidden">
<a class="actnbr-action actnbr-actn-follow " href="">
<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg>
<span>Subscribe</span>
</a>
<a class="actnbr-action actnbr-actn-following no-display" href="">
<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg>
<span>Subscribed</span>
</a>
<div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble">
<div class="tip-arrow"></div>
<div class="tip-inner actnbr-follow-bubble">
<ul>
<li class="actnbr-sitename">
<a href="https://cards.heathertelford.com">
<img loading='lazy' alt='' src='https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=50' srcset='https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=50 1x, https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=75 1.5x, https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=100 2x, https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=150 3x, https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Heather Telford </a>
</li>
<div class="actnbr-message no-display"></div>
<form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;">
<div class="actnbr-follow-count">Join 1,962 other subscribers</div>
<div>
<input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" />
</div>
<input type="hidden" name="action" value="subscribe" />
<input type="hidden" name="blog_id" value="1373842" />
<input type="hidden" name="source" value="https://cards.heathertelford.com/" />
<input type="hidden" name="sub-type" value="actionbar-follow" />
<input type="hidden" id="_wpnonce" name="_wpnonce" value="92cc39e6a3" /> <div class="actnbr-button-wrap">
<button type="submit" value="Sign me up">
Sign me up </button>
</div>
</form>
<li class="actnbr-login-nudge">
<div>
Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fcards.heathertelford.com%252F2025%252F05%252F19%252Fsome-new-paint%252F">Log in now.</a> </div>
</li>
</ul>
</div>
</div>
</li>
<li class="actnbr-btn actnbr-hidden no-display" onclick="javascript:__tcfapi( 'showUi' );">
<a class="actnbr-action actnbr-actn-privacy" href="#">
<svg class="gridicon gridicons-info-outline" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"/></g></svg> <span>Privacy </span>
</a>
</li>
<li class="actnbr-ellipsis actnbr-hidden">
<svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more">
<div class="tip-arrow"></div>
<div class="tip-inner">
<ul>
<li class="actnbr-sitename">
<a href="https://cards.heathertelford.com">
<img loading='lazy' alt='' src='https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=50' srcset='https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=50 1x, https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=75 1.5x, https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=100 2x, https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=150 3x, https://cards.heathertelford.com/wp-content/uploads/2023/12/cropped-sequence-10.00_00_36_23.still009-profile-bws.jpg?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Heather Telford </a>
</li>
<li class="actnbr-folded-follow">
<a class="actnbr-action actnbr-actn-follow " href="">
<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg>
<span>Subscribe</span>
</a>
<a class="actnbr-action actnbr-actn-following no-display" href="">
<svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg>
<span>Subscribed</span>
</a>
</li>
<li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li>
<li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fcards.heathertelford.com%252F2025%252F05%252F19%252Fsome-new-paint%252F">Log in</a></li>
<li class="flb-report">
<a href="https://wordpress.com/abuse/?report_url=https://cards.heathertelford.com" target="_blank" rel="noopener noreferrer">
Report this content </a>
</li>
<li class="actnbr-reader">
<a href="https://wordpress.com/reader/feeds/16749265">
View site in Reader </a>
</li>
<li class="actnbr-subs">
<a href="https://subscribe.wordpress.com/">Manage subscriptions</a>
</li>
<li class="actnbr-fold"><a href="">Collapse this bar</a></li>
</ul>
</div>
</div>
</li>
</ul>
</div>
<script>
window.addEventListener( "load", function( event ) {
var link = document.createElement( "link" );
link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20250116";
link.type = "text/css";
link.rel = "stylesheet";
document.head.appendChild( link );
var script = document.createElement( "script" );
script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20250204";
script.defer = true;
document.body.appendChild( script );
} );
</script>
<div id="jp-carousel-loading-overlay">
<div id="jp-carousel-loading-wrapper">
<span id="jp-carousel-library-loading"> </span>
</div>
</div>
<div class="jp-carousel-overlay" style="display: none;">
<div class="jp-carousel-container">
<!-- The Carousel Swiper -->
<div
class="jp-carousel-wrap swiper jp-carousel-swiper-container jp-carousel-transitions"
itemscope
itemtype="https://schema.org/ImageGallery">
<div class="jp-carousel swiper-wrapper"></div>
<div class="jp-swiper-button-prev swiper-button-prev">
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12">
<path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/>
</mask>
<g mask="url(#maskPrev)">
<rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
</div>
<div class="jp-swiper-button-next swiper-button-next">
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12">
<path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/>
</mask>
<g mask="url(#maskNext)">
<rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/>
</g>
</svg>
</div>
</div>
<!-- The main close buton -->
<div class="jp-carousel-close-hint">
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14">
<path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/>
</mask>
<g mask="url(#maskClose)">
<rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
</div>
<!-- Image info, comments and meta -->
<div class="jp-carousel-info">
<div class="jp-carousel-info-footer">
<div class="jp-carousel-pagination-container">
<div class="jp-swiper-pagination swiper-pagination"></div>
<div class="jp-carousel-pagination"></div>
</div>
<div class="jp-carousel-photo-title-container">
<h2 class="jp-carousel-photo-caption"></h2>
</div>
<div class="jp-carousel-photo-icons-container">
<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility">
<span class="jp-carousel-icon">
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/>
</mask>
<g mask="url(#maskInfo)">
<rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
</span>
</a>
<a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility">
<span class="jp-carousel-icon">
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/>
</mask>
<g mask="url(#maskComments)">
<rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
<span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span>
</span>
</a>
</div>
</div>
<div class="jp-carousel-info-extra">
<div class="jp-carousel-info-content-wrapper">
<div class="jp-carousel-photo-title-container">
<h2 class="jp-carousel-photo-title"></h2>
</div>
<div class="jp-carousel-comments-wrapper">
<div id="jp-carousel-comments-loading">
<span>Loading Comments...</span>
</div>
<div class="jp-carousel-comments"></div>
<div id="jp-carousel-comment-form-container">
<span id="jp-carousel-comment-form-spinner"> </span>
<div id="jp-carousel-comment-post-results"></div>
<form id="jp-carousel-comment-form">
<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
<textarea
name="comment"
class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea"
id="jp-carousel-comment-form-comment-field"
placeholder="Write a Comment..."
></textarea>
<div id="jp-carousel-comment-form-submit-and-info-wrapper">
<div id="jp-carousel-comment-form-commenting-as">
<fieldset>
<label for="jp-carousel-comment-form-email-field">Email (Required)</label>
<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" />
</fieldset>
<fieldset>
<label for="jp-carousel-comment-form-author-field">Name (Required)</label>
<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" />
</fieldset>
<fieldset>
<label for="jp-carousel-comment-form-url-field">Website</label>
<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" />
</fieldset>
</div>
<input
type="submit"
name="submit"
class="jp-carousel-comment-form-button"
id="jp-carousel-comment-form-button-submit"
value="Post Comment" />
</div>
</form>
</div>
</div>
<div class="jp-carousel-image-meta">
<div class="jp-carousel-title-and-caption">
<div class="jp-carousel-photo-info">
<h3 class="jp-carousel-caption" itemprop="caption description"></h3>
</div>
<div class="jp-carousel-photo-description"></div>
</div>
<ul class="jp-carousel-image-exif" style="display: none;"></ul>
<a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;">
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/>
</mask>
<g mask="url(#mask0)">
<rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/>
</g>
</svg>
<span class="jp-carousel-download-text"></span>
</a>
<div class="jp-carousel-image-map" style="display: none;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/_static/??-eJydjtkKwjAQRX/IdogL6oP4KZJOhjLtZCGTUPr3VlzAF1Efz+VyODClBmMoFAr42iSpPQeFgUqyOD4YtAa4cEDoJOKooBMnyi2qruBrgY+uCimgzbEqyevzHH703YMqi1uwU8ycCsfl+0at5/BnaGEh1/RWhPL8iW7+sz+Z/W5zPJitWQ9XT4eB1Q==&cssminify=yes' type='text/css' media='all' />
<script type="text/javascript" id="coblocks-loader-js-extra">
/* <![CDATA[ */
var wpcom_coblocks_js = {"coblocks_masonry_js":"https:\/\/s0.wp.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-masonry.min.js","coblocks_lightbox_js":"https:\/\/s0.wp.com\/wp-content\/plugins\/coblocks\/2.18.1-simple-rev.4\/dist\/js\/coblocks-lightbox.min.js","jquery_core_js":"\/wp-includes\/js\/jquery\/jquery.min.js","jquery_migrate_js":"\/wp-includes\/js\/jquery\/jquery-migrate.min.js","masonry_js":"\/wp-includes\/js\/masonry.min.js","imagesloaded_js":"\/wp-includes\/js\/imagesloaded.min.js"};
var coblocksLigthboxData = {"closeLabel":"Close Gallery","leftLabel":"Previous","rightLabel":"Next"};
/* ]]> */
</script>
<script type="text/javascript" id="jetpack-carousel-js-extra">
/* <![CDATA[ */
var jetpackSwiperLibraryPath = {"url":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/_inc\/blocks\/swiper.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/cards.heathertelford.com\/wp-admin\/admin-ajax.php","nonce":"10eb2d030a","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","image_label":"Open image in full-screen.","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/cardz.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fcards.heathertelford.com%2F2025%2F05%2F19%2Fsome-new-paint%2F","blog_id":"1373842","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=1373842&v=wpcom&tz=-4&user_id=0&arch_home=1&subd=cardz","is_public":"1"};
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJydT9FqwzAQ+6HZR8JK04exTxnO+VYuPZ+Nz07p36+FppQyGOxJSEhCgnNxmLWRNpglH12RfmQ1OOcaQzSHEszIYLlKoYlbR7/YGzzFUn+EFmol4OnOwbrCFyvC3FkisH6zciNnWLPIxi8+sb6Wbo2Yr6vwZDD6YfKDM05FyFVa/TtEtnYbtpmc5BCp/tb31zdMBdbxBn7uGoX+/RJDzd1IHrZNuM/6TB/Dfreb9tNhPCw/lQeNdg=='></script>
<script type="text/javascript" crossorigin='anonymous' src="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js?m=1755011788i&ver=15.1-a.2" id="tiled-gallery-js" defer="defer" data-wp-strategy="defer"></script>
<script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/wp-content/mu-plugins/carousel-wpcom/carousel-wpcom.js?m=1620989527i'></script>
<script type="text/javascript">
(function () {
var wpcom_reblog = {
source: 'toolbar',
toggle_reblog_box_flair: function (obj_id, post_id) {
// Go to site selector. This will redirect to their blog if they only have one.
const postEndpoint = `https://wordpress.com/post`;
// Ideally we would use the permalink here, but fortunately this will be replaced with the
// post permalink in the editor.
const originalURL = `${ document.location.href }?page_id=${ post_id }`;
const url =
postEndpoint +
'?url=' +
encodeURIComponent( originalURL ) +
'&is_post_share=true' +
'&v=5';
const redirect = function () {
if (
! window.open( url, '_blank' )
) {
location.href = url;
}
};
if ( /Firefox/.test( navigator.userAgent ) ) {
setTimeout( redirect, 0 );
} else {
redirect();
}
},
};
window.wpcom_reblog = wpcom_reblog;
})();
</script>
<script type="text/javascript">
(function() {
var extend = function(out) {
out = out || {};
for (var i = 1; i < arguments.length; i++) {
if (!arguments[i])
continue;
for (var key in arguments[i]) {
if (arguments[i].hasOwnProperty(key))
out[key] = arguments[i][key];
}
}
return out;
};
extend( window.infiniteScroll.settings.scripts, ["jetpack-mu-wpcom-settings","rlt-proxy","cmp-script-stub","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","wordads-client","the-neverending-homepage","coblocks-loader","cmp-script","jetpack-carousel","tiled-gallery","carousel-wpcom"] );
extend( window.infiniteScroll.settings.styles, ["the-neverending-homepage","wp-block-library","jetpack-layout-grid","jetpack-ratings","mediaelement","wp-mediaelement","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-text-widget-styles","wpcom-bbpress2-staff-css","cleanhome","cleanhome-wpcom","reblogging","geo-location-flair","a8c-global-print","h4-global","wp-emoji-styles","classic-theme-styles","videopress-video-style","jetpack-sharing-buttons-style","global-styles","cleanhome-ie","jetpack-global-styles-frontend-style","jetpack-swiper-library","jetpack-carousel","jetpack-subscriptions","tiled-gallery","core-block-supports-duotone"] );
})();
</script>
<span id="infinite-aria" aria-live="polite"></span>
<script src="//stats.wp.com/w.js?68" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'1373842','blog_tz':'-4','user_lang':'en','blog_lang':'en','user_id':'0'}]);
_stq.push(['view', {'blog':'1373842','v':'wpcom','tz':'-4','user_id':'0','arch_home':'1','subd':'cardz'}]);
_stq.push(['extra', {'crypt':'UE5XaGUuOTlwaD85flAmcm1mcmZsaDhkV11YdWtpP0NsWnVkPS9sL0ViLndld3BTTVtuWDM4P1prRmthcVVFRVRUfFs0Ljkwdkh4Ujg/cGhbb3ZFcmwxV1p1LWh0X2ksfjh+aC92MiV3NTRCcExZPUw9SnBpS0k0Y1ZCUS1mMHIyJW56RERkOFU3enUsSmZJTDdZTTh4aHJfNW8vcmVWYmt+QkNBUEdPWGctN29jeSZfcDFPdjAzVF9LMzJ4eiZGaC5wNHRmVm1VfD1kL0wyMEVUQTRZdXZnTmRmQXAzWUNacERbYm8tViwmNVhmUV9uVWFwLDQvQVVRJi00eSxqb2UlV3orL1ZfeSw4RD9zWT0/anRUTHw2cE1UJVZTYnNRbjA2SUk4bSVVVERLcDdOVGcrVzVwRjNHMTZPWGcvMzBa'}]);
_stq.push([ 'clickTrackerInit', '1373842', '0' ]);
</script>
<noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript>
<meta id="bilmur" property="bilmur:data" content="" data-provider="wordpress.com" data-service="simple" data-site-tz="America/New_York" data-custom-props="{"logged_in":"0","wptheme":"pub\/clean-home","wptheme_is_block":"0"}" >
<script defer src="/wp-content/js/bilmur.min.js?i=15&m=202537"></script> </div>
</body>
</html>