Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
  • Loading branch information
royrusso committed Jun 24, 2024
1 parent 979e21e commit cc2e4a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ export default function Hello() {
</p>
</div>
<div class="container">
<div class="project-alt">
<h2>Qronos</h2>
<p>
Qronos is a self-hosted application for running and monitoring
scripts written in Javacript and Python. Write scripts that act
as APIs, scheduled tasks, webhooks, and more.
</p>
<p>
<a href="https://github.com/Saasassin/qronos" target="_blank">
GitHub
</a>
</p>
<img src="https://img.shields.io/github/stars/Saasassin/qronos.svg?label=Github Stars"></img>
&nbsp;
<img src="https://img.shields.io/github/forks/Saasassin/qronos.svg?label=Github Forks"></img>
</div>
<div class="project-alt">
<h2>Nitro IQ</h2>
<p>
Expand Down

0 comments on commit cc2e4a6

Please sign in to comment.