|
@@ -1,100 +1,139 @@
|
|
<% if(icon == 'facebook') { %>
|
|
<% if(icon == 'facebook') { %>
|
|
- <a href="<%= link %>" title="Facebook" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Facebook"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Facebook'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-facebook-f"></i>
|
|
<i class="fab fa-facebook-f"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'youtube') { %>
|
|
<% if(icon == 'youtube') { %>
|
|
- <a href="<%= link %>" title="Youtube" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Youtube"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'YouTube'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-youtube"></i>
|
|
<i class="fab fa-youtube"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'linkedin') { %>
|
|
<% if(icon == 'linkedin') { %>
|
|
- <a href="<%= link %>" title="Linkedin" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Linkedin"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Linkedin'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-linkedin"></i>
|
|
<i class="fab fa-linkedin"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'vimeo') { %>
|
|
<% if(icon == 'vimeo') { %>
|
|
- <a href="<%= link %>" title="Vimeo" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Vimeo"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Vimeo'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-vimeo"></i>
|
|
<i class="fab fa-vimeo"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'github') { %>
|
|
<% if(icon == 'github') { %>
|
|
- <a href="<%= link %>" title="Github" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Github"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Github'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-github"></i>
|
|
<i class="fab fa-github"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'twitter') { %>
|
|
<% if(icon == 'twitter') { %>
|
|
- <a href="<%= link %>" title="Twitter" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Twitter"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Twitter'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-twitter"></i>
|
|
<i class="fab fa-twitter"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'lastfm') { %>
|
|
<% if(icon == 'lastfm') { %>
|
|
- <a href="<%= link %>" title="Last.fm" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Last.fm"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'LastFM'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-lastfm"></i>
|
|
<i class="fab fa-lastfm"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'tumblr') { %>
|
|
<% if(icon == 'tumblr') { %>
|
|
- <a href="<%= link %>" title="'Coisas do James' on Tumblr" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="'Coisas do James' on Tumblr"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Tumblr'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-tumblr"></i>
|
|
<i class="fab fa-tumblr"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'itch-io') { %>
|
|
<% if(icon == 'itch-io') { %>
|
|
- <a href="<%= link %>" title="My games on Itch.io" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="My games on Itch.io"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Itch.io'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-itch-io"></i>
|
|
<i class="fab fa-itch-io"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'steam') { %>
|
|
<% if(icon == 'steam') { %>
|
|
- <a href="<%= link %>" title="Gamer profile on Steam" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Gamer profile on Steam"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Steam'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-steam"></i>
|
|
<i class="fab fa-steam"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
-<% if(icon == 'steam') { %>
|
|
|
|
- <a href="<%= link %>" title="James Peret's projects and posts RSS feed" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+<% if(icon == 'rss') { %>
|
|
|
|
+ <a href="<%= link %>" title="James Peret's projects and posts RSS feed"
|
|
|
|
+ v-on:click="mixpanelTrack('RSS feed')"class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fas fa-rss"></i>
|
|
<i class="fas fa-rss"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'git') { %>
|
|
<% if(icon == 'git') { %>
|
|
- <a href="<%= link %>" title="Code repositories" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Code repositories"
|
|
|
|
+ v-on:click="mixpanelTrack('Git Repositories')"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-git-alt"></i>
|
|
<i class="fab fa-git-alt"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'soundcloud') { %>
|
|
<% if(icon == 'soundcloud') { %>
|
|
- <a href="<%= link %>" title="Songs on soundcloud" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Songs on soundcloud"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Soundcloud'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-soundcloud"></i>
|
|
<i class="fab fa-soundcloud"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'twitch.tv') { %>
|
|
<% if(icon == 'twitch.tv') { %>
|
|
- <a href="<%= link %>" title="Twitch.tv" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Twitch.tv"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Twitch.tv'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-twitch"></i>
|
|
<i class="fab fa-twitch"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'npm') { %>
|
|
<% if(icon == 'npm') { %>
|
|
- <a href="<%= link %>" title="Node modules on NPM" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Node modules on NPM"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'NPM'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-npm"></i>
|
|
<i class="fab fa-npm"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'pinterest') { %>
|
|
<% if(icon == 'pinterest') { %>
|
|
- <a href="<%= link %>" title="Pinterest" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Pinterest"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Pinterest'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-pinterest"></i>
|
|
<i class="fab fa-pinterest"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'unity') { %>
|
|
<% if(icon == 'unity') { %>
|
|
- <a href="<%= link %>" title="Unity Connect" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Unity Connect"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Unity Connect'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-unity"></i>
|
|
<i class="fab fa-unity"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'angellist') { %>
|
|
<% if(icon == 'angellist') { %>
|
|
- <a href="<%= link %>" title="Angel List" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Angel List"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Angel List'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-angellist"></i>
|
|
<i class="fab fa-angellist"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'codepen') { %>
|
|
<% if(icon == 'codepen') { %>
|
|
- <a href="<%= link %>" title="codepen" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="codepen"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'CodePen'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-codepen"></i>
|
|
<i class="fab fa-codepen"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|
|
<% if(icon == 'behance') { %>
|
|
<% if(icon == 'behance') { %>
|
|
- <a href="<%= link %>" title="Portolio on Behance" class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
|
|
|
|
+ <a href="<%= link %>" title="Portolio on Behance"
|
|
|
|
+ v-on:click="mixpanelTrack('Social Link', {'network': 'Behance'})"
|
|
|
|
+ class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
|
|
<i class="fab fa-behance"></i>
|
|
<i class="fab fa-behance"></i>
|
|
</a>
|
|
</a>
|
|
<% } %>
|
|
<% } %>
|