From 05c9cc1c5cf0d9f96f3ceaba0538c2bf67d1e05e Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 25 Oct 2025 10:15:59 +0800 Subject: Fix navbar highlighting. --- _layouts/default.html | 10 +++++----- _site/about.html | 13 ++++++++----- _site/assets/css/main.css | 11 +++++++---- _site/assets/img/bg.jpg | Bin 2128598 -> 243275 bytes _site/assets/img/bg.png | Bin 0 -> 33144 bytes _site/assets/img/collage.jpeg | Bin 0 -> 85308 bytes _site/blog/post-1/index.html | 15 +++++++++++---- _site/index.html | 29 ++++++++++++++++++++++++----- _site/projects/post-1/index.html | 15 +++++++++++---- assets/css/main.css | 11 +++++++---- assets/img/bg.jpg | Bin 2128598 -> 243275 bytes assets/img/bg.png | Bin 0 -> 33144 bytes assets/img/collage.jpeg | Bin 0 -> 85308 bytes index.html | 30 +----------------------------- 14 files changed, 74 insertions(+), 60 deletions(-) create mode 100644 _site/assets/img/bg.png create mode 100644 _site/assets/img/collage.jpeg create mode 100644 assets/img/bg.png create mode 100644 assets/img/collage.jpeg diff --git a/_layouts/default.html b/_layouts/default.html index 3443b86..77a3ca0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,16 +12,16 @@
+
{{ content }}
+ diff --git a/_site/about.html b/_site/about.html index c2f9a4b..1274d2a 100644 --- a/_site/about.html +++ b/_site/about.html @@ -12,16 +12,19 @@
+

About page

+ +

This page tells you a little bit about me.

+
+ diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index ccc45e2..69e0cae 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -5,10 +5,9 @@ body{ padding-top: 10px; font-family: 'IM Fell DW Pica', serif; background-color: #F2F7F9; - background-size: cover; - background-position: center; - background-repeat: repeat-y; - background-image: url("../img/bg.jpg"); + background-position: top-left; + background-repeat: repeat; + background-image: url("../img/bg.png"); } body::selection{ @@ -32,6 +31,10 @@ a { text-decoration: none; } +img { + mix-blend-mode: multiply; +} + #navlist > .active > a { color: #000; font-weight: 600; diff --git a/_site/assets/img/bg.jpg b/_site/assets/img/bg.jpg index 21c8182..4a62ccb 100644 Binary files a/_site/assets/img/bg.jpg and b/_site/assets/img/bg.jpg differ diff --git a/_site/assets/img/bg.png b/_site/assets/img/bg.png new file mode 100644 index 0000000..e5ab556 Binary files /dev/null and b/_site/assets/img/bg.png differ diff --git a/_site/assets/img/collage.jpeg b/_site/assets/img/collage.jpeg new file mode 100644 index 0000000..6ae1b29 Binary files /dev/null and b/_site/assets/img/collage.jpeg differ diff --git a/_site/blog/post-1/index.html b/_site/blog/post-1/index.html index 591d146..db0b37e 100644 --- a/_site/blog/post-1/index.html +++ b/_site/blog/post-1/index.html @@ -12,16 +12,23 @@
+

An apple is a sweet, edible fruit produced by an apple tree.

+ +

Apple trees are cultivated worldwide, and are the most widely grown +species in the genus Malus. The tree originated in Central Asia, where +its wild ancestor, Malus sieversii, is still found today. Apples have +been grown for thousands of years in Asia and Europe, and were brought +to North America by European colonists.

+
+ diff --git a/_site/index.html b/_site/index.html index da31006..c60b34a 100644 --- a/_site/index.html +++ b/_site/index.html @@ -2,7 +2,7 @@ - ASCIIMX - DEV + ASCIIMX @@ -12,16 +12,35 @@
+
+ + +
+ diff --git a/_site/projects/post-1/index.html b/_site/projects/post-1/index.html index 591d146..db0b37e 100644 --- a/_site/projects/post-1/index.html +++ b/_site/projects/post-1/index.html @@ -12,16 +12,23 @@
+

An apple is a sweet, edible fruit produced by an apple tree.

+ +

Apple trees are cultivated worldwide, and are the most widely grown +species in the genus Malus. The tree originated in Central Asia, where +its wild ancestor, Malus sieversii, is still found today. Apples have +been grown for thousands of years in Asia and Europe, and were brought +to North America by European colonists.

+
+ diff --git a/assets/css/main.css b/assets/css/main.css index ccc45e2..69e0cae 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -5,10 +5,9 @@ body{ padding-top: 10px; font-family: 'IM Fell DW Pica', serif; background-color: #F2F7F9; - background-size: cover; - background-position: center; - background-repeat: repeat-y; - background-image: url("../img/bg.jpg"); + background-position: top-left; + background-repeat: repeat; + background-image: url("../img/bg.png"); } body::selection{ @@ -32,6 +31,10 @@ a { text-decoration: none; } +img { + mix-blend-mode: multiply; +} + #navlist > .active > a { color: #000; font-weight: 600; diff --git a/assets/img/bg.jpg b/assets/img/bg.jpg index 21c8182..4a62ccb 100644 Binary files a/assets/img/bg.jpg and b/assets/img/bg.jpg differ diff --git a/assets/img/bg.png b/assets/img/bg.png new file mode 100644 index 0000000..e5ab556 Binary files /dev/null and b/assets/img/bg.png differ diff --git a/assets/img/collage.jpeg b/assets/img/collage.jpeg new file mode 100644 index 0000000..6ae1b29 Binary files /dev/null and b/assets/img/collage.jpeg differ diff --git a/index.html b/index.html index 2c8d7af..e6f1bb3 100644 --- a/index.html +++ b/index.html @@ -1,36 +1,8 @@ --- layout: default -title: ASCIIMX - DEV +title: ASCIIMX --- -
-

- image -

- -

hi.

-

- My name is Sadeep. I’m a computer programmer and a tinkerer with - a passion for microcontrollers, C, and software that embodies the - Unix philosophy. I enjoy history and literature too. I find them to - be an effective compass for navigating life. I have a BSc. (Hons) - in Mathematics from Nanyang Technological University, Singapore. -

- -

- Git: git.asciimx.com -
- Email: sadeep@asciimx.com - (PGP key) -

- -
- -
- -

Latest Posts

-