Skip to content

Commit

Permalink
cervices center
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-Alkosto committed Nov 29, 2023
1 parent 6de8068 commit c85ebe0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
5 changes: 5 additions & 0 deletions dist/ktronix/json/service-centers.json
Original file line number Diff line number Diff line change
Expand Up @@ -9332,6 +9332,11 @@
"panasonic-yopal-02"
]
},
"pequenos-electrodomesticos": {
"stores": [
"phillips-yopal"
]
},
"video": {
"stores": [
"aoc-yopal",
Expand Down
26 changes: 16 additions & 10 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Centros de Servicio</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/ux-alkosto/service-centers/dist/alkosto/css/servicio.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ux-alkosto/service-centers/dist/ktronix/css/servicio.css" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link href="https://cdn.jsdelivr.net/gh/ux-alkosto/icons/style.min.css" rel="stylesheet" />
</head>
Expand All @@ -15,15 +14,22 @@

<div class="service-centers">
<h2 class="service-centers__title">Centros de servicio</h2>
<p>Para mayor información sobre la <strong>Política de Garantía</strong> de tus productos
<a href="/politicas/politicas-garantia" style="color: var(--link-text-color);" target="_blank">click
aquí</a></p>

<p>
Para mayor información sobre la <strong>Política de Garantía</strong> de
tus productos
<a style="color: var(--link-text-color);" href="/politicas/politicas-garantia/c/politicas-garantia"
target="_blank">click aquí.</a>
</p>
<p>Estamos a tu disposición en las líneas de atención: <a style="color: var(--link-text-color);"
href="tel:6014073033">(601) 4073033</a> en Bogotá, <a style="color: var(--link-text-color);"
href="tel:018000111448">018000111448</a> línea nacional o a través de la página web <a
style="color: var(--link-text-color);" href="/contactanos">https://www.ktronix.com/contactanos.</a>
</p>
<div class="service-centers__filters">
<div class="service-centers__filters__marca">
<div class="service-centers__filters__marca">
<label for="marca">Marca</label>
<select name="marca" id="marca" data-custom-select="true"></select>
</div>
</div>
<div class="service-centers__filters__departamento">
<label for="departamento">Departamento</label>
<select name="departamento" id="departamento" data-custom-select="true"></select>
Expand Down Expand Up @@ -58,8 +64,8 @@ <h2 class="service-centers__title">Centros de servicio</h2>
src="https://cdn.jsdelivr.net/gh/ux-alkosto/service-centers/dist/common/js/servicio.js"></script>
<script>
const appConfig = {
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected]/dist/alkosto/json/service-centers.json",
site: "Alkosto",
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected]/dist/ktronix/json/service-centers.json",
site: "ktronix",
};
/*
const select = document.getElementById("categoria");
Expand Down

0 comments on commit c85ebe0

Please sign in to comment.