aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-12 17:25:28 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-12 17:25:47 +0200
commit439931af361ea661ce35cdc42c04f9e0700a7676 (patch)
treea0b20018f8de959a2d4dc9e45b179c246920bb65 /templates/index.html
parentde9629141aad97ea7afc48fbd2b6af71cb288679 (diff)
downloadmitjafelicijan.com-439931af361ea661ce35cdc42c04f9e0700a7676.tar.gz
Added new row to currently working on
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index f5c5ff8..6d7822a 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -28,6 +28,12 @@
28 </thead> 28 </thead>
29 <tbody> 29 <tbody>
30 <tr> 30 <tr>
31 <td class="pstatus-green" title="Kinda works"></td>
32 <td><a href="https://github.com/mitjafelicijan/i3blocks" target="_blank">i3blocks - Progress bars</a></td>
33 <td>Testing blocks: cpu, ram, disk and nvidia gpu.</td>
34 <td>12th of June, 2023</td>
35 </tr>
36 <tr>
31 <td class="pstatus-orange" title="Somewhat works"></td> 37 <td class="pstatus-orange" title="Somewhat works"></td>
32 <td><a href="https://github.com/mitjafelicijan/errand" target="_blank">Errand - Task runner</a></td> 38 <td><a href="https://github.com/mitjafelicijan/errand" target="_blank">Errand - Task runner</a></td>
33 <td>Working on re-implementating the whole thing in C.</td> 39 <td>Working on re-implementating the whole thing in C.</td>