Better contact, grammar changes, etc.

This commit is contained in:
2026-05-13 15:30:58 +03:00
parent 65d41b148c
commit 74ada1c5cf
5 changed files with 70 additions and 26 deletions
+15 -3
View File
@@ -11,9 +11,21 @@
(setq site-nav
"<nav>
<a href=\"/\">Home</a>
<a href=\"/about.html\">About</a>
<a href=\"/blog.html\">Blog</a>
<div class=\"nav-links\">
<a href=\"/\">Home</a>
<a href=\"/about.html\">About</a>
<a href=\"/blog.html\">Blog</a>
</div>
<div class=\"nav-contact\">
<a href=\"mailto:aner@zakobar.com\" class=\"contact-link\">
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"/><path d=\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\"/></svg>
aner@zakobar.com
</a>
<a href=\"https://www.linkedin.com/in/aner-zakobar/\" class=\"contact-link\" target=\"_blank\" rel=\"noopener\">
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"/><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"/><circle cx=\"4\" cy=\"4\" r=\"2\"/></svg>
linkedin.com/in/aner-zakobar
</a>
</div>
</nav>")
(defun blog-extract-title (file)