aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/index.html b/templates/index.html
index 3c83ec1..2c4a71b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -29,31 +29,31 @@
29 <tbody> 29 <tbody>
30 <tr> 30 <tr>
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</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 July, 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</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 July, 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</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 July, 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</a></td>
51 <td>Fixing minor issues and writing docs.</td> 51 <td>Fixing minor issues and writing docs.</td>
52 <td>8th of July, 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</a></td>
57 <td>Implementing HTTP server for viewing reports.</td> 57 <td>Implementing HTTP server for viewing reports.</td>
58 <td>6th of July, 2023</td> 58 <td>6th of July, 2023</td>
59 </tr> 59 </tr>
@@ -61,7 +61,7 @@
61 </table> 61 </table>
62 62
63 <h2><a name="posts"></a>More long form, ramblings etc</h2> 63 <h2><a name="posts"></a>More long form, ramblings etc</h2>
64 <ul itemscope itemtype="https://schema.org/SiteNavigationElement"> 64 <ul itemscope itemtype="https://schema.org/SiteNavigationElement" class="list">
65 <meta itemprop="name" content="Article list"> 65 <meta itemprop="name" content="Article list">
66 {{ range .Pages }} 66 {{ range .Pages }}
67 {{ if eq .Type "post" }} 67 {{ if eq .Type "post" }}
@@ -72,7 +72,7 @@
72 72
73 <h2><a name="notes"></a>Notes?! Maybe useful</h2> 73 <h2><a name="notes"></a>Notes?! Maybe useful</h2>
74 <h2></h2> 74 <h2></h2>
75 <ul itemscope itemtype="https://schema.org/SiteNavigationElement"> 75 <ul itemscope itemtype="https://schema.org/SiteNavigationElement" class="list">
76 <meta itemprop="name" content="Note list"> 76 <meta itemprop="name" content="Note list">
77 {{ range .Pages }} 77 {{ range .Pages }}
78 {{ if eq .Type "note" }} 78 {{ if eq .Type "note" }}