From ba981c5d174cfa1f3cab7027feec55dc74639d7f Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Thu, 11 Jan 2024 00:13:29 +0400 Subject: [PATCH] New look --- content/pages/books.md | 2 +- content/pages/projects.md | 15 ++------------ themes/theme/layouts/index.html | 27 ++++---------------------- themes/theme/static/css/stylesheet.css | 4 ---- 4 files changed, 7 insertions(+), 41 deletions(-) diff --git a/content/pages/books.md b/content/pages/books.md index 4e9eab2..8a4dfdf 100644 --- a/content/pages/books.md +++ b/content/pages/books.md @@ -1,5 +1,5 @@ --- -title: books +title: Books --- Books I read. Bold titles that I enjoyed and recommend. diff --git a/content/pages/projects.md b/content/pages/projects.md index e5b61f5..83d2b21 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -1,5 +1,5 @@ --- -title: projects +title: Projects --- #### Hackage packages @@ -24,17 +24,6 @@ title: projects #### Hosted web projects -
cubicaltt (Haskell, Reflex, GHCJS, Monaco) [source] @@ -63,7 +52,7 @@ title: projects
- Introduction to Functional Programming (in Russian) (2019-2021) (Haskell) + Introduction to Functional Programming (in Russian) (2019 - 2021) (Haskell)

I helped to create and teach an online course that uses Haskell to introduce bachelor students to functional programming at Ural Federal University. diff --git a/themes/theme/layouts/index.html b/themes/theme/layouts/index.html index 37936b4..e029d9e 100644 --- a/themes/theme/layouts/index.html +++ b/themes/theme/layouts/index.html @@ -1,19 +1,15 @@ {{ partial "header.html" . }}

- Me, Myself, and I, Tbilisi 2023 -

Tbilisi, July, 2023

+ Me, Myself, and I, თბილისი 2023 +

თბილისი, July, 2023

-
-

Hi 👋 I'm a software engineer curious about

-

freedom, liberty, empathy, kindness, sincerity, philanthropy, wisdom, rationality, literature, therapy, sharing knowledge, vinyl

-
-
-
-
    - {{ range (where .Site.RegularPages.ByPublishDate.Reverse "Section" "posts") }} -
    -
    - -
    -
    - {{ .Title }} -
    -
    - {{ end }} -
-
- {{ partial "footer.html" . }} diff --git a/themes/theme/static/css/stylesheet.css b/themes/theme/static/css/stylesheet.css index 391edb3..ee2a782 100644 --- a/themes/theme/static/css/stylesheet.css +++ b/themes/theme/static/css/stylesheet.css @@ -35,10 +35,6 @@ a { display: inline; } -#dashboard ul { - list-style-type: none; -} - ul li h4 { margin-bottom: 0.5em; } -- 2.50.1