Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
200 OK - adolr.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 24 May 2025 10:04:29 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=pc%2FG%2B7cHvmcYbornHfnTBDEME2jcJ0%2FGZdqmt1H%2B6Vesdcgbn%2F%2BEl5owF2FgxR3taOqUAIZFFAH3FZqiMp5RqbogfZA5I%2Ft5FJ5%2BaPZ3U%2FJ2%2FJpjVxduRdfgDxzn0Li4rW6uzlcAi%2Fo%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 944bf81dae6e70fc-HEL
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=8989&min_rtt=8989&rtt_var=4494&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Kodu 200 OK

200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: adolr.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="el">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>adolr - Κειμενογραφία: γράφουμε κείμενα που πουλάνε</title>
    <meta name="description" content="Μάθετε πώς να γράφετε κείμενα που πουλάνε με το μάθημά μας για την κειμενογραφία. Κατανοήστε τις βασικές αρχές της αφήγησης, του SEO και πολλά άλλα.">
    <meta name="keywords" content="Κειμενογραφία, κείμενα που πουλάνε, αφήγηση, SEO-copywriting, AIDA, PAS">
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
    <link rel="icon" type="image/png" href="https://img.icons8.com/pastel-glyph/64/000000/pen.png">
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/alpine.min.js" defer></script>
</head>
<body class="font-sans bg-gray-100">
    <header class="bg-white shadow-md" x-data="{ isOpen: false }">
        <nav class="container mx-auto px-6 py-3">
            <div class="flex items-center justify-between">
                <div class="flex items-center">
                    <a href="/" class="flex items-center">
                        <svg class="h-10 w-10 text-purple-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z" />
                        </svg>
                        <span class="ml-3 text-xl font-bold text-gray-800">adolr</span>
                    </a>
                </div>
                <div class="hidden md:flex items-center space-x-8">
                    <a href="/#about" class="text-gray-600 hover:text-purple-600 transition duration-300">Σχετικά με το μάθημα</a>
                    <a href="/#program" class="text-gray-600 hover:text-purple-600 transition duration-300">Πρόγραμμα</a>
                    <a href="/#pricing" class="text-gray-600 hover:text-purple-600 transition duration=300">Τιμές</a>
                    <a href="/#contact" class="text-gray-600 hover:text-purple-600 transition duration-300">Επικοινωνία</a>
                </div>
                <div class="md:hidden flex items-center">
                    <button @click="isOpen = !isOpen" class="text-gray-500 hover:text-purple-600 focus:outline-none focus:text-purple-600">
                        <svg class="h-6 w-6 fill-current" viewBox="0 0 24 24">
                            <path x-show="!isOpen" fill-rule="evenodd" clip-rule="evenodd" d="M4 6h16v2H4V6zm0 5h16v2H4v-2zm0 5h16v2H4v-2z"></path>
                            <path x-show="isOpen" fill-rule="evenodd" clip-rule="evenodd" d="M18.278 16.864a1 1 0 0 1-1.414 1.414l-4.829-4.828-4.828 4.828a1 1 0 0 1-1.414-1.414l4.828-4.829-4.828-4.828a1 1 0 0 1 1.414-1.414l4.829 4.828 4.828-4.828a1 1 0 1 1 1.414 1.414l-4.828 4.829 4.828 4.828z"></path>
                        </svg>
                    </button>
                </div>
            </div>
            <div x-show="isOpen" class="md:hidden mt-3">
                <a href="/#about" class="block py-2 text-gray-600 hover:text-purple-600">Σχετικά με το μάθημα</a>
                <a href="/#program" class="block py-2 text-gray-600 hover:text-purple-600">Πρόγραμμα</a>
                <a href="/#pricing" class="block py-2 text-gray-600 hover:text-purple-600">Τιμές</a>
                <a href="/#contact" class="block py-2 text-gray-600 hover:text-purple-600">Επικοινωνία</a>
            </div>
        </nav>
    </header>

    <main>
        <!-- Hero Section -->
        <section class="bg-gradient-to-r from-purple-400 via-pink-500 to-red-500 text-white py-20">
            <div class="container mx-auto px-6 text-center">
                <h1 class="text-5xl font-bold mb-4">Κειμενογραφία: γράφουμε κείμενα που πουλάνε</h1>
                <p class="text-xl mb-8">Μάθετε την τέχνη της δημιουργίας πειστικών και αποτελεσματικών κειμένων</p>
                <a href="#contact" class="bg-white text-purple-600 font-bold py-3 px-8 rounded-full hover:bg-gray-100 transition duration-300">Εγγραφή στο μάθημα</a>
            </div>
        </section>

        <!-- About Section -->
        <section id="about" class="py-20 bg-white">
            <div class="container mx-auto px-6">
                <h2 class="text-4xl font-bold text-center mb-12">Σχετικά με το μάθημά μας</h2>
                <div class="flex flex-wrap -mx-4">
                    <div class="w-full md:w-1/3 px-4 mb-8">
                        <div class="bg-gray-100 rounded-lg p-8 h-full">
                            <svg class="h-12 w-12 text-purple-600 mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z" />
                            </svg>
                            <h3 class="text-2xl font-semibold mb-4">Πρακτική προσέγγιση</h3>
                            <p class="text-gray-600">Εφαρμόστε τη θεωρία σε πραγματικά project και περιπτώσεις</p>
                        </div>
                    </div>
                    <div class="w-full md:w-1/3 px-4 mb-8">
                        <div class="bg-gray-100 rounded-lg p-8 h-full">
                            <svg class="h-12 w-12 text-purple-600 mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4" />
                            </svg>
                            <h3 class="text-2xl font-semibold mb-4">Προσωπική καθοδήγηση</h3>
                            <p class="text-gray-600">Ατομικές συνεδρίες συμβουλευτικής και ανατροφοδότηση από ειδικούς</p>
                        </div>
                    </div>
                    <div class="w-full md:w-1/3 px-4 mb-8">
                        <div class="bg-gray-100 rounded-lg p-8 h-full">
                            <svg class="h-12 w-12 text-purple-600 mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
                            </svg>
                            <h3 class="text-2xl font-semibold mb-4">Επίκαιρη γνώση</h3>
                            <p class="text-gray-600">Σύγχρονες τεχνικές και εργαλεία κειμενογραφίας</p>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Program Section -->
        <section id="program" class="py-20 bg-gray-100">
            <div class="container mx-auto px-6">
                <h2 class="text-4xl font-bold text-center mb-12">Πρόγραμμα μαθήματος</h2>
                <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
                    <div class="bg-white rounded-lg shadow-md p-8">
                        <h3 class="text-2xl font-semibold mb-4">1. Βασικές αρχές κειμενογραφίας</h3>
                        <ul class="list-disc list-inside text-gray-600">
                            <li>Τι είναι κειμενογραφία και ο ρόλος της στο μάρκετινγκ</li>
                            <li>Ψυχολογία της ανάγνωσης και της πρόσληψης του κειμένου</li>
                            <li>Δομή ενός αποτελεσματικού κειμένου</li>
                        </ul>
                    </div>
                    <div class="bg-white rounded-lg shadow-md p-8">
                        <h3 class="text-2xl font-semibold mb-4">2. Φόρμουλες κειμένων που πουλάνε</h3>
                        <ul class="list-disc list-inside text-gray-600">
                            <li>AIDA: Προσοχή, Ενδιαφέρον, Επιθυμία, Δράση</li>
                            <li>PAS: Πρόβλημα, Ενίσχυση, Λύση</li>
                            <li>4U: Χρησιμότητα, Επείγον, Μοναδικότητα, Υπερ-συγκεκριμενοποίηση</li>
                        </ul>
                    </div>
                    <div class="bg-white rounded-lg shadow-md p-8">
                        <h3 class="text-2xl font-semibold mb-4">3. Αφήγηση στην κειμενογραφία</h3>
                        <ul class="list-disc list-inside text-gray-600">
                            <li>Δομή μιας συναρπαστικής ιστορίας</li>
                            <li>Συναισθηματικά ερεθίσματα στο κείμενο</li>
                            <li>Δημιουργία χαρακτήρων και πλοκής</li>
                        </ul>
                    </div>
                    <div class="bg-white rounded-lg shadow-md p-8">
                        <h3 class="text-2xl font-semibold mb-4">4. SEO-κειμενογραφία</h3>
                        <ul class="list-disc list-inside text-gray-600">
                            <li>Βασικές αρχές βελτιστοποίησης για μηχανές αναζήτησης</li>
                            <li>Λέξεις-κλειδιά και ο σωστός τρόπος χρήσης τους</li>
                            <li>Δομή SEO-κειμένου</li>
                        </ul>
                    </div>
                </div>
            </div>
        </section>

        <!-- Features Section -->
        <section class="py-20 bg-white">
            <div class="container mx-auto px-6">
                <h2 class="text-4xl font-bold text-center mb-12">Γιατί να επιλέξετε το μάθημά μας</h2>
                <div class="flex flex-wrap -mx-4">
                    <div class="w-full md:w-1/4 px-4 mb-8">
                        <div class="text-center">
                            <svg class="h-16 w-16 text-purple-600 mx-auto mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253" />
                            </svg>
                            <h3 class="text-xl font-semibold mb-2">Ευρεία βάση γνώσεων</h3>
                            <p class="text-gray-600">Πρόσβαση σε βιβλιοθήκη υλικών και πόρων</p>
                        </div>
                    </div>
                    <div class="w-full md:w-1/4 px-4 mb-8">
                        <div class="text-center">
                            <svg class="h-16 w-16 text-purple-600 mx-auto mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
                            </svg>
                            <h3 class="text-xl font-semibold mb-2">Ευέλικτο πρόγραμμα</h3>
                            <p class="text-gray-600">Σπουδάστε με τον δικό σας ρυθμό και χρόνο</p>
                        </div>
                    </div>
                    <div class="w-full md:w-1/4 px-4 mb-8">
                        <div class="text-center">
                            <svg class="h-16 w-16 text-purple-600 mx-auto mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z" />
                            </svg>
                            <h3 class="text-xl font-semibold mb-2">Κοινότητα</h3>
                            <p class="text-gray-600">Δικτυωθείτε και ανταλλάξτε εμπειρίες με άλλους σπουδαστές</p>
                        </div>
                    </div>
                    <div class="w-full md:w-1/4 px-4 mb-8">
                        <div class="text-center">
                            <svg class="h-16 w-16 text-purple-600 mx-auto mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z" />
                            </svg>
                            <h3 class="text-xl font-semibold mb-2">Πιστοποίηση</h3>
                            <p class="text-gray-600">Αποκτήστε επίσημη επιβεβαίωση των δεξιοτήτων σας</p>
                        </div>
                    </div>
                </div>
            </div>
        </section>

<!-- Pricing Section -->
<section id="pricing" class="py-20 bg-gray-100">
    <div class="container mx-auto px-6">
        <h2 class="text-4xl font-bold text-center mb-12">Τιμές</h2>
        <div class="flex flex-wrap justify-center -mx-4">
            <div class="w-full md:w-1/3 px-4 mb-8">
                <div class="bg-white rounded-lg shadow-md p-8 h-full flex flex-col">
                    <h3 class="text-2xl font-semibold mb-4 text-center">Βασικό</h3>
                    <div class="text-4xl font-bold text-center mb-6">150 €</div>
                    <ul class="mb-8 flex-grow">
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Πρόσβαση στα βασικά υλικά του μαθήματος
                        </li>
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Πρόσβαση στο φόρουμ της κοινότητας
                        </li>
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Βασική πιστοποίηση στο τέλος
                        </li>
                    </ul>
                    <a href="#contact" class="bg-purple-600 text-white font-bold py-2 px-4 rounded-full text-center hover:bg-purple-700 transition duration-300">Επιλογή</a>
                </div>
            </div>
            <div class="w-full md:w-1/3 px-4 mb-8">
                <div class="bg-white rounded-lg shadow-md p-8 h-full flex flex-col border-4 border-purple-600">
                    <h3 class="text-2xl font-semibold mb-4 text-center">Προχωρημένο</h3>
                    <div class="text-4xl font-bold text-center mb-6">250 €</div>
                    <ul class="mb-8 flex-grow">
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Όλα τα προνόμια του Βασικού πακέτου
                        </li>
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Ατομικές συνεδρίες με ειδικούς
                        </li>
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Διευρυμένες πρακτικές ασκήσεις
                        </li>
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Προχωρημένη πιστοποίηση στο τέλος
                        </li>
                    </ul>
                    <a href="#contact" class="bg-purple-600 text-white font-bold py-2 px-4 rounded-full text-center hover:bg-purple-700 transition duration-300">Επιλογή</a>
                </div>
            </div>
            <div class="w-full md:w-1/3 px-4 mb-8">
                <div class="bg-white rounded-lg shadow-md p-8 h-full flex flex-col">
                    <h3 class="text-2xl font-semibold mb-4 text-center">Premium</h3>
                    <div class="text-4xl font-bold text-center mb-6">400 €</div>
                    <ul class="mb-8 flex-grow">
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Όλα τα προνόμια του Προχωρημένου πακέτου
                        </li>
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Προσωπικός μέντορας
                        </li>
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Ανάλυση πραγματικών projects
                        </li>
                        <li class="flex items-center mb-3">
                            <svg class="h-5 w-5 text-green-500 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
                            </svg>
                            Premium πιστοποίηση & συστάσεις
                        </li>
                    </ul>
                    <a href="#contact" class="bg-purple-600 text-white font-bold py-2 px-4 rounded-full text-center hover:bg-purple-700 transition duration-300">Επιλογή</a>
                </div>
            </div>
        </div>
    </div>
</section>

        <!-- FAQ Section -->
        <section class="py-20 bg-white">
            <div class="container mx-auto px-6">
                <h2 class="text-4xl font-bold text-center mb-12">Συχνές ερωτήσεις</h2>
                <div class="space-y-8">
                    <div class="bg-gray-100 rounded-lg p-6">
                        <h3 class="text-xl font-semibold mb-2">Χρειάζομαι εμπειρία στην κειμενογραφία για να παρακολουθήσω το μάθημα;</h3>
                        <p class="text-gray-600">Όχι, το μάθημα μας είναι κατάλληλο τόσο για αρχάριους όσο και για έμπειρους κειμενογράφους. Παρέχουμε υλικό διαφορετικού επιπέδου δυσκολίας.</p>
                    </div>
                    <div class="bg-gray-100 rounded-lg p-6">
                        <h3 class="text-xl font-semibold mb-2">Πόσο χρόνο χρειάζεται για να ολοκληρώσω το μάθημα;</h3>
                        <p class="text-gray-600">Το μάθημα διαρκεί 8 εβδομάδες, αλλά μπορείτε να το παρακολουθήσετε με τον δικό σας ρυθμό. Κατά μέσο όρο, οι μαθητές αφιερώνουν 5-7 ώρες την εβδομάδα για μελέτη.</p>
                    </div>
                    <div class="bg-gray-100 rounded-lg p-6">
                        <h3 class="text-xl font-semibold mb-2">Θα λάβω πιστοποίηση μετά την ολοκλήρωση του μαθήματος;</h3>
                        <p class="text-gray-600">Ναι, όλοι οι σπουδαστές που ολοκληρώνουν επιτυχώς το μάθημα λαμβάνουν πιστοποίηση. Ο τύπος πιστοποίησης εξαρτάται από το επιλεγμένο πακέτο.</p>
                    </div>
                    <div class="bg-gray-100 rounded-lg p-6">
                        <h3 class="text-xl font-semibold mb-2">Μπορώ να λάβω επιστροφή χρημάτων αν το μάθημα δεν μου ταιριάζει;</h3>
                        <p class="text-gray-600">Ναι, παρέχουμε εγγύηση επιστροφής χρημάτων 14 ημερών. Αν μέσα στις δύο πρώτες εβδομάδες αποφασίσετε ότι το μάθημα δεν σας ταιριάζει, επιστρέφουμε το πλήρες αντίτιμο.</p>
                    </div>
                </div>
            </div>
        </section>

     

        <!-- Tools Section -->
        <section class="py-20 bg-white">
            <div class="container mx-auto px-6">
                <h2 class="text-4xl font-bold text-center mb-12">Εργαλεία που θα μάθετε</h2>
                <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
                    <div class="text-center">
                        <svg class="h-16 w-16 text-purple-600 mx-auto mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z" />
                        </svg>
                        <h3 class="text-xl font-semibold mb-2">Επεξεργαστές κειμένου</h3>
                    </div>
                    <div class="text-center">
                        <svg class="h-16 w-16 text-purple-600 mx-auto mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
                        </svg>
                        <h3 class="text-xl font-semibold mb-2">SEO-εργαλεία</h3>
                    </div>
                    <div class="text-center">
                        <svg class="h-16 w-16 text-purple-600 mx-auto mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
                        </svg>
                        <h3 class="text-xl font-semibold mb-2">Πλατφόρμες ανάλυσης</h3>
                    </div>
                    <div class="text-center">
                        <svg class="h-16 w-16 text-purple-600 mx-auto mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" />
                        </svg>
                        <h3 class="text-xl font-semibold mb-2">Πλατφόρμες A/B testing</h3>
                    </div>
                </div>
            </div>
        </section>

        <!-- Career Section -->
        <section class="py-20 bg-gray-100">
            <div class="container mx-auto px-6">
                <h2 class="text-4xl font-bold text-center mb-12">Επαγγελματικές προοπτικές</h2>
                <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                    <div class="bg-white rounded-lg shadow-md p-8">
                        <svg class="h-16 w-16 text-purple-600 mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
                        </svg>
                        <h3 class="text-2xl font-semibold mb-4">Κειμενογράφος σε freelance</h3>
                        <p class="text-gray-600">Εργαστείτε σε ποικίλα project και διαμορφώστε το δικό σας πρόγραμμα</p>
                    </div>
                    <div class="bg-white rounded-lg shadow-md p-8">
                        <svg class="h-16 w-16 text-purple-600 mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4" />
                        </svg>
                        <h3 class="text-2xl font-semibold mb-4">Content Manager</h3>
                        <p class="text-gray-600">Διαχειριστείτε τη στρατηγική περιεχομένου μιας εταιρείας και συντονίστε την ομάδα</p>
                    </div>
                    <div class="bg-white rounded-lg shadow-md p-8">
                        <svg class="h-16 w-16 text-purple-600 mb-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 3.055A9.001 9.001 0 1020.945 13H11V3.055z" />
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z" />
                        </svg>
                        <h3 class="text-2xl font-semibold mb-4">SEO Specialist</h3>
                        <p class="text-gray-600">Βελτιστοποιήστε το περιεχόμενο για μηχανές αναζήτησης και αυξήστε το οργανικό traffic</p>
                    </div>
                </div>
            </div>
        </section>

        <!-- CTA Section -->
        <section class="py-20 bg-purple-600 text-white">
            <div class="container mx-auto px-6 text-center">
                <h2 class="text-4xl font-bold mb-8">Έτοιμοι να γίνετε επαγγελματίας κειμενογράφος;</h2>
                <p class="text-xl mb-12">Εγγραφείτε στο μάθημα τώρα και ξεκινήστε το ταξίδι σας προς μια επιτυχημένη καριέρα στην κειμενογραφία!</p>
                <a href="#contact" class="bg-white text-purple-600 font-bold py-3 px-8 rounded-full hover:bg-gray-100 transition duration-300">Εγγραφή στο μάθημα</a>
            </div>
        </section>

        <!-- Contact Section -->
        <section id="contact" class="py-20 bg-white">
            <div class="container mx-auto px-6">
                <h2 class="text-4xl font-bold text-center mb-12">Επικοινωνήστε μαζί μας</h2>
                <div class="max-w-lg mx-auto">
                    <form action="contact.php" method="POST" class="space-y-6">
                        <div>
                            <label for="name" class="block text-sm font-medium text-gray-700">Όνομα</label>
                            <input type="text" id="name" name="name" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-purple-500 focus:ring-purple-500">
                        </div>
                        <div>
                            <label for="email" class="block text-sm font-medium text-gray-700">Email</label>
                            <input type="email" id="email" name="email" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-purple-500 focus:ring-purple-500">
                        </div>
                        <div>
                            <label for="message" class="block text-sm font-medium text-gray-700">Μήνυμα</label>
                            <textarea id="message" name="message" rows="4" required class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-purple-500 focus:ring-purple-500"></textarea>
                        </div>
                        <div>
                            <button type="submit" class="w-full bg-purple-600 text-white font-bold py-3 px-4 rounded-full hover:bg-purple-700 transition duration-300">Αποστολή</button>
                        </div>
                    </form>
                </div>
            </div>
        </section>
    </main>

    <footer class="bg-gray-800 text-white py-8">
        <div class="container mx-auto px-6">
            <div class="flex flex-wrap justify-between items-center">
                <div class="w-full md:w-1/3 mb-6 md:mb-0">
                    <a href="/" class="flex items-center">
                        <svg class="h-8 w-8 text-purple-600 mr-3" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z" />
                        </svg>
                        <span class="text-xl font-bold">adolr</span>
                    </a>
                    <p class="mt-2 text-sm">Μαθήματα κειμενογραφίας για επαγγελματίες</p>
                </div>
                <div class="w-full md:w-1/3 mb-6 md:mb-0">
                    <h3 class="text-lg font-semibold mb-4">Επικοινωνία</h3>
                    <p class="mb-2">Τηλέφωνο: +30 2089 575298</p>
                    <p>Διεύθυνση: Όδος Βιτάλης, 11-06, 173 73, Καρδίτσα</p>
                </div>
                <div class="w-full md:w-1/3">
                    <h3 class="text-lg font-semibold mb-4">Σύνδεσμοι</h3>
                    <ul class="space-y-2">
                        <li><a href="/terms" class="hover:text-purple-400 transition duration-300">Όροι χρήσης</a></li>
                        <li><a href="/privacy" class="hover:text-purple-400 transition duration-300">Πολιτική απορρήτου</a></li>
                    </ul>
                </div>
            </div>
            <div class="mt-8 text-center text-sm">
                <p>&copy; 2024 adolr. Όλα τα δικαιώματα διατηρούνται.</p>
            </div>
        </div>
    </footer>
</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: ADOLR.COM
Registry Domain ID: 2943547403_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.spaceship.com
Registrar URL: http://www.spaceship.com
Updated Date: 2025-01-06T10:03:37Z
Creation Date: 2024-12-19T11:44:56Z
Registry Expiry Date: 2025-12-19T11:44:56Z
Registrar: Spaceship, Inc.
Registrar IANA ID: 3862
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.9854014545
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DAN.NS.CLOUDFLARE.COM
Name Server: KRISTIN.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-24T10:04:16Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass