]> git.xn--bdkaa.com Git - xn--bdkaa.com.git/commitdiff
New look
authorEvgenii Akentev <i@ak3n.com>
Wed, 10 Jan 2024 20:13:29 +0000 (00:13 +0400)
committerEvgenii Akentev <i@ak3n.com>
Wed, 10 Jan 2024 20:13:29 +0000 (00:13 +0400)
content/pages/books.md
content/pages/projects.md
themes/theme/layouts/index.html
themes/theme/static/css/stylesheet.css

index 4e9eab2367d226443753e8e25392eb55ef037d18..8a4dfdfeba443097044d38338d31062cb7825f1e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-title: books
+title: Books
 ---
 
 Books I read. Bold titles that I enjoyed and recommend.
index e5b61f52b64aa5718f54a59e8ea269e2d0dba9a2..83d2b21331d642acea07b779eef6a58ab5edc85e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-title: projects
+title: Projects
 ---
 
 #### Hackage packages
@@ -24,17 +24,6 @@ title: projects
 
 #### Hosted web projects
 
-<!-- <details>
-  <summary>
-    <strong><a href="https://table.ak3n.com">rendertable</a></strong> <em>(Python, Flask, SQLite)</em> [<a href="https://git.ak3n.com/?p=render-table.git">source</a>]
-  </summary>
-  <p>
-    <a href=""><img src="/static/images/rendertable.png" /></a>
-
-  Tool to create websites using the google sheets as a data source with sorting and filtering functionality.
-  </p>
-</details>
- -->
 <details>
   <summary>
     <strong><a href="https://cubicaltt.ak3n.com">cubicaltt</a></strong> <em>(Haskell, Reflex, GHCJS, Monaco)</em> [<a href="https://git.ak3n.com/?p=cubicaltt.git">source</a>]
@@ -63,7 +52,7 @@ title: projects
 
 <details open="">
   <summary>
-    <strong><a href="https://ulearn.me/Course/fpintroduction/">Introduction to Functional Programming</a></strong> <em>(in Russian) (2019-2021) (Haskell)</em>
+    <strong><a href="https://ulearn.me/Course/fpintroduction/">Introduction to Functional Programming</a></strong> <em>(in Russian) (2019 - 2021) (Haskell)</em>
   </summary>
   <p>
     I helped to create and teach an online course that uses Haskell to introduce bachelor students to functional programming at Ural Federal University.
index 37936b4a2d02c25b5d1da5db6eba1939226accfd..e029d9e77f6d68651ec3fc50ffc1304340a96e7f 100644 (file)
@@ -1,19 +1,15 @@
 {{ partial "header.html" . }}
 <section>
   <div class="center">
-    <img class="avatar" src="/img/me_myself_and_i_tbilisi_2023.webp" alt="Me, Myself, and I, Tbilisi 2023"/>
-    <p class="about">Tbilisi, July, 2023</p>
+    <img class="avatar" src="/img/me_myself_and_i_tbilisi_2023.webp" alt="Me, Myself, and I, თბილისი 2023"/>
+    <p class="about">თბილისი, July, 2023</p>
   </div>
 
   <section id="info">
-    <div id="whoami" class="center">
-      <p>Hi 👋 I'm a software engineer curious about</p>
-      <p>freedom, liberty, empathy, kindness, sincerity, philanthropy, wisdom, rationality, literature, therapy, sharing knowledge, vinyl</p>
-    </div>
-
     <ul class="center">
+      <li><a href="/posts">posts</a></li>
       {{ range (where .Site.RegularPages.ByPublishDate.Reverse "Section" "pages") }}
-        <li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
+        <li><a href="{{ .Permalink }}">{{ .Title | lower }}</a></li>
       {{ end }}
       <li><a href="https://git.ak3n.com">code</a></li>
       <li><a href="/index.xml">rss</a></li>
   </section>
 </section>
 
-<section id="dashboard">
-  <ul>
-    {{ range (where .Site.RegularPages.ByPublishDate.Reverse "Section" "posts") }}
-      <div class="posts">
-        <div id=date class="date-time-title">
-            <time>{{ .Date.Format (.Site.Params.dateform | default "02 Jan 06") }}</time>
-        </div>
-        <div class="date-time-title post">
-          <a href="{{ .Permalink }}">{{ .Title }}</a>
-        </div>
-      </div>
-    {{ end }}
-  </ul>
-</section>
-
 {{ partial "footer.html" . }}
index 391edb3c0b3e23c3468c895c26e53a7515c0b955..ee2a782b42dcbf9abc3cb754752da010b9773c04 100644 (file)
@@ -35,10 +35,6 @@ a {
     display: inline;
 }
 
-#dashboard ul {
-  list-style-type: none;
-}
-
 ul li h4 {
   margin-bottom: 0.5em;
 }