]> git.xn--bdkaa.com Git - xn--bdkaa.com.git/commitdiff
Change the projects page a bit.
authorEvgenii Akentev <i@ak3n.com>
Sun, 17 Mar 2024 23:01:40 +0000 (03:01 +0400)
committerEvgenii Akentev <i@ak3n.com>
Sun, 17 Mar 2024 23:20:13 +0000 (03:20 +0400)
content/pages/projects.md

index 40ddf2c336b428d413968b69ed73aa18677d457a..4b810a99cd17a18737705efdead7f64f03882768 100644 (file)
@@ -22,39 +22,24 @@ title: Projects
   </p>
 </details>
 
-### Hosted web projects
+### Educational
 
-<details>
+<details open="">
   <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>]
+    <strong><a href="https://ulearn.me/Course/fpintroduction/">Introduction to Functional Programming</a></strong> <em>(in Russian) (2019 - 2021) (Haskell)</em>
   </summary>
   <p>
-    <a href=""><img src="/static/images/cubicaltt.png" /></a>
-
-  Web version of [cubicalltt](https://github.com/mortberg/cubicaltt).
+    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>
 
 <details>
   <summary>
-    <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>]
+    <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>]
   </summary>
   <p>
-    <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
+    <a href=""><img src="/static/images/cubicaltt.png" /></a>
 
-<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.
+  A web version of [cubicalltt](https://github.com/mortberg/cubicaltt), built to reduce the entrance barrier (no need to install Emacs/build from sources). 
   </p>
 </details>