update name
This commit is contained in:
parent
4c1a1bacbe
commit
ba0f6694da
|
@ -11,7 +11,7 @@
|
||||||
[:link {:rel "stylesheet" :href "/main.css"}]
|
[:link {:rel "stylesheet" :href "/main.css"}]
|
||||||
[:link {:rel "stylesheet" :href "/extra/emacs.css"}]
|
[:link {:rel "stylesheet" :href "/extra/emacs.css"}]
|
||||||
;;[:script {:src "/main.js"}]
|
;;[:script {:src "/main.js"}]
|
||||||
[:title (when title (str title " - ")) "Homepage of Kaan Genç"]
|
[:title (when title (str title " - ")) "Homepage of Kaan Barmore-Genç"]
|
||||||
[:link {:href
|
[:link {:href
|
||||||
"https://fonts.googleapis.com/css2?family=Ubuntu+Mono&family=Ubuntu:ital,wght@0,400;0,700;1,400;1,700&display=swap"
|
"https://fonts.googleapis.com/css2?family=Ubuntu+Mono&family=Ubuntu:ital,wght@0,400;0,700;1,400;1,700&display=swap"
|
||||||
:rel "stylesheet"}]])
|
:rel "stylesheet"}]])
|
||||||
|
@ -19,8 +19,8 @@
|
||||||
(defn page-left-column [& [slug]]
|
(defn page-left-column [& [slug]]
|
||||||
[:div.sidebar.column
|
[:div.sidebar.column
|
||||||
(when (not= slug "index") [:a.home {:href "/"} "Home"])
|
(when (not= slug "index") [:a.home {:href "/"} "Home"])
|
||||||
[:img.picture {:alt "A photo of Kaan Genç, after his OOPSLA 2019 talk." :src "/img/profile.jpg"}]
|
[:img.picture {:alt "A photo of Kaan, after his OOPSLA 2019 talk." :src "/img/profile.jpg"}]
|
||||||
[:div.name "Kaan Barmore Genç"]
|
[:div.name "Kaan Barmore-Genç"]
|
||||||
[:div.title "M.S. Software Engineer"]
|
[:div.title "M.S. Software Engineer"]
|
||||||
[:div.spacer]
|
[:div.spacer]
|
||||||
[:div.title "Software Engineer"]
|
[:div.title "Software Engineer"]
|
||||||
|
|
Loading…
Reference in a new issue