feat(links): add links to headers
This commit is contained in:
parent
087eec0e29
commit
06ffb0a90c
12
index.html
12
index.html
|
|
@ -7,6 +7,9 @@
|
||||||
<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" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://prology.net/" />
|
||||||
|
<link rel="alternate" hreflang="en-us" href="https://prology.net/us/" />
|
||||||
|
<link rel="alternate" hreflang="en-au" href="https://prology.net/au/" />
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
|
@ -838,11 +841,7 @@
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="container"
|
class="container"
|
||||||
style="
|
style="display: flex; align-items: center; justify-content: center"
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
<div class="cta-grid reveal">
|
<div class="cta-grid reveal">
|
||||||
<div class="cta-box">
|
<div class="cta-box">
|
||||||
|
|
@ -1071,7 +1070,8 @@
|
||||||
<span class="store-badge-active">Live</span>
|
<span class="store-badge-active">Live</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="store-info-desc">
|
<div class="store-info-desc">
|
||||||
Enterprise networking equipment · North American distribution hub
|
Enterprise networking equipment · North American distribution
|
||||||
|
hub
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="store-arrow">→</span>
|
<span class="store-arrow">→</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue