aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-07-18 20:47:55 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-07-18 20:47:55 +0200
commitf8c5737be47f345c2042d5f304c03db833a05515 (patch)
tree28a9db0d6fd0c22f020da32da90018f3b7b9b99a
parent2b2291827bbf96bfcbe8e91aafed5750138dc674 (diff)
downloadmitjafelicijan.com-f8c5737be47f345c2042d5f304c03db833a05515.tar.gz
Removed dark mode and added xmagnify to project list
-rw-r--r--content/pages/projects.md20
-rw-r--r--static/projects/xmagnify-v1.0.tar.gzbin0 -> 3875 bytes
-rw-r--r--templates/base.html4
3 files changed, 22 insertions, 2 deletions
diff --git a/content/pages/projects.md b/content/pages/projects.md
index cb94a7b..8b1b645 100644
--- a/content/pages/projects.md
+++ b/content/pages/projects.md
@@ -24,6 +24,7 @@ draft: false
24- [sparklines](#sparklines) 24- [sparklines](#sparklines)
25- [ttdaw](#ttdaw) 25- [ttdaw](#ttdaw)
26- [TurtleTweaks](#turtletweaks) 26- [TurtleTweaks](#turtletweaks)
27- [xmagnify](#xmagnify)
27 28
28 29
29</div> 30</div>
@@ -344,6 +345,25 @@ World of Warcraft 1.12 client Tweaks and Enhancements Addon.
344 345
345</div> 346</div>
346 347
348## xmagnify
349Xmagnify is a real-time screen magnification tool for X11 systems that provides a zoomed view of the area around your mouse cursor.
350
351
352<div class='project-release'>
353
354|Released|Description|Download|
355|--------|-----------|--------|
356|2025-07-18|First release| [xmagnify-v1.0.tar.gz](/projects/xmagnify-v1.0.tar.gz) |
357
358
359</div>
360
361<div class='github-link'>
362
363![](/assets/general/github.svg)[mitjafelicijan/xmagnify](https://github.com/mitjafelicijan/xmagnify)
364
365</div>
366
347 367
348 368
349<style> 369<style>
diff --git a/static/projects/xmagnify-v1.0.tar.gz b/static/projects/xmagnify-v1.0.tar.gz
new file mode 100644
index 0000000..1bf3a39
--- /dev/null
+++ b/static/projects/xmagnify-v1.0.tar.gz
Binary files differ
diff --git a/templates/base.html b/templates/base.html
index c8d5d76..8daed28 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -25,7 +25,7 @@
25 --header-border-width: 2px; 25 --header-border-width: 2px;
26 } 26 }
27 27
28 @media (prefers-color-scheme: dark) { 28 /*@media (prefers-color-scheme: dark) {
29 :root { 29 :root {
30 --base-background: black; 30 --base-background: black;
31 --base-color: white; 31 --base-color: white;
@@ -35,7 +35,7 @@
35 --code-color: black; 35 --code-color: black;
36 --header-color: black; 36 --header-color: black;
37 } 37 }
38 } 38 }*/
39 39
40 * { box-sizing: border-box; } 40 * { box-sizing: border-box; }
41 41