Remove holding tagline and add real phone number

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 02:21:56 +02:00
parent d11a184490
commit 0378916ad3
3 changed files with 12 additions and 10 deletions

11
.claude/launch.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "empor-dev",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "3001"],
"port": 3001
}
]
}

View File

@@ -9,13 +9,12 @@
<body> <body>
<main> <main>
<div class="logo">EMPOR</div> <div class="logo">EMPOR</div>
<p class="tagline">Holding</p>
<div class="contact"> <div class="contact">
<h2>Yhteystiedot</h2> <h2>Yhteystiedot</h2>
<p class="name">Jukka Lampikoski</p> <p class="name">Jukka Lampikoski</p>
<p><a href="mailto:jukka@empor.fi">jukka@empor.fi</a></p> <p><a href="mailto:jukka@empor.fi">jukka@empor.fi</a></p>
<p><a href="tel:+35840xxxxxxx">040-xxxxxxx</a></p> <p><a href="tel:+358401705455">040 170 5455</a></p>
</div> </div>
</main> </main>
</body> </body>

View File

@@ -23,14 +23,6 @@ main {
font-size: 4rem; font-size: 4rem;
font-weight: 700; font-weight: 700;
letter-spacing: 0.3em; letter-spacing: 0.3em;
margin-bottom: 0.25rem;
}
.tagline {
font-size: 1rem;
letter-spacing: 0.5em;
text-transform: uppercase;
color: #888;
margin-bottom: 4rem; margin-bottom: 4rem;
} }