Redesign logo with badge icon, fix dark section heading colors on konesali page
- New logo: rounded square badge with server rack icon + two-line text layout - Fix spec-section headings invisible on section-dark backgrounds (same color as bg) - Add white text colors for h2, p, and icon in dark sections Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -15,21 +15,22 @@
|
||||
<header class="header" id="header">
|
||||
<div class="container header-inner">
|
||||
<a href="/" class="logo">
|
||||
<svg class="logo-icon" viewBox="0 0 32 38" width="28" height="33" fill="none">
|
||||
<path d="M12.5 5.5a5.5 5.5 0 017 0" stroke="#f07060" stroke-width="1.6" stroke-linecap="round"/>
|
||||
<path d="M9.5 2.5a9.5 9.5 0 0113 0" stroke="#f07060" stroke-width="1.4" stroke-linecap="round" opacity="0.4"/>
|
||||
<rect x="5" y="10" width="22" height="26" rx="3" stroke="currentColor" stroke-width="1.5"/>
|
||||
<rect x="9" y="14" width="14" height="4.5" rx="1.5" stroke="currentColor" stroke-width="0.8" fill="currentColor" fill-opacity="0.06"/>
|
||||
<rect x="9" y="21" width="14" height="4.5" rx="1.5" stroke="currentColor" stroke-width="0.8" fill="currentColor" fill-opacity="0.06"/>
|
||||
<rect x="9" y="28" width="14" height="4.5" rx="1.5" stroke="currentColor" stroke-width="0.8" fill="currentColor" fill-opacity="0.06"/>
|
||||
<circle cx="12.5" cy="16.25" r="1.4" fill="#f07060"/>
|
||||
<circle cx="12.5" cy="23.25" r="1.4" fill="#f07060"/>
|
||||
<circle cx="12.5" cy="30.25" r="1.4" fill="#f07060"/>
|
||||
<line x1="17" y1="16.25" x2="21" y2="16.25" stroke="currentColor" stroke-width="0.8" opacity="0.3"/>
|
||||
<line x1="17" y1="23.25" x2="21" y2="23.25" stroke="currentColor" stroke-width="0.8" opacity="0.3"/>
|
||||
<line x1="17" y1="30.25" x2="21" y2="30.25" stroke="currentColor" stroke-width="0.8" opacity="0.3"/>
|
||||
<svg class="logo-icon" viewBox="0 0 38 38" fill="none">
|
||||
<rect class="logo-icon-bg" width="38" height="38" rx="10"/>
|
||||
<rect x="10" y="8" width="18" height="22" rx="2.5" fill="none" stroke="white" stroke-width="1.2" opacity="0.9"/>
|
||||
<rect x="13" y="11.5" width="12" height="3.5" rx="1" class="logo-icon-rack" opacity="0.85"/>
|
||||
<rect x="13" y="17" width="12" height="3.5" rx="1" class="logo-icon-rack" opacity="0.85"/>
|
||||
<rect x="13" y="22.5" width="12" height="3.5" rx="1" class="logo-icon-rack" opacity="0.85"/>
|
||||
<circle cx="15.5" cy="13.25" r="1" class="logo-icon-led"/>
|
||||
<circle cx="15.5" cy="18.75" r="1" class="logo-icon-led"/>
|
||||
<circle cx="15.5" cy="24.25" r="1" class="logo-icon-led"/>
|
||||
<path d="M15 33a4 4 0 014-4" stroke="white" stroke-width="1.2" stroke-linecap="round" opacity="0.5"/>
|
||||
<path d="M12.5 35a7 7 0 017-7" stroke="white" stroke-width="1" stroke-linecap="round" opacity="0.3"/>
|
||||
</svg>
|
||||
<span>Konesali<strong>Turku</strong></span>
|
||||
<span class="logo-text">
|
||||
<span class="logo-text-top">Konesali</span>
|
||||
<span class="logo-text-bottom">TURKU</span>
|
||||
</span>
|
||||
</a>
|
||||
<nav class="nav" id="nav">
|
||||
<a href="index.html#palvelut">Palvelut</a>
|
||||
@@ -452,21 +453,22 @@
|
||||
<div class="container footer-inner">
|
||||
<div class="footer-brand">
|
||||
<a href="/" class="logo">
|
||||
<svg class="logo-icon" viewBox="0 0 32 38" width="22" height="26" fill="none">
|
||||
<path d="M12.5 5.5a5.5 5.5 0 017 0" stroke="#f07060" stroke-width="1.6" stroke-linecap="round"/>
|
||||
<path d="M9.5 2.5a9.5 9.5 0 0113 0" stroke="#f07060" stroke-width="1.4" stroke-linecap="round" opacity="0.4"/>
|
||||
<rect x="5" y="10" width="22" height="26" rx="3" stroke="currentColor" stroke-width="1.5"/>
|
||||
<rect x="9" y="14" width="14" height="4.5" rx="1.5" stroke="currentColor" stroke-width="0.8" fill="currentColor" fill-opacity="0.06"/>
|
||||
<rect x="9" y="21" width="14" height="4.5" rx="1.5" stroke="currentColor" stroke-width="0.8" fill="currentColor" fill-opacity="0.06"/>
|
||||
<rect x="9" y="28" width="14" height="4.5" rx="1.5" stroke="currentColor" stroke-width="0.8" fill="currentColor" fill-opacity="0.06"/>
|
||||
<circle cx="12.5" cy="16.25" r="1.4" fill="#f07060"/>
|
||||
<circle cx="12.5" cy="23.25" r="1.4" fill="#f07060"/>
|
||||
<circle cx="12.5" cy="30.25" r="1.4" fill="#f07060"/>
|
||||
<line x1="17" y1="16.25" x2="21" y2="16.25" stroke="currentColor" stroke-width="0.8" opacity="0.3"/>
|
||||
<line x1="17" y1="23.25" x2="21" y2="23.25" stroke="currentColor" stroke-width="0.8" opacity="0.3"/>
|
||||
<line x1="17" y1="30.25" x2="21" y2="30.25" stroke="currentColor" stroke-width="0.8" opacity="0.3"/>
|
||||
<svg class="logo-icon" viewBox="0 0 38 38" fill="none">
|
||||
<rect class="logo-icon-bg" width="38" height="38" rx="10"/>
|
||||
<rect x="10" y="8" width="18" height="22" rx="2.5" fill="none" stroke="white" stroke-width="1.2" opacity="0.9"/>
|
||||
<rect x="13" y="11.5" width="12" height="3.5" rx="1" class="logo-icon-rack" opacity="0.85"/>
|
||||
<rect x="13" y="17" width="12" height="3.5" rx="1" class="logo-icon-rack" opacity="0.85"/>
|
||||
<rect x="13" y="22.5" width="12" height="3.5" rx="1" class="logo-icon-rack" opacity="0.85"/>
|
||||
<circle cx="15.5" cy="13.25" r="1" class="logo-icon-led"/>
|
||||
<circle cx="15.5" cy="18.75" r="1" class="logo-icon-led"/>
|
||||
<circle cx="15.5" cy="24.25" r="1" class="logo-icon-led"/>
|
||||
<path d="M15 33a4 4 0 014-4" stroke="white" stroke-width="1.2" stroke-linecap="round" opacity="0.5"/>
|
||||
<path d="M12.5 35a7 7 0 017-7" stroke="white" stroke-width="1" stroke-linecap="round" opacity="0.3"/>
|
||||
</svg>
|
||||
<span>Konesali<strong>Turku</strong></span>
|
||||
<span class="logo-text">
|
||||
<span class="logo-text-top">Konesali</span>
|
||||
<span class="logo-text-bottom">TURKU</span>
|
||||
</span>
|
||||
</a>
|
||||
<p>Luotettavat konesalipalvelut Turussa.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user