Initial AI-generated site

This commit is contained in:
2026-08-19 12:12:08 +00:00
parent 5d5f82792a
commit 78069bdb07
3 changed files with 607 additions and 0 deletions
+113
View File
@@ -0,0 +1,113 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>G.r.e 13 ike | Lefkada, Greece</title>
<meta name="description" content="G.r.e 13 ike - Registered business in Lefkada, Ionian Islands, Greece. Tax ID: 801637545">
<meta property="og:title" content="G.r.e 13 ike | Lefkada, Greece">
<meta property="og:description" content="Registered business in Lefkada, Greece. ΑΦΜ: 801637545">
<meta property="og:type" content="website">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='45' fill='%230d4f6e'/><text x='50' y='68' font-family='system-ui' font-size='40' fill='%23fff' text-anchor='middle' font-weight='600'>G</text></svg>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<main id="main-content" class="page">
<header class="header">
<div class="header-inner">
<div class="logo-mark" aria-hidden="true">G</div>
<div class="header-text">
<h1 class="company-name">G.r.e 13 ike</h1>
<p class="company-location">Lefkada, Ionian Islands</p>
</div>
</div>
</header>
<section class="hero" aria-label="Lefkada island landscape">
<div class="hero-image">
<img
src="https://images.unsplash.com/photo-1586861635167-e5223aadc9fe?w=1200&h=500&fit=crop&crop=center&q=80"
alt="Aerial view of Lefkada island coastline with turquoise Ionian Sea"
loading="eager"
width="1200"
height="500"
>
</div>
</section>
<section id="about" class="section section--about">
<div class="container">
<h2 class="section-title">About Us</h2>
<p class="about-text">
G.r.e 13 ike is a registered Greek private company (IKE) based in Lefkada,
in the beautiful Ionian Islands region of western Greece.
</p>
<p class="about-text" lang="el">
Η G.r.e 13 ike είναι εγγεγραμμένη ελληνική Ιδιωτική Κεφαλαιουχική Εταιρεία
με έδρα τη Λευκάδα, στα Ιόνια Νησιά.
</p>
</div>
</section>
<section id="contact" class="section section--contact">
<div class="container">
<h2 class="section-title">Contact</h2>
<div class="contact-layout">
<div class="contact-item">
<div class="contact-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z"/>
</svg>
</div>
<div class="contact-content">
<h3 class="contact-label">Telephone <span lang="el">/ Τηλέφωνο</span></h3>
<a href="tel:+306985602452" class="contact-value contact-link">+30 698 560 2452</a>
</div>
</div>
<div class="contact-item">
<div class="contact-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/>
<circle cx="12" cy="10" r="3"/>
</svg>
</div>
<div class="contact-content">
<h3 class="contact-label">Address <span lang="el">/ Διεύθυνση</span></h3>
<address class="contact-value">
Lefkadiou Hern 4<br>
Lefkada 31100, Greece
</address>
</div>
</div>
<div class="contact-item contact-item--tax">
<div class="contact-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="4" width="18" height="16" rx="2"/>
<path d="M7 8h10M7 12h10M7 16h6"/>
</svg>
</div>
<div class="contact-content">
<h3 class="contact-label">Tax ID <span lang="el">/ ΑΦΜ</span></h3>
<span class="contact-value contact-value--mono">801637545</span>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<p class="footer-text">© 2025 G.r.e 13 ike</p>
<p class="footer-legal" lang="el">Με επιφύλαξη παντός δικαιώματος</p>
</div>
</footer>
</body>
</html>