aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorKaran Jayachandra <me@karanj.com>2026-02-21 17:56:22 +0100
committerKaran Jayachandra <me@karanj.com>2026-02-21 17:56:22 +0100
commitb3ee6e630d5e07a9876dbc1f9dc802fc23c9db98 (patch)
treeb9fb8b4b4181380faba5e3b0e69155963f36e90b /layouts/_default/baseof.html
parentefee54eb36611329796d61167ff8f1fe1d610d35 (diff)
parent430e82ffa5f5636110a2ac9c58ac9d5e4addfce3 (diff)
Merge branch 'develop' into 'main'
Changed styling of the page See merge request KaranJayachandra/karanjayachandra.gitlab.io!11
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html14
1 files changed, 9 insertions, 5 deletions
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 @@
<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="stylesheet" type="text/css" media="screen" href="https://karanj.com/main.css"/>
+ <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 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-light.png" type="image/x-icon" media="(prefers-color-scheme: light)">
<link rel="icon" href="https://karanj.com/favicon-dark.png" type="image/x-icon" media="(prefers-color-scheme: dark)">
</head>
<body>
+ <div style="text-align: center; font-size: xx-large; font-weight: 900;">Karan Jayachandra</div>
<nav>
<ul>
<a href="/"><li>Home</li></a>
- <a href="https://gitlab.com/KaranJayachandra"><li>Gitlab</li></a>
- <a href="https://karanjayachandra.gitlab.io/cv"><li>CV</li></a>
+ <a href="https://gitlab.com/KaranJayachandra"><li>Projects</li></a>
+ <a href="https://karanjayachandra.gitlab.io/cv"><li>Resume</li></a>
<a href="/posts"><li>Posts</li></a>
</ul>
</nav>
<main> {{- block "main" . }}{{- end }} </main>
+ <hr style="border-bottom: dotted 1px; border-top: none;">
+ <footer>This content is licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></footer>
</body>
- <p style="margin-bottom:1cm;"></p>
</html> \ No newline at end of file