-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Matomo #308
Open
noisekit
wants to merge
1
commit into
master
Choose a base branch
from
matomo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+297
−46
Open
Add Matomo #308
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,4 +1,4 @@ | ||||||
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Dec 17 2024 23:13:26 GMT+0000 (Coordinated Universal Time) --> | ||||||
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Jan 09 2025 22:43:13 GMT+0000 (Coordinated Universal Time) --> | ||||||
<html data-wf-page="671943a4fbc523d497106290" data-wf-site="671654fc11deedf0b921d140"> | ||||||
<head> | ||||||
<meta charset="utf-8"> | ||||||
|
@@ -27,6 +27,25 @@ | |||||
var ml_account = ml('accounts', '1130930', 'b3w8m6s6a3', 'load'); | ||||||
</script> | ||||||
<!-- End MailerLite Universal --> | ||||||
<!-- Matomo --> | ||||||
<script> | ||||||
var _paq = (window._paq = window._paq || []); | ||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ | ||||||
_paq.push(['trackPageView']); | ||||||
_paq.push(['enableLinkTracking']); | ||||||
(function () { | ||||||
var u = 'https://analytics.synthetix.io/'; | ||||||
_paq.push(['setTrackerUrl', u + 'matomo.php']); | ||||||
_paq.push(['setSiteId', '1']); | ||||||
var d = document, | ||||||
g = d.createElement('script'), | ||||||
s = d.getElementsByTagName('script')[0]; | ||||||
g.async = true; | ||||||
g.src = u + 'matomo.js'; | ||||||
s.parentNode.insertBefore(g, s); | ||||||
})(); | ||||||
</script> | ||||||
<!-- End Matomo Code --> | ||||||
</head> | ||||||
<body class="body"> | ||||||
<div class="navigation-wrapper"> | ||||||
|
@@ -50,7 +69,7 @@ | |||||
<div class="navigation-wrapper-large"> | ||||||
<a href="index.html" class="navigation-logo-link w-inline-block"><img width="200" sizes="(max-width: 479px) 53vw, (max-width: 767px) 160px, 200px" alt="Synthetix Blue Logo" src="images/full-synthetix-logo_blue.png" loading="lazy" srcset="images/full-synthetix-logo_blue-p-500.png 500w, images/full-synthetix-logo_blue-p-800.png 800w, images/full-synthetix-logo_blue-p-1080.png 1080w, images/full-synthetix-logo_blue-p-1600.png 1600w, images/full-synthetix-logo_blue.png 2500w" class="navigation-logo-image"></a> | ||||||
<nav role="navigation" class="navigation-menu w-nav-menu"> | ||||||
<a href="https://exchange.synthetix.io/" target="_blank" class="navigation-link w-nav-link">Trade</a> | ||||||
<a href="https://exchange.synthetix.io/market/" target="_blank" class="navigation-link w-nav-link">Trade</a> | ||||||
<a href="https://liquidity.synthetix.io/" target="_blank" class="navigation-link w-nav-link">Earn</a> | ||||||
<a href="https://leverage.synthetix.io/" target="_blank" class="navigation-link w-nav-link">Leverage</a> | ||||||
<a href="https://docs.synthetix.io/synthetix-v3-user-documentation" target="_blank" class="navigation-link w-nav-link">Build</a> | ||||||
|
@@ -64,7 +83,16 @@ | |||||
<div class="navigation-base"> | ||||||
<div class="navigation-grid-wrapper"> | ||||||
<div class="w-layout-grid navigation-link-grid"> | ||||||
<a id="w-node-_1d18194e-dc86-428e-037c-3acc36ca4438-e6f98712" href="governance.html" aria-current="page" class="navigation-dropdown-link w-inline-block w--current"><img src="images/Frame-39579-2.svg" loading="lazy" alt="" class="image-27"> | ||||||
<a id="w-node-_1d18194e-dc86-428e-037c-3acc36ca4438-e6f98712" href="https://blog.synthetix.io/" target="_blank" class="navigation-dropdown-link w-inline-block"> | ||||||
<div class="icon-embed-xxsmall-26 w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ic" width="100%" height="100%" preserveaspectratio="xMidYMid meet" viewbox="0 0 24 24"> | ||||||
<path fill="currentColor" d="m15 16l-4 4h10v-4zm-2.94-8.81L3 16.25V20h3.75l9.06-9.06zm1.072-1.067l2.539-2.539l3.747 3.748L16.88 9.87z"></path> | ||||||
</svg></div> | ||||||
<div class="column-tiny-3"> | ||||||
<div class="navigation-link-title">Blog</div> | ||||||
<div class="paragraph-small-15 text-color-gray-100">News & updates on our eco-system</div> | ||||||
</div> | ||||||
</a> | ||||||
<a id="w-node-_64692744-290c-cda0-bad4-04b4f8889648-e6f98712" href="governance.html" aria-current="page" class="navigation-dropdown-link w-inline-block w--current"><img src="images/Frame-39579-2.svg" loading="lazy" alt="" class="image-27"> | ||||||
<div class="column-tiny-3"> | ||||||
<div class="navigation-link-title">Governance</div> | ||||||
<div class="paragraph-small-15 text-color-gray-100">A new era of Synthetix governance</div> | ||||||
|
@@ -98,7 +126,7 @@ | |||||
</div> | ||||||
<div class="navigation-button-group"> | ||||||
<div class="navigation-button-wrapper"> | ||||||
<a href="https://exchange.synthetix.io/" target="_blank" class="button-primary-2 icon-right w-inline-block"> | ||||||
<a href="https://exchange.synthetix.io/market/" target="_blank" class="button-primary-2 icon-right w-inline-block"> | ||||||
<div class="text-block-6">Trade now</div> | ||||||
</a> | ||||||
</div> | ||||||
|
@@ -251,6 +279,46 @@ <h6 class="h6-heading-2">Jordan<br></h6> | |||||
</a> | ||||||
</div> | ||||||
</div> | ||||||
<div id="w-node-_9ffa3bca-7679-6b2b-d8d5-4d42e9a4ebc9-97106290" class="team-instructor-card"> | ||||||
<div class="team-header"> | ||||||
<div class="team-avatar-wrapper"><img width="105" loading="lazy" alt="Synthetix favicon large" src="images/synthetix_favicon.png" class="team-avatar-large"></div> | ||||||
<div class="team-details"> | ||||||
<div class="team-badge"> | ||||||
<div class="text-block-20">Advisory<br></div> | ||||||
</div> | ||||||
<div class="column-tiny-2"> | ||||||
<h6 class="h6-heading-2">Spartan Glory<br></h6> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
<div class="team-social-row"> | ||||||
<a href="#" class="social-button w-inline-block"> | ||||||
<div class="icon-regular w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewbox="0 0 20 20" fill="none"> | ||||||
<path d="M15.1705 1.875H17.9272L11.9047 8.75833L18.9897 18.125H13.4422L9.09717 12.4442L4.12554 18.125H1.36721L7.80887 10.7625L1.01221 1.875H6.70054L10.628 7.0675L15.1705 1.875ZM14.203 16.475H15.7305L5.87054 3.43833H4.23137L14.203 16.475Z" fill="currentColor"></path> | ||||||
</svg></div> | ||||||
</a> | ||||||
</div> | ||||||
</div> | ||||||
<div id="w-node-_29d7ec97-e382-2114-1d08-454094b3eb7f-97106290" class="team-instructor-card"> | ||||||
<div class="team-header"> | ||||||
<div class="team-avatar-wrapper"><img width="105" loading="lazy" alt="Synthetix favicon large" src="images/synthetix_favicon.png" class="team-avatar-large"></div> | ||||||
<div class="team-details"> | ||||||
<div class="team-badge"> | ||||||
<div class="text-block-20">CC SEAT<br></div> | ||||||
</div> | ||||||
<div class="column-tiny-2"> | ||||||
<h6 class="h6-heading-2">Technical(TBD)<br></h6> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
<div class="team-social-row"> | ||||||
<a href="#" class="social-button w-inline-block"> | ||||||
<div class="icon-regular w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewbox="0 0 20 20" fill="none"> | ||||||
<path d="M15.1705 1.875H17.9272L11.9047 8.75833L18.9897 18.125H13.4422L9.09717 12.4442L4.12554 18.125H1.36721L7.80887 10.7625L1.01221 1.875H6.70054L10.628 7.0675L15.1705 1.875ZM14.203 16.475H15.7305L5.87054 3.43833H4.23137L14.203 16.475Z" fill="currentColor"></path> | ||||||
</svg></div> | ||||||
</a> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
</section> | ||||||
|
@@ -437,7 +505,7 @@ <h2 class="h2-heading-simple"><strong>Participate in Governance</strong></h2> | |||||
<div id="w-node-_215d802d-a879-7a10-5583-87ac893c3430-893c3400" class="column-x-large-3"> | ||||||
<div class="subheading-large-3">Trade</div> | ||||||
<div class="column-regular-3"> | ||||||
<a href="http://exchange.synthetix.io" target="_blank" class="footer-link">Trade now</a> | ||||||
<a href="https://exchange.synthetix.io/market/" target="_blank" class="footer-link">Trade now</a> | ||||||
<a href="https://docs.synthetix.io/synthetix-v3-user-documentation/using-synthetix/trading-synthetix-perps-v3" target="_blank" class="footer-link">How to trade</a> | ||||||
<a href="http://stats.synthetix.io" target="_blank" class="footer-link">Stats</a> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
find and replace, all links must be https |
||||||
</div> | ||||||
|
@@ -498,7 +566,7 @@ <h2 class="h2-heading-simple"><strong>Participate in Governance</strong></h2> | |||||
</a> | ||||||
</div> | ||||||
<div class="footer-button-wrapper"> | ||||||
<a href="https://exchange.synthetix.io/" target="_blank" class="button-primary-large-2 w-button">Trade now</a> | ||||||
<a href="https://exchange.synthetix.io/market/" target="_blank" class="button-primary-large-2 w-button">Trade now</a> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
|
@@ -507,7 +575,7 @@ <h2 class="h2-heading-simple"><strong>Participate in Governance</strong></h2> | |||||
<div class="text-color-gray-600">© 2024 Synthetix. All rights reserved</div> | ||||||
<div class="footer-legal-links"> | ||||||
<a href="https://discord.com/channels/413890591840272394/479848672289488906" target="_blank" class="footer-legal-link">Help</a> | ||||||
<a href="https://staking.synthetix.io/terms/" target="_blank" class="footer-legal-link">Terms and Conditions</a> | ||||||
<a href="https://staking.synthetix.io/term" target="_blank" class="footer-legal-link">Terms of Use</a> | ||||||
</div> | ||||||
</div> | ||||||
</div> | ||||||
|
Binary file added
BIN
+79.6 KB
images/3-423-68-ETH-Synthetix-Exchange-12-20-2024_12_36_PM-p-1080.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://staking.synthetix.io/terms/ was a correct link