diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-09-03 16:40:07 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-09-03 16:40:07 -0400 |
| commit | 3f0b09699c39ba6092fce0c7aa2500aede8a3c49 (patch) | |
| tree | e235b1a5d0cd03392a6547a4dbb1752bc6445c38 /projects | |
| parent | 8cb34b38a2d10720c37c04c45523118d03a30942 (diff) | |
.
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/autograd.html | 1 | ||||
| -rw-r--r-- | projects/bubbl.html | 1 | ||||
| -rw-r--r-- | projects/chip8emu.html | 1 | ||||
| -rw-r--r-- | projects/index.html | 1 | ||||
| -rw-r--r-- | projects/msg.html | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/projects/autograd.html b/projects/autograd.html index 5f37054..bba35d3 100644 --- a/projects/autograd.html +++ b/projects/autograd.html @@ -36,6 +36,7 @@ </a> <div class="flex items-center gap-4 flex-wrap justify-center md:justify-left"> + <a href="/projects" class="hover:underline"> [ PROJECTS ] </a> diff --git a/projects/bubbl.html b/projects/bubbl.html index 89c057f..f693580 100644 --- a/projects/bubbl.html +++ b/projects/bubbl.html @@ -36,6 +36,7 @@ </a> <div class="flex items-center gap-4 flex-wrap justify-center md:justify-left"> + <a href="/projects" class="hover:underline"> [ PROJECTS ] </a> diff --git a/projects/chip8emu.html b/projects/chip8emu.html index b0c2b72..f37d7da 100644 --- a/projects/chip8emu.html +++ b/projects/chip8emu.html @@ -36,6 +36,7 @@ </a> <div class="flex items-center gap-4 flex-wrap justify-center md:justify-left"> + <a href="/projects" class="hover:underline"> [ PROJECTS ] </a> diff --git a/projects/index.html b/projects/index.html index d3b189e..25df77f 100644 --- a/projects/index.html +++ b/projects/index.html @@ -32,6 +32,7 @@ </a> <div class="flex items-center gap-4 flex-wrap justify-center md:justify-left"> + <a href="/projects" class="hover:underline"> [ PROJECTS ] </a> diff --git a/projects/msg.html b/projects/msg.html index 2e86f10..7459838 100644 --- a/projects/msg.html +++ b/projects/msg.html @@ -36,6 +36,7 @@ </a> <div class="flex items-center gap-4 flex-wrap justify-center md:justify-left"> + <a href="/projects" class="hover:underline"> [ PROJECTS ] </a> |
