Skip to content

Commit

Permalink
fixes validation issues and updates about/README
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 15, 2024
1 parent 275c2df commit d8b12d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If you're a developer and want to help with the project, please comment on [open
1. Start the server: `npm run start`.
1. Navigate to `localhost:8080` in your browser.

Merges and pushes to the `main` branch will automatically trigger a build onto the `gh-pages` branch, which deploys to GitHub Pages.
Merges and pushes to the `main` branch automatically trigger a build on the `gh-pages` branch, which deploys to GitHub Pages.

## Support this project
The Tint & Shade Generator will always be free but your support is greatly appreciated.
Expand All @@ -88,10 +88,10 @@ The Tint & Shade Generator will always be free but your support is greatly appre

We use these amazing open-source libraries across the project:

- [Eleventy](https://github.com/11ty/eleventy)
- [AnchorJS](https://github.com/bryanbraun/anchorjs)
- [clipboard.js](https://github.com/zenorocha/clipboard.js)
- [Darken](https://github.com/ColinEspinas/darken)
- [Eleventy](https://github.com/11ty/eleventy)

Many thanks to [Joel Carr](https://github.com/joelcarr), [Sebastian Gutierrez](https://github.com/pepas24), [Tim Scalzo](https://github.com/TJScalzo), [Aman Agarwal](https://github.com/AmanAgarwal041), [Aleksandr Hovhannisyan](https://github.com/AleksandrHovhannisyan), [Shubhendu Sen](https://github.com/Sen-442b), and [Luis Escarrilla](https://github.com/latesc) for their valuable contributions.

Expand Down
3 changes: 2 additions & 1 deletion src/about.njk
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ docs: true
<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 @@ -97,6 +97,7 @@ docs: true
<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 src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ main: true
<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

0 comments on commit d8b12d7

Please sign in to comment.