From d5bca4d61ecc218c05b98b9ef107be54f8e78a92 Mon Sep 17 00:00:00 2001 From: kankys Date: Thu, 6 Feb 2025 22:15:12 +0100 Subject: [PATCH] update link --- index.html | 7 +++++-- index/about/index.html | 9 +++------ index/apollo-nvim/{index.php => index.html} | 10 +++++----- index/apollo-nvim/{install.php => install.html} | 6 +++--- index/apollo-nvim/{manuals.php => manuals.html} | 7 ++++--- index/apollo-nvim/{plugins.php => plugins.html} | 2 +- index/project/index.html | 8 +++++++- style/style.css | 7 +++++++ 8 files changed, 35 insertions(+), 21 deletions(-) rename index/apollo-nvim/{index.php => index.html} (95%) rename index/apollo-nvim/{install.php => install.html} (98%) rename index/apollo-nvim/{manuals.php => manuals.html} (98%) rename index/apollo-nvim/{plugins.php => plugins.html} (98%) diff --git a/index.html b/index.html index de7c751..c14fb08 100644 --- a/index.html +++ b/index.html @@ -97,13 +97,16 @@ 🇨🇿 🐧 KankysLinuxWorld 🐧🚀 ApolloNvim + + + diff --git a/index/about/index.html b/index/about/index.html index 6ec8841..fae4c19 100644 --- a/index/about/index.html +++ b/index/about/index.html @@ -216,14 +216,10 @@ >
  • Pár satoshi nebo jiné krypto měny(po dohodě)
  • -
  • - Nebo pomocí Lightning technologije na adresu: - affableshirt47@walletofsatoshi.com -
  • či přes QR kód na Lightning:
  • Satoshi qrcode @@ -249,6 +245,7 @@ -
    Copyright © Lukáš Kaňka 2024
    +
    Copyright © Lukáš Kaňka 2025
    + diff --git a/index/apollo-nvim/index.php b/index/apollo-nvim/index.html similarity index 95% rename from index/apollo-nvim/index.php rename to index/apollo-nvim/index.html index 7773df2..19f8b1b 100644 --- a/index/apollo-nvim/index.php +++ b/index/apollo-nvim/index.html @@ -28,9 +28,9 @@ +
    +

    Projekt 4: 🚀 ApolloNvim

    +

    🚀 ApolloNvim je projektem založený na modálním editoru Neovim. Má za úkol přiblížit modální editory všem kteří mají zájem o modální editory a hledají českou komunitu kolem + Neovim

    +

    Motto projektu 🚀 ApolloNvim

    +

    Programování je mnohem zábavnější, když jste efektivní. Neovim vás tam může časem dostat, ale musíte být ochotni zkoušet nové věci. Nové pluginy, nové remapy atd.

    +
    diff --git a/style/style.css b/style/style.css index 11d5c7e..38e727b 100644 --- a/style/style.css +++ b/style/style.css @@ -742,3 +742,10 @@ body { .grid-item-banner { width: 88px; } + +footer { + text-align: center; + position: relative; + bottom: 0; + width: 100%; + }