social-icons.ejs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <% if(icon == 'facebook') { %>
  2. <a href="<%= link %>" title="Facebook"
  3. v-on:click="mixpanelTrack('Social Link', {'network': 'Facebook'})"
  4. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  5. <i class="fab fa-facebook-f"></i>
  6. </a>
  7. <% } %>
  8. <% if(icon == 'youtube') { %>
  9. <a href="<%= link %>" title="Youtube"
  10. v-on:click="mixpanelTrack('Social Link', {'network': 'YouTube'})"
  11. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  12. <i class="fab fa-youtube"></i>
  13. </a>
  14. <% } %>
  15. <% if(icon == 'linkedin') { %>
  16. <a href="<%= link %>" title="Linkedin"
  17. v-on:click="mixpanelTrack('Social Link', {'network': 'Linkedin'})"
  18. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  19. <i class="fab fa-linkedin"></i>
  20. </a>
  21. <% } %>
  22. <% if(icon == 'vimeo') { %>
  23. <a href="<%= link %>" title="Vimeo"
  24. v-on:click="mixpanelTrack('Social Link', {'network': 'Vimeo'})"
  25. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  26. <i class="fab fa-vimeo"></i>
  27. </a>
  28. <% } %>
  29. <% if(icon == 'github') { %>
  30. <a href="<%= link %>" title="Github"
  31. v-on:click="mixpanelTrack('Social Link', {'network': 'Github'})"
  32. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  33. <i class="fab fa-github"></i>
  34. </a>
  35. <% } %>
  36. <% if(icon == 'twitter') { %>
  37. <a href="<%= link %>" title="Twitter"
  38. v-on:click="mixpanelTrack('Social Link', {'network': 'Twitter'})"
  39. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  40. <i class="fab fa-twitter"></i>
  41. </a>
  42. <% } %>
  43. <% if(icon == 'lastfm') { %>
  44. <a href="<%= link %>" title="Last.fm"
  45. v-on:click="mixpanelTrack('Social Link', {'network': 'LastFM'})"
  46. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  47. <i class="fab fa-lastfm"></i>
  48. </a>
  49. <% } %>
  50. <% if(icon == 'tumblr') { %>
  51. <a href="<%= link %>" title="'Coisas do James' on Tumblr"
  52. v-on:click="mixpanelTrack('Social Link', {'network': 'Tumblr'})"
  53. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  54. <i class="fab fa-tumblr"></i>
  55. </a>
  56. <% } %>
  57. <% if(icon == 'itch-io') { %>
  58. <a href="<%= link %>" title="My games on Itch.io"
  59. v-on:click="mixpanelTrack('Social Link', {'network': 'Itch.io'})"
  60. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  61. <i class="fab fa-itch-io"></i>
  62. </a>
  63. <% } %>
  64. <% if(icon == 'steam') { %>
  65. <a href="<%= link %>" title="Gamer profile on Steam"
  66. v-on:click="mixpanelTrack('Social Link', {'network': 'Steam'})"
  67. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  68. <i class="fab fa-steam"></i>
  69. </a>
  70. <% } %>
  71. <% if(icon == 'rss') { %>
  72. <a href="<%= link %>" title="James Peret's projects and posts RSS feed"
  73. v-on:click="mixpanelTrack('RSS feed')"class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  74. <i class="fas fa-rss"></i>
  75. </a>
  76. <% } %>
  77. <% if(icon == 'git') { %>
  78. <a href="<%= link %>" title="Code repositories"
  79. v-on:click="mixpanelTrack('Git Repositories')"
  80. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  81. <i class="fab fa-git-alt"></i>
  82. </a>
  83. <% } %>
  84. <% if(icon == 'soundcloud') { %>
  85. <a href="<%= link %>" title="Songs on soundcloud"
  86. v-on:click="mixpanelTrack('Social Link', {'network': 'Soundcloud'})"
  87. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  88. <i class="fab fa-soundcloud"></i>
  89. </a>
  90. <% } %>
  91. <% if(icon == 'twitch.tv') { %>
  92. <a href="<%= link %>" title="Twitch.tv"
  93. v-on:click="mixpanelTrack('Social Link', {'network': 'Twitch.tv'})"
  94. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  95. <i class="fab fa-twitch"></i>
  96. </a>
  97. <% } %>
  98. <% if(icon == 'npm') { %>
  99. <a href="<%= link %>" title="Node modules on NPM"
  100. v-on:click="mixpanelTrack('Social Link', {'network': 'NPM'})"
  101. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  102. <i class="fab fa-npm"></i>
  103. </a>
  104. <% } %>
  105. <% if(icon == 'pinterest') { %>
  106. <a href="<%= link %>" title="Pinterest"
  107. v-on:click="mixpanelTrack('Social Link', {'network': 'Pinterest'})"
  108. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  109. <i class="fab fa-pinterest"></i>
  110. </a>
  111. <% } %>
  112. <% if(icon == 'unity') { %>
  113. <a href="<%= link %>" title="Unity Connect"
  114. v-on:click="mixpanelTrack('Social Link', {'network': 'Unity Connect'})"
  115. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  116. <i class="fab fa-unity"></i>
  117. </a>
  118. <% } %>
  119. <% if(icon == 'angellist') { %>
  120. <a href="<%= link %>" title="Angel List"
  121. v-on:click="mixpanelTrack('Social Link', {'network': 'Angel List'})"
  122. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  123. <i class="fab fa-angellist"></i>
  124. </a>
  125. <% } %>
  126. <% if(icon == 'codepen') { %>
  127. <a href="<%= link %>" title="codepen"
  128. v-on:click="mixpanelTrack('Social Link', {'network': 'CodePen'})"
  129. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  130. <i class="fab fa-codepen"></i>
  131. </a>
  132. <% } %>
  133. <% if(icon == 'behance') { %>
  134. <a href="<%= link %>" title="Portolio on Behance"
  135. v-on:click="mixpanelTrack('Social Link', {'network': 'Behance'})"
  136. class="display-4 social-link" style="margin-right: 10px" data-toggle="tooltip" data-placement="top">
  137. <i class="fab fa-behance"></i>
  138. </a>
  139. <% } %>