Add Forgejo CI and Dokploy deployment
Some checks are pending
CI / verify (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-07-20 14:22:11 +05:30
parent 263c87d6c7
commit 3d31dc1b55
13 changed files with 110 additions and 13 deletions

View file

@ -67,7 +67,7 @@ const InteractiveGallery = () => {
<div className="space-y-6">
<div className="space-y-4">
<h1 className="text-3xl font-bold text-foreground">Data Structures and Algorithms</h1>
<p className="text-muted-foreground text-lg">Interactive explorations of elementary data structures and algorithms.</p>
<p className="text-muted-foreground text-lg">Interactive explorations of elementary data structures and algorithms.</p>
</div>
{/* Search bar */}
@ -103,4 +103,4 @@ const InteractiveGallery = () => {
</Layout>
);
};
export default InteractiveGallery;
export default InteractiveGallery;