Remove holding tagline and add real phone number
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
.claude/launch.json
Normal file
11
.claude/launch.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"version": "0.0.1",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "empor-dev",
|
||||||
|
"runtimeExecutable": "python3",
|
||||||
|
"runtimeArgs": ["-m", "http.server", "3001"],
|
||||||
|
"port": 3001
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user