vimar212 commited on
Commit
93ade79
·
verified ·
1 Parent(s): 1e8c77e

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +229 -23
  2. prompts.txt +2 -0
index.html CHANGED
@@ -1,42 +1,248 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <title>My app</title>
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
  <meta charset="utf-8">
 
 
 
 
 
 
 
 
 
7
  <style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  body {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  display: flex;
 
10
  justify-content: center;
11
  align-items: center;
12
- overflow: hidden;
13
- height: 100dvh;
14
- font-family: "Arial", sans-serif;
15
  text-align: center;
16
- background-color: #fff;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  }
18
- .arrow {
19
- position: absolute;
20
- bottom: 32px;
21
- left: 0px;
22
- width: 100px;
23
- transform: rotate(30deg);
 
 
 
 
 
 
24
  }
25
- h1 {
26
- font-size: 50px;
 
27
  }
28
- h1 span {
29
- color: #acacac;
30
- font-size: 32px;
 
 
 
 
 
 
 
 
31
  }
32
  </style>
 
33
  </head>
34
  <body>
35
- <h1>
36
- <span>I'm ready to work,</span><br />
37
- Ask me anything.
38
- </h1>
39
- <img src="https://enzostvs-deepsite.hf.space/arrow.svg" class="arrow" />
40
- <script></script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  <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=vimar212/lazorra" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
42
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <title>Clazorra | Tienda Online de Cerveza Artesanal</title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, viewport-fit=cover" />
6
  <meta charset="utf-8">
7
+ <meta name="description" content="Compra online cerveza artesanal premium. Envíos a todo Chile. Variedad de estilos cerveceros y packs especiales.">
8
+ <meta name="keywords" content="cerveza artesanal, comprar cerveza online, tienda craft beer, clazorra, cerveza premium, delivery cerveza">
9
+ <meta property="og:title" content="Cerveza Artesanal Clazorra">
10
+ <meta property="og:description" content="Cerveza artesanal premium elaborada con los mejores ingredientes.">
11
+ <meta property="og:type" content="product">
12
+ <meta name="robots" content="index, follow">
13
+ <link rel="canonical" href="https://clazorra.cl/">
14
+ <meta property="og:url" content="https://clazorra.cl/">
15
+ <meta name="theme-color" content="#f8b500">
16
  <style>
17
+ :root {
18
+ --primary-color: #f8b500;
19
+ --secondary-color: #2c3e50;
20
+ --text-color: #333;
21
+ --light-bg: #f9f9f9;
22
+ --font-main: 'Montserrat', sans-serif;
23
+ --font-secondary: 'Open Sans', sans-serif;
24
+ }
25
+
26
+ * {
27
+ box-sizing: border-box;
28
+ margin: 0;
29
+ padding: 0;
30
+ }
31
+
32
  body {
33
+ font-family: var(--font-main);
34
+ color: var(--text-color);
35
+ line-height: 1.6;
36
+ background-color: var(--light-bg);
37
+ }
38
+
39
+ h1, h2, h3 {
40
+ font-weight: 700;
41
+ line-height: 1.2;
42
+ }
43
+
44
+ a {
45
+ text-decoration: none;
46
+ color: inherit;
47
+ }
48
+
49
+ img {
50
+ max-width: 100%;
51
+ height: auto;
52
+ }
53
+
54
+ .hero {
55
+ min-height: 100vh;
56
  display: flex;
57
+ flex-direction: column;
58
  justify-content: center;
59
  align-items: center;
 
 
 
60
  text-align: center;
61
+ padding: 2rem;
62
+ background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/hero-bg.jpg') no-repeat center/cover;
63
+ color: white;
64
+ }
65
+
66
+ .hero h1 {
67
+ font-size: clamp(2.5rem, 5vw, 4rem);
68
+ margin-bottom: 1rem;
69
+ }
70
+
71
+ .hero h1 span {
72
+ color: var(--primary-color);
73
+ }
74
+
75
+ .hero-subtitle {
76
+ font-size: 1.25rem;
77
+ margin-bottom: 2rem;
78
+ max-width: 600px;
79
+ }
80
+
81
+ .cta-button {
82
+ display: inline-block;
83
+ padding: 0.8rem 2rem;
84
+ background-color: var(--primary-color);
85
+ color: var(--secondary-color);
86
+ border-radius: 50px;
87
+ font-weight: 600;
88
+ transition: all 0.3s ease;
89
+ }
90
+
91
+ .cta-button:hover {
92
+ transform: translateY(-3px);
93
+ box-shadow: 0 10px 20px rgba(0,0,0,0.1);
94
+ }
95
+
96
+ .product-grid {
97
+ display: grid;
98
+ grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
99
+ gap: 2rem;
100
+ padding: 2rem;
101
+ }
102
+
103
+ .product-card {
104
+ background: white;
105
+ border-radius: 8px;
106
+ overflow: hidden;
107
+ box-shadow: 0 2px 10px rgba(0,0,0,0.1);
108
+ transition: transform 0.3s ease;
109
+ }
110
+
111
+ .product-card:hover {
112
+ transform: translateY(-5px);
113
+ }
114
+
115
+ .product-card img {
116
+ width: 100%;
117
+ height: 300px;
118
+ object-fit: cover;
119
+ }
120
+
121
+ .product-card h3 {
122
+ padding: 1rem 1rem 0;
123
+ }
124
+
125
+ .price {
126
+ font-weight: bold;
127
+ color: var(--primary-color);
128
+ padding: 0 1rem;
129
+ }
130
+
131
+ .add-to-cart {
132
+ display: block;
133
+ width: 100%;
134
+ padding: 0.75rem;
135
+ background: var(--secondary-color);
136
+ color: white;
137
+ border: none;
138
+ cursor: pointer;
139
  }
140
+
141
+ .cart-sidebar {
142
+ position: fixed;
143
+ right: 0;
144
+ top: 0;
145
+ width: 350px;
146
+ height: 100vh;
147
+ background: white;
148
+ box-shadow: -2px 0 10px rgba(0,0,0,0.1);
149
+ padding: 1.5rem;
150
+ transform: translateX(100%);
151
+ transition: transform 0.3s ease;
152
  }
153
+
154
+ .cart-sidebar.active {
155
+ transform: translateX(0);
156
  }
157
+
158
+ @media (max-width: 768px) {
159
+ .hero {
160
+ padding: 1rem;
161
+ }
162
+ .product-grid {
163
+ grid-template-columns: 1fr;
164
+ }
165
+ .cart-sidebar {
166
+ width: 100%;
167
+ }
168
  }
169
  </style>
170
+ <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans&display=swap" rel="stylesheet">
171
  </head>
172
  <body>
173
+ <header role="banner" class="site-header">
174
+ <nav role="navigation" aria-label="Main navigation">
175
+ <!-- Navigation will go here -->
176
+ </nav>
177
+ </header>
178
+
179
+ <main role="main">
180
+ <section class="hero" aria-labelledby="hero-heading">
181
+ <h1 id="hero-heading">Cerveza Artesanal <span>Clazorra</span></h1>
182
+ <p class="hero-subtitle">Compra online y recibe en tu casa. Envíos a todo Chile</p>
183
+ <div class="hero-cta">
184
+ <a href="#nuestras-cervezas" class="cta-button">Ver Catálogo</a>
185
+ <a href="#ofertas" class="cta-button secondary">Ofertas Especiales</a>
186
+ </div>
187
+ </section>
188
+
189
+ <section id="nuestras-cervezas" class="products" aria-labelledby="products-heading">
190
+ <h2 id="products-heading">Nuestras Cervezas</h2>
191
+ <div class="product-grid">
192
+ <article class="product-card" itemscope itemtype="http://schema.org/Product">
193
+ <img src="images/ipa.jpg" alt="IPA Clazorra" itemprop="image">
194
+ <h3 itemprop="name">IPA Artesanal</h3>
195
+ <p class="price" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
196
+ <span itemprop="priceCurrency" content="CLP">$</span>
197
+ <span itemprop="price" content="6990">6.990</span>
198
+ </p>
199
+ <button class="add-to-cart" aria-label="Añadir IPA al carrito">Añadir al Carrito</button>
200
+ </article>
201
+ <!-- More product cards would go here -->
202
+ </div>
203
+ </section>
204
+
205
+ <section class="about" aria-labelledby="about-heading">
206
+ <h2 id="about-heading">Nuestra Historia</h2>
207
+ <!-- About content will go here -->
208
+ </section>
209
+ </main>
210
+
211
+ <aside class="cart-sidebar" aria-label="Carrito de compras">
212
+ <h3>Tu Carrito</h3>
213
+ <div class="cart-items">
214
+ <!-- Cart items would be dynamically inserted here -->
215
+ </div>
216
+ <div class="cart-total">
217
+ <p>Total: <span>$0</span></p>
218
+ </div>
219
+ <a href="/checkout" class="checkout-button">Proceder al Pago</a>
220
+ </aside>
221
+
222
+ <footer role="contentinfo" class="site-footer">
223
+ <div class="footer-sections">
224
+ <section aria-labelledby="footer-shop">
225
+ <h4 id="footer-shop">Comprar</h4>
226
+ <ul>
227
+ <li><a href="/cervezas">Todas las Cervezas</a></li>
228
+ <li><a href="/ofertas">Ofertas</a></li>
229
+ <li><a href="/packs">Packs Especiales</a></li>
230
+ </ul>
231
+ </section>
232
+ <section aria-labelledby="footer-info">
233
+ <h4 id="footer-info">Información</h4>
234
+ <ul>
235
+ <li><a href="/envios">Envíos y Despachos</a></li>
236
+ <li><a href="/pagos">Métodos de Pago</a></li>
237
+ <li><a href="/preguntas">Preguntas Frecuentes</a></li>
238
+ </ul>
239
+ </section>
240
+ </div>
241
+ <div class="copyright">
242
+ <p>&copy; 2023 Clazorra Cerveza Artesanal. Todos los derechos reservados.</p>
243
+ </div>
244
+ </footer>
245
+
246
+ <script src="js/main.js" defer></script>
247
  <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=vimar212/lazorra" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
248
  </html>
prompts.txt CHANGED
@@ -0,0 +1,2 @@
 
 
 
1
+ actualizar de acuerdo a los standar del diseño web l siguiente sitio dedicado a la venta de cerveza artesanal https://clazorra.cl/
2
+ tranformar en un sitio -comerce https://clazorra.cl/