<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PolGuide UK | Guiding the Polish Community Through UK Administration</title>
<meta name="description" content="Bilingual English-Polish administrative support for Polish residents living in the UK.">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script defer src="script.js"></script>
</head>
<body>
<div id="languageScreen">
<h1>PolGuide UK</h1>
<p>Guiding the Polish Community Through UK Administration</p>
<div class="languageButtons">
<button onclick="setLanguage('en')">
🇬🇧 English
</button>
<button onclick="setLanguage('pl')">
🇵🇱 Polski
</button>
</div>
</div>
<div id="website">
<header>
<div class="logo">
PolGuide UK
</div>
<nav>
<a href="#home" class="nav-en">Home</a>
<a href="#about" class="nav-en">About</a>
<a href="#services" class="nav-en">Services</a>
<a href="#prices" class="nav-en">Prices</a>
<a href="#faq" class="nav-en">FAQ</a>
<a href="#contact" class="nav-en">Contact</a>
<a href="#home" class="nav-pl">Strona Główna</a>
<a href="#about" class="nav-pl">O nas</a>
<a href="#services" class="nav-pl">Usługi</a>
<a href="#prices" class="nav-pl">Cennik</a>
<a href="#faq" class="nav-pl">FAQ</a>
<a href="#contact" class="nav-pl">Kontakt</a>
</nav>
</header>
<section id="home">
<h1 class="en">
Helping Polish Residents Navigate UK Administration
</h1>
<h1 class="pl">
Pomagamy Polakom poruszać się po brytyjskiej administracji
</h1>
<p class="en">
Professional bilingual administrative support in English and Polish.
</p>
<p class="pl">
Profesjonalne wsparcie administracyjne w języku polskim i angielskim.
</p>
<a href="#contact" class="button en">
Book a Consultation
</a>
<a href="#contact" class="button pl">
Umów konsultację
</a>
</section>
<section id="about">
<h2 class="en">About PolGuide UK</h2>
<h2 class="pl">O PolGuide UK</h2>
<p class="en">
PolGuide UK provides bilingual English–Polish administrative support for people living in the United Kingdom.
We assist with official forms, online applications, correspondence and understanding government processes.
Our service combines legal knowledge from an LLB in Law with advanced academic training through a Master's degree in Translation.
We do not provide regulated legal advice or regulated immigration advice.
</p>
<p class="pl">
PolGuide UK oferuje dwujęzyczne wsparcie administracyjne dla Polaków mieszkających w Wielkiej Brytanii.
Pomagamy w formularzach, korespondencji urzędowej oraz sprawach administracyjnych.
Łączymy wiedzę prawniczą zdobytą podczas studiów prawniczych z wiedzą uzyskaną podczas studiów magisterskich z tłumaczeń.
Nie udzielamy porad prawnych ani regulowanych porad imigracyjnych.
</p>
</section>
<section id="services">
<h2 class="en">Services</h2>
<h2 class="pl">Usługi</h2>
<div class="grid">
<div class="card">
<h3>HMRC</h3>
<p>Tax letters, Self Assessment and registrations.</p>
</div>
<div class="card">
<h3>National Insurance</h3>
<p>Applications and correspondence.</p>
</div>
<div class="card">
<h3>NHS</h3>
<p>GP registration and NHS forms.</p>
</div>
<div class="card">
<h3>Council Tax</h3>
<p>Discounts, exemptions and support.</p>
</div>
<div class="card">
<h3>Benefits</h3>
<p>Administrative help with Universal Credit and Child Benefit.</p>
</div>
<div class="card">
<h3>Driving Licence</h3>
<p>Applications and renewals.</p>
</div>
<div class="card">
<h3>Translation Support</h3>
<p>Understanding official correspondence.</p>
</div>
<div class="card">
<h3>Business Support</h3>
<p>UTR, CIS and Companies House administration.</p>
</div>
</div>
</section>
<section id="prices">
<h2>Prices</h2>
<table>
<tr><td>Consultation</td><td>£25</td></tr>
<tr><td>Simple Forms</td><td>£35–50</td></tr>
<tr><td>Complex Applications</td><td>£75–150</td></tr>
<tr><td>Translation Support</td><td>From £20</td></tr>
<tr><td>Letter Drafting</td><td>£30</td></tr>
<tr><td>Telephone Support</td><td>£25 / 30 mins</td></tr>
</table>
</section>
<section id="faq">
<h2>FAQ</h2>
<h3>Do you provide legal advice?</h3>
<p>No. We provide administrative support only.</p>
<h3>Can you help with HMRC letters?</h3>
<p>Yes.</p>
<h3>Can you translate official documents?</h3>
<p>We provide translation support and explanation of documents.</p>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email: [email protected]</p>
<p>Phone: 07xxxxxxxxx</p>
<p>WhatsApp available</p>
<form>
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
<textarea placeholder="How can we help?"></textarea>
<button type="submit">
Send
</button>
</form>
</section>
<footer>
<p>
© 2026 PolGuide UK
</p>
<p>
Administrative Support • Not Legal Advice
</p>
</footer>
</div>
</body>
</html>