From 430e82ffa5f5636110a2ac9c58ac9d5e4addfce3 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sat, 21 Feb 2026 17:55:03 +0100 Subject: Changed styling of the page --- content/_index.md | 2 -- layouts/_default/baseof.html | 14 +++++++++----- layouts/_default/single.html | 2 -- static/main.css | 17 +++++++---------- 4 files changed, 16 insertions(+), 19 deletions(-) diff --git a/content/_index.md b/content/_index.md index 4d67b5c..80135d8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,3 @@ -# Karan Jayachandra - If you would like to contact me or collaborate on the building the next generation of radio frequency products, please write an email to ```me[at]karanj[dot]com``` or send me a message on [LinkedIn](https://www.linkedin.com/in/karanjayachandra). Welcome to my home on the world wide web! I am an RF engineer wandering across the pale blue dot constantly in search of the next interesting opportunity to learn. I have a specialization in signal processing. This page gives you an overview of my professional qualifications. I am currently working on the next generation of automotive Radar systems for adaptive cruise control, lane change assist, blind spot detection and cross traffic alert at NXP Semiconductors. I live in Rotterdam, The Netherlands. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ad329de..cb938bc 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -14,21 +14,25 @@ - + + + + - +
Karan Jayachandra
{{- block "main" . }}{{- end }}
+
+ -

\ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 73019bf..daa1d38 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,6 +4,4 @@
{{ .Content }} -
- {{ end }} \ No newline at end of file diff --git a/static/main.css b/static/main.css index bc7f8a1..a4d85dc 100644 --- a/static/main.css +++ b/static/main.css @@ -5,7 +5,7 @@ --bg-color: hsl(var(--hue), var(--saturation), 100%); --theme-color: hsl(var(--hue), var(--saturation), 50%); --code-bg-color: hsl(var(--hue), var(--saturation), 90%); - font-family: system-ui; + font-family: 'JetBrains Mono'; background-color: var(--bg-color); color: var(--text-color); max-width: 800px; @@ -29,14 +29,17 @@ a { color: var(--theme-color); } body img { + display: block; + margin: auto; max-width: 100%; } nav ul, nav ol { padding: 0%; + padding-bottom: 3%; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)); - gap: 5%; + gap: 10px; } nav ul li { background-color: var(--code-bg-color); @@ -68,6 +71,8 @@ mark { } footer { text-align: center; + padding-top: 2%; + padding-bottom: 5%; } @media (max-width: 900px) { :root { @@ -75,10 +80,6 @@ footer { } nav ul { grid-template-columns: 1fr 1fr; - gap: 2%; - } - table { - overflow: scroll; } } @media (prefers-color-scheme: dark) { @@ -88,8 +89,4 @@ footer { --theme-color: hsl(var(--hue), var(--saturation), 50%); --code-bg-color: hsl(var(--hue), var(--saturation), 10%); } -} -/* Disable multi level menus */ -nav ul li ul, nav ul li ol { - display: none; } \ No newline at end of file -- cgit v1.3.1