pagina_ventas_salaudio/index.html

83 lines
2.9 KiB
HTML
Raw Normal View History

2023-05-05 13:06:24 -04:00
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Productos en venta</title>
</head>
<body>
<style>
body {
background-color: #ffffff;
}
.logo-container {
display: flex;
}
p {
font-size: 26px;
font-weight: bold;
}
h4 {
font-size: 22px;
font-weight: bold;
}
</style>
<div class="logo-container">
<img src="img/logosalaudio.jpg" alt="Logo institucional"style="max-width: 60px; max-height: 60px;">
<img src="img/logodevfzn.png" alt="Logo institucional" style="max-width: 60px; max-height: 60px;">
</div>
<h1>VENTA DE AUDIO Y TECNOLOGIA</h1>
<ul>
<li>
<h4>Juego de CUERDAS para Guitarra Electrica</h4>
<img src="img/gtr_cuerdas.jpeg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<p>$8.000</p>
</li>
<li>
<h4>Pedal de distorsión HARDWIRE TL-2</h4>
<div class="masdeunafoto">
<img src="img/pedal_hardwire.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<img src="img/pedal_hardwire1.jpeg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<p>$100.000</p>
</li>
<li>
<h4>Pedal de distorsión METAL MUFF de electro-harmonix</h4>
<div class="masdeunafoto">
<img src="img/pedal_metalmuff1.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<img src="img/pedal_metalmuff.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<p>$80.000</p>
</li>
<li>
<h4>Pedal Compression Sustainer CS-3 de BOSS</h4>
<div class="masdeunafoto">
<img src="img/pedal_bosscs3.jpeg" alt="Imagen 2" style="max-width: 600px; max-height: 400px;">
<img src="img/pedal_bosscs31.jpeg" alt="Imagen 2" style="max-width: 600px; max-height: 400px;">
<p>$70.000</p>
</li>
<li>
<h4>CLUTCH para Hi-Hat</h4>
<img src="img/bateria_clutchverde.jpeg" alt="Imagen 3" style="max-width: 600px; max-height: 400px;">
<p>$15.000</p>
</li>
<li>
<h4>ESPONJAS y BUJES</h4>
<div class="masdeunafoto">
<img src="img/bateria_esponjabujepromo.jpeg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<img src="img/bateria_esponjas.jpeg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<p>$2.000 cada ESPONJA <br> $2.000 cada BUJE <br> $5.000 PACK 2 ESPONJAS y 1 BUJE</p>
</li>
<li>
<h4>CHYNA ZILDJIAN ZBT 18''</h4>
<div class="masdeunafoto">
<img src="img/chyna_zjn1.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<img src="img/chyna_zjn.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<p>$70.000</p>
</li>
</ul>
</body>
</html>