Add tarjouspyynto page with price calculator, update contact info and nav links
- New tarjouspyynto.html with real-time price calculator sidebar - Updated company info: Web1 Oy, Latokarinkatu 3, 20200 Turku - Nav links point to dedicated tarjouspyynto page across all pages - CTA buttons on yhteydet.html link to tarjouspyynto page - Calculator CSS for responsive two-column layout Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
18
index.html
18
index.html
@@ -41,7 +41,7 @@
|
||||
<a href="#hinnat">Hinnat</a>
|
||||
<a href="konesali.html">Konesali</a>
|
||||
<a href="yhteydet.html">Yhteydet</a>
|
||||
<a href="#yhteystiedot" class="nav-cta">Jätä tarjouspyyntö</a>
|
||||
<a href="tarjouspyynto.html" class="nav-cta">Jätä tarjouspyyntö</a>
|
||||
</nav>
|
||||
<button class="nav-toggle" id="nav-toggle" aria-label="Avaa valikko">
|
||||
<span></span>
|
||||
@@ -1034,7 +1034,7 @@
|
||||
</svg>
|
||||
<div>
|
||||
<strong>Osoite</strong>
|
||||
<p>Esimerkkikatu 1<br>20100 Turku</p>
|
||||
<p>Web1 Oy<br>Latokarinkatu 3<br>20200 Turku</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
@@ -1043,7 +1043,7 @@
|
||||
</svg>
|
||||
<div>
|
||||
<strong>Sähköposti</strong>
|
||||
<p>info@konesaliturku.fi</p>
|
||||
<p>support@konesaliturku.fi</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
@@ -1098,14 +1098,14 @@
|
||||
<a href="konesali.html">Konesali</a>
|
||||
<a href="yhteydet.html">Yhteydet</a>
|
||||
<a href="#hinnat">Hinnat</a>
|
||||
<a href="#yhteystiedot">Yhteystiedot</a>
|
||||
<a href="tarjouspyynto.html">Tarjouspyyntö</a>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<h4>Palvelut</h4>
|
||||
<a href="#hinnat">1U Laitepaikka</a>
|
||||
<a href="#hinnat">2U Laitepaikka</a>
|
||||
<a href="#hinnat">4U Laitepaikka</a>
|
||||
<a href="yhteydet.html">Yhteydet</a>
|
||||
<h4>Yhteystiedot</h4>
|
||||
<a href="mailto:support@konesaliturku.fi">support@konesaliturku.fi</a>
|
||||
<span>Web1 Oy</span>
|
||||
<span>Latokarinkatu 3</span>
|
||||
<span>20200 Turku</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
|
||||
Reference in New Issue
Block a user