Skip to content

Commit

Permalink
[auto-push]
Browse files Browse the repository at this point in the history
  • Loading branch information
enkr1 committed Oct 10, 2024
1 parent 15f7b5a commit bd4c133
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 44 deletions.
38 changes: 0 additions & 38 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,44 +158,6 @@
<div id="star-section"></div>

<div class="footer">
<!-- <div class="globe-view-counter-container">
<script type="text/javascript"
src="//rf.revolvermaps.com/0/0/8.js?i=5zfrl0bzi0j&amp;m=0&amp;c=ff0000&amp;cr1=ffffff&amp;f=arial&amp;l=33"
defer></script>
</div> -->
<div class="globe-view-counter-container" id="globe-view-counter-container">
<script type="text/javascript" defer>
window.addEventListener('load', function () {
const container = document.getElementById('globe-view-counter-container');
if (container) {
const iframe = document.createElement('iframe');
iframe.style.background = 'transparent !important';
iframe.style.position = 'absolute';
iframe.style.left = '0px';
iframe.style.top = '0px';
iframe.scrolling = 'no';
iframe.frameBorder = '0';
iframe.allowTransparency = 'true';
iframe.width = '100%';
iframe.height = '100%';
iframe.src = '//rf.revolvermaps.com/w/8/a/a2.php?i=5zfrl0bzi0j&amp;m=0&amp;c=ff0000&amp;cr1=ffffff&amp;f=arial&amp;l=33';

const wrapper = document.createElement('div');
wrapper.style.maxWidth = '341px';
wrapper.style.margin = '0px auto';

const relativeContainer = document.createElement('div');
relativeContainer.style.position = 'relative';
relativeContainer.style.paddingTop = '100%';

relativeContainer.appendChild(iframe);
wrapper.appendChild(relativeContainer);
container.appendChild(wrapper);
}
});
</script>
</div>

<p>&copy; 2021 - 2024 ENKR. All rights reserved.</p>
<p>Developed and designed by ENKR</p>
<!-- <p>Developed and designed by ENKR, specialising in full-stack development, cloud-native solutions, and innovative web design.</p> -->
Expand Down
2 changes: 1 addition & 1 deletion js/main.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ body {
font-size: 1.1rem;
}
}

.globe-view-counter-container {
// width: 13rem;
margin: 0rem 0 3rem;
}
}
}

Expand Down

0 comments on commit bd4c133

Please sign in to comment.