-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (124 loc) · 8.56 KB
/
Copy pathindex.html
File metadata and controls
142 lines (124 loc) · 8.56 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Misión Mueble | Diseño Industrial</title>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<style>
:root { --hierro: #0a0a0a; --naranja: #f39c12; --blanco: #f5f5f5; --card: #161616; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; background: var(--hierro); color: var(--blanco); overflow-x: hidden; background-image: url('https://www.transparenttextures.com/patterns/carbon-fibre.png'); }
/* Header */
header { height: 80vh; background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.9)), url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1500'); background-size: cover; background-position: center; display: flex; justify-content: center; align-items: center; border-bottom: 4px solid var(--naranja); }
.logo-box { text-align: center; border: 1px solid var(--naranja); padding: 40px; background: rgba(0,0,0,0.75); backdrop-filter: blur(10px); }
.logo-box img { max-width: 250px; margin-bottom: 20px; border-radius: 5px; }
/* Redes Flotantes */
.social-float { position: fixed; right: 20px; bottom: 20px; z-index: 2000; display: flex; flex-direction: column; gap: 15px; }
.f-btn { width: 55px; height: 55px; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: 0.3s; box-shadow: 0 5px 15px rgba(0,0,0,0.5); }
.f-btn:hover { transform: scale(1.1) rotate(5deg); }
/* Filtros */
.nav-filtros { position: sticky; top: 0; z-index: 1000; background: rgba(10,10,10,0.98); padding: 20px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; border-bottom: 1px solid rgba(243,156,18,0.2); }
.filter-btn { background: transparent; border: 1px solid #333; color: #888; padding: 10px 20px; cursor: pointer; font-family: 'Oswald'; text-transform: uppercase; transition: 0.3s; }
.filter-btn.active, .filter-btn:hover { border-color: var(--naranja); color: var(--naranja); }
/* Grid */
.container { max-width: 1300px; margin: 50px auto; padding: 0 20px; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; }
.card { background: var(--card); border: 1px solid #222; overflow: hidden; transition: 0.4s; }
.card:hover { border-color: var(--naranja); transform: translateY(-10px); }
.img-box { width: 100%; height: 350px; cursor: zoom-in; overflow: hidden; position: relative; }
.img-box img { width: 100%; height: 100%; object-fit: cover; transition: 1s; }
.card:hover .img-box img { transform: scale(1.1); }
.info { padding: 25px; }
.medidas { font-size: 0.75rem; color: var(--naranja); border: 1px solid var(--naranja); padding: 4px 10px; border-radius: 20px; display: inline-block; margin-bottom: 15px; }
.info h3 { font-family: 'Oswald'; font-size: 1.5rem; margin-bottom: 10px; }
.resumen { font-size: 0.9rem; color: #999; margin-bottom: 20px; height: 45px; overflow: hidden; }
.precio { display: block; font-size: 1.8rem; font-weight: 700; margin-bottom: 20px; }
.btn-wa { display: block; background: var(--naranja); color: #000; text-align: center; padding: 15px; text-decoration: none; font-weight: 700; text-transform: uppercase; transition: 0.3s; }
.btn-wa:hover { background: #fff; }
/* Lightbox */
#lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); z-index: 3000; justify-content: center; align-items: center; cursor: zoom-out; }
#lightbox img { max-width: 90%; max-height: 80vh; border: 2px solid var(--naranja); }
footer { padding: 60px; text-align: center; background: #000; border-top: 2px solid var(--naranja); }
footer h2 { font-family: 'Oswald'; letter-spacing: 4px; color: var(--naranja); }
</style>
</head>
<body>
<div id="lightbox" onclick="this.style.display='none'"><img id="l-img" src=""></div>
<div class="social-float">
<a href="https://www.instagram.com/misionmueble/" target="_blank" class="f-btn" style="background: #E1306C;"><img src="https://cdn-icons-png.flaticon.com/512/1384/1384063.png" width="30" style="filter:invert(1)"></a>
<a href="https://wa.me/5491168592886" target="_blank" class="f-btn" style="background: #25D366;"><img src="https://cdn-icons-png.flaticon.com/512/733/733585.png" width="30" style="filter:invert(1)"></a>
</div>
<header>
<div class="logo-box" data-aos="zoom-in">
<img src="https://i.ibb.co/LdLmyL0m/Imagen-de-Whats-App-2025-12-20-a-las-21-04-36-e2c66e03.jpg" alt="Misión Mueble">
<p class="tagline">Misión Mueble | Ema Cabañas</p>
</div>
</header>
<nav class="nav-filtros">
<button class="filter-btn active" onclick="filterGallery('todos', this)">Todos</button>
<button class="filter-btn" onclick="filterGallery('mesas', this)">Mesas</button>
<button class="filter-btn" onclick="filterGallery('muebles', this)">Muebles</button>
<button class="filter-btn" onclick="filterGallery('sillas', this)">Sillas</button>
</nav>
<div class="container">
<div class="grid">
<div class="card mesas" data-aos="fade-up">
<div class="img-box" onclick="showImg('https://i.ibb.co/1YfJL74w/IMG-20251220-WA0014.jpg')">
<img src="https://i.ibb.co/1YfJL74w/IMG-20251220-WA0014.jpg" alt="Mesa Ratona">
</div>
<div class="info">
<span class="medidas">100 x 60 x 45 cm</span>
<h3>Mesa Ratona Industrial</h3>
<p class="resumen">Estructura de hierro sólido y madera maciza con acabado artesanal.</p>
<span class="precio">$48.000</span>
<a href="https://wa.me/5491168592886?text=Hola%20Ema,%20me%20interesa%20la%20Mesa%20Ratona" class="btn-wa">Consultar</a>
</div>
</div>
<div class="card muebles" data-aos="fade-up">
<div class="img-box" onclick="showImg('https://i.ibb.co/7d5NBwgT/IMG-20251220-WA0017.jpg')">
<img src="https://i.ibb.co/7d5NBwgT/IMG-20251220-WA0017.jpg" alt="Bar Movil">
</div>
<div class="info">
<span class="medidas">80 x 40 x 90 cm</span>
<h3>Mueble Bar / Carrito</h3>
<p class="resumen">Diseño con ruedas de fundición y triple estante para botellas y cristalería.</p>
<span class="precio">$75.000</span>
<a href="https://wa.me/5491168592886?text=Hola%20Ema,%20me%20interesa%20el%20Mueble%20Bar" class="btn-wa">Consultar</a>
</div>
</div>
<div class="card sillas" data-aos="fade-up">
<div class="img-box" onclick="showImg('https://i.ibb.co/5gcxSkH8/IMG-20251220-WA0020.jpg')">
<img src="https://i.ibb.co/5gcxSkH8/IMG-20251220-WA0020.jpg" alt="Silla">
</div>
<div class="info">
<span class="medidas">Estándar Industrial</span>
<h3>Silla Hierro y Madera</h3>
<p class="resumen">Respaldo ergonómico y estructura reforzada para uso intensivo.</p>
<span class="precio">$25.000</span>
<a href="https://wa.me/5491168592886?text=Hola%20Ema,%20me%20interesa%20la%20Silla" class="btn-wa">Consultar</a>
</div>
</div>
</div>
</div>
<footer>
<h2>EMA CABAÑAS</h2>
<p>Diseño & Fabricación de Muebles Industriales</p>
<p>Buenos Aires, Argentina</p>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({ duration: 1000, once: true });
function showImg(url) { document.getElementById('l-img').src = url; document.getElementById('lightbox').style.display = 'flex'; }
function filterGallery(category, btn) {
document.querySelectorAll('.filter-btn').forEach(b => b.classList.remove('active'));
btn.classList.add('active');
document.querySelectorAll('.card').forEach(card => {
card.style.display = (category === 'todos' || card.classList.contains(category)) ? "block" : "none";
});
AOS.refresh();
}
</script>
</body>
</html>