-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90e84fa
commit 14ee057
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +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/ktronix/css/servicio.css" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ux-alkosto/service-centers/dist/alkosto/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> | ||
|
@@ -23,7 +23,7 @@ <h2 class="service-centers__title">Centros de servicio</h2> | |
<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> | ||
style="color: var(--link-text-color);" href="/contactanos">https://www.alkosto.com/contactanos.</a> | ||
</p> | ||
<div class="service-centers__filters"> | ||
<div class="service-centers__filters__marca"> | ||
|
@@ -64,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/ktronix/json/service-centers.json", | ||
site: "ktronix", | ||
jsonFile: "https://cdn.jsdelivr.net/gh/ux-alkosto/[email protected]/dist/alkosto/json/service-centers.json", | ||
site: "alkosto", | ||
}; | ||
/* | ||
const select = document.getElementById("categoria"); | ||
|