From ea550061cbc22689cec65aa295d60b8857f51bbd Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 21 May 2026 13:14:41 +0700 Subject: [PATCH] add about us --- about-us.html | 837 ++++++++++++++++++++++++++++++++++++++++ assets/data-footer.json | 2 +- assets/js/chat.js | 2 +- assets/js/config.js | 4 +- assets/js/footer.js | 6 +- index.html | 2 +- 6 files changed, 847 insertions(+), 6 deletions(-) create mode 100644 about-us.html diff --git a/about-us.html b/about-us.html new file mode 100644 index 0000000..5729525 --- /dev/null +++ b/about-us.html @@ -0,0 +1,837 @@ + + + + + + About Us | Prology — Enterprise Network Hardware Brokerage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+ Sydney, Australia +

Welcome to Prology

+

+ A Sydney-based company specialising in high-quality new and + refurbished Cisco networking equipment, as well as legacy + hard-to-find parts. +

+
+ + +
+ Our Mission +

+ To reduce the involvement of middlemen in the supply chain — + cutting costs for end-users while ensuring they receive top-notch + products. +

+
+ + +
+

Who We Are

+

+ At Prology, we understand that businesses of all sizes require + reliable and efficient networking equipment to operate smoothly. + That's why we offer a wide range of products catering to the needs + of various industries — from small businesses to large enterprises. +

+

+ Our inventory includes routers, switches, firewalls, and other + networking equipment from leading brands like Cisco. All refurbished + equipment goes through a meticulous refurbishment and certification + process, meeting the same standards as new equipment at a fraction + of the cost. +

+
+ + +
+
+
+ +
+

Quality Assured

+

+ Meticulous refurbishment and certification — every item meets the + same standards as new equipment. +

+
+ +
+
+ +
+

Expert Support

+

+ Personalised advice from our team of networking specialists — + ready to help you choose the right equipment. +

+
+ +
+
+ +
+

Worldwide Shipping

+

+ Fast delivery via UPS, DHL, FedEx and other trusted couriers — + wherever you are located. +

+
+
+ + +
+

Why Choose Prology?

+
    +
  • + + High-quality new & refurbished Cisco equipment +
  • +
  • + + Legacy & hard-to-find parts specialist +
  • +
  • + + Fraction of the cost — without sacrificing performance +
  • +
  • + + Rigorous testing & certification on all stock +
  • +
  • + + No middlemen — direct savings passed to customers +
  • +
  • + + Serving small businesses to large enterprises +
  • +
+
+ + +
+

Ready to upgrade your network?

+

+ Browse our full range of Cisco networking equipment or get in touch + with our team. +

+
+ + Contact Us +
+
+
+
+ + + + + + + + + + + + + + + + + + + diff --git a/assets/data-footer.json b/assets/data-footer.json index e132ca3..1988fc2 100644 --- a/assets/data-footer.json +++ b/assets/data-footer.json @@ -34,7 +34,7 @@ "links": { "information": [ - { "label": "About Us", "url": "about-us", "external": false }, + { "label": "About Us", "url": "about-us.html", "direct": true }, { "label": "News", "url": "https://prology.net/blog", "external": true }, { "label": "Contact Us", "url": "contact", "external": false }, { "label": "Terms of Use & Sale", "url": "terms", "external": false }, diff --git a/assets/js/chat.js b/assets/js/chat.js index 4d85e22..9c9d4b4 100644 --- a/assets/js/chat.js +++ b/assets/js/chat.js @@ -17,7 +17,7 @@ apiEndpoint: P.CHAT_API_URL || P.API_URL || - "https://prologyms.nswteam.net/chat-plugin/api/support", + "https://omni.prology.net/chat-plugin/api/support", whatsappNumber: P.CHAT_WHATSAPP_NUMBER || "84901234567", accentColor: P.CHAT_ACCENT_COLOR || "#4f46e5", position: P.CHAT_POSITION || "right", diff --git a/assets/js/config.js b/assets/js/config.js index 2f90855..9e9e2b5 100644 --- a/assets/js/config.js +++ b/assets/js/config.js @@ -1,9 +1,9 @@ window.PROLOGY_CONFIG = { - API_URL: "https://prologyms.nswteam.net/chat-plugin/api/support", + API_URL: "https://omni.prology.net/chat-plugin/api/support", LOGO_SRC: "assets/Prology_logo.png", // ── Chat / Support widget ── - CHAT_API_URL: "https://prologyms.nswteam.net/chat-plugin/api/support", + CHAT_API_URL: "https://omni.prology.net/chat-plugin/api/support", CHAT_WHATSAPP_NUMBER: "84901234567", CHAT_ACCENT_COLOR: "#4f46e5", CHAT_POSITION: "right", diff --git a/assets/js/footer.js b/assets/js/footer.js index 94e4ef5..7980c2e 100644 --- a/assets/js/footer.js +++ b/assets/js/footer.js @@ -76,10 +76,14 @@ // Internal items render as that opens the store picker — the picked // store then redirects to {STORE_URL}/{slug-or-url}. External items render - // as a regular . + // as a regular . Items flagged `direct: true` render as + // a same-site (no modal, no new tab). const renderLinkInner = (item) => { const label = escape(item.label); const url = item.url || ""; + if (item.direct) { + return `${label}`; + } if (item.external || /^https?:\/\//i.test(url)) { return `${label}`; } diff --git a/index.html b/index.html index 5419287..9f670d2 100644 --- a/index.html +++ b/index.html @@ -128,9 +128,9 @@
  • Home
  • Categories
  • Why Choose Us
  • -
  • Who We Serve
  • Gov & Corp
  • Contact
  • +
  • About Us