-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (162 loc) · 5.28 KB
/
index.html
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
182
183
184
185
186
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Puku Mundo Art</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css" rel="stylesheet">
<style>
/* Estilos generales */
body {
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
background-color: white;
color: #333333;
}
header {
background-color: #E31337;
color: white;
text-align: center;
padding: 20px;
}
header h1 {
font-family: 'Poppins', sans-serif;
font-size: 2.5rem;
}
.intro {
padding: 20px;
text-align: center;
}
.gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
padding: 20px;
}
.art-piece {
background-color: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.art-piece img {
width: 100%;
height: auto;
display: block;
}
.art-piece:hover {
transform: scale(1.05);
}
.art-info {
padding: 10px;
text-align: center;
}
.links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
padding: 20px;
}
.links a {
display: inline-block;
padding: 10px 20px;
background-color: #E31337;
color: white;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease;
}
.links a:hover {
background-color: #0056b3;
}
footer {
background-color: #333333;
color: white;
text-align: center;
padding: 20px;
font-size: 0.9rem;
}
</style>
</head>
<body>
<!-- Encabezado -->
<header>
<h1>Puku Mundo Art</h1>
<p>Exposición de Arte Digital/Virtual</p>
</header>
<!-- Introducción -->
<section class="intro" data-aos="fade-up">
<p>Hola, soy Nahu Padilla, profesor en UNEARTE, Venezuela. Les presento obras de mis estudiantes, creadas con diversas técnicas y estilos artísticos.</p>
<p>¡Bienvenidos a nuestra galería virtual!</p>
<p>Haz click en el botón de Play de la Galería para iniciar el recorrido.</p>
</section>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Centrar iframe</title>
<style>
/* Estilo para centrar el contenido */
.center-container {
display: flex;
flex-direction: column;
align-items: center; /* Centra horizontalmente */
justify-content: center; /* Centra verticalmente (opcional) */
margin-top: 20px; /* Espaciado superior */
}
/* Estilo para el iframe */
iframe {
border: none; /* Elimina el borde predeterminado del iframe */
max-width: 960px; /* Asegura que el iframe sea responsivo */
height: 540px; /* Altura ajustable según el ancho */
}
/* Estilo para el enlace de "Powered by emaze" */
a img {
margin-top: 10px; /* Espaciado entre el iframe y el enlace */
}
</style>
</head>
<body>
<!-- Contenedor para centrar -->
<div class="center-container">
<!-- Iframe -->
<iframe src="https://app.emaze.com/@ALFRIRWWR/uneartereveron1" width="960px" height="540px" seamless webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<!-- Enlace de "Powered by emaze" -->
<a href="https://www.emaze.com" target="_blank">
<img src="//resources.emaze.com/mypres/css/images/embed.png" alt="Powered by emaze" style="border: none;">
</a>
<!-- Galería de Arte -->
<section class="gallery">
<div class="art-piece" data-aos="zoom-in">
<a href="https://linktr.ee/Pukumundo"><img src="https://i.ibb.co/Q5Q3qF0/logo.png" alt="logo" border="0"></a>
<div class="art-info">
<h3>Reveron Art Expo Link</h3>
<a href="https://peakd.com/hive-158694/@nahupuku/my-university-unearte-students-making-armando-reveron-reinterpretation-art-nahupuku-puku-2025" target="_blank">Link 1</a>
<a href="https://www.emaze.com/@ALFRIRWWR/uneartereveron1" target="_blank">Link 2</a>
<a href="https://pukumundohive.github.io/art/" target="_blank">Link 3</a>
</div>
</div>
<!-- Repite este bloque para cada exposición -->
</section>
<!-- Enlaces Relacionados -->
<section class="links" data-aos="fade-up">
<h2>Enlaces de Interés</h2>
<a href="https://unearte.edu.ve/" target="_blank">UNEARTE</a>
<a href="https://www.instagram.com/cecareveron/" target="_blank">Instagram Cecareveron</a>
<a href="https://www.instagram.com/pukumundo/" target="_blank">Instagram PukuMundo</a>
<a href="https://hive.io/" target="_blank">Hive Blockchain</a>
</section>
<!-- Footer -->
<footer>
<p>© 2025 Puku Mundo Art | Creado por Nahu Padilla</p>
<p>Agradecimientos especiales: Hive.io, Cold Beet Root Soup, Alien Art Hive, Nftshowroom, OCD, UNEARTE.</p>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>