- ID de exploración:
- df997452-811e-424d-9eb2-ace866c3c827Finalizado
- URL enviada:
- https://taskflow.muindetuva.com/
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 4 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
axios | function |
Mensajes de registro de la consola: 0 encontrados
Mensajes registrados en la consola web
HTML
El cuerpo HTML sin procesar de la 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>