diff --git a/pages/projects.md b/pages/projects.md new file mode 100644 index 0000000..06ef486 --- /dev/null +++ b/pages/projects.md @@ -0,0 +1,41 @@ +--- +layout: page +title: Projects +permalink: /projects/ +--- + +# Featured Projects + +Here's a selection of some projects and resources I've built: + +--- + +## 🔔 Job Alert Bot + +An automated bot that scrapes job listings from targeted job boards and posts matches to a Discord channel. +Built using GitHub Actions, Python, and Discord Webhooks. + +[View Project on GitHub](https://github.com/skellyren/job-alert-bot) + +--- + +## 🛍️ Square Site Alert Bot + +A monitoring bot that scrapes a Square e-commerce storefront for new product listings and posts updates to Discord. +Built with Python, BeautifulSoup, and GitHub Actions. + +[View Project on GitHub](https://github.com/skellyren/square-site-alert-bot) + +--- + +## 🛠️ Rock RMS Recipes + +A collection of custom SQL scripts, workflows, and automation solutions for Rock RMS, designed to streamline church management operations. + +[View Rock Recipes Repository](https://github.com/skellyren) + +--- + +# More Coming Soon! + +I'm continually working on new tools and solutions — check back for updates!