remove phù hiệu
This commit is contained in:
parent
e7531019fc
commit
64651a89bd
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
|
|
@ -144,7 +144,7 @@
|
||||||
/* FAB — no transition on background/box-shadow to kill flicker; only transform transitions */
|
/* FAB — no transition on background/box-shadow to kill flicker; only transform transitions */
|
||||||
"#fab{position:fixed;bottom:24px;" + pos + "z-index:99998;",
|
"#fab{position:fixed;bottom:24px;" + pos + "z-index:99998;",
|
||||||
"width:60px;height:60px;border-radius:50%;",
|
"width:60px;height:60px;border-radius:50%;",
|
||||||
"background-image:url(https://prology.nswteam.net/media/wysiwyg/image_2026-04-02_15-43-14.png);",
|
"background-image:url(/assets/images/cropped.png);",
|
||||||
"background-size:cover;background-position:center;background-repeat:no-repeat;",
|
"background-size:cover;background-position:center;background-repeat:no-repeat;",
|
||||||
"border:none;cursor:pointer;outline:none;",
|
"border:none;cursor:pointer;outline:none;",
|
||||||
"box-shadow:0 6px 20px rgba(79,70,229,.4);",
|
"box-shadow:0 6px 20px rgba(79,70,229,.4);",
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,7 @@ window.PROLOGY_CONFIG = {
|
||||||
CHAT_RATE_LIMIT_MAX: 3,
|
CHAT_RATE_LIMIT_MAX: 3,
|
||||||
CHAT_RATE_LIMIT_WINDOW_MIN: 10,
|
CHAT_RATE_LIMIT_WINDOW_MIN: 10,
|
||||||
CHAT_MIN_FILL_MS: 3000,
|
CHAT_MIN_FILL_MS: 3000,
|
||||||
CHAT_FAB_IMAGE_URL:
|
CHAT_FAB_IMAGE_URL: "/assets/images/cropped.png",
|
||||||
"https://prology.nswteam.net/media/wysiwyg/image_2026-04-02_15-43-14.png",
|
|
||||||
|
|
||||||
// ── Store picker (modal) ──
|
// ── Store picker (modal) ──
|
||||||
STORE_AU_URL: "https://prology.net/au",
|
STORE_AU_URL: "https://prology.net/au",
|
||||||
|
|
@ -34,9 +33,17 @@ window.PROLOGY_CONFIG = {
|
||||||
{ label: "Components", slug: "components" },
|
{ label: "Components", slug: "components" },
|
||||||
],
|
],
|
||||||
FOOTER_LEGAL_LINKS: [
|
FOOTER_LEGAL_LINKS: [
|
||||||
{ label: "Privacy Policy", url: "privacy-policy-cookie-restriction-mode.html", direct: true },
|
{
|
||||||
|
label: "Privacy Policy",
|
||||||
|
url: "privacy-policy-cookie-restriction-mode.html",
|
||||||
|
direct: true,
|
||||||
|
},
|
||||||
{ label: "Terms of Use & Sale", url: "terms" },
|
{ label: "Terms of Use & Sale", url: "terms" },
|
||||||
{ label: "Cookie Policy", url: "privacy-policy-cookie-restriction-mode.html#c1", direct: true },
|
{
|
||||||
|
label: "Cookie Policy",
|
||||||
|
url: "privacy-policy-cookie-restriction-mode.html#c1",
|
||||||
|
direct: true,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
FOOTER_COPYRIGHT:
|
FOOTER_COPYRIGHT:
|
||||||
"Copyright © 2020-2026 Prology Pty Ltd T/A Prology. All rights reserved.",
|
"Copyright © 2020-2026 Prology Pty Ltd T/A Prology. All rights reserved.",
|
||||||
|
|
|
||||||
10
index.html
10
index.html
|
|
@ -40,10 +40,7 @@
|
||||||
name="twitter:description"
|
name="twitter:description"
|
||||||
content="Source Cisco, HP and hard-to-find enterprise network hardware across Australia and the United States."
|
content="Source Cisco, HP and hard-to-find enterprise network hardware across Australia and the United States."
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta name="twitter:image" content="./assets/favicon.png" />
|
||||||
name="twitter:image"
|
|
||||||
content="https://prology.net/assets/Prology_logo.png"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="assets/css/styles.css" />
|
<link rel="stylesheet" href="assets/css/styles.css" />
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
|
|
@ -898,11 +895,6 @@
|
||||||
>
|
>
|
||||||
<div class="po-content-large">
|
<div class="po-content-large">
|
||||||
<div class="institutional-central-header">
|
<div class="institutional-central-header">
|
||||||
<img
|
|
||||||
src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Coat_of_arms_of_the_Commonwealth_of_Australia.svg/1280px-Coat_of_arms_of_the_Commonwealth_of_Australia.svg.png"
|
|
||||||
alt="Coat of arms of the Commonwealth of Australia"
|
|
||||||
class="official-seal-large"
|
|
||||||
/>
|
|
||||||
<div class="po-titles-central">
|
<div class="po-titles-central">
|
||||||
<h2>Government & Corporate Orders</h2>
|
<h2>Government & Corporate Orders</h2>
|
||||||
<p style="max-width: 800px; margin: 0 auto">
|
<p style="max-width: 800px; margin: 0 auto">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue