diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-31 05:01:31 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-31 05:01:31 +0100 |
| commit | a0b75e7438053ee23e86d9e7914269bc4762e423 (patch) | |
| tree | 6e160032b1655e2fd34bf557c277c467f965fa19 /template/index.html | |
| parent | 8d014338b29e02b290a5e1c926532fe0f7b7cca6 (diff) | |
| download | mitjafelicijan.com-a0b75e7438053ee23e86d9e7914269bc4762e423.tar.gz | |
Changed projects links to personal git repo
Diffstat (limited to 'template/index.html')
| -rwxr-xr-x | template/index.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/template/index.html b/template/index.html index d768c64..8c1cc6e 100755 --- a/template/index.html +++ b/template/index.html | |||
| @@ -37,15 +37,13 @@ | |||
| 37 | <hr class="top-margin"> | 37 | <hr class="top-margin"> |
| 38 | 38 | ||
| 39 | <section class="project-list"> | 39 | <section class="project-list"> |
| 40 | <h4>Side projects I work on</h4> | 40 | <h4>Side projects I work/worked on</h4> |
| 41 | <ul> | 41 | <ul> |
| 42 | <li><a href="https://github.com/mitjafelicijan/journalctl-proxy" target="_blank" rel="noopener nofollow">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li> | 42 | <li><a href="https://git.mitjafelicijan.com/journalctl-proxy.git/" target="_blank" rel="noopener nofollow">journalctl-proxy - Exposes your systemd logs to web via web interface</a></li> |
| 43 | <li><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank" rel="noopener nofollow">redis-marshal - Lightweight Redis data exploration tool</a></li> | 43 | <li><a href="https://git.mitjafelicijan.com/redis-marshal.git/" target="_blank" rel="noopener nofollow">redis-marshal - Lightweight Redis data exploration tool</a></li> |
| 44 | <li><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank" rel="noopener nofollow">dna-encoding - Tools for encoding files to DNA sequence</a></li> | 44 | <li><a href="https://git.mitjafelicijan.com/dna-encoding.git/" target="_blank" rel="noopener nofollow">dna-encoding - Tools for encoding files to DNA sequence</a></li> |
| 45 | <li><a href="https://github.com/mitjafelicijan/unfold" target="_blank" rel="noopener nofollow">unfold - Elastic Beanstalk like deployments for DigitalOcean</a></li> | 45 | <li><a href="https://git.mitjafelicijan.com/vertex.git/" target="_blank" rel="noopener nofollow">vertex - Create mock API's and add basic logic to simplify prototyping</a></li> |
| 46 | <li><a href="https://github.com/mitjafelicijan/vertex" target="_blank" rel="noopener nofollow">vertex - Create mock API's and enrich them with some basic logic and simplify prototyping</a></li> | 46 | <li><a href="https://git.mitjafelicijan.com/scarecrow.git/" target="_blank" rel="noopener nofollow">scarecrow - Minimal configuration reverse proxy</a></li> |
| 47 | <li><a href="https://github.com/mitjafelicijan/spartan" target="_blank" rel="noopener nofollow">spartan - Spartan minimal UI kit for your applications</a></li> | ||
| 48 | <li><a href="https://github.com/mitjafelicijan/scarecrow" target="_blank" rel="noopener nofollow">scarecrow - Minimal configuration reverse proxy</a></li> | ||
| 49 | </ul> | 47 | </ul> |
| 50 | </section> | 48 | </section> |
| 51 | 49 | ||
