HTML

contact.html

Feb 24th, 2017
148
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="author" content="Jacob Howard, Sebastian Landazuri">
  6. <meta name="description" content="Anime is real! Figure out how to get your waifu in real life at your own home!">
  7. <meta name="keywords" content="html, project, q3, hoax, anime is real, anime, anime, html, milwee, not real, fake">
  8. <link rel="stylesheet" type="text/css" href="css/anime.css">
  9. <link rel="shortcut icon" type="image/icon" href="img/favicon.ico"> <!-- Picture in the tab -->
  10. <title>Anime is Real!</title> <!-- Words in the tab to replace the url -->
  11. </head>
  12.  
  13. <body>
  14. <header align="center"> <!-- Logo goes here -->
  15. <a href="index.html"><img src="img/logo.png" type="image/png" href="index.html" alt="Anime is Real! (Logo)" id="logo"></a>
  16. </header>
  17. <br>
  18. <nav align="center"> <!-- Holding the links below the header -->
  19. <a href="index.html"><button>Home</button></a>
  20. <a href="more.html"><button>About</button></a>
  21. <a href="images.html"><button>Images</button></a>
  22. <a href="contact.html"><button>Contact</button></a>
  23. </nav>
  24. <br>
  25. <table width="100%"> <!-- The container for the three boxes under the seperator line -->
  26. <tr>
  27. <td width="20%"> <!-- The box on the left side of the page -->
  28. <div id="block">
  29. <p>Local fish lady thinks that anime is real...</p>
  30. <a href="av/pranked.mp4" target="blank">
  31. <button class="read">Read More</button></a>
  32. <!-- 'Read More' buttons lead to the "pranked" video -->
  33. <p>Local lizard watches anime, shocked to find out his dreams can come true...</p>
  34. <a href="av/pranked.mp4" target="blank">
  35. <button class="read">Read More</button></a>
  36. <p>Japan weeaboos invade Russia...</p>
  37. <a href="av/pranked.mp4" target="blank">
  38. <button class="read">Read More</button></a>
  39. <p>Local lady wants "senpai" to notice her...</p>
  40. <a href="av/pranked.mp4" target="blank">
  41. <button class="read">Read More</button></a>
  42. </div>
  43. </td>
  44. <td width="60%" style="margin-left:7px; margin-right:7px;"> <!-- The box in the center of the page -->
  45. <div>
  46. <center>
  47. <p>Phone Number - Call or text - (866)-740-4531<br>Contact Email: <a target="_blank" href="mailto:[email protected]" style="color:#585B84;text-decoration:none;">One of the Owners.</a></p>
  48. <svg height="140" width="500" align="right"> <!-- The oval holding the address -->
  49.     <ellipse cx="50%" cy="50%" rx="40%" ry="50%" style="fill:#585B84;stroke:#585B84;stroke-width:2px" />
  50.     <text x="17%" y="53%" fill="#FFFFFF">Located in Flavor Town, Guy Fieri's Kitchen.</text><br>
  51.     <sup>*Government seal of approval*</sup>
  52. </svg>
  53. </center>
  54. <img src="img/groot1.png" type="image/png" width="100%" alt="Groot">
  55. <center>
  56. <h2>Quick Survey</h2>
  57. <br><sup>(If you made it this far)</sup>
  58. <table height="200px">
  59. <tr>
  60. <td style="border-radius:15px; width:48%; height:100%;">
  61. <!-- The form below the Undertale dialogue image on the left -->
  62. <form align="left">
  63. <label for="seriousness_taken"><h4 align="left">Is anime real?</h4>
  64.     <input id="seriousness_taken" type="radio" name="seriousness_taken" value="yes">Yes!<br>
  65.     <input id="seriousness_taken" type="radio" name="seriousness_taken" value="no">No...
  66. </label>
  67. </form>
  68. </td>
  69. <td style="border-radius:15px; width:48%; height:100%;">
  70. <!-- The form below the Undertale dialogue image on the right -->
  71. <form align="right">
  72. <label for="believability"><h4 align="right">Do you believe the information<br> on this website?</h4>
  73.     <input id="believeability" type="radio" name="believeability" value="yes">Of course!<br>
  74.     <input id="believeability" type="radio" name="believeability" value="no">No way, Jose.<br>
  75. </label>
  76. </form>
  77. </td>
  78. </tr>
  79. </table>
  80. <a href="submit.html" target="_blank"><input style="height:50px; width:400px; border-radius:15px; margin-top:7px; margin-bottom:7px;text-decoration:none;" type="submit" value="Submit"></a>
  81. </center>
  82. </div>
  83. </td>
  84. <td width="20%"> <!-- The box on the right side of the page -->
  85. <div id="block">
  86. <img src="img/anime1.jpg" alt="it's time to stop" type="image/jpg" id="anime">
  87. <img src="img/smile1.jpg" alt="edgy smile" type="image/jpg" id="anime">
  88. </div>
  89. </td>
  90. </tr>
  91. </table>
  92. </body>
  93. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment