commit 660f730f3886465d1602d9e2df34605bdf57f002 parent 4d60836412609813168f12c0f901afe615746ace Author: Samdal <samdal@protonmail.com> Date: Fri, 21 Feb 2025 02:37:42 +0100 add templeos.jpeg Diffstat:
M | _includes/navigation.html | | | 5 | ++++- |
A | assets/images/templeos.jpeg | | | 0 |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/_includes/navigation.html b/_includes/navigation.html @@ -1,5 +1,8 @@ <header aria-hidden="true" class="no-print"> - <a href="/"><img style="margin-bottom: 5px; margin-left: 0.5em; width: auto; height: 150px; image-rendering: crisp-edges;" src="/assets/images/c-programming-language-chito.png" width=180 height=244> </a> + <a href="/"> + <img style="margin-right: 1rem; margin-bottom: 0.5rem; max-width: 10rem; width: 100%; height: auto;" src="/assets/images/templeos.jpeg" width=200 height=200> + <img style="margin-bottom: 5px; max-width: 7.5rem; width: 100%; height: auto; image-rendering: crisp-edges;" src="/assets/images/c-programming-language-chito.png" width=180 height=244> + </a> <nav role="navigation" aria-hidden="true"> <ul> {% for item in site.data.navigation.links %} diff --git a/assets/images/templeos.jpeg b/assets/images/templeos.jpeg Binary files differ.