https://taskflow.muindetuva.com/

ID da verificação
df997452-811e-424d-9eb2-ace866c3c827Concluído
URL enviado:
https://taskflow.muindetuva.com/
Relatório concluído:

Os links de saída identificados na página

Variáveis JavaScript · 4 encontrada(s)

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
axiosfunction

Mensagens de registro do console · 0 encontrada(s)

Mensagens registradas no console web

HTML

O corpo HTML bruto da página

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>TaskFlow</title>
    <link rel="preload" as="style" href="https://taskflow.muindetuva.com/build/assets/app-DZdl80Rg.css"><link rel="modulepreload" href="https://taskflow.muindetuva.com/build/assets/app-Xaw6OIO1.js"><link rel="stylesheet" href="https://taskflow.muindetuva.com/build/assets/app-DZdl80Rg.css" data-navigate-track="reload"><script type="module" src="https://taskflow.muindetuva.com/build/assets/app-Xaw6OIO1.js" data-navigate-track="reload"></script> <!-- Include Vite for Tailwind CSS -->
</head>
<body class="font-sans bg-background">

<!-- Hero Section with Background Image -->
<section class="relative w-full h-screen bg-cover bg-center" style="background-image: url('https://taskflow.muindetuva.com/images/constr_2.jpg'); background-size: cover; background-position: center center;">
    <div class="absolute inset-0 bg-black bg-opacity-50"></div> <!-- Overlay to improve text visibility -->

    <div class="relative z-10 flex flex-col justify-between items-center h-full px-4 text-center text-white">

        <!-- App Name at the Top -->
        <div class="mt-8 mb-4">
            <h1 class="text-4xl md:text-5xl font-semibold text-secondary-500">TaskFlow</h1>
        </div>

        <!-- Middle Content (Text and Button) -->
        <div class="flex flex-col justify-center items-center space-y-6">
            <p class="text-2xl md:text-xl text-white mb-8">Collaborate with your team seamlessly, manage tasks
                effortlessly, and stay on top of your projects.</p>
        </div>
        <div class="text-center mb-16 flex flex-col w-full">
            <a href="https://taskflow.muindetuva.com/register" class="w-full bg-primary-500 text-white py-3 px-8 rounded-2xl text-lg md:text-xl hover:bg-primary/80 transition duration-300">
                Get Started
            </a>

            <a class="w-full mt-6 bg-secondary-500 bg-opacity-70 text-white py-3 px-8 rounded-2xl text-lg md:text-xl hover:bg-primary/80
            transition duration-300" href="https://taskflow.muindetuva.com/login">Login</a>
        </div>
    </div>
</section>

<!-- Features Section -->
<section class="py-16 px-8 bg-white text-center">
    <h2 class="text-3xl font-semibold mb-8 text-primary">Features</h2>
    <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
        <div class="feature-card">
            <h3 class="text-xl font-semibold text-secondary">Create Projects</h3>
            <p class="mt-2 text-gray-600">Easily create and manage projects with your team.</p>
        </div>
        <div class="feature-card">
            <h3 class="text-xl font-semibold text-secondary">Invite Team Members</h3>
            <p class="mt-2 text-gray-600">Invite teammates to collaborate in a project.</p>
        </div>
        <div class="feature-card">
            <h3 class="text-xl font-semibold text-secondary">Task Management</h3>
            <p class="mt-2 text-gray-600">Keep track of tasks and monitor progress.</p>
        </div>
    </div>
</section>


<!-- Footer -->
<footer class="py-6 bg-dark text-center text-black">
    <p>© 2024 TaskFlow. All rights reserved.</p>
</footer>



</body></html>