From 8d7bc0ec6f504e315f1286b25273caf39d4c3a8f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 16:57:31 +0300 Subject: redesign index.html completely Does look nicer and cooler, doesn't it? --- assets/css/index.css | 4 ---- index.html | 65 +++++++++++++++++++++++++++++++++------------------- 2 files changed, 41 insertions(+), 28 deletions(-) delete mode 100644 assets/css/index.css diff --git a/assets/css/index.css b/assets/css/index.css deleted file mode 100644 index 1d239dd..0000000 --- a/assets/css/index.css +++ /dev/null @@ -1,4 +0,0 @@ -.list-group-item { - /* Make the main list stand out, don't blur it out. */ - color: #333 !important; -} diff --git a/index.html b/index.html index 3d48b58..57c704b 100644 --- a/index.html +++ b/index.html @@ -2,45 +2,62 @@ title: Main page layout: plain main: - - url: /blog/ - text: Blog - glyph: folder-open - url: /cv/cv.pdf - text: CV - glyph: file + text: cv - url: https://egort.name/ text: egort.name - glyph: globe projects: + - url: /blog/ + name: blog + description: Random posts and notes - url: /jekyll-theme/ - name: Jekyll theme + name: jekyll-theme + description: My Jekyll theme - url: /sorting-algorithms/ - name: Sorting algorithms + name: sorting-algorithms + description: Getting the hang out of (sorting) algorithms - url: /wireguard-config/ - name: WireGuard configuration -links: - - {rel: stylesheet, href: assets/css/index.css} + name: wireguard-config + description: Generate WireGuard configuration files ---

{{ site.settings.author.name }}


-

Hello! I'm a software engineer, and here's some of my stuff.

- -
- {% if page.main %} - {% for link in page.main %} -  {{ link.text }} - {% endfor %} - {% endif %} -  GitHub -  {{ site.settings.author.email }} -
+
{% if page.projects %} -

Projects

{% endif %} + +
+ +

links

+
+ {% if page.main %} + {% for link in page.main %} + +

{{ link.text }}

+
+ {% endfor %} + {% endif %} + +

{{ site.settings.author.email | downcase }}

+
+ +

github

+
+
+ +
-- cgit v1.2.3