Advertisement
Guest User

Untitled

a guest
Feb 14th, 2018
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title>CH-Toplist</title>
  6. <meta charset="utf-8">
  7.  
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
  10. <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  11. <link rel="stylesheet" href="assets/css/styles.css">
  12. <link rel="shortcut icon" href="assets/images/favicon.ico" />
  13.  
  14. </head>
  15.  
  16. <body>
  17.  
  18. <!-- Header -->
  19. <a href="index.html"><img id="header" src="assets/images/header.jpg" alt="header" style="width:100%"></a>
  20.  
  21. <section id="contact" class="py-5">
  22. <div class="container">
  23. <h2>Contact information</h2> In case you are not on the list and you meet one of the following requirements, please do contact us via
  24. <a href="mailto:toplistch@gmail.com?Subject=CH-Toplist" target="_top">toplistch@gmail.com</a>:<br> - Living in switzerland<br> - Playing in the swiss eSports scene<br><br> Your email should look somewhat around these lines, if you are not part of
  25. a team or/and do not own a twitter just leave a blank space: <br><br>
  26. <pre id="p1">
  27. <button id="copy" onclick="copyToClipboard('#p1')"><img src="assets/images/copy.png" alt=""></button>
  28. Dear Swiss Agents,<br>
  29. I am writing concerning the chtoplist.ch website. I meet the requirements and want to be on the player list. <br>
  30. Here is my personal data:
  31. - (ALIAS)
  32. - (SUMMONER NAME)
  33. - (TEAM)
  34. - (ROLE)
  35. - (TWITTER)
  36. </pre>
  37. </div>
  38. </section>
  39.  
  40. <section id="privacypolicy" class="py-5">
  41. <div class="container">
  42. <br>
  43. <h3>Contact Us</h3> If you have any questions about our Privacy Policy, suggestions for CH-Toplist or if you want to get your personal data deleted from CH-Toplist, do not hesitate to contact us via
  44. <a href="mailto:toplistch@gmail.com?Subject=CH-Toplist" target="_top">toplistch@gmail.com</a>
  45.  
  46. <h3>Donations</h3>
  47. Donating is a helpful way to support the CH-Toplist. The domain, web-and database server get paid by ourselves. If you would like to support this project and keep it going you can help us financially with a donation.
  48. Every amount is highly appreciated. Thanks for the support.<br>
  49. <br><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
  50. <input type="hidden" name="cmd" value="_s-xclick">
  51. <input type="hidden" name="hosted_button_id" value="APYPNJ5YQHRAQ">
  52. <input type="image" src="https://www.paypalobjects.com/de_DE/CH/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
  53. <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
  54. </form>
  55.  
  56.  
  57. <h2>Privacy Policy</h2> Swiss Agents operates the http://chtoplist.ch website, which provides the SERVICE. This page is used to inform website visitors regarding our policies with the collection, use, and disclosure of Personal Information(mainly twitter data) if anyone decided to use our
  58. Service. If you choose to use our Service, then you agree to the collection and use of information in relation with this policy. The Personal Information that we collect are used for providing and improving the Service. We will not use or share
  59. your information with anyone except as described in this Privacy Policy.
  60.  
  61. <br>
  62. <h3>Riot Reference</h3> CH-Toplist isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of
  63. Riot Games, Inc. League of Legends © Riot Games, Inc. !
  64. <br>
  65. <h3>Security</h3> We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure
  66. and reliable, and we cannot guarantee its absolute security.
  67. <br>
  68. <h3>Changes to This Privacy Policy</h3> We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately,
  69. after they are posted on this page.<br><br>
  70.  
  71.  
  72. </div>
  73. </section>
  74.  
  75.  
  76. <footer id="myFooter">
  77. <div class="second-bar">
  78. <div class="container">
  79. <a> Copyright © 2018 Swiss Agents</a>
  80. <a style="font-size: 12px" href="index.html">Toplist</a>
  81. <a style="font-size: 12px" href="teams.html">Teams</a>
  82. <a style="font-size: 12px" href="info.html#privacypolicy">Privacy Policy</a>
  83. <a style="font-size: 12px" href="info.html#contact">Contact</a>
  84. <div class="social-icons">
  85. <a>Luna:</a>
  86. <a href="http://www.twitter.com/kei_ahnig1" class="twitter"><i class="fa fa-twitter"></i></a>
  87. <a>Punchy:</a>
  88. <a href="http://www.twitter.com/freedom4punchy" class="twitter"><i class="fa fa-twitter"></i></a>
  89. </div>
  90. </div>
  91. </div>
  92. </footer>
  93. <script>
  94. function copyToClipboard(element) {
  95. var $temp = $("<input>");
  96. $("body").append($temp);
  97. $temp.val($(element).text()).select();
  98. document.execCommand("copy");
  99. alert("Copied to Clipboard");
  100. $temp.remove();
  101. }
  102. </script>
  103. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  104. <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  105. </body>
  106.  
  107. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement