index.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- Basic Page Needs
  5. ================================================== -->
  6. <meta charset="utf-8" />
  7. <meta name="viewport" content="width=device-width,initial-scale=1">
  8. <meta name="description" content="Font Awesome, the iconic font and CSS framework">
  9. <meta name="author" content="Dave Gandy">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11. <link rel="shortcut icon" href="assets/ico/favicon.ico">
  12. <title>Font Awesome + You</title>
  13. <style type="text/css">
  14. html{
  15. margin: 0;
  16. height: 100%;
  17. overflow: hidden;
  18. }
  19. iframe{
  20. position: absolute;
  21. left:0;
  22. right:0;
  23. bottom:0;
  24. top:0;
  25. border:0;
  26. }
  27. </style>
  28. <script>
  29. var _gaq = _gaq || [];
  30. _gaq.push(['_setAccount', 'UA-30136587-1']);
  31. _gaq.push(['_trackPageview']);
  32. (function() {
  33. var ga = document.createElement('script');
  34. ga.src = 'https://www.google-analytics.com/ga.js';
  35. var s = document.scripts[0];
  36. s.parentNode.insertBefore(ga, s);
  37. })();
  38. </script>
  39. </head>
  40. <body>
  41. <iframe id="typeform-full" width="100%" height="100%" frameborder="0" src="https://fortawesome.typeform.com/to/Ty174C"></iframe>
  42. <script type="text/javascript" src="https://s3-eu-west-1.amazonaws.com/share.typeform.com/embed.js"></script>
  43. </body>
  44. </html>