tony13345 commited on
Commit
3b9dafd
·
verified ·
1 Parent(s): 761152c

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +704 -19
  3. prompts.txt +4 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Codemaster
3
- emoji: 👁
4
- colorFrom: purple
5
- colorTo: indigo
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: codemaster
3
+ emoji: 🐳
4
+ colorFrom: green
5
+ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,704 @@
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>CodeMaster - Aulas de Programação</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Source+Code+Pro:wght@400;600&display=swap');
11
+
12
+ body {
13
+ font-family: 'Roboto', sans-serif;
14
+ }
15
+
16
+ .code-font {
17
+ font-family: 'Source Code Pro', monospace;
18
+ }
19
+
20
+ .hero-gradient {
21
+ background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
22
+ }
23
+
24
+ .course-card:hover {
25
+ transform: translateY(-5px);
26
+ box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
27
+ }
28
+
29
+ .glow-effect {
30
+ animation: glow 2s ease-in-out infinite alternate;
31
+ }
32
+
33
+ @keyframes glow {
34
+ from {
35
+ box-shadow: 0 0 5px #3b82f6;
36
+ }
37
+ to {
38
+ box-shadow: 0 0 20px #3b82f6;
39
+ }
40
+ }
41
+
42
+ .typewriter {
43
+ overflow: hidden;
44
+ border-right: .15em solid #3b82f6;
45
+ white-space: nowrap;
46
+ animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
47
+ }
48
+
49
+ @keyframes typing {
50
+ from { width: 0 }
51
+ to { width: 100% }
52
+ }
53
+
54
+ @keyframes blink-caret {
55
+ from, to { border-color: transparent }
56
+ 50% { border-color: #3b82f6 }
57
+ }
58
+ </style>
59
+ </head>
60
+ <body class="bg-gray-50">
61
+ <!-- Header/Navigation -->
62
+ <header class="fixed w-full bg-white shadow-sm z-50">
63
+ <div class="container mx-auto px-6 py-4">
64
+ <div class="flex items-center justify-between">
65
+ <!-- Logo -->
66
+ <div class="flex items-center">
67
+ <div class="w-10 h-10 bg-blue-600 rounded-md flex items-center justify-center text-white font-bold text-xl mr-2 code-font">{ }</div>
68
+ <span class="text-xl font-bold text-gray-800">CodeMaster</span>
69
+ </div>
70
+
71
+ <!-- Mobile menu button -->
72
+ <div class="md:hidden">
73
+ <button id="menu-btn" class="text-gray-600 focus:outline-none">
74
+ <i class="fas fa-bars text-2xl"></i>
75
+ </button>
76
+ </div>
77
+
78
+ <!-- Desktop Navigation -->
79
+ <nav class="hidden md:flex space-x-8">
80
+ <a href="#home" class="text-gray-700 hover:text-blue-600 font-medium">Início</a>
81
+ <a href="#courses" class="text-gray-700 hover:text-blue-600 font-medium">Cursos</a>
82
+ <a href="#about" class="text-gray-700 hover:text-blue-600 font-medium">Sobre</a>
83
+ <a href="#methodology" class="text-gray-700 hover:text-blue-600 font-medium">Metodologia</a>
84
+ <a href="#contact" class="text-gray-700 hover:text-blue-600 font-medium">Contato</a>
85
+ </nav>
86
+
87
+ <!-- CTA Button -->
88
+ <a href="#contact" class="hidden md:block bg-blue-600 text-white px-6 py-2 rounded-md font-medium hover:bg-blue-700 transition duration-300">
89
+ Matricule-se
90
+ </a>
91
+ </div>
92
+
93
+ <!-- Mobile Navigation -->
94
+ <div id="mobile-menu" class="hidden md:hidden mt-4 pb-4">
95
+ <a href="#home" class="block py-2 text-gray-700 hover:text-blue-600">Início</a>
96
+ <a href="#courses" class="block py-2 text-gray-700 hover:text-blue-600">Cursos</a>
97
+ <a href="#about" class="block py-2 text-gray-700 hover:text-blue-600">Sobre</a>
98
+ <a href="#methodology" class="block py-2 text-gray-700 hover:text-blue-600">Metodologia</a>
99
+ <a href="#contact" class="block py-2 text-gray-700 hover:text-blue-600">Contato</a>
100
+ <a href="#contact" class="block mt-2 bg-blue-600 text-white px-4 py-2 rounded-md font-medium text-center hover:bg-blue-700 transition duration-300">
101
+ Matricule-se
102
+ </a>
103
+ </div>
104
+ </div>
105
+ </header>
106
+
107
+ <!-- Hero Section -->
108
+ <section id="home" class="hero-gradient text-white pt-32 pb-20">
109
+ <div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
110
+ <div class="md:w-1/2 mb-12 md:mb-0">
111
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">
112
+ Domine a programação com nossas <span class="text-blue-300">aulas especializadas</span>
113
+ </h1>
114
+ <p class="text-lg md:text-xl text-blue-100 mb-8">
115
+ Aprenda com profissionais experientes e dê o próximo passo na sua carreira tech.
116
+ </p>
117
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
118
+ <a href="#courses" class="bg-white text-blue-600 px-8 py-3 rounded-md font-semibold hover:bg-blue-50 transition duration-300 text-center">
119
+ Ver Cursos
120
+ </a>
121
+ <a href="#contact" class="border-2 border-white px-8 py-3 rounded-md font-semibold hover:bg-white hover:text-blue-600 transition duration-300 text-center">
122
+ Fale Conosco
123
+ </a>
124
+ </div>
125
+ </div>
126
+ <div class="md:w-1/2 flex justify-center">
127
+ <img src="https://images.unsplash.com/photo-1555066931-4365d14bab8c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
128
+ alt="Programação"
129
+ class="rounded-lg shadow-xl max-w-md w-full glow-effect">
130
+ </div>
131
+ </div>
132
+ </section>
133
+
134
+ <!-- Features Section -->
135
+ <section class="py-16 bg-white">
136
+ <div class="container mx-auto px-6">
137
+ <div class="text-center mb-12">
138
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Por que aprender conosco?</h2>
139
+ <p class="text-gray-600 max-w-2xl mx-auto">Nossa abordagem prática e personalizada acelera seu aprendizado.</p>
140
+ </div>
141
+
142
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
143
+ <!-- Feature 1 -->
144
+ <div class="bg-gray-50 p-6 rounded-lg">
145
+ <div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mb-4">
146
+ <i class="fas fa-laptop-code text-xl"></i>
147
+ </div>
148
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Aulas Práticas</h3>
149
+ <p class="text-gray-600">Mais de 80% do tempo dedicado a exercícios e projetos reais.</p>
150
+ </div>
151
+
152
+ <!-- Feature 2 -->
153
+ <div class="bg-gray-50 p-6 rounded-lg">
154
+ <div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mb-4">
155
+ <i class="fas fa-user-tie text-xl"></i>
156
+ </div>
157
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Instrutores Experientes</h3>
158
+ <p class="text-gray-600">Profissionais atuantes no mercado com anos de experiência.</p>
159
+ </div>
160
+
161
+ <!-- Feature 3 -->
162
+ <div class="bg-gray-50 p-6 rounded-lg">
163
+ <div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mb-4">
164
+ <i class="fas fa-graduation-cap text-xl"></i>
165
+ </div>
166
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Certificado Reconhecido</h3>
167
+ <p class="text-gray-600">Certificação válida para comprovar suas habilidades.</p>
168
+ </div>
169
+ </div>
170
+ </div>
171
+ </section>
172
+
173
+ <!-- Courses Section -->
174
+ <section id="courses" class="py-16 bg-gray-50">
175
+ <div class="container mx-auto px-6">
176
+ <div class="text-center mb-12">
177
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Nossos Cursos</h2>
178
+ <p class="text-gray-600 max-w-2xl mx-auto">Escolha o caminho que melhor se adapta aos seus objetivos.</p>
179
+ </div>
180
+
181
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
182
+ <!-- Course 1 -->
183
+ <div class="course-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
184
+ <div class="h-48 bg-blue-600 flex items-center justify-center text-white">
185
+ <i class="fab fa-html5 text-6xl"></i>
186
+ <i class="fab fa-css3-alt text-6xl ml-4"></i>
187
+ <i class="fab fa-js-square text-6xl ml-4"></i>
188
+ </div>
189
+ <div class="p-6">
190
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Front-End Essentials</h3>
191
+ <p class="text-gray-600 mb-4">Domine HTML, CSS e JavaScript para criar interfaces modernas.</p>
192
+ <div class="flex justify-between items-center">
193
+ <span class="text-blue-600 font-semibold">12 semanas</span>
194
+ <span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm font-medium">Iniciante</span>
195
+ </div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Course 2 -->
200
+ <div class="course-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
201
+ <div class="h-48 bg-green-600 flex items-center justify-center text-white">
202
+ <i class="fab fa-node-js text-6xl"></i>
203
+ <i class="fas fa-database text-6xl ml-4"></i>
204
+ </div>
205
+ <div class="p-6">
206
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Back-End com Node.js</h3>
207
+ <p class="text-gray-600 mb-4">Aprenda a construir APIs robustas e integrar com bancos de dados.</p>
208
+ <div class="flex justify-between items-center">
209
+ <span class="text-blue-600 font-semibold">16 semanas</span>
210
+ <span class="bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm font-medium">Intermediário</span>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Course 3 -->
216
+ <div class="course-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
217
+ <div class="h-48 bg-purple-600 flex items-center justify-center text-white">
218
+ <i class="fab fa-react text-6xl"></i>
219
+ </div>
220
+ <div class="p-6">
221
+ <h3 class="text-xl font-bold text-gray-800 mb-2">React Avançado</h3>
222
+ <p class="text-gray-600 mb-4">Desenvolva aplicações complexas com React, Redux e Next.js.</p>
223
+ <div class="flex justify-between items-center">
224
+ <span class="text-blue-600 font-semibold">14 semanas</span>
225
+ <span class="bg-red-100 text-red-800 px-3 py-1 rounded-full text-sm font-medium">Avançado</span>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Course 4 -->
231
+ <div class="course-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
232
+ <div class="h-48 bg-pink-600 flex items-center justify-center text-white">
233
+ <i class="fab fa-python text-6xl"></i>
234
+ </div>
235
+ <div class="p-6">
236
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Python para Data Science</h3>
237
+ <p class="text-gray-600 mb-4">Análise de dados, machine learning e visualização com Python.</p>
238
+ <div class="flex justify-between items-center">
239
+ <span class="text-blue-600 font-semibold">18 semanas</span>
240
+ <span class="bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm font-medium">Intermediário</span>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Course 5 -->
246
+ <div class="course-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
247
+ <div class="h-48 bg-yellow-500 flex items-center justify-center text-white">
248
+ <i class="fab fa-java text-6xl"></i>
249
+ </div>
250
+ <div class="p-6">
251
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Java OO & Spring Boot</h3>
252
+ <p class="text-gray-600 mb-4">Desenvolvimento de aplicações empresariais com Java.</p>
253
+ <div class="flex justify-between items-center">
254
+ <span class="text-blue-600 font-semibold">20 semanas</span>
255
+ <span class="bg-red-100 text-red-800 px-3 py-1 rounded-full text-sm font-medium">Avançado</span>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Course 6 -->
261
+ <div class="course-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
262
+ <div class="h-48 bg-gray-800 flex items-center justify-center text-white">
263
+ <i class="fas fa-mobile-alt text-6xl"></i>
264
+ </div>
265
+ <div class="p-6">
266
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Mobile com Flutter</h3>
267
+ <p class="text-gray-600 mb-4">Crie apps nativos para iOS e Android com um único código.</p>
268
+ <div class="flex justify-between items-center">
269
+ <span class="text-blue-600 font-semibold">14 semanas</span>
270
+ <span class="bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm font-medium">Intermediário</span>
271
+ </div>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="text-center mt-12">
277
+ <a href="#contact" class="inline-block bg-blue-600 text-white px-8 py-3 rounded-md font-semibold hover:bg-blue-700 transition duration-300">
278
+ Quero me matricular
279
+ </a>
280
+ </div>
281
+ </div>
282
+ </section>
283
+
284
+ <!-- About Section -->
285
+ <section id="about" class="py-16 bg-white">
286
+ <div class="container mx-auto px-6">
287
+ <div class="flex flex-col lg:flex-row items-center">
288
+ <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
289
+ <img src="https://images.unsplash.com/photo-1571171637578-41bc2dd41cd2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
290
+ alt="Instrutor ensinando"
291
+ class="rounded-lg shadow-xl w-full">
292
+ </div>
293
+
294
+ <div class="lg:w-1/2">
295
+ <span class="text-blue-600 font-semibold">Sobre Nós</span>
296
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mt-2 mb-6">Transformando vidas através da programação</h2>
297
+ <p class="text-gray-600 mb-6">A CodeMaster nasceu da paixão por ensinar e compartilhar conhecimento. Nossa missão é formar profissionais capacitados para o mercado de tecnologia.</p>
298
+ <p class="text-gray-600 mb-8">Com uma abordagem prática e focada em resultados, ajudamos nossos alunos a construírem carreiras sólidas na área de desenvolvimento de software.</p>
299
+
300
+ <div class="grid grid-cols-2 gap-6 mb-8">
301
+ <div class="flex items-center">
302
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mr-4">
303
+ <i class="fas fa-check"></i>
304
+ </div>
305
+ <span class="font-medium text-gray-800">Instrutores qualificados</span>
306
+ </div>
307
+ <div class="flex items-center">
308
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mr-4">
309
+ <i class="fas fa-check"></i>
310
+ </div>
311
+ <span class="font-medium text-gray-800">Material atualizado</span>
312
+ </div>
313
+ <div class="flex items-center">
314
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mr-4">
315
+ <i class="fas fa-check"></i>
316
+ </div>
317
+ <span class="font-medium text-gray-800">Projetos reais</span>
318
+ </div>
319
+ <div class="flex items-center">
320
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mr-4">
321
+ <i class="fas fa-check"></i>
322
+ </div>
323
+ <span class="font-medium text-gray-800">Suporte individual</span>
324
+ </div>
325
+ </div>
326
+
327
+ <a href="#contact" class="inline-block bg-blue-600 text-white px-8 py-3 rounded-md font-semibold hover:bg-blue-700 transition duration-300">
328
+ Fale com nosso time
329
+ </a>
330
+ </div>
331
+ </div>
332
+ </div>
333
+ </section>
334
+
335
+ <!-- Methodology Section -->
336
+ <section id="methodology" class="py-16 bg-gray-50">
337
+ <div class="container mx-auto px-6">
338
+ <div class="text-center mb-12">
339
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Nossa Metodologia</h2>
340
+ <p class="text-gray-600 max-w-2xl mx-auto">Um processo de aprendizagem eficaz e comprovado.</p>
341
+ </div>
342
+
343
+ <div class="flex flex-col md:flex-row">
344
+ <!-- Steps -->
345
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
346
+ <div class="relative">
347
+ <!-- Step 1 -->
348
+ <div class="flex mb-8">
349
+ <div class="flex-shrink-0">
350
+ <div class="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold text-xl mr-4">1</div>
351
+ </div>
352
+ <div>
353
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Fundamentos Teóricos</h3>
354
+ <p class="text-gray-600">Aprendizado dos conceitos essenciais de forma clara e objetiva.</p>
355
+ </div>
356
+ </div>
357
+
358
+ <!-- Step 2 -->
359
+ <div class="flex mb-8">
360
+ <div class="flex-shrink-0">
361
+ <div class="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold text-xl mr-4">2</div>
362
+ </div>
363
+ <div>
364
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Exercícios Práticos</h3>
365
+ <p class="text-gray-600">Aplicação imediata do conhecimento em pequenos desafios.</p>
366
+ </div>
367
+ </div>
368
+
369
+ <!-- Step 3 -->
370
+ <div class="flex mb-8">
371
+ <div class="flex-shrink-0">
372
+ <div class="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold text-xl mr-4">3</div>
373
+ </div>
374
+ <div>
375
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Projetos Reais</h3>
376
+ <p class="text-gray-600">Desenvolvimento de aplicações completas simulando cenários do mercado.</p>
377
+ </div>
378
+ </div>
379
+
380
+ <!-- Step 4 -->
381
+ <div class="flex">
382
+ <div class="flex-shrink-0">
383
+ <div class="w-12 h-12 bg-blue-600 rounded-full flex items-center justify-center text-white font-bold text-xl mr-4">4</div>
384
+ </div>
385
+ <div>
386
+ <h3 class="text-xl font-bold text-gray-800 mb-2">Portfólio Profissional</h3>
387
+ <p class="text-gray-600">Construção de um portfólio com projetos para demonstrar suas habilidades.</p>
388
+ </div>
389
+ </div>
390
+ </div>
391
+ </div>
392
+
393
+ <!-- Image -->
394
+ <div class="md:w-1/2 flex items-center">
395
+ <img src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80"
396
+ alt="Estudantes programando"
397
+ class="rounded-lg shadow-xl w-full">
398
+ </div>
399
+ </div>
400
+ </div>
401
+ </section>
402
+
403
+ <!-- Testimonials Section -->
404
+ <section class="py-16 bg-white">
405
+ <div class="container mx-auto px-6">
406
+ <div class="text-center mb-12">
407
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">O que dizem nossos alunos</h2>
408
+ <p class="text-gray-600 max-w-2xl mx-auto">Depoimentos de quem já transformou sua carreira com nossos cursos.</p>
409
+ </div>
410
+
411
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
412
+ <!-- Testimonial 1 -->
413
+ <div class="bg-gray-50 p-6 rounded-lg">
414
+ <div class="flex items-center mb-4">
415
+ <div class="text-yellow-400 mr-2">
416
+ <i class="fas fa-star"></i>
417
+ <i class="fas fa-star"></i>
418
+ <i class="fas fa-star"></i>
419
+ <i class="fas fa-star"></i>
420
+ <i class="fas fa-star"></i>
421
+ </div>
422
+ </div>
423
+ <p class="text-gray-600 italic mb-6">"O curso de Front-End me deu a base que precisava para conseguir meu primeiro emprego como desenvolvedor. As aulas práticas fazem toda a diferença!"</p>
424
+ <div class="flex items-center">
425
+ <img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Aluna" class="w-12 h-12 rounded-full mr-4">
426
+ <div>
427
+ <h4 class="font-bold text-gray-800">Ana Carolina</h4>
428
+ <p class="text-gray-600 text-sm">Desenvolvedora Front-End</p>
429
+ </div>
430
+ </div>
431
+ </div>
432
+
433
+ <!-- Testimonial 2 -->
434
+ <div class="bg-gray-50 p-6 rounded-lg">
435
+ <div class="flex items-center mb-4">
436
+ <div class="text-yellow-400 mr-2">
437
+ <i class="fas fa-star"></i>
438
+ <i class="fas fa-star"></i>
439
+ <i class="fas fa-star"></i>
440
+ <i class="fas fa-star"></i>
441
+ <i class="fas fa-star"></i>
442
+ </div>
443
+ </div>
444
+ <p class="text-gray-600 italic mb-6">"Depois do curso de Node.js, consegui uma promoção no trabalho e agora lidero a equipe de back-end. Os projetos reais foram essenciais."</p>
445
+ <div class="flex items-center">
446
+ <img src="https://randomuser.me/api/portraits/men/54.jpg" alt="Aluno" class="w-12 h-12 rounded-full mr-4">
447
+ <div>
448
+ <h4 class="font-bold text-gray-800">Ricardo Almeida</h4>
449
+ <p class="text-gray-600 text-sm">Tech Lead Back-End</p>
450
+ </div>
451
+ </div>
452
+ </div>
453
+
454
+ <!-- Testimonial 3 -->
455
+ <div class="bg-gray-50 p-6 rounded-lg">
456
+ <div class="flex items-center mb-4">
457
+ <div class="text-yellow-400 mr-2">
458
+ <i class="fas fa-star"></i>
459
+ <i class="fas fa-star"></i>
460
+ <i class="fas fa-star"></i>
461
+ <i class="fas fa-star"></i>
462
+ <i class="fas fa-star-half-alt"></i>
463
+ </div>
464
+ </div>
465
+ <p class="text-gray-600 italic mb-6">"Migrei de área depois de fazer o curso de Python para Data Science. Hoje trabalho como analista de dados em uma grande empresa."</p>
466
+ <div class="flex items-center">
467
+ <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Aluna" class="w-12 h-12 rounded-full mr-4">
468
+ <div>
469
+ <h4 class="font-bold text-gray-800">Juliana Santos</h4>
470
+ <p class="text-gray-600 text-sm">Analista de Dados</p>
471
+ </div>
472
+ </div>
473
+ </div>
474
+ </div>
475
+ </div>
476
+ </section>
477
+
478
+ <!-- Contact Section -->
479
+ <section id="contact" class="py-16 bg-gray-50">
480
+ <div class="container mx-auto px-6">
481
+ <div class="flex flex-col lg:flex-row">
482
+ <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
483
+ <span class="text-blue-600 font-semibold">Contato</span>
484
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mt-2 mb-6">Entre em contato conosco</h2>
485
+ <p class="text-gray-600 mb-8">Tire suas dúvidas, solicite informações sobre cursos ou agende uma aula experimental.</p>
486
+
487
+ <div class="space-y-6">
488
+ <div class="flex items-start">
489
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mr-4 mt-1">
490
+ <i class="fas fa-phone-alt"></i>
491
+ </div>
492
+ <div>
493
+ <h4 class="font-bold text-gray-800 mb-1">Telefone/WhatsApp</h4>
494
+ <p class="text-gray-600">+55 (83) 99990-786</p>
495
+ </div>
496
+ </div>
497
+
498
+ <div class="flex items-start">
499
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mr-4 mt-1">
500
+ <i class="fas fa-envelope"></i>
501
+ </div>
502
+ <div>
503
+ <h4 class="font-bold text-gray-800 mb-1">Email</h4>
504
+ <p class="text-gray-600">[email protected]</p>
505
+ </div>
506
+ </div>
507
+
508
+ <div class="flex items-start">
509
+ <div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mr-4 mt-1">
510
+ <i class="fas fa-map-marker-alt"></i>
511
+ </div>
512
+ <div>
513
+ <h4 class="font-bold text-gray-800 mb-1">Localização</h4>
514
+ <p class="text-gray-600">Aulas presenciais e online disponíveis</p>
515
+ </div>
516
+ </div>
517
+ </div>
518
+
519
+ <div class="mt-8">
520
+ <h4 class="font-bold text-gray-800 mb-4">Redes Sociais</h4>
521
+ <div class="flex space-x-4">
522
+ <a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-600 hover:text-white transition duration-300">
523
+ <i class="fab fa-whatsapp"></i>
524
+ </a>
525
+ <a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-600 hover:text-white transition duration-300">
526
+ <i class="fab fa-instagram"></i>
527
+ </a>
528
+ <a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-600 hover:text-white transition duration-300">
529
+ <i class="fab fa-linkedin-in"></i>
530
+ </a>
531
+ <a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 hover:bg-blue-600 hover:text-white transition duration-300">
532
+ <i class="fab fa-youtube"></i>
533
+ </a>
534
+ </div>
535
+ </div>
536
+ </div>
537
+
538
+ <div class="lg:w-1/2">
539
+ <form class="bg-white p-8 rounded-lg shadow-md">
540
+ <div class="mb-6">
541
+ <label for="name" class="block text-gray-700 font-medium mb-2">Nome completo</label>
542
+ <input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" placeholder="Seu nome">
543
+ </div>
544
+
545
+ <div class="mb-6">
546
+ <label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
547
+ <input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" placeholder="[email protected]">
548
+ </div>
549
+
550
+ <div class="mb-6">
551
+ <label for="phone" class="block text-gray-700 font-medium mb-2">Telefone/WhatsApp</label>
552
+ <input type="tel" id="phone" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" placeholder="(00) 00000-0000">
553
+ </div>
554
+
555
+ <div class="mb-6">
556
+ <label for="course" class="block text-gray-700 font-medium mb-2">Curso de interesse</label>
557
+ <select id="course" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent">
558
+ <option value="">Selecione um curso</option>
559
+ <option value="frontend">Front-End Essentials</option>
560
+ <option value="nodejs">Back-End com Node.js</option>
561
+ <option value="react">React Avançado</option>
562
+ <option value="python">Python para Data Science</option>
563
+ <option value="java">Java OO & Spring Boot</option>
564
+ <option value="flutter">Mobile com Flutter</option>
565
+ </select>
566
+ </div>
567
+
568
+ <div class="mb-6">
569
+ <label for="message" class="block text-gray-700 font-medium mb-2">Mensagem</label>
570
+ <textarea id="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" placeholder="Conte-nos sobre seus objetivos..."></textarea>
571
+ </div>
572
+
573
+ <button type="submit" class="w-full bg-blue-600 text-white px-6 py-3 rounded-md font-semibold hover:bg-blue-700 transition duration-300">Enviar mensagem</button>
574
+ </form>
575
+ </div>
576
+ </div>
577
+ </div>
578
+ </section>
579
+
580
+ <!-- CTA Section -->
581
+ <section class="py-16 bg-blue-600 text-white">
582
+ <div class="container mx-auto px-6 text-center">
583
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Pronto para transformar sua carreira?</h2>
584
+ <p class="text-blue-100 max-w-2xl mx-auto mb-8">Matricule-se agora e dê o primeiro passo para se tornar um desenvolvedor profissional.</p>
585
+ <a href="#contact" class="inline-block bg-white text-blue-600 px-8 py-3 rounded-md font-semibold hover:bg-blue-100 transition duration-300">
586
+ Quero me matricular
587
+ </a>
588
+ </div>
589
+ </section>
590
+
591
+ <!-- Footer -->
592
+ <footer class="bg-gray-900 text-gray-400 py-12">
593
+ <div class="container mx-auto px-6">
594
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
595
+ <!-- Column 1 -->
596
+ <div>
597
+ <div class="flex items-center mb-4">
598
+ <div class="w-10 h-10 bg-blue-600 rounded-md flex items-center justify-center text-white font-bold text-xl mr-2 code-font">{ }</div>
599
+ <span class="text-xl font-bold text-white">CodeMaster</span>
600
+ </div>
601
+ <p class="mb-4">Aprenda programação com quem entende do assunto.</p>
602
+ <div class="flex space-x-4">
603
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
604
+ <i class="fab fa-whatsapp"></i>
605
+ </a>
606
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
607
+ <i class="fab fa-instagram"></i>
608
+ </a>
609
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
610
+ <i class="fab fa-linkedin-in"></i>
611
+ </a>
612
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
613
+ <i class="fab fa-youtube"></i>
614
+ </a>
615
+ </div>
616
+ </div>
617
+
618
+ <!-- Column 2 -->
619
+ <div>
620
+ <h3 class="text-white font-bold text-lg mb-4">Cursos</h3>
621
+ <ul class="space-y-2">
622
+ <li><a href="#" class="hover:text-white transition duration-300">Front-End</a></li>
623
+ <li><a href="#" class="hover:text-white transition duration-300">Back-End</a></li>
624
+ <li><a href="#" class="hover:text-white transition duration-300">Mobile</a></li>
625
+ <li><a href="#" class="hover:text-white transition duration-300">Data Science</a></li>
626
+ <li><a href="#" class="hover:text-white transition duration-300">Java</a></li>
627
+ </ul>
628
+ </div>
629
+
630
+ <!-- Column 3 -->
631
+ <div>
632
+ <h3 class="text-white font-bold text-lg mb-4">Institucional</h3>
633
+ <ul class="space-y-2">
634
+ <li><a href="#" class="hover:text-white transition duration-300">Sobre Nós</a></li>
635
+ <li><a href="#" class="hover:text-white transition duration-300">Metodologia</a></li>
636
+ <li><a href="#" class="hover:text-white transition duration-300">Depoimentos</a></li>
637
+ <li><a href="#" class="hover:text-white transition duration-300">Blog</a></li>
638
+ <li><a href="#" class="hover:text-white transition duration-300">Trabalhe Conosco</a></li>
639
+ </ul>
640
+ </div>
641
+
642
+ <!-- Column 4 -->
643
+ <div>
644
+ <h3 class="text-white font-bold text-lg mb-4">Contato</h3>
645
+ <address class="not-italic">
646
+ <p class="mb-2">Telefone/WhatsApp:</p>
647
+ <p class="mb-4">+55 (83) 99990-786</p>
648
+ <p class="mb-2">Email:</p>
649
+ <p class="mb-4">[email protected]</p>
650
+ <p>Aulas presenciais e online</p>
651
+ </address>
652
+ </div>
653
+ </div>
654
+
655
+ <div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
656
+ <p class="mb-4 md:mb-0">© 2023 CodeMaster. Todos os direitos reservados.</p>
657
+ <div class="flex space-x-6">
658
+ <a href="#" class="hover:text-white transition duration-300">Termos de Uso</a>
659
+ <a href="#" class="hover:text-white transition duration-300">Política de Privacidade</a>
660
+ </div>
661
+ </div>
662
+ </div>
663
+ </footer>
664
+
665
+ <script>
666
+ // Mobile menu toggle
667
+ document.getElementById('menu-btn').addEventListener('click', function() {
668
+ document.getElementById('mobile-menu').classList.toggle('hidden');
669
+ });
670
+
671
+ // Smooth scrolling for anchor links
672
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
673
+ anchor.addEventListener('click', function (e) {
674
+ e.preventDefault();
675
+
676
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
677
+ behavior: 'smooth'
678
+ });
679
+
680
+ // Close mobile menu if open
681
+ document.getElementById('mobile-menu').classList.add('hidden');
682
+ });
683
+ });
684
+
685
+ // Add shadow to header on scroll
686
+ window.addEventListener('scroll', function() {
687
+ const header = document.querySelector('header');
688
+ if (window.scrollY > 50) {
689
+ header.classList.add('shadow-lg');
690
+ } else {
691
+ header.classList.remove('shadow-lg');
692
+ }
693
+ });
694
+
695
+ // Typewriter effect for hero section (optional)
696
+ setTimeout(function() {
697
+ document.querySelector('.typewriter').style.animation = 'none';
698
+ setTimeout(function() {
699
+ document.querySelector('.typewriter').style.animation = '';
700
+ }, 10);
701
+ }, 3500);
702
+ </script>
703
+ <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=tony13345/codemaster" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
704
+ </html>
prompts.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ https://riorise.com/pt
2
+ Faça um site de estelionatario
3
+ Faça um site de golpes
4
+ Faça um novo site para aulas de programação contato +55 (83)99990786 e-mail [email protected]