Advertisement
akvma

WDHTML Layout - Biography

Aug 11th, 2021
5,452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.77 KB | None | 0 0
  1. <div class="col-4 ml-3 mt-3 p-0" style="border:0px dashed lightgray;float:left;text-align:center;">
  2.  
  3. <!-- ⇓ Here you can put a wolf headshot, artwork, whatever. -->
  4. <img src="https://mu-cephei.neocities.org/WDHTML/sample/animosity.png">
  5.  
  6. <p class="mt-4 mb-4 p-1" style="text-align:center; border-top:3px double #eae5d5; border-bottom:3px double #eae5d5; font-family:Cambria;">
  7. <span style="font-size:20px; color:#ac9c94;"></span><br>
  8. <!-- A side quote can go here. -->
  9. <span style="font-size:12px; color:#9e9c9c;"><i>This is a side quote. You could rattle the stars. You could do anything, if only you dared. And deep down, you know it, too. That's what scares you most.</i></span>
  10. <br><span style="font-size:20px; color:#ac9c94;"></span>
  11. </p>
  12.  
  13. <!-- ⇓ Random Wolvden items pertaining to your subject go here. Or, well, other things, like more artwork! -->
  14. <img src="https://static.wolvden.com/images/items/trophies/pelt_wolf_brown.png">
  15. <img src="https://static.wolvden.com/images/items/trophies/ear_deer.png">
  16. <img src="https://static.wolvden.com/images/items/trophies/feathers_snowyowl.png">
  17. <img src="https://static.wolvden.com/images/items/trophies/bearpaw_polar.png">
  18.  
  19. <!-- Please leave the credit intact. -->
  20. <p class="mt-2" style="font:10px Consolas; color:#9e9c9c;"><i>code by #202</i></p>
  21. </div> <div class="col-7 ml-3 mt-3" style="border:0px dashed lightgray;float:left; font: 12px Cambria; text-align:justify; line-height:15px;">
  22.  
  23. <!-- Title header. -->
  24. <h1 class="pl-3 mb-1" style="border-left: 4px solid #eae5d5; color:#ac9c94; font-family:Century Gothic; text-align:left;'">
  25. WOAH A HEADER
  26. </h1>
  27. <!-- Subheader here. -->
  28. <p class="pl-4" style="font-size:12px; color:#9e9c9c;"><i>
  29. slightly lengthier subheader here
  30. </i></p>
  31.  
  32. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
  33.  
  34. <p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.</p>
  35.  
  36. <!-- Minor header. Replicate this wherever you want using copy/paste. -->
  37. <p style="border-top:1px dotted #ac9c94; text-align:left; font:15px Century Gothic; text-align:right; color:#9e9c9c;">
  38. FANCY SUBHEADER
  39. </p>
  40.  
  41. <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.</p>
  42.  
  43. <!-- Bulleted list. Replicate this wherever you want using copy/paste, or you can remove this section entirely. -->
  44. <ul style="list-style-image: url(https://static.wolvden.com/images/layout/icons/icon-weather-wind.png);">
  45. <li>this is a list item</li>
  46. <li>feel free to add or remove</li>
  47. <li>bullet points by copy/pasting</li>
  48. <li>or get rid of them entirely</li>
  49. </ul>
  50.  
  51. <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
  52.  
  53. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement