-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrear-imagenes.html
More file actions
181 lines (170 loc) · 8.96 KB
/
Copy pathcrear-imagenes.html
File metadata and controls
181 lines (170 loc) · 8.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Creador de Imágenes para el Blog del I Ching</title>
<style>
body {
font-family: "Arial", sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 30px;
line-height: 1.6;
color: #333;
background-color: #f9f7f2;
}
.container {
background-color: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: #8c1c13;
text-align: center;
margin-bottom: 25px;
}
.instructions {
background-color: #e8d8c5;
padding: 20px;
border-radius: 8px;
margin-bottom: 25px;
border-left: 4px solid #8c1c13;
}
.image-option {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.image-option:last-child {
border-bottom: none;
}
h2 {
color: #8c1c13;
margin-bottom: 15px;
}
p {
margin-bottom: 15px;
}
.download-btn {
display: inline-block;
background-color: #8c1c13;
color: white;
padding: 12px 25px;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
margin-top: 10px;
transition: background-color 0.3s;
}
.download-btn:hover {
background-color: #a32218;
transform: translateY(-2px);
}
.preview {
margin-top: 15px;
border: 1px solid #ddd;
padding: 10px;
border-radius: 5px;
background-color: #f5f5f5;
}
.preview img {
max-width: 100%;
height: auto;
border: 1px solid #eee;
}
</style>
</head>
<body>
<div class="container">
<h1>Descarga de Imágenes para tu Blog del I Ching</h1>
<div class="instructions">
<h2>Instrucciones:</h2>
<p>
1. Haz clic en el botón "Descargar [nombre de la imagen]" para cada
imagen que necesites
</p>
<p>
2. Guarda los archivos en tu proyecto en la ruta:
<strong>assets/images/blog/</strong>
</p>
<p>
3. ¡Listo! Las imágenes estarán disponibles para tu blog del I Ching
</p>
</div>
<div class="image-option">
<h2>Imagen por defecto (default.jpg)</h2>
<p>
Esta imagen se mostrará cuando no se pueda cargar la imagen principal
del artículo.
</p>
<a
href="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='500' viewBox='0 0 800 500'><rect width='800' height='500' fill='%23e8d8c5'/><text x='50%' y='50%' font-family='Arial' font-size='24' fill='%232c1e16' text-anchor='middle' dominant-baseline='middle'>Imagen por defecto del I Ching</text></svg>"
download="default.jpg"
class="download-btn"
>
Descargar default.jpg
</a>
<div class="preview">
<p>Previsualización:</p>
<img
src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='500' viewBox='0 0 800 500'><rect width='800' height='500' fill='%23e8d8c5'/><text x='50%' y='50%' font-family='Arial' font-size='24' fill='%232c1e16' text-anchor='middle' dominant-baseline='middle'>Imagen por defecto del I Ching</text></svg>"
alt="Imagen por defecto"
/>
</div>
</div>
<div class="image-option">
<h2>Hexagrama 1: Lo Creativo (hexagrama-1.jpg)</h2>
<p>Imagen para el artículo del Hexagrama 1: Lo Creativo</p>
<a
href="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='500' viewBox='0 0 800 500'><rect width='800' height='500' fill='%23e8d8c5'/><text x='50%' y='10%' font-family='Arial' font-size='28' fill='%232c1e16' text-anchor='middle'>Hexagrama 1: Lo Creativo</text><line x1='100' y1='150' x2='700' y2='150' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='210' x2='700' y2='210' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='270' x2='700' y2='270' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='330' x2='700' y2='330' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='390' x2='700' y2='390' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='450' x2='700' y2='450' stroke='%232c1e16' stroke-width='14'/><text x='50%' y='90%' font-family='Arial' font-size='20' fill='%232c1e16' text-anchor='middle'>Ch'ien - Lo Creativo</text></svg>"
download="hexagrama-1.jpg"
class="download-btn"
>
Descargar hexagrama-1.jpg
</a>
<div class="preview">
<p>Previsualización:</p>
<img
src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='500' viewBox='0 0 800 500'><rect width='800' height='500' fill='%23e8d8c5'/><text x='50%' y='10%' font-family='Arial' font-size='28' fill='%232c1e16' text-anchor='middle'>Hexagrama 1: Lo Creativo</text><line x1='100' y1='150' x2='700' y2='150' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='210' x2='700' y2='210' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='270' x2='700' y2='270' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='330' x2='700' y2='330' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='390' x2='700' y2='390' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='450' x2='700' y2='450' stroke='%232c1e16' stroke-width='14'/><text x='50%' y='90%' font-family='Arial' font-size='20' fill='%232c1e16' text-anchor='middle'>Ch'ien - Lo Creativo</text></svg>"
alt="Hexagrama 1: Lo Creativo"
/>
</div>
</div>
<div class="image-option">
<h2>Hexagrama 11: La Paz (hexagrama-11.jpg)</h2>
<p>Imagen para el artículo del Hexagrama 11: La Paz</p>
<a
href="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='500' viewBox='0 0 800 500'><rect width='800' height='500' fill='%23e8d8c5'/><text x='50%' y='10%' font-family='Arial' font-size='28' fill='%232c1e16' text-anchor='middle'>Hexagrama 11: La Paz</text><line x1='100' y1='150' x2='700' y2='150' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='210' x2='700' y2='210' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='270' x2='300' y2='270' stroke='%232c1e16' stroke-width='14'/><line x1='500' y1='270' x2='700' y2='270' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='330' x2='300' y2='330' stroke='%232c1e16' stroke-width='14'/><line x1='500' y1='330' x2='700' y2='330' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='390' x2='700' y2='390' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='450' x2='700' y2='450' stroke='%232c1e16' stroke-width='14'/><text x='50%' y='90%' font-family='Arial' font-size='20' fill='%232c1e16' text-anchor='middle'>T'ai - La Paz</text></svg>"
download="hexagrama-11.jpg"
class="download-btn"
>
Descargar hexagrama-11.jpg
</a>
<div class="preview">
<p>Previsualización:</p>
<img
src="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='500' viewBox='0 0 800 500'><rect width='800' height='500' fill='%23e8d8c5'/><text x='50%' y='10%' font-family='Arial' font-size='28' fill='%232c1e16' text-anchor='middle'>Hexagrama 11: La Paz</text><line x1='100' y1='150' x2='700' y2='150' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='210' x2='700' y2='210' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='270' x2='300' y2='270' stroke='%232c1e16' stroke-width='14'/><line x1='500' y1='270' x2='700' y2='270' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='330' x2='300' y2='330' stroke='%232c1e16' stroke-width='14'/><line x1='500' y1='330' x2='700' y2='330' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='390' x2='700' y2='390' stroke='%232c1e16' stroke-width='14'/><line x1='100' y1='450' x2='700' y2='450' stroke='%232c1e16' stroke-width='14'/><text x='50%' y='90%' font-family='Arial' font-size='20' fill='%232c1e16' text-anchor='middle'>T'ai - La Paz</text></svg>"
alt="Hexagrama 11: La Paz"
/>
</div>
</div>
<div class="instructions">
<h2>¿Cómo usar estas imágenes?</h2>
<p>1. Descarga las imágenes haciendo clic en los botones</p>
<p>2. Crea la siguiente estructura de carpetas en tu proyecto:</p>
<p><strong>assets/images/blog/</strong></p>
<p>3. Guarda las imágenes descargadas en esta carpeta</p>
<p>
4. ¡Listo! Tu blog del I Ching ahora mostrará las imágenes
correctamente
</p>
<p>
Nota: Si no creas esta estructura de carpetas, seguirás viendo errores
404 en la consola
</p>
</div>
</div>
</body>
</html>