Skip to content

Commit

Permalink
deploy: a6b2f7b
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 14, 2024
1 parent 18863a3 commit 258304f
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 11 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

12 changes: 12 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@ <h2>Feedback and contributing</h2>
<p>If you notice a bug or want a feature added please <a href="https://github.com/edelstone/tints-and-shades/issues/new">file an issue on GitHub</a>. If you don't have an account there, just <a href="mailto:[email protected]">email me</a> the details.</p>
<p>If you're a developer and want to help with the project, please comment on <a href="https://github.com/edelstone/tints-and-shades/issues">open issues</a> or create a new one and communicate your intentions. Once we agree on a path forward you can just make a pull request and take it to the finish line.</p>

<h2>Local development</h2>

<p><i>Prerequisites: Node.js 14+</i></p>

<ol>
<li>Clone this project.</li>
<li>Navigate to the project in your terminal.</li>
<li>Install dependencies: <code>npm install</code>.</li>
<li>Start the server: <code>npm run serve</code>.</li>
<li>Navigate to <code>localhost:8080</code> in your browser.</li>
</ol>

<h2>Support this project</h2>

<p>The Tint & Shade Generator will always be free but your support is greatly appreciated.</p>
Expand Down
20 changes: 11 additions & 9 deletions css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
<loc>https://maketintsandshades.com/about/</loc>
<lastmod>2024-09-14T23:33:59.556Z</lastmod>
</url>
<url>
<loc>https://maketintsandshades.com/</loc>
<lastmod>2024-09-14T23:33:59.560Z</lastmod>
</url>


</urlset>

0 comments on commit 258304f

Please sign in to comment.