aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-03 06:45:01 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-03 06:45:01 +0200
commit5e1e4c7b8c3223e8edc64bedf6f49daa8bcdba24 (patch)
tree02bd8f6c2d802a79df904fcf9c1406c88d2420ec
parentd25abcc5492fb2907350840b78fc62c2a402c61f (diff)
downloadmitjafelicijan.com-5e1e4c7b8c3223e8edc64bedf6f49daa8bcdba24.tar.gz
Fixed months in latest projects
-rw-r--r--templates/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html
index 248d326..3c83ec1 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -31,31 +31,31 @@
31 <td class="pstatus-red" title="Still in initial stage"></td> 31 <td class="pstatus-red" title="Still in initial stage"></td>
32 <td><a href="https://github.com/mitjafelicijan/moonshine" target="_blank">Moonshine - Lua distribution</a></td> 32 <td><a href="https://github.com/mitjafelicijan/moonshine" target="_blank">Moonshine - Lua distribution</a></td>
33 <td>Testing Alpine container, implementing first two rocks.</td> 33 <td>Testing Alpine container, implementing first two rocks.</td>
34 <td>17th of June, 2023</td> 34 <td>17th of July, 2023</td>
35 </tr> 35 </tr>
36 <tr> 36 <tr>
37 <td class="pstatus-green" title="Kinda works"></td> 37 <td class="pstatus-green" title="Kinda works"></td>
38 <td><a href="https://github.com/mitjafelicijan/i3blocks" target="_blank">i3blocks - Progress bars</a></td> 38 <td><a href="https://github.com/mitjafelicijan/i3blocks" target="_blank">i3blocks - Progress bars</a></td>
39 <td>Testing blocks: cpu, ram, disk and nvidia gpu.</td> 39 <td>Testing blocks: cpu, ram, disk and nvidia gpu.</td>
40 <td>12th of June, 2023</td> 40 <td>12th of July, 2023</td>
41 </tr> 41 </tr>
42 <tr> 42 <tr>
43 <td class="pstatus-orange" title="Somewhat works"></td> 43 <td class="pstatus-orange" title="Somewhat works"></td>
44 <td><a href="https://github.com/mitjafelicijan/errand" target="_blank">Errand - Task runner</a></td> 44 <td><a href="https://github.com/mitjafelicijan/errand" target="_blank">Errand - Task runner</a></td>
45 <td>Working on re-implementating the whole thing in C.</td> 45 <td>Working on re-implementating the whole thing in C.</td>
46 <td>7th of June, 2023</td> 46 <td>7th of July, 2023</td>
47 </tr> 47 </tr>
48 <tr> 48 <tr>
49 <td class="pstatus-green" title="Kinda works"></td> 49 <td class="pstatus-green" title="Kinda works"></td>
50 <td><a href="https://github.com/mitjafelicijan/jbmafp" target="_blank">JBMAFP - Generates static sites</a></td> 50 <td><a href="https://github.com/mitjafelicijan/jbmafp" target="_blank">JBMAFP - Generates static sites</a></td>
51 <td>Fixing minor issues and writing docs.</td> 51 <td>Fixing minor issues and writing docs.</td>
52 <td>8th of June, 2023</td> 52 <td>8th of July, 2023</td>
53 </tr> 53 </tr>
54 <tr> 54 <tr>
55 <td class="pstatus-red" title="Still in initial stage"></td> 55 <td class="pstatus-red" title="Still in initial stage"></td>
56 <td><a href="https://github.com/mitjafelicijan/marionette" target="_blank">Marionette - UI testing tool</a></td> 56 <td><a href="https://github.com/mitjafelicijan/marionette" target="_blank">Marionette - UI testing tool</a></td>
57 <td>Implementing HTTP server for viewing reports.</td> 57 <td>Implementing HTTP server for viewing reports.</td>
58 <td>6th of June, 2023</td> 58 <td>6th of July, 2023</td>
59 </tr> 59 </tr>
60 </tbody> 60 </tbody>
61 </table> 61 </table>