Skip to content

Commit cd37de6

Browse files
zlyfunctionclaude
andcommitted
Add ClustrMaps visitor globe to Misc section
Embed interactive 3D ClustrMaps globe widget showing visitor geographic distribution. Includes visitor-map-wrap styles for consistent card layout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6d02baa commit cd37de6

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,24 @@
478478
margin: 0;
479479
}
480480

481+
/* ── Visitor Map ── */
482+
.visitor-map-wrap {
483+
margin-top: 28px;
484+
background: var(--color-surface);
485+
border: 1px solid var(--color-border);
486+
border-radius: 10px;
487+
padding: 20px 22px;
488+
text-align: center;
489+
}
490+
491+
.visitor-map-wrap .visitor-map-title {
492+
font-family: var(--font-serif);
493+
font-size: 1.0rem;
494+
font-weight: 600;
495+
color: var(--color-text);
496+
margin: 0 0 14px;
497+
}
498+
481499
/* ── Footer ── */
482500
footer {
483501
border-top: 1px solid var(--color-border);
@@ -753,6 +771,12 @@ <h2 class="section-title">Miscellaneous</h2>
753771
</p>
754772
</a>
755773
</div>
774+
775+
<!-- Visitor Map -->
776+
<div class="visitor-map-wrap">
777+
<p class="visitor-map-title">🌍 Visitor Map</p>
778+
<script type="text/javascript" id="clstr_globe" src="//clustrmaps.com/globe.js?d=arcatCn0ugLf9IMRjX9XS0DxrnVI2foDkzLsjoPlEMM"></script>
779+
</div>
756780
</section>
757781

758782
<!-- Contact -->

0 commit comments

Comments
 (0)