index.html 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <html>
  2. <head>
  3. <title>Slim Coffee Shop</title>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="description" content="The slim coffee shop sells Valentus coffee products that help to control appetite and aid in weight loss.">
  7. <meta name="keywords" content="slim coffee shop, slim coffee, valentus, coffee, slimroast">
  8. <meta name="robots" content="all">
  9. <link rel='shortcut icon' href='favicon.ico' type="image/x-icon">
  10. <link rel='icon' href='images/favicon.png' sizes="192x192">
  11. <link rel='apple-touch-icon' href='images/favicon.png' sizes="180x180">
  12. <!-- Open Graph -->
  13. <meta property="og:title" content="Slim Coffee Shop" />
  14. <meta property="og:description" content="The slim coffee shop sells Valentus coffee products that help to control appetite and aid in weight loss.">
  15. <meta property="og:type" content="article" />
  16. <meta property="og:url" content="http://slimcoffeeshop.com" />
  17. <meta property="og:image" content="http://slimcoffeeshop.com/images/og_slim.png" /><!--470x246 --> <!--158x158-->
  18. <meta property="og:image:type" content="image/gif" />
  19. <meta property="og:image:width" content="300" />
  20. <meta property="og:image:height" content="300" />
  21. <!-- Twitter Card -->
  22. <meta name="twitter:card" content="summary" />
  23. <meta property="twitter:title" content="Slim Coffee Shop" />
  24. <meta property="twitter:description" content="The slim coffee shop sells Valentus coffee products that help to control appetite and aid in weight loss.">
  25. <!--<meta name="twitter:creator" content="" />-->
  26. <meta name="twitter:image:src" content="http://slimcoffeeshop.com/images/twitter_slim.png" /> <!--600x300-->
  27. <meta name="twitter:domain" content="http://slimcoffeeshop.com" />
  28. <link href="https://fonts.googleapis.com/css?family=Lobster|Courgette|Fjalla One" rel="stylesheet" />
  29. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />
  30. <link rel="stylesheet" media="screen" href="css/main.css" />
  31. </head>
  32. <body>
  33. <div id="wrapper">
  34. <div id="banner"><img src="./images/banner.jpg" alt="Manage weight with the healthiest coffee on the planet!" /></div>
  35. <div id="header-text"><h1><a href="#"><span class="dark">Slim</span><span class="bright">Coffee</span><span class="light">Shop</span></a></h1></div>
  36. <div id="detail-section">
  37. <div class="button-center shift-right">
  38. <a class="order-button" id="top-order-button" onclick="javascript:order();return false;" href="http://www.orderslimroast.com/Coffeeclub">Order Now</a>
  39. </div>
  40. <div id="detail-content">
  41. <div id="detail-image">
  42. <img src="./images/lady.png" />
  43. </div>
  44. <div id="detail-text">
  45. <p>Drinking a daily cup of slim roast coffee can jump start your weight loss goals! Tammy went from a size 14 to a size 6 in just four months!<br />Interested in starting your journey? Order now or <a href="mailto:slimcoffeeshop@gmail.com?subject=Slim Coffee Samples">email me for samples</a>!</p>
  46. </div>
  47. </div></div>
  48. <div id="feature-section">
  49. <div id="feature-content">
  50. <h1>One cup a day is all it takes!</h1>
  51. <div class="feature">
  52. <img src="./images/icon1.png" /><p>CONTROLS APPETITE<br />REGULATES SUGAR AND<br />FAT ABSORPTION</p>
  53. </div>
  54. <div class="feature">
  55. <img src="./images/icon2.png" /><p>HELPS PROMOTE<br />HEALTHY BRAIN<br />FUNCTION</p>
  56. </div>
  57. <div class="feature">
  58. <img src="./images/icon3.png" /><p>TASTES AMAZING<br />ANTIOXIDANT<br />ELEVATES MOOD</p>
  59. </div>
  60. </div>
  61. </div>
  62. <div id="action-section">
  63. <div class="button-center">
  64. <a class="order-button" id="inline-order-button" onclick="javascript:order();return false;" href="http://www.orderslimroast.com/Coffeeclub">Order Now</a>
  65. </div>
  66. <div id="commitment-text">
  67. <h1>Commit To You</h1>
  68. <p>We are committed to helping you reach your weight loss goals.</p>
  69. <p>Are YOU ready?</p>
  70. <p>Take control of your weight loss and health because now is the time to make it happen! Order now to get started or <a href="mailto:slimcoffeeshop@gmail.com?subject=Slim Coffee Samples">email me for free samples</a>!</p>
  71. </div>
  72. <div id="commitment-image"><img src="./images/dude.png" /></div>
  73. </div>
  74. </div>
  75. <form method="post" name="valentus-order" action="https://www.valentus.com/aff/join">
  76. <input type="hidden" name="ENROLLER" value="566689">
  77. <input type="hidden" name="SOURCE" value="">
  78. <input type="hidden" name="PAGE" value="2">
  79. <input type="hidden" name="PRODUCT" value="">
  80. </form>
  81. <footer>
  82. <div class="footer-section">
  83. <p>Questions, comments, free sample request?</p><p><a href="mailto:slimcoffeeshop@gmail.com?subject=Slim Coffee Samples">Email me</a></p>
  84. </div>
  85. <div class="footer-section">
  86. <p>Looking for other Valentus products?</p><p><a href="http://www.myvalentus.com/Coffeeclub" target="_blank">Order Here</a></p>
  87. </div>
  88. <div class="footer-section">
  89. <p>Want to learn more about how to drink?</p><p><a href="./Weight_Loss_Tips.pdf" download target="_blank">More Info</a></p>
  90. </div>
  91. </footer>
  92. <script type="text/javascript">
  93. function order(x) {document.forms['valentus-order'].submit();}
  94. </script>
  95. <script>
  96. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  97. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  98. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  99. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  100. ga('create', 'UA-83226729-2', 'auto');
  101. ga('send', 'pageview');
  102. </script>
  103. </body>
  104. </html>