Skip to content

Commit

Permalink
deploy: d8b12d7
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 15, 2024
1 parent 65a77ad commit abcb4b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h2>Local development</h2>
<li>Navigate to <code>localhost:8080</code> in your browser.</li>
</ol>

<p>Merges and pushes to the <code>main</code> branch will automatically trigger a build onto the <code>gh-pages</code> branch, which deploys to GitHub Pages.</p>
<p>Merges and pushes to the <code>main</code> branch automatically trigger a build on the <code>gh-pages</code> branch, which deploys to GitHub Pages.</p>

<h2>Support this project</h2>

Expand All @@ -159,6 +159,7 @@ <h2>Credits</h2>
<li><a href="https://github.com/bryanbraun/anchorjs">AnchorJS</a></li>
<li><a href="https://github.com/zenorocha/clipboard.js">clipboard.js</a></li>
<li><a href="https://github.com/ColinEspinas/darken">Darken</a></li>
<li><a href="https://github.com/11ty/eleventy">Eleventy</a></li>
</ul>

<p>Many thanks to <a href="https://github.com/joelcarr">Joel Carr</a>, <a href="https://github.com/pepas24">Sebastian Gutierrez</a>, <a href="https://github.com/TJScalzo">Tim Scalzo</a>, <a href="https://github.com/AmanAgarwal041">Aman Agarwal</a>, <a href="https://github.com/AleksandrHovhannisyan">Aleksandr Hovhannisyan</a>, <a href="https://github.com/Sen-442b">Shubhendu Sen</a>, and <a href="https://github.com/latesc">Luis Escarrilla</a> for their valuable contributions.</p>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ <h2><label class="textarea-label" for="color-values">Enter hex colors (separated
<div class="ts-ad item-ads">
<script async src="//cdn.carbonads.com/carbon.js?serve=CE7DP5QY&placement=maketintsandshadescom" id="_carbonads_js"></script>
</div>
<textarea id="color-values" name="color-values" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
<textarea id="color-values" name="color-values" autocomplete="off" autocapitalize="off" spellcheck="false"></textarea>
</div>
<input id="make" class="button" type="submit" value="Make tints and shades &nbsp;🎉" />
<input id="make" class="button" type="submit" value="Make tints and shades &nbsp;🎉">
</form>
</div>
<div class="hashtag-selector" id="scroll-top">
Expand Down
4 changes: 2 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<url>
<loc>https://maketintsandshades.com/about/</loc>
<lastmod>2024-09-15T02:48:28.533Z</lastmod>
<lastmod>2024-09-15T10:11:45.430Z</lastmod>
</url>

<url>
<loc>https://maketintsandshades.com/</loc>
<lastmod>2024-09-15T02:48:28.533Z</lastmod>
<lastmod>2024-09-15T10:11:45.434Z</lastmod>
</url>


Expand Down

0 comments on commit abcb4b1

Please sign in to comment.