TheGr8 commited on
Commit
090961a
verified
1 Parent(s): d2ad478

change background to white - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +189 -18
  3. prompts.txt +104 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Tuperito
3
- emoji: 馃悽
4
- colorFrom: gray
5
- colorTo: purple
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: tuperito
3
+ emoji: 馃惓
4
+ colorFrom: blue
5
+ colorTo: red
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,190 @@
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="es">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Asesor铆a de Reclamaciones de Seguros</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://unpkg.com/feather-icons"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
11
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
12
+ <style>
13
+ .glass-card {
14
+ background: rgba(255, 255, 255, 0.15);
15
+ backdrop-filter: blur(10px);
16
+ -webkit-backdrop-filter: blur(10px);
17
+ border: 1px solid rgba(255, 255, 255, 0.18);
18
+ }
19
+ .hero-gradient {
20
+ background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
21
+ }
22
+ .cta-button {
23
+ transition: all 0.3s ease;
24
+ box-shadow: 0 4px 6px rgba(22, 163, 74, 0.2);
25
+ }
26
+ .cta-button:hover {
27
+ transform: translateY(-2px);
28
+ box-shadow: 0 6px 12px rgba(22, 163, 74, 0.3);
29
+ }
30
+ </style>
31
+ </head>
32
+ <body class="font-sans antialiased text-gray-800">
33
+ <!-- Glass Navigation -->
34
+ <header class="fixed w-full z-50">
35
+ <nav class="glass-card backdrop-blur-md border-b border-white/10">
36
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
37
+ <div class="flex items-center justify-between h-16 md:h-20">
38
+ <!-- Logo -->
39
+ <div class="flex-shrink-0 flex items-center">
40
+ <div class="flex items-center">
41
+ <i data-feather="scale" class="text-blue-500 w-8 h-8"></i>
42
+ <span class="ml-2 text-xl font-bold text-gray-800">Tuperito<span class="text-blue-500">.com</span></span>
43
+ </div>
44
+ </div>
45
+
46
+ <!-- Desktop Menu -->
47
+ <div class="hidden md:block">
48
+ <div class="ml-10 flex items-center space-x-8">
49
+ <a href="index.html" class="text-gray-700 px-3 py-2 rounded-md text-sm font-medium bg-white/10">Inicio</a>
50
+ <a href="sobre-nosotros.html" class="text-gray-700 hover:text-gray-900 px-3 py-2 rounded-md text-sm font-medium hover:bg-white/5 transition duration-300">Sobre Nosotros</a>
51
+ <a href="servicios.html" class="text-gray-700 hover:text-gray-900 px-3 py-2 rounded-md text-sm font-medium hover:bg-white/5 transition duration-300">Servicios</a>
52
+ <a href="contactanos.html" class="text-gray-700 hover:text-gray-900 px-3 py-2 rounded-md text-sm font-medium hover:bg-white/5 transition duration-300">Cont谩ctanos</a>
53
+ <a href="aviso-legal.html" class="text-gray-700 hover:text-gray-900 px-3 py-2 rounded-md text-sm font-medium hover:bg-white/5 transition duration-300">Aviso Legal</a>
54
+ </div>
55
+ </div>
56
+
57
+ <!-- CTA Button -->
58
+ <div class="hidden md:block ml-4">
59
+ <a href="contactanos.html" class="cta-button bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-8 rounded-lg text-sm flex items-center gap-2">
60
+ <i data-feather="phone" class="w-4 h-4"></i> Consulta Gratis
61
+ </a>
62
+ </div>
63
+
64
+ <!-- Mobile menu button -->
65
+ <div class="md:hidden flex items-center">
66
+ <button type="button" class="mobile-menu-button inline-flex items-center justify-center p-2 rounded-md text-blue-200 hover:text-white hover:bg-white/10 focus:outline-none transition duration-300">
67
+ <i data-feather="menu" class="block h-6 w-6"></i>
68
+ </button>
69
+ </div>
70
+ </div>
71
+ </div>
72
+
73
+ <!-- Mobile Menu -->
74
+ <div class="mobile-menu hidden md:hidden bg-blue-900/90 backdrop-blur-md">
75
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
76
+ <a href="index.html" class="text-gray-700 block px-3 py-2 rounded-md text-base font-medium bg-white/10">Inicio</a>
77
+ <a href="sobre-nosotros.html" class="text-gray-700 hover:text-gray-900 block px-3 py-2 rounded-md text-base font-medium hover:bg-white/5">Sobre Nosotros</a>
78
+ <a href="servicios.html" class="text-gray-700 hover:text-gray-900 block px-3 py-2 rounded-md text-base font-medium hover:bg-white/5">Servicios</a>
79
+ <a href="contactanos.html" class="text-gray-700 hover:text-gray-900 block px-3 py-2 rounded-md text-base font-medium hover:bg-white/5">Cont谩ctanos</a>
80
+ <a href="aviso-legal.html" class="text-gray-700 hover:text-gray-900 block px-3 py-2 rounded-md text-base font-medium hover:bg-white/5">Aviso Legal</a>
81
+ <a href="contactanos.html" class="mt-2 block w-full bg-green-600 hover:bg-green-700 text-white text-center font-medium py-3 px-6 rounded-lg">Consulta Gratis</a>
82
+ </div>
83
+ </div>
84
+ </nav>
85
+ </header>
86
+
87
+ <!-- Hero Section -->
88
+ <section class="min-h-screen flex items-center justify-center relative overflow-hidden">
89
+ <div class="absolute inset-0 bg-[url('http://static.photos/office/1200x630/42')] bg-cover bg-center">
90
+ <div class="absolute inset-0 bg-gradient-to-b from-blue-200/30 via-blue-300/40 to-blue-400/50"></div>
91
+ </div>
92
+ <div class="glass-card max-w-4xl mx-auto p-8 md:p-12 rounded-2xl text-center relative z-10" data-aos="fade-up">
93
+ <h1 class="text-4xl md:text-5xl font-bold text-gray-700 mb-6">驴Problemas con tu seguro?</h1>
94
+ <h3 class="text-4xl md:text-5xl font-bold text-gray-700 mb-4">Tu oficina experta en peritaje de seguros</h2>
95
+ <p class="text-lg text-gray-700 mb-8">Consulta inicial gratuita y sin compromiso</p>
96
+ <a href="contactanos.html" class="cta-button inline-flex items-center bg-green-600 hover:bg-green-700 text-white font-medium py-3 px-12 rounded-lg text-lg">
97
+ Consulta Gratis <i data-feather="arrow-right" class="w-5 h-5 ml-2"></i>
98
+ </a>
99
+ </div>
100
+ </section>
101
+
102
+
103
+ <!-- Services Section -->
104
+ <section class="py-20 px-4 sm:px-6 lg:px-8 bg-gradient-to-b from-blue-50 to-white">
105
+ <div class="max-w-7xl mx-auto">
106
+ <div class="text-center mb-16">
107
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-700 mb-4">Expertos en <span class="text-blue-500">Peritaje de Seguros</span></h2>
108
+ <p class="text-lg text-gray-600 max-w-3xl mx-auto">
109
+ Informes periciales de parte y mediaci贸n con Aseguradoras. Gesti贸n integral de siniestros, desde la peritaci贸n hasta el final de la reparaci贸n o indemnizaci贸n.
110
+ </p>
111
+ </div>
112
+
113
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4">
114
+ <!-- Service Card 1 -->
115
+ <div class="glass-card rounded-xl p-0 hover:shadow-lg transition-all duration-300 m-2">
116
+ <img src="http://static.photos/insurance/640x360/1" alt="Auto Insurance" class="w-full h-48 object-cover rounded-lg">
117
+ </div>
118
+
119
+ <!-- Service Card 2 -->
120
+ <div class="glass-card rounded-xl p-0 hover:shadow-lg transition-all duration-300 m-2">
121
+ <img src="http://static.photos/home/640x360/2" alt="Home Insurance" class="w-full h-48 object-cover rounded-lg">
122
+ </div>
123
+
124
+ <!-- Service Card 3 -->
125
+ <div class="glass-card rounded-xl p-0 hover:shadow-lg transition-all duration-300 m-2">
126
+ <img src="http://static.photos/business/640x360/3" alt="Business Insurance" class="w-full h-48 object-cover rounded-lg">
127
+ </div>
128
+
129
+ <!-- Service Card 4 -->
130
+ <div class="glass-card rounded-xl p-0 hover:shadow-lg transition-all duration-300 m-2">
131
+ <img src="http://static.photos/health/640x360/4" alt="Health Insurance" class="w-full h-48 object-cover rounded-lg">
132
+ </div>
133
+
134
+ <!-- Second Row -->
135
+ <div class="glass-card rounded-xl p-0 hover:shadow-lg transition-all duration-300 m-2">
136
+ <img src="http://static.photos/legal/640x360/5" alt="Legal Insurance" class="w-full h-48 object-cover rounded-lg">
137
+ </div>
138
+
139
+ <div class="glass-card rounded-xl p-0 hover:shadow-lg transition-all duration-300 m-2">
140
+ <img src="http://static.photos/travel/640x360/6" alt="Travel Insurance" class="w-full h-48 object-cover rounded-lg">
141
+ </div>
142
+
143
+ <div class="glass-card rounded-xl p-0 hover:shadow-lg transition-all duration-300 m-2">
144
+ <img src="http://static.photos/life/640x360/7" alt="Life Insurance" class="w-full h-48 object-cover rounded-lg">
145
+ </div>
146
+
147
+ <div class="glass-card rounded-xl p-0 hover:shadow-lg transition-all duration-300 m-2">
148
+ <img src="http://static.photos/accident/640x360/8" alt="Accident Insurance" class="w-full h-48 object-cover rounded-lg">
149
+ </div>
150
+ </div>
151
+ </div>
152
+ </section>
153
+
154
+ <!-- Info Section -->
155
+ <section class="py-16 bg-white">
156
+ <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
157
+ <div class="glass-card p-8 rounded-xl shadow-lg hover:shadow-xl transition-shadow duration-300">
158
+ <h3 class="text-2xl font-bold text-gray-700 mb-6">Profesionales en el <span class="text-blue-500">trabajo</span></h3>
159
+ <p class="text-lg text-gray-600 mb-8">
160
+ Solo por realizar una consulta y saber si puedes reclamar a tu Compa帽铆a Aseguradora, no te cobramos
161
+ </p>
162
+ <p class="text-lg text-gray-600">
163
+ Nuestros expertos en Ingenier铆a te orientar谩n acerca de la reclamaci贸n que puedes realizar, el tipo de siniestro y en caso de contratarnos, podemos defender en el Juzgado tus intereses en caso de no existir un acuerdo previo
164
+ </p>
165
+ </div>
166
+ </div>
167
+ </section>
168
+
169
+ <script>
170
+ // Mobile menu toggle
171
+ document.querySelector('.mobile-menu-button').addEventListener('click', function() {
172
+ document.querySelector('.mobile-menu').classList.toggle('hidden');
173
+ const icon = document.querySelector('.mobile-menu-button i');
174
+ if (document.querySelector('.mobile-menu').classList.contains('hidden')) {
175
+ feather.replace();
176
+ } else {
177
+ icon.setAttribute('data-feather', 'x');
178
+ feather.replace();
179
+ }
180
+ });
181
+
182
+ AOS.init({
183
+ duration: 800,
184
+ easing: 'ease-in-out',
185
+ once: true
186
+ });
187
+ feather.replace();
188
+ </script>
189
+ </body>
190
  </html>
prompts.txt ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ I'll create a professional hero section for your insurance claims service with a beautiful blue/white palette and glossy effects.
2
+
3
+ Created a professional hero section for your insurance claims service! The design features a beautiful blue/white palette with green CTA accents and sophisticated glossy effects throughout.
4
+
5
+ Key Features:
6
+
7
+ Glass morphism design with backdrop blur and subtle borders
8
+ Professional background with calm blue gradients and office buildings
9
+ Responsive typography that scales beautifully on all devices
10
+ Success-green CTA button with hover animations
11
+ Semantic design system with custom color tokens and effects
12
+ The hero prominently displays your Spanish messaging about insurance claims assistance with the free consultation offer, all wrapped in a modern, trustworthy design perfect for legal services.
13
+ Added a professional glass navigation menu with all requested pages! The navigation features your exact Spanish menu items with beautiful glass morphism effects that match your design system.
14
+
15
+ Navigation Features:
16
+
17
+ Fixed glass header with backdrop blur and transparency
18
+ Responsive mobile menu with smooth animations
19
+ Active page highlighting and hover effects
20
+ Professional logo with scale icon for legal services
21
+ Success CTA button for immediate consultations
22
+ Complete Pages Created:
23
+
24
+ Sobre Nosotros: Company mission, team expertise, professional credentials
25
+ Servicios: Detailed insurance services (auto, home, commercial, health) with 4-step process
26
+ Cont谩ctanos: Full contact form, emergency contact, office information
27
+ Aviso Legal: Complete legal notice with company registration details
28
+ Pol铆tica de Privacidad: GDPR-compliant privacy policy for Spanish law firm
29
+ Added a professional glass navigation menu with all requested pages! The navigation features your exact Spanish menu items with beautiful glass morphism effects that match your design system.
30
+
31
+ Navigation Features:
32
+
33
+ Fixed glass header with backdrop blur and transparency
34
+ Responsive mobile menu with smooth animations
35
+ Active page highlighting and hover effects
36
+ Professional logo with scale icon for legal services
37
+ Success CTA button for immediate consultations
38
+ Complete Pages Created:
39
+
40
+ Sobre Nosotros: Company mission, team expertise, professional credentials
41
+ Servicios: Detailed insurance services (auto, home, commercial, health) with 4-step process
42
+ Cont谩ctanos: Full contact form, emergency contact, office information
43
+ Aviso Legal: Complete legal notice with company registration details
44
+ Pol铆tica de Privacidad: GDPR-compliant privacy policy for Spanish law firm
45
+ Added a professional glass navigation menu.
46
+ The navigation must have items with beautiful glass morphism effects
47
+
48
+ Navigation Features:
49
+
50
+ Fixed glass header with backdrop blur and transparency
51
+ Responsive mobile menu with smooth animations
52
+ Active page highlighting and hover effects
53
+ Professional logo with scale icon for legal services
54
+ Success CTA button for immediate consultations
55
+ Complete Pages Created:
56
+
57
+ Sobre Nosotros: Company mission, team expertise, professional credentials
58
+ Servicios: Detailed insurance services (auto, home, commercial, health) with 4-step process
59
+ Cont谩ctanos: Full contact form, emergency contact, office information
60
+ Aviso Legal: Complete legal notice with company registration details
61
+ Pol铆tica de Privacidad: GDPR-compliant privacy policy for Spanish law firm
62
+ change background image to office
63
+ remove everything in it and add ths text as heading - 驴Problemas con tu seguro?
64
+ Tu oficina experta en peritaje de seguros
65
+ undo
66
+ add sub heading - Consulta inicial gratuita y sin compromiso.
67
+ make button width a bit wider
68
+ make button lenth longer
69
+ make button width and length shorter
70
+ put arrow icon on same line as text in button
71
+ make width a bit larger of button
72
+ the background image change to a office and remove blue filter
73
+ add a sunset filter to background
74
+ change background filter to a light blue
75
+ change menu text to darker grey and change title to tuperito.com
76
+ change box text to same grey except button
77
+ buttons make width larger
78
+ change tuperito.com to Tuperito.com and .com change to blue color
79
+ the text - Tu oficina experta en peritaje de seguros - make the same size as title of the block
80
+ add another section below with the following
81
+ below hero section and this text - Informes periciales de parte y mediaci贸n con Aseguradoras. Gesti贸n integral de siniestros, desde la peritaci贸n hasta el final de la reparaci贸n o indemnizaci贸n
82
+
83
+ this is a subheading - Expertos en Peritaje de Seguros
84
+
85
+ Add 2x2 images accordingly below text
86
+ Add a section with the follwing
87
+ "Expertos en Peritaje de Seguros" heading, your description text, and a 4x4 grid of professional insurance peritaje service images with glass card styling and hover effects.
88
+ delete second section row
89
+ add the following section;
90
+ "Expertos en Peritaje de Seguros" heading, your description text, and a 4x4 grid of professional insurance peritaje service images with glass card styling and hover effects. change this part of the title to blue - Peritaje de Seguros
91
+
92
+ add a second row of images and delete text below images
93
+ make the row and column width of images 15 pixels
94
+ set row and column width zero pixels
95
+ add 10 pixels space between the images
96
+ add this below
97
+ Add this information below
98
+ Profesionales en el trabajo
99
+ Solo por realizar una consulta y saber si puedes reclamar a tu Compa帽铆a Aseguradora, no te cobramos
100
+ Nuestros expertos en Ingenier铆a te orientar谩n acerca de la reclamaci贸n que puedes realizar, el tipo de siniestro y en caso de contratarnos, podemos defender en el Juzgado tus intereses en caso de no existir un acuerdo previo
101
+ move this section to end and change the word trabajo to blue
102
+ also add a block around the text with a light shadow
103
+ change background to a light grey
104
+ change background to white