/client/views/connect.html

https://gitlab.com/jameswhiteman/jameswhiteman-web · HTML · 19 lines · 19 code · 0 blank · 0 comment · 0 complexity · 1e1ba4b516c27452c054bb5b5a9764d6 MD5 · raw file

  1. <template name="connect">
  2. <div class="container">
  3. <p class="flow-text">
  4. You can e-mail me directly at <a href="mailto:jameswhiteman@outlook.com">jameswhiteman@outlook.com</a>
  5. or you can connect with me using any of the following social networks.
  6. </p>
  7. <div class="collection">
  8. <a class="collection-item" target="_blank" href="http://jameswhiteman.blogger.com">Blogger</a>
  9. <a class="collection-item" target="_blank" href="http://www.facebook.com/james.whiteman93">Facebook</a>
  10. <a class="collection-item" target="_blank" href="http://www.twitter.com/james_whiteman">Twitter</a>
  11. <a class="collection-item" target="_blank" href="http://www.plus.google.com/+/jameswhiteman">Google+</a>
  12. <a class="collection-item" target="_blank" href="http://www.linkedin.com/in/jwhiteman">LinkedIn</a>
  13. <a class="collection-item" target="_blank" href="http://www.youtube.com/channel/UCbdqy-2UKfNaYHCyz3bNt5Q">Youtube</a>
  14. <a class="collection-item" target="_blank" href="http://www.flickr.com/photos/jameswhiteman">Flickr</a>
  15. <a class="collection-item" target="_blank" href="http://instagram.com/cogentleman/">Instagram</a>
  16. <a class="collection-item" target="_blank" href="https://www.tumblr.com/blog/jameswhiteman">Tumblr</a>
  17. </div>
  18. </div>
  19. </template>