Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Paint Pad description in showcase #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,11 @@ <h2>Paint Pad</h2>
"<a href="https://paintpad.app">Paint Pad</a> is a website for creating, sharing and discovering recipes for
painting miniatures (tiny plastic models that you play tabletop games with).

It is built using <a href="https://rubyonrails.org">Ruby on Rails</a> and <a href="http://reactjs.org">React</a>. Last
year for
the inaugural Side Project Summer I prepped the site for launch, and then worked on various fixes and improvements,
including some <a href="https://paintpad.app/circles">randomly generated circles</a>.
<a href="https://twitter.com/search?q=(from%3A%40andypearson)%20%23SideProjectSummer">You can see all the details on
Twitter</a>.

This year, I want to improve the site by adding new tools and features to make it an even more
useful resource for beginners and experts alike."
It is built using <a href="https://rubyonrails.org">Ruby on Rails</a> and <a href="http://reactjs.org">React</a>.

For this third Side Project Summer the plan is to add a new feature to the site so that users can track their hobby progress.
I'd also like to look in to site performance, and might even end up re-designing the whole site.
Whatever I end up doing, <a href="https://twitter.com/search?q=(from%3A%40andypearson)%20%23SideProjectSummer">the details will be on Twitter</a>!

<img src="images/paintpad.png" alt="Screenshot of the homepage of paintpad.app" />
</p>
Expand Down