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
403 Forbidden - imddi.com
HTTP Status: 403
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Thu, 29 May 2025 20:04:20 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: no-cache, private
Set-Cookie: XSRF-TOKEN=eyJpdiI6IjlUa1lNWVd1eWFmTTFKSndTY2QzRWc9PSIsInZhbHVlIjoiNjNTdERmMDA1L2VyWXI3SWFibDZwenh3WEZoaW1HeXovc3ZwVERCcXo5N0RwL0JLSC9Lc1ZlTldBOTZhcnd0VXZWWnpmWERPZFpZeTZwdnBZV3lTNE9IK0FHNE1ObGxIeWZvSUR0V0hBbURkOFpCNnRGWEFZdmFJM1cwZkh0Vk4iLCJtYWMiOiIyMTFmZTUyMzk5ZTY3YzI0ZjUzMDFhOWY2NWUzMWE0NjJlNTI3MDEyYzk4MmJlMjdjNTU3NDc4ZDJhYjMzNDViIiwidGFnIjoiIn0%3D; expires=Thu, 29 May 2025 22:04:20 GMT; Max-Age=7200; path=/; samesite=lax
Set-Cookie: imddi_session=eyJpdiI6IkkrazhnQ1RVVURwQnlCMDFLUzltOWc9PSIsInZhbHVlIjoiM3h0aklRZTJydXJPRTdKeUpmQ0Q5a29mR0g4ak9vRy9zdnh6cU5yUDBIV3EzWEpZSHhJWHp5UDMxWmlaZ2FkLzBIczRwU0xJSVVVeU1uRUFkSjFESzdTYWtGSFRwd1VVN1RqcldnaWFDOUovb2ROcGFIZDVXaGJmbFBRZTdUZDIiLCJtYWMiOiI1Yzg2M2ViZmY2MmY3MTVkZjFiNDJjMzRlZThjZDlmMWEwY2QzMTgwZWYyODhjYjhiNGEzYTFhZjdkMzYyOGQ1IiwidGFnIjoiIn0%3D; expires=Thu, 29 May 2025 22:04:20 GMT; Max-Age=7200; path=/; httponly; samesite=lax

HTTP Kodu 403 Yasaklandı

http durum kodu 403, kimlik doğrulaması yapılsa bile, istenen kaynağa erişimin reddedildiğini belirtir.

Kod 403 ne zaman kullanılır?

  • Gerekli izinler olmadan kısıtlı içeriğe erişirken
  • Güvenlik kuralları bir isteği engellediğinde
  • Bir IP adresi yasaklandığında

Kod 403 kullanıcı için ne anlama geliyor?

Kullanıcıya kaynağa erişim izni olmadığı bildirilir.

GET / HTTP/1.1
Host: imddi.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="pt-BR">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Home</title>
    <link href="http://imddi.com/css/bootstrap/bootstrap.min.css" rel="stylesheet">
    <meta name="csrf-token" content="QrP9zsql0ZcS4tMnVG3uPz5V8rMJKht34G1ogQJw" />
    <script src="http://imddi.com/js/jquery/jquery-min.js"></script>
    <link rel="stylesheet" href="http://imddi.com/css/font-awesome.min.css">
    <style>
        body {
            scroll-behavior: smooth; 
        }

        .container-fluid{
            padding-right: 0 !important;
            padding-left: 0 !important;
        }

        .menu {
            position: fixed;
            top: 0;
            width: 100%;
            background: #000;
            padding: 10px 20px; 
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .menu a {
            color: white;
            margin: 0 15px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s ease-in-out;
        }

        .menu a:hover {
            color: #daa628;
        }

        .logo {
            font-size: 24px;
            font-weight: bold;
            color: white;
        }

        .logo-img { 
            width: 80px; 
            height: auto;
        }
 

        .text-img { 
            width: 200px;
            height: auto; 
        }
        
        .first-text {
            margin-left: 100px; /* Mesmo valor da imagem */
            word-wrap: break-word;  /* Para navegadores antigos */
            overflow-wrap: break-word;  /* Para navegadores modernos */
        }

        .nav-links {
            display: flex;
            gap: 20px; 
        }

        .nav-links a {
            padding: 5px 10px;
            font-size: 16px;
        } 
       
        .nav-mailto {
            /* color: white;
            text-decoration: none;
            padding-top: 30px;
            padding-bottom: 25px;
            font-size: 26px;
            font-weight: bold; */

            display: inline-flex;
            align-items: center;
            background-color: rgba(0, 0, 0); /* Cor de fundo */
            color:rgb(255, 255, 255); /* Cor do texto */
            font-weight: bold;
            padding: 12px 71px; 
            border-radius: 7px; /* Cantos arredondados */
            text-decoration: none; 
            font-size: 18px;
            transition: all 0.3s ease-in-out;
            margin: 17px 0px;
        }

        .nav-mailto:hover {
            color: #daa628;
            background-color: rgba(11, 11, 11, 0.77);
        }


        /* Estilo dos Blocos */
        .section {
            padding: 80px 20px;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            transition: all 0.5s ease;
        }

        /* Estilos para os blocos específicos */
        .section h2 {
            font-size: 2.5rem;
            font-weight: bold;
            text-align: center;
            color: #333;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-family: 'Roboto', sans-serif;
        }

        .section p {
            font-size: 1.1rem;
            color: #333;
            line-height: 1.6;
            margin: 0 auto;
            max-width: 800px;
        }
        
        .box-text{  
            text-align: justify; 
            font-size: 1.2rem;
            color: #333;
            line-height: 1.6; 
            margin: 5px auto; 
        }

        .box-text-center{  
            text-align: center; 
            font-size: 1.2rem;
            color: #333;
            line-height: 1.6; 
            margin: 5px auto; 
        }

        .content-box {
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            min-width: 300px;
            max-width: 500px;
            width: 100%;
            transition: all 0.5s ease;
        }

        .error-message {
            color: red;
            margin-top: 10px;
            display: none;
        }

        .btn-custom {
            background-color: #000;
            color: white;
        }

        .btn-custom:hover {
            background-color: #1976D2;
            color: white;
        }

        .btn-success {
            background-color: #4CAF50;
            border-color: #4CAF50;
        }
 

        .row {
            display: flex;
            align-items: center; /* Alinha os itens verticalmente */
        }

        .col-md-4 {
            display: flex;
            align-items: center;
            justify-content: center; /* Centraliza o texto */
        }
 
        
        .btn-voucher{
            background-color: #daa628;
            color: black;
            font-weight: bold;
            margin-top: 10px;
        }
        
        .btn-voucher:hover{
            color: #daa628;
            background-color: black;
            font-weight: bold;
            margin-top: 10px;
        }

        @media (max-width: 768px) {
            .btn-voucher {
                margin-top: 5px;
            }
        }

        @media (max-width: 480px) {
            .btn-voucher {
                margin-top: 2px;
            }
        }

        #home {
            background-image: url(http://imddi.com/img/home_img/background_home.png);
            background-size: 100% 100%; /* Ajusta a imagem ao tamanho do elemento */
            background-position: center; /* Centraliza a imagem */
            background-repeat: no-repeat; /* Evita repetições */
        }
        
      
  
        .elementor-button-text{
            padding-left: 7px;
            font-size: 20px ;
        }

        .bloco-valores{
            margin-top: 17px;
            width: 800px;
            height: auto; 
        }
   
        .social-icon { 
            color: #333;
        }

        .social-icon:hover { 
            color: #daa628;
            transform: scale(1.1);
            transition: transform 0.2s ease-in-out;
        }
        
        .social-link { 
            text-decoration: none;
            font-weight: bold;
            color: #333;
            color: #128C7E; 
        }

        .social-link:hover { 
            font-weight: bold;
            color: #25D366; 
        }

        /* Por padrão, o botão fica oculto em telas grandes */
        .menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 2rem; 
            cursor: pointer;
            color: white;
        }

        .menu-toggle:hover { 
            color: #daa628;
        }


        @media (max-width: 768px) {
            #home {
                background-size: contain; /* Em telas menores, mostra a imagem inteira */
            }
        }

        /* Para telas menores que 600px */
        @media (max-width: 650px) {
        
            /* Exibir o botão hambúrguer */
            .menu-toggle {
                display: block;
                position: absolute; /* ajuste conforme sua preferência */
                top: 10px;
                right: 20px;
            }

            /* Esconder as nav-links por padrão */
            .nav-links {
                display: none;
                flex-direction: column;
                align-items: center;
                background: black;      /* Ajuste a cor de fundo conforme desejar */
                position: absolute;     /* Para sobrepor ou ficar em drop-down */
                top: 75px;              /* Ajuste para alinhar com seu header */
                left: 0;
                width: 100%;
            }

            /* Quando ativo, exibimos o menu em colunas */
            .nav-links.active {
                display: flex;
            }

            /* Ajuste dos links */
            .nav-links a {
                color: white;
                text-decoration: none;
                padding: 10px;
                display: block;
                font-size: 14px; 
            }

            .bloco-valores {
                width: 100%;         /* Utiliza toda a largura disponível */
                margin: 0 auto;      /* Centraliza o bloco */
                padding: 0 20px;     /* Espaçamento interno para evitar encostar nas bordas */
            }
        }


        /* Mexer no ficheiro  _utilities.scss 
        
            .bg-primary { backgound para cinza? ou preto? testar
         */
        .bg-primary { 
            background-color:rgb(185, 185, 185)!important; 
        }
    </style>
</head>

<body> 
  
    <nav class="menu">
        <!-- Botão do menu hamburguer -->
        <button class="menu-toggle">&#9776;</button>
        
        <div class="logo">
            <a href="#home">
                <img src="http://imddi.com/img/logo_black.png" alt="LogoIMDDI" class="logo-img" >
            </a>
        </div>

        <div class="nav-links">
            <a href="#oqueeoimddi">O QUE É O IMDDI?</a>     <!-- Bloco 2 -->
            <a href="#beneficios">BENEFÍCIOS</a>            <!-- Bloco 3 -->
            <a href="#solucoes">SOLUÇÕES</a>                <!-- Bloco 4 -->
            <a href="#packs">PACKS</a>                      <!-- Bloco 5 -->
            <a href="#home">QUESTIONÁRIO</a>                <!-- Bloco 1 -->
            <a href="#contactos">CONTACTOS</a>              <!-- Bloco 7 -->
        </div>
    </nav> 

    <div class="container-fluid">
        <!-- Bloco 1 - HOME -->
        <div id="home" class="section bg-light">
            <div class="content-box" id="voucher-box">
                <h2>Teste de Personalidade</h2>
                <p> Valida o teu voucher no botão abaixo</p>
                <a href="#" class="btn btn-custom btn-voucher " id="btn-mostrar-voucher">Voucher</a>
            </div>
        </div>

        <!-- Bloco 2 - O QUE É O IMDDI? -->
        <div id="oqueeoimddi" class="section text-white"> 
            <div class="row"> 
                <div class="col-md-12 d-flex align-items-center justify-content-center ">
                    <h2>O QUE É O IMDDI?</h2>
                </div>
                 <!-- Bloco com 8 colunas -->                 
                <div class="col-md-8 offset-md-2 box-text">
                    O IMDDI (Indicador de Mestria da Identidade e Descoberta Profunda) é uma ferramenta inovadora desenvolvida pelo Instituto Nuno Rebelo, baseado nos 16 perfis do MBTI (Myers - Briggs Type Indicator), ajudando-te a obter clareza sobre os teus comportamentos atuais e o impacto que estes têm na tua vida.
                </div>
                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/oqueeoimddi_1.png" alt="oqueeoimddi_1" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10">
                            <strong> Questionário Personalizado</strong> <br>
                            Responde a um conjunto de perguntas estratégicas para identificar o teu tipo de personalidade (o perfil dominante). 
                        </div>
                    </div>
                </div>
                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/oqueeoimddi_2.png" alt="oqueeoimddi_2" class="text-img rounded-2" > 
                        </div>
                        <div class="col-md-10">
                            <strong> Questionário Personalizado</strong><br>
                            Responde a um conjunto de perguntas estratégicas para identificar o teu tipo de personalidade (o perfil dominante).  
                        </div>
                    </div>
                </div>
                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/oqueeoimddi_3.png" alt="oqueeoimddi_3" class="text-img rounded-2" > 
                        </div>
                        <div class="col-md-10">
                            <strong> Resultados Detalhados</strong><br>
                            Recebe um relatório completo com uma análise profunda do teu perfil e dos teus padrões de comportamento. 
                        </div>
                    </div>
                </div>
                <div class="col-md-8 offset-md-2 box-text"> 
                    Tudo isto num processo simples e acessível, pensado para te dar clareza e te ajudar a caminhar para a tua melhor versão, onde irás SuperViver, ou seja, viveres uma Vida Feliz, Livre, Bem-Sucedida e Sem-Limites!<br>
                    <strong>Pronto(a) para dares o passo na tua evolução?</strong> Se Sim, entra em contacto connosco para te desbloquearmos o respetivo questionário.  
                </div>
            </div>
        </div>

        <!-- Bloco 3 - BENEFÍCIOS -->
        <div id="beneficios" class="section bg-light">
            <div class="row">
                <div class="col-md-12 d-flex align-items-center justify-content-center ">
                    <h2>BENEFÍCIOS</h2>
                </div>

                <!-- Bloco com 8 colunas --> 
                <div class="col-md-8 offset-md-2 box-text">
                    Descobrir o teu perfil através da Ferramenta IMDDI traz inúmeras vantagens:
                </div>

                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/beneficios_1.png" alt="beneficios_1" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10">
                            <strong>Autoconhecimento</strong><br>
                            Descobre como funcionas internamente, quais são as tuas forças e os desafios que podes enfrentar.
                        </div>
                    </div>
                </div>

                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/beneficios_2.png" alt="beneficios_2" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10">
                            <strong>Melhoria nas Relações</strong><br>
                            Aprende a comunicar de forma mais eficaz e a lidar com diferentes perfis de personalidade, melhorando os teus relacionamentos pessoais e profissionais.
                        </div>
                    </div>
                </div>
                    
                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/beneficios_3.png" alt="beneficios_3" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10">
                            <strong>Tomada de Decisão Consciente</strong><br>
                            Sabe como usares os teus pontos fortes e até melhorá-los para tomares decisões mais alinhadas com o que realmente queres alcançar na tua vida.
                        </div>
                    </div>
                </div>
                
                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/beneficios_4.png" alt="beneficios_4" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10">
                            <strong>Crescimento Pessoal e Profissional</strong><br>
                            Usa o conhecimento do teu relatório para evoluíres em todas as áreas da tua vida, tornando-te mais confiante e eficaz.
                        </div>
                    </div>
                </div>
                    
                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/beneficios_5.png" alt="beneficios_5" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10">
                            <strong>Plano de Ação Personalizado</strong><br>
                            Recebe através do relatório estratégias e sugestões práticas para adotares novos comportamentos que te ajudarão a alcançar os teus objetivos.
                        </div>
                    </div>
                </div>
 
                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/beneficios_6.png" alt="beneficios_6" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10">
                            <strong>Ferramenta Baseada na Psicologia da Personalidade</strong><br>
                            Método validado para garantir um perfil preciso e aplicável ao teu dia a dia.
                        </div>
                    </div>
                </div> 

                <div class="col-md-8 offset-md-2 box-text">
                    Independentemente da fase da vida em que te encontras, esta ferramenta vai permitir-te crescer de forma consciente, viver com mais clareza e construir um futuro alinhado com quem realmente queres ser.<br>
                    Responde ao questionário e dá início à tua jornada de autodescoberta e de desbloqueares todo o teu potencial para SuperViveres! 
                </div> 
            </div> 
        </div>

        <!-- Bloco 4 - SOLUÇÕES -->
        <div id="solucoes" class="section text-white"> 
            <div class="row"> 
                <div class="col-md-12 d-flex align-items-center justify-content-center ">
                    <h2>SOLUÇÕES</h2>
                </div>  

                <!-- Bloco do texto (8 colunas) -->
                <div class="col-md-8 offset-md-2 box-text">
                    A Ferramenta IMDDI adapta-se a diferentes necessidades e perfis. Descobre a solução ideal para ti:
                </div> 
                
                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/solucoes_1.png" alt="solucoes_1" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10"> 
                            <strong>Para Indivíduos</strong><br>
                            Se procuras uma melhor compreensão sobre ti mesmo e queres alinhar as tuas ações com os teus objetivos, esta ferramenta é o primeiro passo para uma vida mais consciente e realizada.
                        </div>
                    </div>
                </div>

                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/solucoes_2.png" alt="solucoes_2" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10"> 
                            <strong>Para Empresas e Equipas</strong><br>
                            Melhora a dinâmica da tua equipa, otimiza a comunicação e aumenta a produtividade através do conhecimento profundo dos perfis de personalidade.
                        </div>
                    </div>
                </div>
                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/solucoes_3.png" alt="solucoes_3" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10"> 
                            <strong>Para Coaches e Mentores</strong><br>
                            Se trabalhas no desenvolvimento pessoal de outras pessoas, a Ferramenta IMDDI é um recurso poderoso para personalizar os teus acompanhamentos e ajudar os teus clientes a desbloquearem o seu potencial.
                        </div>
                    </div>
                </div>
                <div class="col-md-8 offset-md-2 box-text">
                    <div class="row">
                        <div class="col-md-2">
                            <img src="http://imddi.com/img/home_img/solucoes_4.png" alt="solucoes_4" class="text-img rounded-2" >
                        </div>
                        <div class="col-md-10"> 
                            <strong>Para Escolas e Universidades</strong><br>
                            Facilita a orientação vocacional e ajuda os estudantes a descobrirem os seus pontos fortes e melhorá-los, permitindo-lhes fazer escolhas mais informadas.                        
                        </div>
                    </div>
                </div>
  
                <div class="col-md-8 offset-md-2 box-text">
                    Independentemente do teu <strong>objetivo/contexto</strong>, a ferramenta <strong>IMDD</strong>I é a solução ideal para quem procura evoluir, tomar melhores decisões e maximizar o seu crescimento pessoal e profissional. Explora as nossas soluções e descobre como podes transformar a tua vida!
                </div> 
                
            </div>
        </div>  

        <!-- Bloco 5 - PACKS -->   
        <div id="packs" class="section bg-light">
            <div class="row">
                <div class="col-md-12 d-flex justify-content-center ">
                    <h2>PACKS</h2>
                </div>
                <div class="col-md-8 offset-md-2 box-text-center ">
                    Apresentamos os valores de <strong>cada voucher</strong> e a oportunidade que te <strong>oferecemos</strong> com <strong>poupança nos packs</strong>:
                </div> 
                <!-- Bloco do texto (8 colunas) -->
                <div class="col-md-8 offset-md-2 align-items-center">
                    <img src="http://imddi.com/img/home_img/tabela_packs.png" alt="Packs Valores" class="bloco-valores" >  
                </div> 
            </div>
        </div> 
   

        <!-- Bloco 7 - CONTACTOS -->
        <div id="contactos" class="section text-white">
            <div class="row">
                <div class="col-md-12 d-flex justify-content-center ">
                    <h2>CONTACTOS</h2>
                </div>
                <div class="col-md-8 offset-md-2 box-text ">
                    Se procuras uma vida <strong>PODEROSA</strong> ou queres saber <strong>mais informações</strong>.
                    Contacta-nos através do 
                    <a class="social-link" href="https://wa.me/351911070186"  target="_blank">
                        WhatsApp</a> ou através do formulário abaixo e entraremos em contacto contigo. 
                </div> 
 
                <div class="col-md-8 offset-md-2 ">
                    <a href="https://institutonunorebelo.com/" target="_blank">
                        <img src="http://imddi.com/img/home_img/LogoINR.png" alt="LogoINR" class="w-25" >
                    </a>
                     <br><br><br>
                </div>

                <div class="col-md-8 offset-md-2 d-flex align-items-center justify-content-center ">
                     
                    <div class="d-flex gap-3">
                        <a class="social-icon" href="https://www.instagram.com/nunorebelo18/" target="_blank">
                            <i class="fa fa-instagram fa-2x" aria-hidden="true"></i>
                        </a>
                        <a class="social-icon" href="https://www.facebook.com/nunorebeloinstituto" target="_blank">
                            <i class="fa fa-facebook fa-2x" aria-hidden="true"></i>  
                        </a>
                        <a class="social-icon" href="https://www.youtube.com/@nunorebeloinstituto" target="_blank">
                            <i class="fa fa-youtube fa-2x" aria-hidden="true"></i>
                        </a> 
                        <!-- <a class="social-icon" href="https://wa.me/351911070186"  target="_blank">
                            <i class="fa fa-whatsapp fa-2x" aria-hidden="true"></i> 
                        </a>  -->
                    </div>
                </div> 
                
						  
                <!-- Bloco do texto (8 colunas) -->
                <div class="col-md-8  box-text">  
                 
                    <div class="col-md-12 d-flex flex-column align-items-center justify-content-center text-justify">  
                       
                        <br><br> 
                        <form class="w-100">
                             
                            <input type="text" class="form-control mb-3" placeholder="Nome">
                            <input type="email" class="form-control mb-3" placeholder="Email">
                            <input type="tel" class="form-control mb-3" placeholder="Telemóvel">
                            <textarea class="form-control mb-3" rows="4" placeholder="Mensagem"></textarea>
                            <button type="submit" class="btn btn-dark w-100">ENVIAR</button>
                        </form>
                    </div>   
                      
                </div>  
            </div> 
        </div> 
    </div>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
    <script defer>

       

        $(document).ready(function() {
            $(document).on("click", "#btn-mostrar-voucher", function() {
                $("#voucher-box").html(`
                    <h2>Insira seu Voucher</h2>
                    <form id="voucher-form">
                        <div class="mb-3">
                            <input type="text" name="voucher" id="voucher" class="form-control" placeholder="Digite seu código">
                        </div>
                        <button id="btn-validar-voucher" type="submit" class="btn btn-custom">Validar</button>
                        <p id="error-message" class="error-message"></p>
                    </form>
                `);
            });
            
            $(document).on("submit", "#voucher-form", function(event) {
                event.preventDefault();
                let voucher = $("#voucher").val();

               $('#btn-validar-voucher').html('<i class="fa fa-spinner fa-spin" aria-hidden="true"></i>');

                $.ajax({
                    url: "/voucher/validar",
                    type: "POST",
                    contentType: "application/json",
                    headers: {
                        'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
                    },
                    data: JSON.stringify({
                        voucher: voucher
                    }),
                    success: function(response) {
                        $("#voucher-box").html(response);
                    },
                    error: function(err) {
                        if ( err.responseJSON && err.responseJSON.message) $("#error-message").text(err.responseJSON.message).show();
                        else $("#error-message").text("Erro ao validar voucher").show();
                        $('#btn-validar-voucher').html('Validar');
                    }
                });
            });

 
        });

        document.addEventListener("DOMContentLoaded", function () {
                const menuToggle = document.querySelector(".menu-toggle");
                console.log(menuToggle); // Deve retornar o botão ou um elemento
                if (menuToggle) {
                    menuToggle.addEventListener("click", function () {
                        console.log("Botão clicado!");
                        const navLinks = document.querySelector(".nav-links");
                        navLinks.classList.toggle("active");
                    });
                } else {
                    console.error("Elemento .menu-toggle não encontrado!");
                }
            });
          
    </script>
</body>

</html>
                               

Alan adının whois bilgisi

Domain Name: IMDDI.COM
Registry Domain ID: 2961526796_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.PublicDomainRegistry.com
Registrar URL: http://www.publicdomainregistry.com
Updated Date: 2025-02-22T15:11:42Z
Creation Date: 2025-02-22T15:11:42Z
Registry Expiry Date: 2026-02-22T15:11:42Z
Registrar: PDR Ltd. d/b/a PublicDomainRegistry.com
Registrar IANA ID: 303
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.2013775952
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.WEBHS.ORG
Name Server: NS2.WEBHS.ORG
Name Server: NS3.WEBHS.ORG
Name Server: NS4.WEBHS.ORG
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-29T20:04:00Z <<<
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