Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2012
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <title>SlyFiles</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta name="description" content="SlyFiles upload" />
  9. <link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
  10. <link rel="stylesheet" href="css/bootstrap.css" type="text/css" media="screen"/>
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  12. <script type="text/javascript" src="js/bootstrap.min.js"></script>
  13. <link href='http://fonts.googleapis.com/css?family=Doppio+One' rel='stylesheet' type='text/css'>
  14. </head>
  15. <header>
  16. <div class="container">
  17. <div class="menu">
  18. <a href="index.php"><div id="logo"></div></a>
  19. <a href="index.php"><div id="home"></div></a>
  20. <a href="portfolio.php"><div id="portfolio"></div></a>
  21. <a href="vouch.php"><div id="vouch"></div></a>
  22. <a href="tos.php"><div id="tos-current"></div></a>
  23. <a href="order.php"><div id="order"></div></a>
  24. </div>
  25. <div id="banner"></div>
  26. <div id="borderbottom"></div>
  27. </div>
  28. </header>
  29. <body>
  30. <div class="container">
  31. <div class="tos">
  32. <div class="well well-large">
  33. <span id="acceptance">
  34. Your Acceptance
  35. </span>
  36. <span class="accept"><br />
  37. You must accept that you have to pay for the product first before receiving it and have all of the rights for the product.
  38. You may not order a product and then abandone the project while the designers are working on it.
  39. All of our vouches, every single of vouches are real, we do the best to collect every vouch from our clients.
  40. You cannot pay before you see the product due to billing & secure reasons, the same as you cannot receive your product before paying.
  41. All of our products are under copyright unless the product is being purchased and sold, we will notify.
  42. </span>
  43. <br /><br />
  44. <hr />
  45. <span id="acceptance">
  46. Our Services
  47. </span>
  48. <span class="accept"><br />
  49. We offer PSD to HTML services, Custom graphic services, MyBB templates services, Wordpress Services, Web design services and so on.
  50. You can not start a project, and abandone it after a few weeks or after we started working on it. After sending an order, it will take us about 24 hours to review and reply to your
  51. order, all replies will go throught forum Private Messagining system, do not send us messages straight to our email, it is obviously going to be blocked or ignored as spam.
  52. Once I have contacted you, I will add you on Skype or work on the product using the Private Messaging system on the forum.
  53. <br /><br /><br />
  54. <strong>You must pay with a verified real informated PayPal account in order to purchase product(s) from us.</strong>
  55. </span>
  56. <br><br><br>This is an example of a sentence with a
  57. <a href="#" class="link" data-original-title="first tooltip">Hover me for a tooltip</a>!
  58. <span id="acceptance">
  59. The discounts
  60. </span><br />
  61. <span class="accept"><br />
  62. We currently offering a specify amount of percent of discounts for three forums, Hackforums, Sythe, Rune-Server members. Some of them has a different amount of discount, you can check it at our
  63. order form using the forum selector tool. There is a no way you will lie to us and select the highest discount forum as we're going to check your information(s). If we find out that you're tricking us,
  64. you will be completely banned from our services in general.
  65. </span>
  66.  
  67. <br /><br />
  68. <hr />
  69. <span id="acceptance">
  70. Our team
  71. </span>
  72. <span class="accept"><br />
  73. I am Jony, the main designer on the site & I am the founder of JonyDesigns.com, I do the Web Designs, PSD to HTML and all graphics related services.
  74. Jon is the second guy, Web Developer, PSD to HTML, Wordpress, MyBB, IPB, Xenforo, and more custom services.
  75. </span>
  76. <br /><br />
  77. <hr />
  78. <span id="copyright">Before ordering you must a agree and accept our Terms of Service</span>
  79. </div>
  80. </div>
  81. </div>
  82. </body>
  83. <footer>
  84. <div class="container">
  85. <div class="footer">
  86. <span id="footer">
  87. JonyDesigners &copy; 2012, All rights reserved.
  88. </div>
  89. </div>
  90. </footer>
  91. <script type="text/javascript">
  92. $('.link').tooltip()
  93. </script>
  94. <script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
  95. <script src="https://api.twitter.com/1/statuses/user_timeline/rapturesgfx.json?callback=twitterCallback2&count=4" type="text/javascript"></script>
  96. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement