Advertisement
Hanjo

Index/Home

Jul 3rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <link rel="icon" href="http://i.imgur.com/s9o7oJs.jpg">
  5.     <title>
  6.         Zhi ESports - Home
  7.     </title>
  8.     <style type="text/css">
  9.         .p2 {
  10.             font-size: 2em;
  11.             font-family: "Times New Roman", Times, serif;
  12.         }
  13.         p {
  14.             font-size: 1.5em;
  15.             font-family: "Times New Roman", Times, serif;
  16.         }
  17.         body {
  18.             background-color: #eaebef;
  19.         }
  20.         .button2:hover {
  21.     background-color: lightgreen;
  22.     color: white;
  23.     border: 2px solid black;
  24.     font-weight: bold;
  25.     cursor: pointer;
  26.     box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  27. }
  28. .button2 {
  29.     background-color: #eaebef;
  30.     color: black;
  31.     border: 2px solid black;
  32.     padding: 15px 50px;
  33.     text-align: center;
  34.     text-decoration: none;
  35.     display: inline-block;
  36.     font-size: 16px;
  37.     font-weight: bold;
  38.     -webkit-transition-duration: 0.6s;
  39.     transition-duration: 0.6s;
  40. }
  41. footer{
  42.     color: black;
  43.     background-color: #eaebef;
  44.     font-size: 1em;
  45.     font-family: "Times New Roman", Times, serif;
  46. }
  47.     </style>
  48. </head>
  49. <body>
  50. <center>
  51. <button class="button button2" onclick="visitHome()">Home
  52. </button>
  53. <button class="button button2" onclick="visitRoster()">Roster
  54. </button>
  55. <button class="button button2" onclick="visitHighlights()">Highlights
  56. </button>
  57. <p class="p p2">
  58. Zhi ESports - Home
  59. </p>
  60. <br>
  61. <br>
  62. <p class="p p3">
  63. Social Media:
  64. </p>
  65. <button class="button button2" onclick="visitYoutube()">YouTube
  66. </button>
  67. <button class="button button2" onclick="visitTwitter()">Twitter
  68. </button>
  69. </center>
  70. </h2>
  71. <script>
  72. function visitHome(){
  73.         window.location="https://zhiow.000webhostapp.com";
  74.     }
  75.     function visitRoster(){
  76.         window.location="https://zhiow.000webhostapp.com/roster.html";
  77.     }
  78.     function visitHighlights(){
  79.         window.location="https://zhiow.000webhostapp.com/highlights.html";
  80.     }
  81.     function visitYoutube(){
  82.         window.location="https://www.youtube.com/channel/UCFu8OjDJM63-26Jq90wubUQ";
  83.     }
  84.     function visitTwitter(){
  85.         window.location="https://twitter.com/TeamLogicOW"
  86.     }
  87. </script>
  88. <footer>
  89. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  90. <center>
  91. Website made by "iHanjo"<br>
  92. Copyright © Zhi ESports 2017
  93. </center>
  94. </footer>
  95. </body>
  96. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement