Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dk865 authored Jul 5, 2024
1 parent 6baaf73 commit 5cc31b4
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,6 @@
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NLXNWGG4');</script>
<!-- End Google Tag Manager -->
<!-- Pinterest Tag -->
<script>
!function(e){if(!window.pintrk){window.pintrk = function () {
window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var
n=window.pintrk;n.queue=[],n.version="3.0";var
t=document.createElement("script");t.async=!0,t.src=e;var
r=document.getElementsByTagName("script")[0];
r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js");
pintrk('load', '2612505657785', {em: '<user_email_address>'});
pintrk('page');
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt=""
src="https://ct.pinterest.com/v3/?event=init&tid=2612505657785&pd[em]=<hashed_email_address>&noscript=1" />
</noscript>
<!-- end Pinterest Tag -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
Expand All @@ -53,10 +37,10 @@ <h1>dk865</h1>
</div>

<div class="button-container" id="ios-buttons">
<a href="sileo://source/https://dk865.github.io/" class="button button-blue" onclick="trackSignup('Sileo', 'eventId0001')">Sileo</a>
<a href="zbra://sources/add/dk865.github.io/" class="button button-purple" onclick="trackSignup('Zebra', 'eventId0002')">Zebra</a>
<a href="installer://add/https://dk865.github.io" class="button button-red" onclick="trackSignup('Installer', 'eventId0003')">Installer</a>
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://dk865.github.io/" class="button button-brown-orange" onclick="trackSignup('Cydia', 'eventId0004')">Cydia</a>
<a href="sileo://source/https://dk865.github.io/" class="button button-blue" onclick="dataLayer.push({'event': 'sileo-click'});">Sileo</a>
<a href="zbra://sources/add/dk865.github.io/" class="button button-purple" onclick="dataLayer.push({'event': 'zebra-click'});">Zebra</a>
<a href="installer://add/https://dk865.github.io" class="button button-red" onclick="dataLayer.push({'event': 'installer-click'});">Installer</a>
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://dk865.github.io/" class="button button-brown-orange" onclick="dataLayer.push({'event': 'cydia-click'});">Cydia</a>
</div>

<div class="altoption" id="alt-option">(Package Manager Buttons, ignore if you don't know what they are)</div>
Expand All @@ -65,7 +49,7 @@ <h1>dk865</h1>
<div class="repo-label">Add Repo to apt:</div>
<div class="repo-command">
<code>sudo sh -c 'echo "deb [trusted=yes] https://dk865.github.io/ ./" > /etc/apt/sources.list.d/dk865.list'</code>
<button class="copy-button">Copy</button>
<button class="copy-button" onclick="dataLayer.push({'event': 'linuxcopy-click'});">Copy</button>
</div>
</div>

Expand Down

0 comments on commit 5cc31b4

Please sign in to comment.