From: Evgenii Akentev Date: Wed, 18 Jan 2023 19:36:42 +0000 (+0300) Subject: Add projects page X-Git-Url: https://git.xn--bdkaa.com/?a=commitdiff_plain;h=c487b3a7336e00c93732a865ef77482b08c96d83;p=xn--bdkaa.com.git Add projects page --- diff --git a/content/pages/projects.md b/content/pages/projects.md new file mode 100644 index 0000000..7ca97b5 --- /dev/null +++ b/content/pages/projects.md @@ -0,0 +1,21 @@ +--- +title: projects +--- + +### [rendertable](https://table.ak3n.com) + +[![rendertable screenshot](/static/images/rendertable.png)](https://table.ak3n.com) + +Tool to create websites using the google sheets as a data source with sorting and filtering functionality. Built with python, flask and sqlite. [Source code](https://git.ak3n.com/?p=render-table.git). + +### [cubicaltt](https://cubicaltt.ak3n.com) + +[![cubicaltt screenshot](/static/images/cubicaltt.png)](https://cubicaltt.ak3n.com) + +Web version of [cubicalltt](https://github.com/mortberg/cubicaltt) built with reflex, ghcjs and monaco editor. [Source code](https://git.ak3n.com/?p=cubicaltt.git). + +### [where are you](https://whereareyougame.ak3n.com) + +[![where are you game screenshot](/static/images/whereareyougame.png)](https://whereareyougame.ak3n.com) + +Text-based variation of geoguessr using the openstreetmap api built for game jam hackaton. Python, bottle, js. [Source code](https://git.ak3n.com/?p=where-are-you.git). \ No newline at end of file diff --git a/content/static/images/cubicaltt.png b/content/static/images/cubicaltt.png new file mode 100644 index 0000000..74541b2 Binary files /dev/null and b/content/static/images/cubicaltt.png differ diff --git a/content/static/images/rendertable.png b/content/static/images/rendertable.png new file mode 100644 index 0000000..2ac23e1 Binary files /dev/null and b/content/static/images/rendertable.png differ diff --git a/content/static/images/whereareyougame.png b/content/static/images/whereareyougame.png new file mode 100644 index 0000000..38eee9a Binary files /dev/null and b/content/static/images/whereareyougame.png differ diff --git a/themes/theme/layouts/index.html b/themes/theme/layouts/index.html index e271633..e4430db 100644 --- a/themes/theme/layouts/index.html +++ b/themes/theme/layouts/index.html @@ -8,6 +8,9 @@ @@ -15,7 +18,7 @@