From fbd8c5070c744b535de88a5d3a99db9cbf16050d Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Sat, 1 Apr 2023 17:43:34 +0400 Subject: [PATCH] Add func prog course to projects --- content/pages/projects.md | 16 ++++++++++++++-- themes/theme/static/css/stylesheet.css | 6 +++--- 2 files changed, 17 insertions(+), 5 deletions(-) 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, -- 2.50.1