linkstvattual / index.html
splira's picture
Add 3 files
b00ff93 verified
Raw
History Blame Contribute Delete
9.51 kB
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TV Attual - Central de Links</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
min-height: 100vh;
}
.link-card {
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.link-card:hover {
transform: translateY(-3px);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.video-placeholder {
background: linear-gradient(135deg, #6b21a8 0%, #9333ea 100%);
}
.gradient-text {
background: linear-gradient(135deg, #6b21a8 0%, #ca8a04 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.logo-bg {
background: linear-gradient(to bottom right, #6b21a8, #9333ea);
}
.whatsapp-bg {
background: linear-gradient(to right, #25D366, #128C7E);
}
</style>
</head>
<body class="flex flex-col items-center justify-start min-h-screen py-8 px-4">
<div class="w-full max-w-md mx-auto">
<!-- Logo Section -->
<div class="flex flex-col items-center mb-8">
<div class=
<span class="text-3xl font-bold text-white"></span>
</div>
<h1 class="text-2xl font-bold text-purple-900 mb-1">TV Attual</h1>
<p class="text-sm text-gray-600 text-center">Conecte-se com a TV Attual – conteúdo, cultura e comunicação para todos</p>
</div>
<!-- Links Section -->
<div class="space-y-4 mb-8">
<!-- YouTube -->
<a href="https://www.youtube.com/@AttualPlay" target="_blank" class="block">
<div class="link-card flex items-center p-4 rounded-xl bg-gradient-to-r from-red-500 to-red-600 text-white">
<div class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center mr-4">
<i class="fab fa-youtube text-xl"></i>
</div>
<div>
<h3 class="font-semibold">📺 Assista no YouTube</h3>
<p class="text-xs opacity-80">Nossos vídeos e programas</p>
</div>
<div class="ml-auto">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</a>
<!-- WhatsApp -->
<a href="https://api.whatsapp.com/send?phone=5511987080279" target="_blank" class="block">
<div class="link-card flex items-center p-4 rounded-xl whatsapp-bg text-white">
<div class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center mr-4">
<i class="fab fa-whatsapp text-xl"></i>
</div>
<div>
<h3 class="font-semibold">💬 WhatsApp da TV Attual</h3>
<p class="text-xs opacity-80">Fale diretamente conosco</p>
</div>
<div class="ml-auto">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</a>
<!-- Instagram -->
<a href="https://instagram.com/attualplay" target="_blank" class="block">
<div class="link-card flex items-center p-4 rounded-xl bg-gradient-to-r from-pink-500 to-pink-600 text-white">
<div class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center mr-4">
<i class="fab fa-instagram text-xl"></i>
</div>
<div>
<h3 class="font-semibold">📸 Siga no Instagram</h3>
<p class="text-xs opacity-80">Fique por dentro das novidades</p>
</div>
<div class="ml-auto">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</a>
<!-- Facebook -->
<a href="https://facebook.com/attualplay" target="_blank" class="block">
<div class="link-card flex items-center p-4 rounded-xl bg-gradient-to-r from-blue-500 to-blue-600 text-white">
<div class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center mr-4">
<i class="fab fa-facebook text-xl"></i>
</div>
<div>
<h3 class="font-semibold">👍 Curta no Facebook</h3>
<p class="text-xs opacity-80">Acompanhe nossas publicações</p>
</div>
<div class="ml-auto">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</a>
<!-- Spotify -->
<a href="https://open.spotify.com/playlist/5oiXd1FK7txYJOBRrB8sq6" target="_blank" class="block">
<div class="link-card flex items-center p-4 rounded-xl bg-gradient-to-r from-green-500 to-green-600 text-white">
<div class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center mr-4">
<i class="fab fa-spotify text-xl"></i>
</div>
<div>
<h3 class="font-semibold">🎧 Ouça no Spotify</h3>
<p class="text-xs opacity-80">Nossos podcasts e programas</p>
</div>
<div class="ml-auto">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</a>
<!-- Site Oficial -->
<a href="https://www.tvattual.com.br" target="_blank" class="block">
<div class="link-card flex items-center p-4 rounded-xl bg-gradient-to-r from-purple-600 to-purple-700 text-white">
<div class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center mr-4">
<i class="fas fa-globe text-xl"></i>
</div>
<div>
<h3 class="font-semibold">🌐 Acesse o Portal</h3>
<p class="text-xs opacity-80">Nosso site oficial</p>
</div>
<div class="ml-auto">
<i class="fas fa-chevron-right"></i>
</div>
</div>
</a>
</div>
<!-- Video Highlight Section -->
<div class="mb-8">
<a href="https://tvattual.com.br/blog/" target="_blank" class="block">
<h2 class="text-lg font-semibold text-purple-900 mb-3 flex items-center hover:text-purple-700 transition-colors">
<i class="fas fa-play-circle mr-2 gradient-text"></i>
Destaque da Semana
</h2>
</a>
<div class="video-placeholder rounded-xl overflow-hidden shadow-lg">
<div class="aspect-w-16 aspect-h-9 relative">
<div class="absolute inset-0 flex items-center justify-center">
<i class="fas fa-play-circle text-4xl text-white opacity-80"></i>
</div>
<div class="absolute bottom-0 left-0 right-0 p-4 bg-gradient-to-t from-black to-transparent">
<h3 class="text-white font-medium">Entrevista exclusiva com o prefeito</h3>
<p class="text-xs text-white opacity-80">Publicado há 2 dias</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="text-center pt-4 border-t border-gray-200">
<p class="text-sm text-gray-600 font-medium">"A voz da região. A imagem da transformação."</p>
<p class="text-xs text-gray-500 mt-2">© 2023 TV Attual - Todos os direitos reservados</p>
</div>
</div>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=splira/linkstvattual" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>