halgorn commited on
Commit
92829a1
·
verified ·
1 Parent(s): d6cd21e

crie um landing page de captura de leads para curso em desenvolvimento de unity, coloque uma area de seleção que lista tudo e faz https://csjdigital.com.br/csjacademy/ algo desse genero mas com um form para preenchimento da vaga, faça algo moderno e novo

Browse files
Files changed (2) hide show
  1. README.md +8 -5
  2. index.html +223 -19
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Unitycraft Academy Master Game Dev
3
- emoji: 🐨
4
- colorFrom: pink
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: UnityCraft Academy - Master Game Dev 🎮
3
+ colorFrom: gray
4
+ colorTo: blue
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://huggingface.co/deepsite).
index.html CHANGED
@@ -1,19 +1,223 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="pt-BR">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>UnityCraft Academy - Domine o Desenvolvimento de Jogos</title>
7
+ <link rel="stylesheet" href="style.css">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
+ <script src="https://unpkg.com/feather-icons"></script>
11
+ <script>
12
+ tailwind.config = {
13
+ theme: {
14
+ extend: {
15
+ colors: {
16
+ primary: '#6366f1',
17
+ secondary: '#f59e0b'
18
+ }
19
+ }
20
+ }
21
+ }
22
+ </script>
23
+ </head>
24
+ <body class="bg-gradient-to-br from-gray-900 to-gray-800 text-white">
25
+ <unity-header></unity-header>
26
+
27
+ <!-- Hero Section -->
28
+ <section class="relative py-20 px-4">
29
+ <div class="absolute inset-0 bg-black opacity-50"></div>
30
+ <div class="relative max-w-7xl mx-auto text-center">
31
+ <h1 class="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">
32
+ Domine o Unity
33
+ </h1>
34
+ <p class="text-xl md:text-2xl mb-8 text-gray-300 max-w-3xl mx-auto">
35
+ Torne-se um desenvolvedor de jogos profissional e crie experiências incríveis que milhões vão jogar
36
+ </p>
37
+ <div class="flex flex-col md:flex-row gap-4 justify-center items-center">
38
+ <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">
39
+ Garantir Minha Vaga
40
+ </a>
41
+ <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">
42
+ Conhecer o Curso
43
+ </a>
44
+ </div>
45
+ </div>
46
+ </section>
47
+
48
+ <!-- Benefits Section -->
49
+ <section id="benefits" class="py-20 px-4 bg-gray-800/50">
50
+ <div class="max-w-7xl mx-auto">
51
+ <h2 class="text-4xl font-bold text-center mb-16">O Que Você Vai Aprender</h2>
52
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
53
+ <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300">
54
+ <div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center mb-6">
55
+ <i data-feather="code" class="w-8 h-8"></i>
56
+ </div>
57
+ <h3 class="text-xl font-bold mb-4">Programação C# Avançada</h3>
58
+ <p class="text-gray-300">Domine a linguagem C# e crie sistemas complexos para seus jogos</p>
59
+ </div>
60
+
61
+ <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300">
62
+ <div class="w-16 h-16 bg-secondary rounded-full flex items-center justify-center mb-6">
63
+ <i data-feather="box" class="w-8 h-8"></i>
64
+ </div>
65
+ <h3 class="text-xl font-bold mb-4">Game Design 3D</h3>
66
+ <p class="text-gray-300">Aprenda a criar mundos 3D imersivos e personagens cativantes</p>
67
+ </div>
68
+
69
+ <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300">
70
+ <div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center mb-6">
71
+ <i data-feather="zap" class="w-8 h-8"></i>
72
+ </div>
73
+ <h3 class="text-xl font-bold mb-4">Otimização Profissional</h3>
74
+ <p class="text-gray-300">Torne seus jogos rápidos e eficientes para todas as plataformas</p>
75
+ </div>
76
+
77
+ <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300">
78
+ <div class="w-16 h-16 bg-secondary rounded-full flex items-center justify-center mb-6">
79
+ <i data-feather="dollar-sign" class="w-8 h-8"></i>
80
+ </div>
81
+ <h3 class="text-xl font-bold mb-4">Monetização</h3>
82
+ <p class="text-gray-300">Estratégias comprovadas para monetizar seus jogos com sucesso</p>
83
+ </div>
84
+
85
+ <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300">
86
+ <div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center mb-6">
87
+ <i data-feather="users" class="w-8 h-8"></i>
88
+ </div>
89
+ <h3 class="text-xl font-bold mb-4">Multiplayer</h3>
90
+ <p class="text-gray-300">Crie jogos multiplayer que conectam jogadores ao redor do mundo</p>
91
+ </div>
92
+
93
+ <div class="bg-gray-700/30 p-8 rounded-xl border border-gray-600 hover:border-primary transition-all duration-300">
94
+ <div class="w-16 h-16 bg-secondary rounded-full flex items-center justify-center mb-6">
95
+ <i data-feather="award" class="w-8 h-8"></i>
96
+ </div>
97
+ <h3 class="text-xl font-bold mb-4">Portfólio Profissional</h3>
98
+ <p class="text-gray-300">Construa um portfólio impressionante que atrai empregadores</p>
99
+ </div>
100
+ </div>
101
+ </div>
102
+ </section>
103
+
104
+ <!-- Course Selection -->
105
+ <section class="py-20 px-4">
106
+ <div class="max-w-7xl mx-auto">
107
+ <h2 class="text-4xl font-bold text-center mb-16">Escolha Seu Plano de Aprendizado</h2>
108
+ <div class="grid md:grid-cols-3 gap-8">
109
+ <div class="bg-gray-700/30 p-8 rounded-xl border-2 border-gray-600 text-center hover:border-primary transition-all duration-300">
110
+ <h3 class="text-2xl font-bold mb-4">Iniciante</h3>
111
+ <div class="text-4xl font-bold text-primary mb-6">R$ 497</div>
112
+ <ul class="space-y-3 mb-8 text-gray-300">
113
+ <li class="flex items-center gap-2">
114
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
115
+ Fundamentos do Unity
116
+ </li>
117
+ <li class="flex items-center gap-2">
118
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
119
+ C# Básico
120
+ </li>
121
+ <li class="flex items-center gap-2">
122
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
123
+ 5 Projetos Práticos
124
+ </li>
125
+ <li class="flex items-center gap-2">
126
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
127
+ Suporte da Comunidade
128
+ </li>
129
+ </ul>
130
+ <button onclick="selectPlan('Iniciante')" class="w-full bg-gray-600 hover:bg-gray-500 text-white py-3 rounded-lg font-semibold transition-all">
131
+ Selecionar
132
+ </button>
133
+ </div>
134
+
135
+ <div class="bg-gray-700/30 p-8 rounded-xl border-2 border-secondary relative scale-105 hover:scale-110 transition-all duration-300">
136
+ <div class="absolute -top-4 left-1/2 transform -translate-x-1/2">
137
+ <span class="bg-secondary text-gray-900 px-4 py-1 rounded-full text-sm font-bold">MAIS POPULAR</span>
138
+ </div>
139
+ <h3 class="text-2xl font-bold mb-4">Profissional</h3>
140
+ <div class="text-4xl font-bold text-secondary mb-6">R$ 997</div>
141
+ <ul class="space-y-3 mb-8 text-gray-300">
142
+ <li class="flex items-center gap-2">
143
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
144
+ Todos os módulos do Iniciante
145
+ </li>
146
+ <li class="flex items-center gap-2">
147
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
148
+ C# Avançado
149
+ </li>
150
+ <li class="flex items-center gap-2">
151
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
152
+ 15 Projetos Complexos
153
+ </li>
154
+ <li class="flex items-center gap-2">
155
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
156
+ Mentorias Individuais
157
+ </li>
158
+ <li class="flex items-center gap-2">
159
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
160
+ Certificado Profissional
161
+ </li>
162
+ </ul>
163
+ <button onclick="selectPlan('Profissional')" class="w-full bg-secondary hover:bg-amber-500 text-gray-900 py-3 rounded-lg font-semibold transition-all">
164
+ Selecionar
165
+ </button>
166
+ </div>
167
+
168
+ <div class="bg-gray-700/30 p-8 rounded-xl border-2 border-gray-600 text-center hover:border-primary transition-all duration-300">
169
+ <h3 class="text-2xl font-bold mb-4">Master</h3>
170
+ <div class="text-4xl font-bold text-primary mb-6">R$ 1.497</div>
171
+ <ul class="space-y-3 mb-8 text-gray-300">
172
+ <li class="flex items-center gap-2">
173
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
174
+ Todos os módulos do Profissional
175
+ </li>
176
+ <li class="flex items-center gap-2">
177
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
178
+ Projeto Final com Supervisão
179
+ </li>
180
+ <li class="flex items-center gap-2">
181
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
182
+ Acesso Vitalício
183
+ </li>
184
+ <li class="flex items-center gap-2">
185
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
186
+ Garantia de Emprego
187
+ </li>
188
+ <li class="flex items-center gap-2">
189
+ <i data-feather="check" class="w-5 h-5 text-green-500"></i>
190
+ Networking com Empresas
191
+ </li>
192
+ </ul>
193
+ <button onclick="selectPlan('Master')" class="w-full bg-gray-600 hover:bg-gray-500 text-white py-3 rounded-lg font-semibold transition-all">
194
+ Selecionar
195
+ </button>
196
+ </div>
197
+ </div>
198
+ </div>
199
+ </section>
200
+
201
+ <!-- Lead Capture Form -->
202
+ <section id="form" class="py-20 px-4 bg-gray-800/50">
203
+ <div class="max-w-4xl mx-auto">
204
+ <div class="bg-gray-700/30 rounded-2xl p-8 border border-gray-600">
205
+ <h2 class="text-3xl font-bold text-center mb-2">Garanta Sua Vaga Agora</h2>
206
+ <p class="text-center text-gray-300 mb-8">Preencha o formulário abaixo para iniciar sua jornada no desenvolvimento de jogos</p>
207
+
208
+ <form id="leadForm" class="space-y-6">
209
+ <div class="grid md:grid-cols-2 gap-6">
210
+ <div>
211
+ <label class="block text-sm font-medium mb-2">Nome Completo</label>
212
+ <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">
213
+ </div>
214
+ <div>
215
+ <label class="block text-sm font-medium mb-2">E-mail</label>
216
+ <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">
217
+ </div>
218
+ </div>
219
+
220
+ <div class{"ok":false,"message":"terminated"}
221
+ <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
222
+ </body>
223
+ </html>