first commit

This commit is contained in:
2026-05-14 12:44:25 +02:00
commit 8e2b11a3a0
62 changed files with 10160 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
<?php
/**
* Page Name: Home page
* Page Id: 7
*/
get_header();
?>
<main id="primary" class="site-main">
<section class="box-1">
<div class="circle">
<div class="circle-wrapper">
<span>PKMP</span>
</div>
</div>
<div class="_row">
<a href="https://jachty3.pagedev.pl/" target="_blank" class="_col _col-1">
<div class="logo">
<img src="/wp-content/uploads/2026/05/Image-Layer-copy.png" alt="">
</div>
<div class="bg-img">
<img src="/wp-content/uploads/2026/05/yacht-hero-Bgos_p98.jpg" alt="">
</div>
<div class="_col-content">
<h4 class="sub-title">
Nowa era — Solina 2026
</h4>
<h2 class="title">
Czarter <span>luksusowych</span> jachtów.
</h2>
<div class="text">
<p>
Najnowocześniejsza flota nad Soliną. Wypłyń z keji Dedal w Polańczyku, w samym sercu Bieszczad.
</p>
</div>
<span class="btn">
<span>Wejdź — PKMP Jachty</span>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>
</span>
</div>
<div></div>
</a>
<a href="https://projekt.pkmp.com.pl" target="_blank" class="_col _col-2">
<div class="logo">
<img src="/wp-content/uploads/2026/05/logo-projekt-CGgHhqGK.png" alt="">
</div>
<div class="bg-img">
<img src="/wp-content/uploads/2026/05/projekt-hero-BQaRmds1.jpg" alt="">
</div>
<div class="_col-content">
<h4 class="sub-title">
Branżowa pracownia projektowa
</h4>
<h2 class="title">
<span>Projektowanie,</span> analiza, optymalizacja..
</h2>
<div class="text">
<p>
Projekty koncepcyjne, wykonawcze i warsztatowe ślusarki aluminiowej oraz elewacji wentylowanych.
</p>
</div>
<span class="btn">
<span>Wejdź — PKMP Projekt</span>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right h-4 w-4" aria-hidden="true"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>
</span>
</div>
<div></div>
</a>
</div>
</section>
</main><!-- #main -->
<?php
get_footer();