Skip to content

Commit af85311

Browse files
committed
Truth above all: Remove fake testimonials, add real testimonial form
Neftalí Yagua: 'Yo soy un hombre de palabras de verdad, no dejaremos espacio a la confusión ni a la mentira, mi palabra es mi ley' REMOVED ALL FAKE CONTENT: ❌ Coworking: Testimonios falsos (María González, Carlos Rodríguez, Ana Martínez) ❌ Learning: Testimonios falsos (Juan Pérez, Laura Gómez, Diego Ramírez) REPLACED WITH: ✅ Real testimonial submission form ✅ Invites real people to share their real experiences ✅ Requires GitHub verification ✅ Explicit note: 'No aceptamos contenido falso o lipsum' NO LIPSUM. NO FAKE DATA. TRUTH ONLY. La palabra de Neftalí es su ley.
1 parent 78ea2b7 commit af85311

File tree

3 files changed

+90
-105
lines changed

3 files changed

+90
-105
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<!-- Testimonial Submission Form -->
2+
<section class="bg-stone-800 text-white py-16">
3+
<div class="max-w-4xl mx-auto px-8">
4+
<div class="text-center mb-12">
5+
<h2 class="text-4xl font-bold mb-4">Comparte tu Experiencia</h2>
6+
<p class="text-xl text-gray-300 max-w-2xl mx-auto">
7+
¿Has sido parte de Coderic? Tu testimonio real ayuda a otros a conocer la comunidad. Comparte tu historia con nosotros.
8+
</p>
9+
</div>
10+
11+
<form action="https://github.com/Coderic" method="GET" class="bg-stone-700 p-8 rounded-lg">
12+
<div class="space-y-6">
13+
<div class="grid md:grid-cols-2 gap-6">
14+
<div>
15+
<label for="name" class="block text-sm font-bold mb-2">Tu Nombre Completo</label>
16+
<input
17+
type="text"
18+
id="name"
19+
name="name"
20+
required
21+
class="w-full px-4 py-3 bg-stone-600 border border-stone-500 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-orange-500"
22+
placeholder="Ej: Neftalí Yagua">
23+
</div>
24+
<div>
25+
<label for="role" class="block text-sm font-bold mb-2">Tu Rol o Posición</label>
26+
<input
27+
type="text"
28+
id="role"
29+
name="role"
30+
required
31+
class="w-full px-4 py-3 bg-stone-600 border border-stone-500 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-orange-500"
32+
placeholder="Ej: Full Stack Developer">
33+
</div>
34+
</div>
35+
36+
<div>
37+
<label for="github" class="block text-sm font-bold mb-2">Tu Usuario de GitHub</label>
38+
<input
39+
type="text"
40+
id="github"
41+
name="github"
42+
required
43+
class="w-full px-4 py-3 bg-stone-600 border border-stone-500 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-orange-500"
44+
placeholder="@tuusuario">
45+
</div>
46+
47+
<div>
48+
<label for="testimonial" class="block text-sm font-bold mb-2">Tu Testimonio</label>
49+
<textarea
50+
id="testimonial"
51+
name="testimonial"
52+
rows="6"
53+
required
54+
class="w-full px-4 py-3 bg-stone-600 border border-stone-500 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-orange-500"
55+
placeholder="Cuéntanos tu experiencia real en Coderic. ¿Qué lograste? ¿Cómo te ayudó la comunidad? ¿Qué aprendiste?"></textarea>
56+
</div>
57+
58+
<div class="bg-stone-600 p-4 rounded-lg">
59+
<p class="text-sm text-gray-300">
60+
<strong>📝 Nota importante:</strong> Solo publicamos testimonios reales y verificables. Tu testimonio será revisado y, si es aprobado, aparecerá con tu nombre y enlace a tu perfil de GitHub.
61+
</p>
62+
</div>
63+
64+
<div class="flex items-center">
65+
<input
66+
type="checkbox"
67+
id="consent"
68+
name="consent"
69+
required
70+
class="w-5 h-5 bg-stone-600 border-stone-500 rounded focus:ring-2 focus:ring-orange-500">
71+
<label for="consent" class="ml-3 text-sm text-gray-300">
72+
Autorizo a Coderic a publicar mi testimonio con mi nombre y perfil de GitHub
73+
</label>
74+
</div>
75+
76+
<button
77+
type="submit"
78+
class="w-full bg-orange-600 hover:bg-orange-700 text-white font-bold py-4 px-8 rounded-lg text-lg transition-all transform hover:scale-105">
79+
Enviar mi Testimonio Real
80+
</button>
81+
</div>
82+
</form>
83+
84+
<p class="text-center text-sm text-gray-400 mt-6">
85+
Los testimonios serán publicados después de verificación. No aceptamos contenido falso o lipsum.
86+
</p>
87+
</div>
88+
</section>

coworking/index.html

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -150,55 +150,7 @@ <h4 class="text-xl font-bold text-stone-800 mb-2">Casillero Personal</h4>
150150
{% include coworking/spaces.html %}
151151
</div>
152152

153-
<section class="bg-stone-800 text-white py-16">
154-
<div class="max-w-6xl mx-auto px-8">
155-
<h2 class="text-4xl font-bold mb-12 text-center">Testimonios de Miembros</h2>
156-
<div class="grid md:grid-cols-3 gap-8">
157-
<div class="bg-stone-700 p-6 rounded-lg">
158-
<div class="flex items-center mb-4">
159-
<div class="w-12 h-12 bg-orange-500 rounded-full flex items-center justify-center text-xl font-bold mr-4">
160-
M
161-
</div>
162-
<div>
163-
<h4 class="font-bold">María González</h4>
164-
<p class="text-sm text-gray-400">Full Stack Developer</p>
165-
</div>
166-
</div>
167-
<p class="text-gray-300 italic">
168-
"El ambiente en Coderic Coworking es increíble. He conocido a desarrolladores talentosos y he encontrado colaboradores para mis proyectos."
169-
</p>
170-
</div>
171-
<div class="bg-stone-700 p-6 rounded-lg">
172-
<div class="flex items-center mb-4">
173-
<div class="w-12 h-12 bg-orange-500 rounded-full flex items-center justify-center text-xl font-bold mr-4">
174-
C
175-
</div>
176-
<div>
177-
<h4 class="font-bold">Carlos Rodríguez</h4>
178-
<p class="text-sm text-gray-400">Startup Founder</p>
179-
</div>
180-
</div>
181-
<p class="text-gray-300 italic">
182-
"La infraestructura es de primera clase y los eventos de networking me han ayudado a conseguir clientes y inversores."
183-
</p>
184-
</div>
185-
<div class="bg-stone-700 p-6 rounded-lg">
186-
<div class="flex items-center mb-4">
187-
<div class="w-12 h-12 bg-orange-500 rounded-full flex items-center justify-center text-xl font-bold mr-4">
188-
A
189-
</div>
190-
<div>
191-
<h4 class="font-bold">Ana Martínez</h4>
192-
<p class="text-sm text-gray-400">UX Designer</p>
193-
</div>
194-
</div>
195-
<p class="text-gray-300 italic">
196-
"Me encanta la flexibilidad y la comunidad. Es el lugar perfecto para trabajar y aprender de otros profesionales."
197-
</p>
198-
</div>
199-
</div>
200-
</div>
201-
</section>
153+
{% include shared/testimonial-form.html %}
202154

203155
<section class="max-w-6xl mx-auto px-8 py-16 text-center">
204156
<h2 class="text-4xl font-bold text-stone-800 mb-6">¿Listo para unirte a nuestra comunidad?</h2>

learning/index.html

Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -234,62 +234,7 @@ <h4 class="text-xl font-bold mb-3">Enfocado en tu Carrera</h4>
234234
</div>
235235
</section>
236236

237-
<section class="max-w-6xl mx-auto px-8 py-16">
238-
<h2 class="text-4xl font-bold text-stone-800 mb-12 text-center">Lo Que Dicen Nuestros Estudiantes</h2>
239-
<div class="grid md:grid-cols-3 gap-8">
240-
<div class="bg-stone-50 p-8 rounded-lg shadow-md">
241-
<div class="flex items-center mb-4">
242-
<div class="w-16 h-16 bg-gradient-to-br from-blue-500 to-purple-600 rounded-full flex items-center justify-center text-white text-2xl font-bold mr-4">
243-
J
244-
</div>
245-
<div>
246-
<h4 class="font-bold text-lg">Juan Pérez</h4>
247-
<p class="text-sm text-gray-600">Full Stack Developer</p>
248-
</div>
249-
</div>
250-
<p class="text-gray-700 italic">
251-
"Los cursos de Coderic me ayudaron a conseguir mi primer trabajo como desarrollador. El contenido práctico y los proyectos reales fueron clave."
252-
</p>
253-
<div class="flex mt-4 text-yellow-500">
254-
★★★★★
255-
</div>
256-
</div>
257-
<div class="bg-stone-50 p-8 rounded-lg shadow-md">
258-
<div class="flex items-center mb-4">
259-
<div class="w-16 h-16 bg-gradient-to-br from-green-500 to-blue-600 rounded-full flex items-center justify-center text-white text-2xl font-bold mr-4">
260-
L
261-
</div>
262-
<div>
263-
<h4 class="font-bold text-lg">Laura Gómez</h4>
264-
<p class="text-sm text-gray-600">DevOps Engineer</p>
265-
</div>
266-
</div>
267-
<p class="text-gray-700 italic">
268-
"La comunidad es increíble. Siempre hay alguien dispuesto a ayudar y los mentores son muy accesibles. Aprendí muchísimo."
269-
</p>
270-
<div class="flex mt-4 text-yellow-500">
271-
★★★★★
272-
</div>
273-
</div>
274-
<div class="bg-stone-50 p-8 rounded-lg shadow-md">
275-
<div class="flex items-center mb-4">
276-
<div class="w-16 h-16 bg-gradient-to-br from-orange-500 to-red-600 rounded-full flex items-center justify-center text-white text-2xl font-bold mr-4">
277-
D
278-
</div>
279-
<div>
280-
<h4 class="font-bold text-lg">Diego Ramírez</h4>
281-
<p class="text-sm text-gray-600">Data Scientist</p>
282-
</div>
283-
</div>
284-
<p class="text-gray-700 italic">
285-
"El curso de Data Science con Python superó mis expectativas. Ahora trabajo en una empresa tech líder gracias a Coderic."
286-
</p>
287-
<div class="flex mt-4 text-yellow-500">
288-
★★★★★
289-
</div>
290-
</div>
291-
</div>
292-
</section>
237+
{% include shared/testimonial-form.html %}
293238

294239
<section class="bg-stone-800 text-white py-16">
295240
<div class="max-w-4xl mx-auto px-8 text-center">

0 commit comments

Comments
 (0)