CanineKing

[F2U] Simple Ref 2

Sep 29th, 2020 (edited)
737
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. <!--
  2. Simple Reference 2
  3.  
  4. Free to use & free to edit
  5. Ripping and "Frankenstein-ing" code is allowed
  6. Credit not necessary but appreciated
  7. Feel free to message me for any help/ questions
  8.  
  9. Code by @CanineKing
  10. -->
  11. <div class="container">
  12. <!--image, any size will work but horizontal based images are recommended, max height is 550 but it shouldn't warp the image anyways-->
  13. <div class="h-100 d-flex" style="min-height:550px; background:url(https://via.placeholder.com/1500x550) center no-repeat;background-size: contain"></div>
  14. <!--button to show full res image-->
  15. <a class="btn btn-primary rounded-0" data-toggle="tooltip" title="CLICK TO SEE FULL RESOLUTION" style="position:absolute; top:15px; right:15px;" href="#" target="_blank"><i class="fas fa-search-plus" style="font-size:large;"></i></a>
  16. </div>
  17. <div class="container-fluid mt-2">
  18. <!--palette start-->
  19. <div class="row align-items-center p-1 my-1" style="height:50px;">
  20. <div style="background-color: #000;" class="col h-100 w-100"></div>
  21. <div style="background-color: #111;" class="col h-100 w-100"></div>
  22. <div style="background-color: #222;" class="col h-100 w-100"></div>
  23. <div style="background-color: #333;" class="col h-100 w-100"></div>
  24. <div style="background-color: #444;" class="col h-100 w-100"></div>
  25. <div style="background-color: #555;" class="col h-100 w-100"></div>
  26. <div style="background-color: #666;" class="col h-100 w-100"></div>
  27. <div style="background-color: #777;" class="col h-100 w-100"></div>
  28. <div style="background-color: #888;" class="col h-100 w-100"></div>
  29. <div style="background-color: #999;" class="col h-100 w-100"></div>
  30. <!--paste more palette blocks above this line-->
  31. </div>
  32. <!--palette end-->
  33. <div class="row align-items-center">
  34. <!--notes start, this box WILL scroll-->
  35. <div class="col-lg-4 p-1">
  36. <div class="card bg-faded border-0 rounded-0 p-1" style="height:300px; overflow:auto;">
  37. <h1 class="display-4 text-center text-primary my-2"><i class="fas fa-edit mr-2"></i>Design Notes</h1>
  38. <ul class="pl-4">
  39. <li class="mb-1">Write about what's important/ should be remembered when drawing the character</li>
  40. <li class="mb-1">Ex. notes about their scars, tattoos, piercings, etc.</li>
  41. <li class="mb-1">Lorem ipsum dolor sit amet</li>
  42. <li class="mb-1">Consectetur adipiscing elit</li>
  43. <li class="mb-1">Cras mattis enim in fermentum</li>
  44. </ul>
  45. </div>
  46. </div>
  47. <!--notes end -->
  48. <!--personality start, this box WILL scroll-->
  49. <div class="col-lg-4 p-1">
  50. <div class="card bg-faded border-0 rounded-0 p-1" style="height:300px; overflow:auto;">
  51. <h1 class="display-4 text-center text-primary my-2"><i class="fas fa-user mr-2"></i>Personality</h1>
  52. <ul class="pl-4">
  53. <li class="mb-1">Write about your character's personality/ how they carry themselves</li>
  54. <li class="mb-1">Ex. they usually have an angry look on their face, they always look sleepy, they're usually very curious, etc.</li>
  55. <li class="mb-1">Duis posuere blandit dui vel posuere</li>
  56. <li class="mb-1">Curabitur iaculis eleifend diam</li>
  57. <li class="mb-1">Luctus suscipit</li>
  58. </ul>
  59. </div>
  60. </div>
  61. <!--personality end-->
  62. <!--drawing idea start, this box WILL scroll-->
  63. <div class="col-lg-4 p-1">
  64. <div class="card bg-faded border-0 rounded-0 p-1" style="height:300px; overflow:auto;">
  65. <h1 class="display-4 text-center text-primary my-2"><i class="fas fa-lightbulb mr-2"></i>To Draw/ Ideas</h1>
  66. <ul class="pl-4">
  67. <li class="mb-1">Write about any drawing ideas you plan to draw and/ or ideas to give to the artist drawing them</li>
  68. <li class="mb-1">Ex. Draw them going out for a walk, draw them being surrounded by kittens, draw them watching a horror movie</li>
  69. <li class="mb-1">Eros vulputate id</li>
  70. <li class="mb-1">Vivamus vulputate elit quis urna bibendum</li>
  71. <li class="mb-1">Suspendisse et nulla vel ligula vulputate cursus</li>
  72. <li class="mb-1">Curabitur lobortis ligula</li>
  73. </ul>
  74. </div>
  75. </div>
  76. <!--drawing idea end-->
  77. </div>
  78. <!--credits start-->
  79. <div class="row align-items-center p-1">
  80. <div class="card bg-faded rounded-0 border-0 p-1 w-100">
  81. <!--credits about the design here-->
  82. <p class="text-muted">Credits <span class="mx-2">.</span>
  83. Owned by @/User <span class="mx-2">.</span>
  84. Designed by @/User <span class="mx-2">.</span>
  85. Image by @/User <span class="mx-2">.</span>
  86. Worth $000</p>
  87. </div>
  88. </div>
  89. <!--credits end-->
  90. </div>
  91. <!-- Code credit -->
  92. <p class="small text-right"><a href="https://toyhou.se/8367499.-f2u-simple-ref-2" target="_BLANK" class="text-muted"><i class="fa fa-paw mr-1"></i><i class="fas fa-crown mr-1"></i></a></p>
Add Comment
Please, Sign In to add comment