Update link tracking classifications
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
aria-label="LinkedIn profile (opens in new tab)"
|
aria-label="LinkedIn profile (opens in new tab)"
|
||||||
data-umami-event="linkedin profile (footer)"
|
data-umami-event="footer link"
|
||||||
|
data-umami-event-label="linkedin"
|
||||||
>
|
>
|
||||||
<LinkedInIcon size={15} />
|
<LinkedInIcon size={15} />
|
||||||
LinkedIn
|
LinkedIn
|
||||||
@@ -28,7 +29,8 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
aria-label="GitHub profile (opens in new tab)"
|
aria-label="GitHub profile (opens in new tab)"
|
||||||
data-umami-event="github profile (footer)"
|
data-umami-event="footer link"
|
||||||
|
data-umami-event-label="github"
|
||||||
>
|
>
|
||||||
<GithubIcon size={15} />
|
<GithubIcon size={15} />
|
||||||
GitHub
|
GitHub
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
aria-label="Schedule a 30-minute intro call (opens in new tab)"
|
aria-label="Schedule a 30-minute intro call (opens in new tab)"
|
||||||
data-umami-event="schedule call (hero section)"
|
data-umami-event="schedule call"
|
||||||
|
data-umami-event-location="hero section"
|
||||||
>
|
>
|
||||||
Schedule a 30-minute intro call
|
Schedule a 30-minute intro call
|
||||||
<ExternalLinkIcon aria-label="Opens in new tab" size={17} />
|
<ExternalLinkIcon aria-label="Opens in new tab" size={17} />
|
||||||
@@ -30,6 +31,7 @@
|
|||||||
download
|
download
|
||||||
aria-label="Download Mike Fitzpatrick's resume as PDF"
|
aria-label="Download Mike Fitzpatrick's resume as PDF"
|
||||||
data-umami-event="download resume"
|
data-umami-event="download resume"
|
||||||
|
data-umami-event-location="hero section"
|
||||||
>
|
>
|
||||||
Download resume
|
Download resume
|
||||||
<FiletypePdfIcon aria-label="PDF format file" size={17} />
|
<FiletypePdfIcon aria-label="PDF format file" size={17} />
|
||||||
|
|||||||
@@ -45,32 +45,41 @@
|
|||||||
<a
|
<a
|
||||||
href="#what-we-do"
|
href="#what-we-do"
|
||||||
class="nav-link"
|
class="nav-link"
|
||||||
data-umami-event="services (navigation)">Services</a
|
data-umami-event="navigation"
|
||||||
|
data-umami-event-label="services">Services</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a href="#impact" class="nav-link" data-umami-event="impact (navigation)"
|
<a
|
||||||
>Impact</a
|
href="#impact"
|
||||||
|
class="nav-link"
|
||||||
|
data-umami-event="navigation"
|
||||||
|
data-umami-event-label="impact">Impact</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a
|
<a
|
||||||
href="#how-we-work"
|
href="#how-we-work"
|
||||||
class="nav-link"
|
class="nav-link"
|
||||||
data-umami-event="process (navigation)">Process</a
|
data-umami-event="navigation"
|
||||||
|
data-umami-event-label="process">Process</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a
|
<a
|
||||||
href="#schedule"
|
href="#schedule"
|
||||||
class="nav-link"
|
class="nav-link"
|
||||||
data-umami-event="contact (navigation)">Contact</a
|
data-umami-event="navigation"
|
||||||
|
data-umami-event-label="contact">Contact</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="nav-item nav-back-to-top">
|
<div class="nav-item nav-back-to-top">
|
||||||
<a href="#header" class="nav-link" data-umami-event="back to top (navigation)"
|
<a
|
||||||
>Back to top</a
|
href="#header"
|
||||||
|
class="nav-link"
|
||||||
|
data-umami-event="navigation"
|
||||||
|
data-umami-event-label="back to top">Back to top</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -16,7 +16,8 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
aria-label="Schedule a 30-minute intro call (opens in new tab)"
|
aria-label="Schedule a 30-minute intro call (opens in new tab)"
|
||||||
data-umami-event="schedule call (schedule section)"
|
data-umami-event="schedule call"
|
||||||
|
data-umami-event-location="schedule section"
|
||||||
>
|
>
|
||||||
Schedule a 30-minute intro call
|
Schedule a 30-minute intro call
|
||||||
<ExternalLinkIcon aria-label="Opens in new tab" size={17} />
|
<ExternalLinkIcon aria-label="Opens in new tab" size={17} />
|
||||||
|
|||||||
Reference in New Issue
Block a user