| <!DOCTYPE html> |
| <html lang="pt-BR"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>UnityCraft Academy - Domine o Desenvolvimento de Jogos</title> |
| <link rel="stylesheet" href="style.css"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script> |
| tailwind.config = { |
| theme: { |
| extend: { |
| colors: { |
| primary: '#6366f1', |
| secondary: '#f59e0b' |
| } |
| } |
| } |
| } |
| </script> |
| </head> |
| <body class="bg-gradient-to-br from-gray-900 to-gray-800 text-white"> |
| <unity-header></unity-header> |
|
|
| |
| <section class="relative py-20 px-4"> |
| <div class="absolute inset-0 bg-black opacity-50"></div> |
| <div class="relative max-w-7xl mx-auto text-center"> |
| <h1 class="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent"> |
| Domine o Unity |
| </h1> |
| <p class="text-xl md:text-2xl mb-8 text-gray-300 max-w-3xl mx-auto"> |
| Torne-se um desenvolvedor de jogos profissional e crie experiências incríveis que milhões vão jogar |
| </p> |
| <div class="flex flex-col md:flex-row gap-4 justify-center items-center"> |
| <a href="#form" class="bg-primary hover:bg-indigo-600 text-white px-8 py-4 rounded-lg font-semibold text-lg transition-all duration-300 transform hover:scale-105"> |
| Garantir Minha Vaga |
| </a> |
| <a href="#benefits" class="border-2 border-secondary text-secondary hover:bg-secondary hover:text-gray-900 px-8 py-4 rounded-lg font-semibold text-lg transition-all duration-300"> |
| Conhecer o Curso |
| </a> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="benefits" class="py-20 px-4 bg-gray-800/50"> |
| <div class="max-w-7xl mx-auto"> |
| <h2 class="text-4xl font-bold text-center mb-16">O Que Você Vai Aprender</h2> |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300"> |
| <div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center mb-6"> |
| <i data-feather="code" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-4">Programação C# Avançada</h3> |
| <p class="text-gray-300">Domine a linguagem C# e crie sistemas complexos para seus jogos</p> |
| </div> |
| |
| <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300"> |
| <div class="w-16 h-16 bg-secondary rounded-full flex items-center justify-center mb-6"> |
| <i data-feather="box" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-4">Game Design 3D</h3> |
| <p class="text-gray-300">Aprenda a criar mundos 3D imersivos e personagens cativantes</p> |
| </div> |
| |
| <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300"> |
| <div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center mb-6"> |
| <i data-feather="zap" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-4">Otimização Profissional</h3> |
| <p class="text-gray-300">Torne seus jogos rápidos e eficientes para todas as plataformas</p> |
| </div> |
| |
| <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300"> |
| <div class="w-16 h-16 bg-secondary rounded-full flex items-center justify-center mb-6"> |
| <i data-feather="dollar-sign" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-4">Monetização</h3> |
| <p class="text-gray-300">Estratégias comprovadas para monetizar seus jogos com sucesso</p> |
| </div> |
| |
| <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300"> |
| <div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center mb-6"> |
| <i data-feather="users" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-4">Multiplayer</h3> |
| <p class="text-gray-300">Crie jogos multiplayer que conectam jogadores ao redor do mundo</p> |
| </div> |
| |
| <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300"> |
| <div class="w-16 h-16 bg-secondary rounded-full flex items-center justify-center mb-6"> |
| <i data-feather="award" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-4">Portfólio Profissional</h3> |
| <p class="text-gray-300">Construa um portfólio impressionante que atrai empregadores</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-20 px-4"> |
| <div class="max-w-7xl mx-auto"> |
| <h2 class="text-4xl font-bold text-center mb-16">Escolha Seu Plano de Aprendizado</h2> |
| <div class="grid md:grid-cols-3 gap-8"> |
| <div class="bg-gray-700/30 p-8 rounded-xl border-2 border-gray-600 text-center hover:border-primary transition-all duration-300"> |
| <h3 class="text-2xl font-bold mb-4">Iniciante</h3> |
| <div class="text-4xl font-bold text-primary mb-6">R$ 497</div> |
| <ul class="space-y-3 mb-8 text-gray-300"> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| Fundamentos do Unity |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| C# Básico |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| 5 Projetos Práticos |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| Suporte da Comunidade |
| </li> |
| </ul> |
| <button onclick="selectPlan('Iniciante')" class="w-full bg-gray-600 hover:bg-gray-500 text-white py-3 rounded-lg font-semibold transition-all"> |
| Selecionar |
| </button> |
| </div> |
| |
| <div class="bg-gray-700/30 p-8 rounded-xl border-2 border-secondary relative scale-105 hover:scale-110 transition-all duration-300"> |
| <div class="absolute -top-4 left-1/2 transform -translate-x-1/2"> |
| <span class="bg-secondary text-gray-900 px-4 py-1 rounded-full text-sm font-bold">MAIS POPULAR</span> |
| </div> |
| <h3 class="text-2xl font-bold mb-4">Profissional</h3> |
| <div class="text-4xl font-bold text-secondary mb-6">R$ 997</div> |
| <ul class="space-y-3 mb-8 text-gray-300"> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| Todos os módulos do Iniciante |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| C# Avançado |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| 15 Projetos Complexos |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| Mentorias Individuais |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| Certificado Profissional |
| </li> |
| </ul> |
| <button onclick="selectPlan('Profissional')" class="w-full bg-secondary hover:bg-amber-500 text-gray-900 py-3 rounded-lg font-semibold transition-all"> |
| Selecionar |
| </button> |
| </div> |
| |
| <div class="bg-gray-700/30 p-8 rounded-xl border-2 border-gray-600 text-center hover:border-primary transition-all duration-300"> |
| <h3 class="text-2xl font-bold mb-4">Master</h3> |
| <div class="text-4xl font-bold text-primary mb-6">R$ 1.497</div> |
| <ul class="space-y-3 mb-8 text-gray-300"> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| Todos os módulos do Profissional |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| Projeto Final com Supervisão |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| Acesso Vitalício |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| Garantia de Emprego |
| </li> |
| <li class="flex items-center gap-2"> |
| <i data-feather="check" class="w-5 h-5 text-green-500"></i> |
| Networking com Empresas |
| </li> |
| </ul> |
| <button onclick="selectPlan('Master')" class="w-full bg-gray-600 hover:bg-gray-500 text-white py-3 rounded-lg font-semibold transition-all"> |
| Selecionar |
| </button> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="form" class="py-20 px-4 bg-gray-800/50"> |
| <div class="max-w-4xl mx-auto"> |
| <div class="bg-gray-700/30 rounded-2xl p-8 border border-gray-600"> |
| <h2 class="text-3xl font-bold text-center mb-2">Garanta Sua Vaga Agora</h2> |
| <p class="text-center text-gray-300 mb-8">Preencha o formulário abaixo para iniciar sua jornada no desenvolvimento de jogos</p> |
| |
| <form id="leadForm" class="space-y-6"> |
| <div class="grid md:grid-cols-2 gap-6"> |
| <div> |
| <label class="block text-sm font-medium mb-2">Nome Completo</label> |
| <input type="text" name="nome" required class="w-full bg-gray-600 border border-gray-500 rounded-lg px-4 py-3 focus:outline-none focus:border-primary transition-colors"> |
| </div> |
| <div> |
| <label class="block text-sm font-medium mb-2">E-mail</label> |
| <input type="email" name="email" required class="w-full bg-gray-600 border border-gray-500 rounded-lg px-4 py-3 focus:outline-none focus:border-primary transition-colors"> |
| </div> |
| </div> |
| |
| <div class{"ok":false,"message":"terminated"} |
| <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script> |
| </body> |
| </html> |