<!DOCTYPE html>
<html lang="en">
<head>

    <title>Mark Taggart</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="https://www.marktaggart.com/assets/built/screen.css?v=7804aabe20">
    <link rel="preload" as="script" href="https://www.marktaggart.com/assets/built/source.js?v=7804aabe20">
    
    <link rel="preload" as="font" type="font/woff2" href="https://www.marktaggart.com/assets/fonts/inter-roman.woff2?v=7804aabe20" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 100 900;
        font-display: optional;
        src: url(https://www.marktaggart.com/assets/fonts/inter-roman.woff2?v=7804aabe20) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>

    <link rel="stylesheet" type="text/css" href="https://www.marktaggart.com/assets/built/screen.css?v=7804aabe20">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);

        if (accentColor.length === 3) {
            accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
        }

        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="Pictures, Stories, and Questions">
    <link rel="icon" href="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w256h256/2025/06/20250510_mt_icon_mats.png" type="image/png">
    <link rel="canonical" href="https://www.marktaggart.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    
    <meta property="og:site_name" content="Mark Taggart">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Mark Taggart">
    <meta property="og:description" content="Pictures, Stories, and Questions">
    <meta property="og:url" content="https://www.marktaggart.com/">
    <meta property="og:image" content="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/2025/06/20250603_new_non_lo_so-1.webp">
    <meta property="article:publisher" content="https://www.facebook.com/ghost">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Mark Taggart">
    <meta name="twitter:description" content="Pictures, Stories, and Questions">
    <meta name="twitter:url" content="https://www.marktaggart.com/">
    <meta name="twitter:image" content="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/2025/06/20250603_new_non_lo_so-1.webp">
    <meta name="twitter:site" content="@ghost">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="667">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Mark Taggart",
        "url": "https://www.marktaggart.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/2025/06/20250510_mt_icon_trans-1.png",
            "width": 60,
            "height": 60
        }
    },
    "url": "https://www.marktaggart.com/",
    "name": "Mark Taggart",
    "image": {
        "@type": "ImageObject",
        "url": "https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/2025/06/20250603_new_non_lo_so-1.webp",
        "width": 1200,
        "height": 667
    },
    "mainEntityOfPage": "https://www.marktaggart.com/",
    "description": "Pictures, Stories, and Questions"
}
    </script>

    <meta name="generator" content="Ghost 6.44">
    <link rel="alternate" type="application/rss+xml" title="Mark Taggart" href="https://www.marktaggart.com/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js" data-i18n="true" data-ghost="https://www.marktaggart.com/" data-key="565952b5c7bf7bea40e025fccc" data-api="https://mark-taggart.ghost.io/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="565952b5c7bf7bea40e025fccc" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://mark-taggart.ghost.io/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://www.marktaggart.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=7804aabe20"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=7804aabe20">
    <script defer src="/public/member-attribution.min.js?v=7804aabe20"></script><style>:root {--ghost-accent-color: #fc6909;}</style>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/brands.min.css" integrity="sha512-DJLNx+VLY4aEiEQFjiawXaiceujj5GA7lIY8CHCIGQCBPfsEG0nGz1edb4Jvw1LR7q031zS5PpPqFuPA8ihlRA==" crossorigin="anonymous" referrerpolicy="no-referrer" />

<style>
    :where(.nav, .gh-head-menu) .nav-instagram a,
    :where(.nav, .gh-head-menu) .nav-linkedin a,
    :where(.nav, .gh-head-menu) .nav-bluesky a {
        font-size: 0 !important;
    }

    :where(.nav, .gh-head-menu) .nav-instagram a::before,
    :where(.nav, .gh-head-menu) .nav-linkedin a::before,
    :where(.nav, .gh-head-menu) .nav-bluesky a::before {
        font-family: "Font Awesome 6 Brands";
        display: inline-block;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    :where(.nav, .gh-head-menu) .nav-instagram a::before {content: "\f16d"}
    :where(.nav, .gh-head-menu) .nav-linkedin a::before {content: "\f08c"}
    :where(.nav, .gh-head-menu) .nav-bluesky a::before {content: "\e671"}
</style>

<link rel="stylesheet" href="https://use.typekit.net/dur0tll.css">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;0,600;1,400;1,600&family=Nunito+Sans:opsz,wght@6..12,700;6..12,800;6..12,900&display=swap&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet">

<style> h1, h2, h3, h4, .article-title, .post-card-title { color: #df691d; font-family: "stadio-now-variable", sans-serif; font-variation-settings: "opsz" 100, "wght" 700;} </style>
<!-- <style> p, .post-card-excerpt, #gh-head > div > nav > ul  { font-family: Inter, 'IBM Plex Serif', Merriweather, Georgia, sans-serif; font-weight: 400; } </style> -->

<style> li.nav-about, li.nav-contact, div.post-card-tags { font-family: "stadio-now-variable", sans-serif; font-variation-settings: "opsz" 100, "wght" 500; } </style>
<style> div.post-card-tags, footer.post-card-meta { color: #3965ae; } </style>
<style> h1.gh-header-title, h2.gh-footer-signup-header { color: #ffffff; }</style>
<style>.gh-header.is-classic.has-image:before { opacity:0.1;} </style>
<!-- <style> .gh-button, .gh-portal-triggerbtn-container { background-color: #df691d; }</style> -->

<!-- From https://kittygiraudel.com/snippets/sr-only-class/ */
/* This file is part of the Kitty Giraudel's Snippets collection.
 * It is licensed under the MIT License.
 * See https://kittygiraudel.com/license/ for more details.
-->
<style> .sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
</style>

    <link rel="preconnect" href="https://fonts.bunny.net"><link rel="stylesheet" href="https://fonts.bunny.net/css?family=space-grotesk:700|inter:400,500,600"><style>:root {--gh-font-heading: Space Grotesk;--gh-font-body: Inter;}</style>

</head>
<body class="home-template gh-font-heading-space-grotesk gh-font-body-inter has-sans-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-middle-logo has-accent-color gh-outer">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://www.marktaggart.com">
                    <img src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/2025/06/20250510_mt_icon_trans-1.png" alt="Mark Taggart">
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button" aria-label="Menu">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-about"><a href="https://www.marktaggart.com/about/">About</a></li>
    <li class="nav-contact"><a href="https://www.marktaggart.com/contact/">Contact</a></li>
    <li class="nav-bluesky"><a href="https://bsky.app/profile/taggart.bsky.social">Bluesky</a></li>
    <li class="nav-instagram"><a href="https://instagram.com/marktagg_art/">Instagram</a></li>
</ul>

        </nav>

        <div class="gh-navigation-actions">
                <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>                <div class="gh-navigation-members">
                            <a href="#/portal/signin" data-portal="signin">Sign in</a>
                                <a class="gh-button" href="#/portal/signup" data-portal="signup">Subscribe</a>
                </div>
        </div>

    </div>
</header>

    

        <section class="gh-header is-magazine has-image gh-outer">


    <div class="gh-header-inner gh-inner">


                    <article class="gh-card post tag-stories featured">
    <a class="gh-card-link" href="/some-assembly/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2025/06/20250603_new_non_lo_so-2.png 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2025/06/20250603_new_non_lo_so-2.png 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2025/06/20250603_new_non_lo_so-2.png 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2025/06/20250603_new_non_lo_so-2.png 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2025/06/20250603_new_non_lo_so-2.png 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2025/06/20250603_new_non_lo_so-2.png 2000w"
                    sizes="640px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2025/06/20250603_new_non_lo_so-2.png"
                    alt="STAND BY…"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Stories</p>
            <h3 class="gh-card-title is-title">Some Assembly</h3>
                <p class="gh-card-excerpt is-body">Some assembly required. 🦾</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2025-06-21">21 Jun 2025</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <div class="gh-header-left">
                    <article class="gh-card post tag-photographs featured">
    <a class="gh-card-link" href="/120-edges/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2024/07/000_000.webp 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2024/07/000_000.webp 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2024/07/000_000.webp 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2024/07/000_000.webp 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2024/07/000_000.webp 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2024/07/000_000.webp 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2024/07/000_000.webp"
                    alt="Monochromatic digital photograph of stacks of plastic chairs, emphasizing their abstract forms."
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Photographs</p>
            <h3 class="gh-card-title is-title">120 Edges</h3>
                <p class="gh-card-excerpt is-body">120 Edges delineate 30 monochromatic photos, and contain thousands of shapes and textures, themes and variations. </p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2024-07-26">26 Jul 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post tag-digital-art featured">
    <a class="gh-card-link" href="/whats-the-big-idea/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2024/02/20240215_Fallback_1.webp 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2024/02/20240215_Fallback_1.webp 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2024/02/20240215_Fallback_1.webp 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2024/02/20240215_Fallback_1.webp 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2024/02/20240215_Fallback_1.webp 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2024/02/20240215_Fallback_1.webp 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2024/02/20240215_Fallback_1.webp"
                    alt="An abstract digital painting titled &quot;Fallback 1,&quot; a square multi-colored composition."
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Digital Art</p>
            <h3 class="gh-card-title is-title">What’s the Big Idea?</h3>
                <p class="gh-card-excerpt is-body">Start with one set of small visual ideas. Do something with it. Add a few more. Do something else. Repeat.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2024-02-20">20 Feb 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post tag-photographs">
    <a class="gh-card-link" href="/do-i-know-my-limits/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2024/02/20240209_5694.webp 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2024/02/20240209_5694.webp 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2024/02/20240209_5694.webp 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2024/02/20240209_5694.webp 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2024/02/20240209_5694.webp 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2024/02/20240209_5694.webp 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2024/02/20240209_5694.webp"
                    alt="A monochromatic picture of various trees in winter, in front of a terraced hillside in Cortona, Italy."
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Photographs</p>
            <h3 class="gh-card-title is-title">Do I Know My Limits?</h3>
                <p class="gh-card-excerpt is-body">For this first new set of pictures for 2024, I began with specific, self-imposed limits. Each photograph had to be made from a single digital exposure. Each had to be monochromatic, and composed within a 3x2 aspect ratio—no additional cropping allowed.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2024-02-12">12 Feb 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    </div>
                    <div class="gh-header-right">
                    <article class="gh-card post tag-news">
    <a class="gh-card-link" href="/whats-my-most-creative-habit/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2023/08/20230820_walkin_blues.webp 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2023/08/20230820_walkin_blues.webp 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2023/08/20230820_walkin_blues.webp 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2023/08/20230820_walkin_blues.webp 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2023/08/20230820_walkin_blues.webp 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2023/08/20230820_walkin_blues.webp 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2023/08/20230820_walkin_blues.webp"
                    alt="Digital drawing of abstract blue shapes interacting with red, yellow, and violet lines, in memory of Brice Marden."
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">News</p>
            <h3 class="gh-card-title is-title">What’s my most creative habit?</h3>
                <p class="gh-card-excerpt is-body">It’s not shooting digital photographs or drawing in a sketchbook.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2023-08-21">21 Aug 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post tag-news">
    <a class="gh-card-link" href="/non-lo-so-lo-sai/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2023/08/20230510_Mask-copy.webp 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2023/08/20230510_Mask-copy.webp 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2023/08/20230510_Mask-copy.webp 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2023/08/20230510_Mask-copy.webp 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2023/08/20230510_Mask-copy.webp 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2023/08/20230510_Mask-copy.webp 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2023/08/20230510_Mask-copy.webp"
                    alt="A self portrait as an artist putting on (or removing) a blank mask."
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">News</p>
            <h3 class="gh-card-title is-title">NON LO SO…lo sai?</h3>
                <p class="gh-card-excerpt is-body">Not knowing sparks my interest, because it alerts me to a complex visual problem with untapped potential.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2023-08-07">07 Aug 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    <article class="gh-card post tag-stories">
    <a class="gh-card-link" href="/what-is-exit-city/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2023/07/20220824_Exit_City_Cover_WEB-copy.png 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2023/07/20220824_Exit_City_Cover_WEB-copy.png 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2023/07/20220824_Exit_City_Cover_WEB-copy.png 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2023/07/20220824_Exit_City_Cover_WEB-copy.png 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2023/07/20220824_Exit_City_Cover_WEB-copy.png 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2023/07/20220824_Exit_City_Cover_WEB-copy.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2023/07/20220824_Exit_City_Cover_WEB-copy.png"
                    alt="EXIT CITY logo detail"
                    
                >
            </figure>
        <div class="gh-card-wrapper">
                <p class="gh-card-tag">Stories</p>
            <h3 class="gh-card-title is-title">What is EXIT CITY?</h3>
                <p class="gh-card-excerpt is-body">A scientist joins a mysterious tech project based in a remote, beautiful town. As she discovers the town&#x27;s true nature, she must face the project&#x27;s sinister reality  …and escape EXIT CITY.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2023-07-08">08 Jul 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    </div>



    </div>

</section>

    
            <section class="gh-cta gh-outer">
                <div class="gh-cta-inner gh-inner">
                    <div class="gh-cta-content">
                        <h2 class="gh-cta-title is-title">
                            non lo so
                        </h2>
                        <p class="gh-cta-description is-body">
                            Receive new posts via email
                        </p>
                    </div>
                    <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="cta-email" name="email" type="email" placeholder="jamie@example.com" required data-members-email>
    <button class="gh-button" type="submit" aria-label="Subscribe">
        <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></span>
        <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
    <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
            <circle cx="4" cy="12" r="3"></circle>
            <circle cx="12" cy="12" r="3"></circle>
            <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
            .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s}
            .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite}
            .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)}
            .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)}
            .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px}
            @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
        </style>
    </g>
</svg>        <span>Email sent</span>
    </button>
    <p data-members-error></p>
</form>
                </div>
            </section>


<section class="gh-container is-grid gh-outer">
    <div class="gh-container-inner gh-inner">
        
            <h2 class="gh-container-title">
                Latest
            </h2>

        <main class="gh-main">
            <div class="gh-feed">

                                    <article class="gh-card post">
    <a class="gh-card-link" href="/cortona-skies/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2023/07/20230511_monastero_tramonto-1.webp 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2023/07/20230511_monastero_tramonto-1.webp 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2023/07/20230511_monastero_tramonto-1.webp 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2023/07/20230511_monastero_tramonto-1.webp 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2023/07/20230511_monastero_tramonto-1.webp 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2023/07/20230511_monastero_tramonto-1.webp 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2023/07/20230511_monastero_tramonto-1.webp"
                    alt="Cortona Skies"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Cortona Skies</h3>
                <p class="gh-card-excerpt is-body">These pictures are my favorite landscape photographs of Cortona, Italia from 2022–2023.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2023-07-08">08 Jul 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/working-the-angles/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2023/08/20220821_San_Niccolo-1.webp 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2023/08/20220821_San_Niccolo-1.webp 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2023/08/20220821_San_Niccolo-1.webp 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2023/08/20220821_San_Niccolo-1.webp 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2023/08/20220821_San_Niccolo-1.webp 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2023/08/20220821_San_Niccolo-1.webp 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2023/08/20220821_San_Niccolo-1.webp"
                    alt="A digital photograph of Chiesa di San Niccolo in Cortona, Italia. "
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Working the Angles</h3>
                <p class="gh-card-excerpt is-body">The latest set of photographs in my “Working the Angles” series, 2022–2023.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2023-06-23">23 Jun 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/everybody-digs-italia/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2023/08/20221209_Everybody_Digs_Roma.jpeg 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2023/08/20221209_Everybody_Digs_Roma.jpeg 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2023/08/20221209_Everybody_Digs_Roma.jpeg 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2023/08/20221209_Everybody_Digs_Roma.jpeg 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2023/08/20221209_Everybody_Digs_Roma.jpeg 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2023/08/20221209_Everybody_Digs_Roma.jpeg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2023/08/20221209_Everybody_Digs_Roma.jpeg"
                    alt="Three friends taking a selfie in front of a sunset at the Fora Romana in Roma, Italia."
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Everybody Digs Italia</h3>
                <p class="gh-card-excerpt is-body">If you watch the range of responses, before long you witness compelling narratives of humans experiencing a unique moment in a beautiful place.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2023-04-27">27 Apr 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/cinquantadue/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2023/08/20211219_52_December-800x1000-copy.webp 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2023/08/20211219_52_December-800x1000-copy.webp 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2023/08/20211219_52_December-800x1000-copy.webp 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2023/08/20211219_52_December-800x1000-copy.webp 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2023/08/20211219_52_December-800x1000-copy.webp 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2023/08/20211219_52_December-800x1000-copy.webp 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2023/08/20211219_52_December-800x1000-copy.webp"
                    alt=" A nonobjective digital painting made with Adobe Fresco."
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">cinquantadue</h3>
                <p class="gh-card-excerpt is-body">These 52 works are the “cinquantadue” digital painting experiment. Each one utilizes a limited range of colors applied as interwoven notes and opacities.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2021-12-31">31 Dec 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                    <article class="gh-card post">
    <a class="gh-card-link" href="/ars-ex-machina/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w160/format/webp/2023/08/20210801_oculus-1024x576.webp 160w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w320/format/webp/2023/08/20210801_oculus-1024x576.webp 320w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/format/webp/2023/08/20210801_oculus-1024x576.webp 600w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w960/format/webp/2023/08/20210801_oculus-1024x576.webp 960w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w1200/format/webp/2023/08/20210801_oculus-1024x576.webp 1200w,
                            https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w2000/format/webp/2023/08/20210801_oculus-1024x576.webp 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/size/w600/2023/08/20210801_oculus-1024x576.webp"
                    alt="ars ex machina"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">ars ex machina</h3>
                <p class="gh-card-excerpt is-body">I made these digital drawings using a graphics programming routine to generate both geometric and irregular compositions. </p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Mark Taggart</span>
                    <time class="gh-card-date" datetime="2021-09-01">01 Sep 2021</time>
                <!--
         --></footer>
        </div>
    </a>
</article>



            </div>

        </main>


    </div>
</section>

    
    <footer class="gh-footer has-accent-color gh-outer">
    <div class="gh-footer-inner gh-inner">

                <section class="gh-footer-signup">
                    <h2 class="gh-footer-signup-header is-title">
                        non lo so
                    </h2>
                    <p class="gh-footer-signup-subhead is-body">
                        Receive new posts via email
                    </p>
                    <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="footer-email" name="email" type="email" placeholder="jamie@example.com" required data-members-email>
    <button class="gh-button" type="submit" aria-label="Subscribe">
        <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></span>
        <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
    <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
            <circle cx="4" cy="12" r="3"></circle>
            <circle cx="12" cy="12" r="3"></circle>
            <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
            .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s}
            .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite}
            .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)}
            .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)}
            .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px}
            @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
        </style>
    </g>
</svg>        <span>Email sent</span>
    </button>
    <p data-members-error></p>
</form>
                </section>

        <div class="gh-social-links">
                <a href="https://x.com/ghost" target="_blank" rel="noopener" aria-label="X">
<svg viewBox="0 0 24 24" fill="currentColor"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>                </a>
                <a href="https://www.facebook.com/ghost" target="_blank" rel="noopener" aria-label="Facebook">
<svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z"/></svg>                </a>
        </div>

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    <img src="https://storage.ghost.io/c/03/25/032593ce-2202-4f14-a8e4-9d7f1ce502c2/content/images/2025/06/20250510_mt_icon_trans-1.png" alt="Mark Taggart">
            </span>
            <nav class="gh-footer-menu">
                <ul class="nav">
    <li class="nav-contact"><a href="https://www.marktaggart.com/contact/">Contact</a></li>
    <li class="nav-sign-up nav-current"><a href="#/portal/">Sign up</a></li>
</ul>

            </nav>
            <div class="gh-footer-copyright">
                Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>

    </div>
</footer>
    
</div>


<script src="https://www.marktaggart.com/assets/built/source.js?v=7804aabe20"></script>

<style> section.copyright, .site-footer .copyright a, .site-footer a { color: #fbf2b8; } </style>

</body>
</html>
