From: Evgenii Akentev Date: Sat, 1 Apr 2023 13:43:34 +0000 (+0400) Subject: Add func prog course to projects X-Git-Url: https://git.xn--bdkaa.com/?a=commitdiff_plain;h=fbd8c5070c744b535de88a5d3a99db9cbf16050d;p=xn--bdkaa.com.git Add func prog course to projects --- diff --git a/content/pages/projects.md b/content/pages/projects.md index 9a43afd..e9b0eb6 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -2,7 +2,6 @@ title: projects --- - #### Hosted web projects
@@ -32,8 +31,21 @@ title: projects where are you (Python, Bottle, JS) [source]

- + Text-based variation of geoguessr using the openstreetmap api built for game jam hackaton made in a team.

+ + + +#### Educational + +
+ + 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/static/css/stylesheet.css b/themes/theme/static/css/stylesheet.css index 2b5c760..a94cc91 100644 --- a/themes/theme/static/css/stylesheet.css +++ b/themes/theme/static/css/stylesheet.css @@ -127,19 +127,19 @@ h1 { h2 { font-style: normal; font-size: 1.5rem; - margin: 0 0 .8rem; + margin: 0.8rem 0 .8rem; } h3 { font-style: normal; font-size: 1.3rem; - margin: 0 0 .8rem; + margin: 0.8rem 0 .8rem; } h4 { font-style: normal; font-size: 1.1rem; - margin: 0 0 .8rem; + margin: 0.8rem 0 .8rem; } h1:hover a,