<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[#The100DayProject Newsletter: Sharing your project]]></title><description><![CDATA[Info about how to document and share your project]]></description><link>https://www.the100dayproject.org/s/sharing-your-project</link><image><url>https://substackcdn.com/image/fetch/$s_!1XzC!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4f20ae18-c2c1-4d77-9276-de1aa32f1d62_1280x1280.png</url><title>#The100DayProject Newsletter: Sharing your project</title><link>https://www.the100dayproject.org/s/sharing-your-project</link></image><generator>Substack</generator><lastBuildDate>Wed, 15 Apr 2026 21:50:04 GMT</lastBuildDate><atom:link href="https://www.the100dayproject.org/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Lindsay Jean Thomson]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[the100dayproject@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[the100dayproject@substack.com]]></itunes:email><itunes:name><![CDATA[Lindsay Jean Thomson]]></itunes:name></itunes:owner><itunes:author><![CDATA[Lindsay Jean Thomson]]></itunes:author><googleplay:owner><![CDATA[the100dayproject@substack.com]]></googleplay:owner><googleplay:email><![CDATA[the100dayproject@substack.com]]></googleplay:email><googleplay:author><![CDATA[Lindsay Jean Thomson]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Day 34: WOW]]></title><description><![CDATA[everything, wow]]></description><link>https://www.the100dayproject.org/p/day-34-wow</link><guid isPermaLink="false">https://www.the100dayproject.org/p/day-34-wow</guid><dc:creator><![CDATA[Lindsay Jean Thomson]]></dc:creator><pubDate>Fri, 27 Mar 2026 07:02:45 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!8qja!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2580322d-125c-402f-931f-700fef5f8fb1_5152x2904.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hello, friends!</p><div class="instagram-embed-wrap" data-attrs="{&quot;instagram_id&quot;:&quot;DQUMRUqDu5z&quot;,&quot;title&quot;:&quot;Loryn Brantz on Instagram: \&quot;Wow! - Poems of Parenting\&quot;&quot;,&quot;author_name&quot;:&quot;@lorynbrantz&quot;,&quot;thumbnail_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/__ss-rehost__IG-meta-DQUMRUqDu5z.jpg&quot;,&quot;timestamp&quot;:null,&quot;belowTheFold&quot;:false}" data-component-name="InstagramToDOM"><iframe class="instagram-embed-frame" srcdoc="<!doctype html>
<html>
  <head>
    <meta charset=&quot;utf-8&quot; />
    <meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot; />
    <style>
      html, body {
        margin: 0;
        padding: 0;
        overflow: hidden;
        background: transparent;
      }

      .instagram-media {
        margin: 1px auto 0 !important;
      }
    </style>
  </head>
  <body>
    <blockquote
      class=&quot;instagram-media&quot;
      data-instgrm-permalink=&quot;https://instagram.com/p/DQUMRUqDu5z/?utm_source=ig_embed&amp;utm_campaign=loading&quot;
      data-instgrm-version=&quot;14&quot;
      style=&quot;background:#FFF; border:0; border-radius:3px; box-shadow:none; margin:1px auto 0; max-width:540px; min-width:326px; padding:0; width:calc(100% - 2px);&quot;
    ></blockquote>
    <script async src=&quot;https://www.instagram.com/embed.js&quot;></script>
    <script>
      (function() {
        const postHeight = () => {
          const body = document.body;
          const doc = document.documentElement;
          const height = Math.ceil(Math.max(
            body ? body.scrollHeight : 0,
            body ? body.offsetHeight : 0,
            doc ? doc.scrollHeight : 0,
            doc ? doc.offsetHeight : 0
          ));

          if (height > 0) {
            parent.postMessage({ type: 'substack-instagram-embed-resize', height }, '*');
          }
        };

        const scheduleMeasure = () => {
          window.requestAnimationFrame(() => {
            window.setTimeout(postHeight, 50);
          });
        };

        window.addEventListener('load', scheduleMeasure);
        window.setTimeout(scheduleMeasure, 250);
        window.setTimeout(scheduleMeasure, 1000);

        const root = document.documentElement || document.body;
        if (root &amp;&amp; typeof MutationObserver !== 'undefined') {
          const observer = new MutationObserver(scheduleMeasure);
          observer.observe(root, { attributes: true, childList: true, subtree: true, characterData: true });
        }

        if (document.body &amp;&amp; typeof ResizeObserver !== 'undefined') {
          const resizeObserver = new ResizeObserver(scheduleMeasure);
          resizeObserver.observe(document.body);
        }
      })();
    </script>
  </body>
</html>" title="Instagram post" frameborder="0" scrolling="no" allowfullscreen="true" allow="encrypted-media" sandbox="allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox" height="520px"></iframe><script type="text/javascript">(function() {
    const iframe = document.currentScript && document.currentScript.previousElementSibling;
    if (!(iframe instanceof HTMLIFrameElement)) {
      return;
    }

    window.addEventListener('message', function(event) {
      if (event.source !== iframe.contentWindow) {
        return;
      }

      const data = event.data;
      if (!data || data.type !== 'substack-instagram-embed-resize' || typeof data.height !== 'number') {
        return;
      }

      if (data.height > 0) {
        iframe.style.height = data.height + 'px';
      }
    });
  })();</script></div><div class="pullquote"><p>&#8220;My baby has started saying wow! at lit-er-ally Every-thing. It is a very good reminder a good reminder indeed.&#8221; &#8212; Loryn Brantz</p></div><p>When was the last time you found yourself saying <em>wow</em>?</p><p>I re&#8230;</p>
      <p>
          <a href="https://www.the100dayproject.org/p/day-34-wow">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[How and where to share your #The100DayProject 🎨]]></title><description><![CDATA[helpful info + links]]></description><link>https://www.the100dayproject.org/p/how-and-where-to-share-your-the100dayproject</link><guid isPermaLink="false">https://www.the100dayproject.org/p/how-and-where-to-share-your-the100dayproject</guid><dc:creator><![CDATA[Lindsay Jean Thomson]]></dc:creator><pubDate>Thu, 01 May 2025 20:57:56 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/1b0241d1-efbd-431a-a053-e74468d0e940_1179x688.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hi, friends! </p><p>This post breaks down the different platforms and ways you can find us and connect with the community online, but you&#8217;re also welcome to share on other platforms. Documenting and sharing your work is part of the project, but there are no rules about how you do it&#8212;I encourage you to choose the places and formats that feel best for you. </p><p>There are a few ways we help share art (more below), but in general you&#8217;ll <strong>post your project to your own social account</strong>. </p><h2>SUBSTACK</h2><p>&#8594; <strong>Notes:</strong> <a href="https://on.substack.com/p/introducing-notes">Notes</a> is like Substack&#8217;s version of Twitter or Threads&#8212;it&#8217;s mostly short-form content. You can post images and/or videos of your work, restack posts (which is like retweeting), and more. Find Notes on the <a href="https://substack.com/home">Substack home page here</a>. </p><p>&#8594; <strong>Posts:</strong> Posts are like blogs, which we also send out as emails. Before the project begins each year, we send resources and inspiration. During the project, we send daily creative prompts to paid subscribers and weekly-ish prompts to free subscribers. Comments on Posts don&#8217;t currently allow images, so it&#8217;s not the best place to share your work, but you can reply to connect with the writer and the community. Find all past posts here at <a href="https://the100dayproject.substack.com/">the100dayproject.substack.com</a>. </p><p>&#8594; <strong>Chat:</strong> Paid subscribers have access to daily threads on Chat where we discuss the creative prompts and share our work. Find <a href="https://substack.com/chat/5499">our Chat here</a> (note: Chat is currently only available on desktop or the <a href="https://substack.com/app">Substack app</a>). </p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://www.the100dayproject.org/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://www.the100dayproject.org/subscribe?"><span>Subscribe now</span></a></p><h2>INSTAGRAM</h2><p>&#8594; <strong>Follow us:</strong> Follow <a href="https://www.instagram.com/dothe100dayproject">@dothe100dayproject</a> for project inspiration, art from the community, and more. </p><p>&#8594; <strong>Add the hashtag: </strong><a href="https://help.instagram.com/351460621611097">Add the hashtag</a> #The100DayProject to the text caption of your post. Hashtags on Instagram help categorize content, making it easier for the community to find your posts. Collectively, we&#8217;ve shared over 2.5M posts! </p><p>&#8594; <strong>Tag your image:</strong> <a href="https://help.instagram.com/627963287377328/">Tag your image</a> with our handle @dothe100dayproject. We reshare art from the community to our Stories every day. </p><p>&#8594; <strong>Submit your work for Reels</strong>: During the project, we share Reels featuring work, process, and behind-the-scenes from project participants. Links to submit can be found in the newsletter. </p><p>Note: your posts will only be discoverable if your <a href="https://help.instagram.com/196883487377501?ref=dp">Instagram profile is public</a>. Privacy is a personal choice&#8212;do what feels right for you. </p><h2>FACEBOOK</h2><p>&#8594; <strong>Daily threads:</strong> We have an active <a href="https://www.facebook.com/groups/the100dayprojectgroup">Facebook group</a> run by AnnMarie. Each day of the project, you can add your work to the daily thread. </p><p>Platforms change all of the time. We&#8217;ll do our best to keep this updated, but do your best to be resourceful. When in doubt, a quick Google search will probably point you in the right direction. If you&#8217;re new to any of these platforms, look around and experiment to find what works for you. </p><p>Excited to see what you make!</p><p>XO,<br>Lindsay</p><p><br></p>]]></content:encoded></item></channel></rss>