https://taskflow.muindetuva.com/

ID de l'analyse :
df997452-811e-424d-9eb2-ace866c3c827Terminée
URL soumise :
https://taskflow.muindetuva.com/
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 4 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
axiosfunction

Messages de journal de console : 0 trouvé(s)

Messages consignés dans la console web

HTML

Le corps HTML de la page en données brutes

<!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>