]> git.xn--bdkaa.com Git - xn--bdkaa.com.git/commitdiff
Add func prog course to projects
authorEvgenii Akentev <i@ak3n.com>
Sat, 1 Apr 2023 13:43:34 +0000 (17:43 +0400)
committerEvgenii Akentev <i@ak3n.com>
Sat, 1 Apr 2023 13:43:34 +0000 (17:43 +0400)
content/pages/projects.md
themes/theme/static/css/stylesheet.css

index 9a43afd145b6ceddfcbc5f89b1aa2d2a45019592..e9b0eb6797bddba61daad997e5ff757221c4dcf6 100644 (file)
@@ -2,7 +2,6 @@
 title: projects
 ---
 
-
 #### Hosted web projects
 
 <details>
@@ -32,8 +31,21 @@ title: projects
     <strong><a href="https://whereareyougame.ak3n.com">where are you</a></strong> <em>(Python, Bottle, JS)</em> [<a href="https://git.ak3n.com/?p=where-are-you.git">source</a>]
   </summary>
   <p>
-    <a href=""><img src="/static/images/cubicaltt.png" /></a>
+    <a href=""><img src="/static/images/whereareyougame.png" /></a>
 
   Text-based variation of geoguessr using the openstreetmap api built for game jam hackaton made in a team.
   </p>
 </details>
+
+
+
+#### Educational
+
+<details open="">
+  <summary>
+    <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.
+  </p>
+</details>
index 2b5c76008925274dc54df6e9cdb4727569270a7a..a94cc91673003fdada2006569896d3dff722e753 100644 (file)
@@ -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,