Skip to content

Commit f089977

Browse files
committed
removed unused code and added copy-right
1 parent e0dc5fd commit f089977

2 files changed

Lines changed: 17 additions & 26 deletions

File tree

_includes/clustrmaps.html

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
<style>
2-
/* Target the iframe that ClustrMaps injects */
3-
#clustrmaps-container iframe {
4-
transform: scale(0.65);
5-
transform-origin: top center;
6-
opacity: 0.6;
7-
}
8-
</style>
9-
10-
<div id="clustrmaps-container" style="display:flex; justify-content:center; margin-top:100px;">
11-
<script type="text/javascript" id="clustrmaps"
12-
src="https://clustrmaps.com/map_v2.js?d=KL_rxoyvwLLAV8IA3mE1zgoA43OAbDIlda4lFKHNGRU&cl=ffffff&w=a">
13-
</script>
1+
<div style="display:flex; justify-content:center; margin-top:70px; margin-bottom:20px;">
2+
<div style="transform: scale(0.8); transform-origin: top center; opacity:0.8;">
3+
<script type="text/javascript" id="clustrmaps"
4+
src="https://clustrmaps.com/map_v2.js?d=KL_rxoyvwLLAV8IA3mE1zgoA43OAbDIlda4lFKHNGRU&cl=ffffff&w=a">
5+
</script>
6+
</div>
147
</div>

index.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,20 @@ México
4141
✉️ [elarkhe@gmail.com](mailto:elarkhe@gmail.com)
4242

4343
---
44-
<!--
45-
<div style="text-align:center; margin-top:60px; opacity:0.85;">
46-
<script type="text/javascript" id="clustrmaps"
47-
src="//clustrmaps.com/map_v2.js?d=KL_rxoyvwLLAV8IA3mE1zgoA43OAbDIlda4lFKHNGRU&cl=ffffff&w=a">
48-
</script>
49-
</div>
50-
51-
{% include clustrmaps.html %}
52-
-->
53-
54-
<div style="display:flex; justify-content:center; margin-top:100px; opacity:0.6;">
55-
<a href="https://clustrmaps.com/site/1c2m8" title="Visitor map">
56-
<img src="https://clustrmaps.com/map_v2.png?d=KL_rxoyvwLLAV8IA3mE1zgoA43OAbDIlda4lFKHNGRU&cl=ffffff" alt="Visitor map"/>
44+
<div style="display:flex; justify-content:center; margin-top:100px; margin-bottom:20px;">
45+
<a href="https://clustrmaps.com/site/1c2m8" title="Visitor map" style="display:inline-block;">
46+
<img
47+
src="https://clustrmaps.com/map_v2.png?d=KL_rxoyvwLLAV8IA3mE1zgoA43OAbDIlda4lFKHNGRU&cl=ffffff"
48+
alt="Visitor map"
49+
style="width: 420px; max-width: 90%; height: auto; opacity: 0.85;"
50+
/>
5751
</a>
5852
</div>
5953

54+
<p style="text-align:center; opacity:0.7; margin-top:40px;">
55+
© 2026 El Arkhé · México
56+
</p>
57+
6058

6159

6260

0 commit comments

Comments
 (0)