diff options
| -rw-r--r-- | content/_index.md | 4 | ||||
| -rw-r--r-- | layouts/_default/baseof.html | 4 | ||||
| -rw-r--r-- | static/main.css | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/content/_index.md b/content/_index.md index 80135d8..7119f8f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,6 @@ -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). +If you would like to contact me or collaborate on the building the next generation of radio frequency products, please send me a message on [LinkedIn](https://www.linkedin.com/in/karanjayachandra) or write an email to: + +`me[at]karanj[dot]com` 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 0afdceb..012e942 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -14,9 +14,7 @@ <meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}" /> <meta name="keywords" content="Karan, Jayachandra, Notes"> <meta name="author" content="Karan Jayachandra"> - <link rel="preconnect" href="https://fonts.googleapis.com"> - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> - <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap" rel="stylesheet"> + <link href="https://cdn.jsdelivr.net/npm/computer-modern@0.1.3/cmu-serif.min.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" media="screen" href="/main.css"/> <link rel="icon" href="https://karanj.com/favicon-light.png" type="image/x-icon"> <link rel="icon" href="https://karanj.com/favicon-dark.png" type="image/x-icon" media="(prefers-color-scheme: dark)"> diff --git a/static/main.css b/static/main.css index a4d85dc..cfdf2af 100644 --- a/static/main.css +++ b/static/main.css @@ -5,7 +5,8 @@ --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: 'JetBrains Mono';
+ font-family: "CMU Serif";
+ font-size: large;
background-color: var(--bg-color);
color: var(--text-color);
max-width: 800px;
|
