From d0bea1dffd3a76c8526f0b201bc310461135789a Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Tue, 10 Mar 2026 09:49:13 +0200 Subject: [PATCH] Vaihda kuukausihinnat vuosihinnoiksi ja nosta Mini 100 GB:hen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Laskutus 12 kk kerrallaan: Mini 29€/v (100GB), Perus 69€/v, Plus 119€/v, Pro 199€/v, Business 299€/v. Kuukausihinta näkyy pienellä hinnan alla. Co-Authored-By: Claude Opus 4.6 --- index.html | 39 ++++++++++++++++++++++----------------- style.css | 7 +++++++ 2 files changed, 29 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index a1aaf92..f1be971 100644 --- a/index.html +++ b/index.html @@ -44,17 +44,18 @@
-

Kaikissa paketeissa: Nextcloud-käyttöliittymä, synkronointi, jakaminen ja varmuuskopiot.

+

Kaikissa paketeissa: Nextcloud-käyttöliittymä, synkronointi, jakaminen ja varmuuskopiot. Laskutus 12 kk kerrallaan.

Mini

- 3€ - /kk + 29€ + /vuosi
-

50 GB tallennustilaa

+

vain 2,42€/kk

+

100 GB tallennustilaa

  • Nextcloud-käyttöliittymä
  • @@ -70,9 +71,10 @@

    Perus

    - 7€ - /kk + 69€ + /vuosi
    +

    vain 5,75€/kk

    200 GB tallennustilaa

      @@ -90,9 +92,10 @@

      Plus

      - 12€ - /kk + 119€ + /vuosi
      +

      vain 9,92€/kk

      500 GB tallennustilaa

        @@ -110,9 +113,10 @@

        Pro

        - 19€ - /kk + 199€ + /vuosi
        +

        vain 16,58€/kk

        1 TB tallennustilaa

          @@ -130,9 +134,10 @@

          Business

          - 29€ - /kk + 299€ + /vuosi
          +

          vain 24,92€/kk

          2 TB tallennustilaa

            @@ -216,11 +221,11 @@
diff --git a/style.css b/style.css index b7831ba..4e816a8 100644 --- a/style.css +++ b/style.css @@ -407,6 +407,13 @@ a { color: var(--text-muted); } +.pricing-monthly { + color: var(--secondary); + font-size: 0.85rem; + font-weight: 600; + margin-bottom: 4px; +} + .pricing-storage { color: var(--text-muted); font-size: 0.9rem;