Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. <center>
  2. <h1 class="character-title">Alissa Harper</h1>
  3. <h6>Only a new breed of predator can thrive in modern hunting grounds</h6><br>
  4. <br>
  5. <br>
  6. <br>
  7. <div class="profile-container"><img class="profile-div-image" src="https://i.imgur.com/qGQdsiS.png"></div><br>
  8. <br>
  9. <div class="profile-div">
  10. <h2>The Long and Short of a Serpentine Streamer</h2>
  11. <hr>
  12. <p>Very WIP for now while the CSS and HTML get worked on. Player is gooding at an english despite the lack of
  13. polish here.</p>
  14. <p>In summary, well known celeb and figure in a modern or near modern setting. Dislikes humans, loves eating them
  15. for paying audiences online. Uses dating apps like a delivery service, likes to post her catches on Gurglr.</p>
  16. </div>
  17. <div class="profile-div">
  18. <h2>Table 2</h2>
  19. <hr>
  20. <p>table 2 is for all your table 2 needs.</p>
  21. </div>
  22. <div class="profile-div">
  23. <h2>Permavore</h2>
  24. <hr>
  25. <p>Unfinished. How shameful.</p>
  26. <p>Need to learn buttons.</p>
  27. <p>Hate perma? See the sliders at bottom</p>
  28. </div>
  29. <div class="profile-div">
  30. <h2>OoC, approach, and FAQ</h2>
  31. <hr>
  32. 3 buttons go here, all alike in dignity for various Out of Character stuff, handy dandy guide to get my attention,
  33. and some common questions that'll be updated if something is asked more than twice.
  34. <h3><button class="button-three" onclick="openbutton(event, 'Stuff1')">OoC Information</button>
  35. <button class="button-three" onclick="openbutton(event, 'Stuff2')">Notice me せんぱい</button>
  36. <button class="button-three" onclick="openbutton(event, 'Stuff3')">FAQ</button></h3>
  37. <div class="buttoncontent" id="Stuff1">
  38. STUFF1 HERE
  39. </div>
  40. <div class="buttoncontent" id="Stuff2">
  41. STUFF2 HERE
  42. </div>
  43. <div class="buttoncontent" id="Stuff3">
  44. STUFF3 HERE
  45. </div>
  46. </div>
  47. <div class="profile-div">
  48. <h2>Alt list link / ASCII</h2>
  49. <p>Just a button to unviel some sick ASCII art that leads back to my unfinished altlist</p>
  50. <p><b>WHO IS RESPONSIBLE</b></p>
  51. </div><br>
  52. <br>
  53. <br>
  54. <br>
  55. <br>
  56. <br>
  57. <br>
  58. <br>
  59. <br>
  60. <br>
  61. <br>
  62. <br>
  63. <br>
  64. <br>
  65. <br>
  66. <br>
  67. <br>
  68. <br>
  69. <script>
  70. function openbutton(evt, buttonName) {
  71. var i, buttoncontent;
  72. tabcontent = document.getElementsByClassName("buttoncontent");
  73. for (i = 0; i < tabcontent.length; i++) {
  74. tabcontent[i].style.display = "none";
  75. }
  76. tablinks = document.getElementsByClassName("button-three");
  77. for (i = 0; i < tablinks.length; i++) {
  78. tablinks[i].className = tablinks[i].className.replace(" active", "");
  79. }
  80. document.getElementById(buttonName).style.display = "block";
  81. evt.currentTarget.className += " active";
  82. }
  83. </script>
  84. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement