2023-04-30 22:38:32 -04:00
<!DOCTYPE html>
2023-04-30 23:43:58 -04:00
< html lang = "es" >
< head >
< meta charset = "utf-8" >
2023-05-01 23:58:09 -04:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2023-04-30 23:43:58 -04:00
< title > Productos en venta< / title >
2023-05-01 23:58:09 -04:00
< link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous">
2023-04-30 23:43:58 -04:00
< / head >
< body >
2023-05-01 23:58:09 -04:00
< header >
< div class = "collapse" style = "background-color: #010101;" id = "navbarHeader" >
< div class = "container" >
< div class = "row" >
< div class = "col-sm-8 col-md-7 py-4" >
< h4 class = "text-white" > Sala Audio< / h4 >
< p class = "text-muted" > Información de la sala y/o peronas que venden. Garantias mambojambo bla bla bla, compre ya!!!< / p >
< / div >
< div class = "col-sm-4 offset-md-1 py-4" >
< h4 class = "text-white" > Contacto< / h4 >
< ul class = "list-unstyled" >
< li > < a href = "#" class = "text-white" > Siguenos en Twitter< / a > < / li >
< li > < a href = "#" class = "text-white" > Me gusta en Facebook< / a > < / li >
< li > < a href = "#" class = "text-white" > Envianos un email< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< / div >
< div class = "navbar navbar-dark shadow-sm" style = "background: #010101;" >
< div class = "container" style = "background-color: #010101;" >
< a href = "#" class = "navbar-brand d-flex align-items-center" style = "background-color: #010101;" >
< img src = "img/logosalaudio.jpg" width = "60" height = "60" fill = "none" / >
< strong > Articulos en venta< / strong >
< / a >
< button class = "navbar-toggler" type = "button" data-bs-toggle = "collapse" data-bs-target = "#navbarHeader" aria-controls = "navbarHeader" aria-expanded = "false" aria-label = "Toggle navigation" >
< span class = "navbar-toggler-icon" > < / span >
< / button >
< / div >
< / div >
< / header >
< main >
< section class = "py-5 text-center container" >
< div class = "row py-lg-5" >
< div class = "col-lg-6 col-md-8 mx-auto" >
< h1 class = "fw-light" > Instrumentos y accesorios< / h1 >
< p class = "lead text-muted" > Artículos usados, en buen estado y funcionamiento.< / p >
< p >
< a href = "#" class = "btn btn-primary my-2" > Botón Principal< / a >
< a href = "#" class = "btn btn-secondary my-2" > Botón Secundario< / a >
< / p >
< / div >
< / div >
< / section >
< div class = "album py-5 bg-light" >
< div class = "container" >
< div class = "row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3" >
< div class = "col" >
< div class = "card shadow-sm" >
< img class = "bd-placeholder-img card-img-top" width = "100%" height = "225" src = "./img/pedal_bosscs3.jpeg" role = "img" / >
< div class = "card-body" >
< p class = "card-text" > Pedal Compression Sustainer CS-3 de BOSS< / p >
< h4 class = "card-text" > < strong > $ 70.000.< / strong > < / h4 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
< / div >
< small class = "text-muted" > 9 mins< / small >
< / div >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card shadow-sm" >
< img class = "bd-placeholder-img card-img-top" width = "100%" height = "225" src = "./img/pedal_hardwire.jpg" role = "img" / >
< div class = "card-body" >
< p class = "card-text" > Pedal de distorsión HARDWIRE TL-2< / p >
< h4 class = "card-text" > < strong > $ 100.000.< / strong > < / h4 >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
< / div >
< small class = "text-muted" > 9 mins< / small >
< / div >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card shadow-sm" >
< svg class = "bd-placeholder-img card-img-top" width = "100%" height = "225" xmlns = "http://www.w3.org/2000/svg" role = "img" aria-label = "Placeholder: Thumbnail" preserveAspectRatio = "xMidYMid slice" focusable = "false" > < title > Placeholder< / title > < rect width = "100%" height = "100%" fill = "#55595c" / > < text x = "50%" y = "50%" fill = "#eceeef" dy = ".3em" > Thumbnail< / text > < / svg >
< div class = "card-body" >
< p class = "card-text" > This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.< / p >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
< / div >
< small class = "text-muted" > 9 mins< / small >
< / div >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card shadow-sm" >
< svg class = "bd-placeholder-img card-img-top" width = "100%" height = "225" xmlns = "http://www.w3.org/2000/svg" role = "img" aria-label = "Placeholder: Thumbnail" preserveAspectRatio = "xMidYMid slice" focusable = "false" > < title > Placeholder< / title > < rect width = "100%" height = "100%" fill = "#55595c" / > < text x = "50%" y = "50%" fill = "#eceeef" dy = ".3em" > Thumbnail< / text > < / svg >
< div class = "card-body" >
< p class = "card-text" > This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.< / p >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
< / div >
< small class = "text-muted" > 9 mins< / small >
< / div >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card shadow-sm" >
< svg class = "bd-placeholder-img card-img-top" width = "100%" height = "225" xmlns = "http://www.w3.org/2000/svg" role = "img" aria-label = "Placeholder: Thumbnail" preserveAspectRatio = "xMidYMid slice" focusable = "false" > < title > Placeholder< / title > < rect width = "100%" height = "100%" fill = "#55595c" / > < text x = "50%" y = "50%" fill = "#eceeef" dy = ".3em" > Thumbnail< / text > < / svg >
< div class = "card-body" >
< p class = "card-text" > This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.< / p >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
< / div >
< small class = "text-muted" > 9 mins< / small >
< / div >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card shadow-sm" >
< svg class = "bd-placeholder-img card-img-top" width = "100%" height = "225" xmlns = "http://www.w3.org/2000/svg" role = "img" aria-label = "Placeholder: Thumbnail" preserveAspectRatio = "xMidYMid slice" focusable = "false" > < title > Placeholder< / title > < rect width = "100%" height = "100%" fill = "#55595c" / > < text x = "50%" y = "50%" fill = "#eceeef" dy = ".3em" > Thumbnail< / text > < / svg >
< div class = "card-body" >
< p class = "card-text" > This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.< / p >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
< / div >
< small class = "text-muted" > 9 mins< / small >
< / div >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card shadow-sm" >
< svg class = "bd-placeholder-img card-img-top" width = "100%" height = "225" xmlns = "http://www.w3.org/2000/svg" role = "img" aria-label = "Placeholder: Thumbnail" preserveAspectRatio = "xMidYMid slice" focusable = "false" > < title > Placeholder< / title > < rect width = "100%" height = "100%" fill = "#55595c" / > < text x = "50%" y = "50%" fill = "#eceeef" dy = ".3em" > Thumbnail< / text > < / svg >
< div class = "card-body" >
< p class = "card-text" > This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.< / p >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
< / div >
< small class = "text-muted" > 9 mins< / small >
< / div >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card shadow-sm" >
< svg class = "bd-placeholder-img card-img-top" width = "100%" height = "225" xmlns = "http://www.w3.org/2000/svg" role = "img" aria-label = "Placeholder: Thumbnail" preserveAspectRatio = "xMidYMid slice" focusable = "false" > < title > Placeholder< / title > < rect width = "100%" height = "100%" fill = "#55595c" / > < text x = "50%" y = "50%" fill = "#eceeef" dy = ".3em" > Thumbnail< / text > < / svg >
< div class = "card-body" >
< p class = "card-text" > This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.< / p >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
< / div >
< small class = "text-muted" > 9 mins< / small >
< / div >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card shadow-sm" >
< svg class = "bd-placeholder-img card-img-top" width = "100%" height = "225" xmlns = "http://www.w3.org/2000/svg" role = "img" aria-label = "Placeholder: Thumbnail" preserveAspectRatio = "xMidYMid slice" focusable = "false" > < title > Placeholder< / title > < rect width = "100%" height = "100%" fill = "#55595c" / > < text x = "50%" y = "50%" fill = "#eceeef" dy = ".3em" > Thumbnail< / text > < / svg >
< div class = "card-body" >
< p class = "card-text" > This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.< / p >
< div class = "d-flex justify-content-between align-items-center" >
< div class = "btn-group" >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > View< / button >
< button type = "button" class = "btn btn-sm btn-outline-secondary" > Edit< / button >
< / div >
< small class = "text-muted" > 9 mins< / small >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / main >
<!--
2023-04-30 22:38:32 -04:00
< h1 > VENTA DE AUDIO Y TECNOLOGIA< / h1 >
2023-04-30 23:48:06 -04:00
< h4 > Pedal de distorsión HARDWIRE 100.000 clp< / h4 >
< img src = "img/pedal_hardwire.jpg" alt = "Imagen 1" style = "max-width: 600px; max-height: 400px;" >
< p > aqui una descripción< / p >
< h4 > Pedal Compression Sustainer CS-3 de BOSS 70.000 clp< / h4 >
< img src = "img/pedal_bosscs3.jpeg" alt = "Imagen 2" style = "max-width: 600px; max-height: 400px;" >
< p > aqui una descripción< / p >
< h4 > Este es el cuadro de texto para la imagen 3< / h4 >
< img src = "imagen3.jpg" alt = "Imagen 3" style = "max-width: 600px; max-height: 400px;" >
< p > aqui una descripción< / p >
2023-05-01 23:58:09 -04:00
-->
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous">
< / script >
2023-04-30 23:43:58 -04:00
< / body >
2023-04-30 22:38:32 -04:00
< / html >