From 0378916ad3637a63aa9eccbb73ed877e18735c89 Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Tue, 10 Mar 2026 02:21:56 +0200 Subject: [PATCH] Remove holding tagline and add real phone number Co-Authored-By: Claude Opus 4.6 --- .claude/launch.json | 11 +++++++++++ index.html | 3 +-- style.css | 8 -------- 3 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 .claude/launch.json diff --git a/.claude/launch.json b/.claude/launch.json new file mode 100644 index 0000000..71ccefa --- /dev/null +++ b/.claude/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.0.1", + "configurations": [ + { + "name": "empor-dev", + "runtimeExecutable": "python3", + "runtimeArgs": ["-m", "http.server", "3001"], + "port": 3001 + } + ] +} diff --git a/index.html b/index.html index b46ab65..4696bc2 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,12 @@
-

Holding

Yhteystiedot

Jukka Lampikoski

jukka@empor.fi

-

040-xxxxxxx

+

040 170 5455

diff --git a/style.css b/style.css index 2a421d7..050c6e5 100644 --- a/style.css +++ b/style.css @@ -23,14 +23,6 @@ main { font-size: 4rem; font-weight: 700; letter-spacing: 0.3em; - margin-bottom: 0.25rem; -} - -.tagline { - font-size: 1rem; - letter-spacing: 0.5em; - text-transform: uppercase; - color: #888; margin-bottom: 4rem; }