MCDogWarrior

To-Do List remake [Custom]

Nov 3rd, 2021 (edited)
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. <div class="container-fluid my-1" style="color:#ffffff;max-width:900px;">
  2. <!--top image-->
  3. <div class="p-4" style="background-image:url( imglink );height:100px; background-size:cover; border-top-left-radius:50px; border-top-right-radius:50px; background-attachment: fixed;">
  4. <!--header (over image)-->
  5. <p class="text-white" style="font-size: 35px; text-align: center; letter-spacing: 1px;">TO-DO LIST</p>
  6. </div>
  7.  
  8. <!--main card-->
  9. <div class="card p-2 rounded-0 border-0" style="background-color:#000b0f;">
  10.  
  11. <!--main objectives box-->
  12. <div class="card p-2 rounded-0 border-0" style="background-color:#043747; border-top-left-radius:25px; border-top-right-radius:25px;">
  13. <!--main objectives header-->
  14. <p class="mb-2" style="text-align: center; font-size: 30px;"> <i class="fas fa-star text-white mr-1"></i> Main objectives <i class="fas fa-star text-white ml-1"></i></p>
  15.  
  16. <!--task 1-->
  17. <div class="card p-2 rounded-0 border-0 mb-3" style="background-color:#316d82">
  18. <!--task name & desc-->
  19. <p style="font-size: 20px; text-align:center">task #1 name here</p>
  20. <a class="my-1" style="font-size: 15px;">short description of the project or whatever it is</a>
  21. <!--percent bar-->
  22. <div class="progress">
  23. <div class="progress-bar" style="width:50%; background-color:#65d3da; height:20px"><br>
  24. </div>
  25. </div>
  26. <!--percent done-->
  27. <a class="mt-1" style="font-size: 14px; text-align:right">%done
  28. <!--progress check/disclaimer icon-->
  29. <i title=" text " class="fas fa-question-circle tooltipster ml-1"></i></a>
  30. </div>
  31.  
  32. <!--task 2-->
  33. <div class="card p-2 rounded-0 border-0 mb-3" style="background-color:#316d82">
  34. <!--task name & desc-->
  35. <p style="font-size: 20px; text-align:center">task #2 name here</p>
  36. <a class="my-1" style="font-size: 15px;">short description</a>
  37. <!--percent bar-->
  38. <div class="progress">
  39. <div class="progress-bar" style="width:50%; background-color:#65d3da; height:20px"><br>
  40. </div>
  41. </div>
  42. <!--percent done-->
  43. <a class="mt-1" style="font-size: 14px; text-align:right">%done
  44. <!--progress check/disclaimer icon-->
  45. <i title=" text " class="fas fa-question-circle tooltipster ml-1"></i></a>
  46. </div>
  47.  
  48. <!--task 3-->
  49. <div class="card p-2 rounded-0 border-0 mb-3" style="background-color:#316d82">
  50. <!--task name & desc-->
  51. <p style="font-size: 20px; text-align:center">task #3 name here</p>
  52. <a class="my-1" style="font-size: 15px;">short description</a>
  53. <!--percent bar-->
  54. <div class="progress">
  55. <div class="progress-bar" style="width:50%; background-color:#65d3da; height:20px"><br>
  56. </div>
  57. </div>
  58. <!--percent done-->
  59. <a class="mt-1" style="font-size: 14px; text-align:right">%done
  60. <!--progress check/disclaimer icon-->
  61. <i title=" text " class="fas fa-exclamation-circle tooltipster ml-1"></i></a>
  62. </div>
  63. <!--add more tasks if needed under here-->
  64.  
  65. <!---->
  66. </div>
  67.  
  68. <!--seperator bar (you can adjust pattern if you know how)-->
  69. <div class="progress my-2 rounded-0">
  70. <div class="progress-bar" style="width:100%; background-color:#013344; height:5px"><br>
  71. </div>
  72. </div>
  73.  
  74. <!--side projects box-->
  75. <div class="card p-2 rounded-0 border-0" style="background-color:#012330; border-bottom-left-radius:25px; border-bottom-right-radius:25px;">
  76. <!--side projects header-->
  77. <p class="mb-2" style="text-align: center; font-size: 25px;"> <i class="far fa-star text-white mr-1"></i> Side projects <i class="far fa-star text-white ml-1"></i></p>
  78.  
  79. <!--minitask 1-->
  80. <div class="card p-2 rounded-0 border-0 mb-3" style="background-color:#1f586e">
  81. <!--tast name & desc-->
  82. <p style="font-size: 19px; text-align:center">minitask #1 name here</p>
  83. <a class="my-1" style="font-size: 14px;">short description</a>
  84. <!--percent bar-->
  85. <div class="progress">
  86. <div class="progress-bar" style="width:50%; background-color:#65d3da; height:17px"><br>
  87. </div>
  88. </div>
  89. <!--percent done-->
  90. <a class="mt-1" style="font-size: 13px; text-align:right">%done
  91. <!--progress check/disclaimer icon-->
  92. <i title=" text " class="fas fa-question-circle tooltipster ml-1"></i></a>
  93. </div>
  94.  
  95. <!--minitask 2-->
  96. <div class="card p-2 rounded-0 border-0 mb-3" style="background-color:#1f586e">
  97. <!--task name & desc-->
  98. <p style="font-size: 19px; text-align:center">minitask #2 name here</p>
  99. <a class="my-1" style="font-size: 14px;">short description</a>
  100. <!--percent bar-->
  101. <div class="progress">
  102. <div class="progress-bar" style="width:50%; background-color:#65d3da; height:17px"><br>
  103. </div>
  104. </div>
  105. <!--percent done-->
  106. <a class="mt-1" style="font-size: 13px; text-align:right">%done
  107. <!--progress check/disclaimer icon-->
  108. <i title=" text " class="fas fa-question-circle tooltipster ml-1"></i></a>
  109. </div>
  110.  
  111. <!--minitask 3-->
  112. <div class="card p-2 rounded-0 border-0 mb-3" style="background-color:#1f586e">
  113. <!--task name & desc-->
  114. <p style="font-size: 19px; text-align:center">minitask #3 name here</p>
  115. <a class="my-1" style="font-size: 14px;">short description</a>
  116. <!--percent bar-->
  117. <div class="progress">
  118. <div class="progress-bar" style="width:50%; background-color:#65d3da; height:17px"><br>
  119. </div>
  120. </div>
  121. <!--percent done-->
  122. <a class="mt-1" style="font-size: 13px; text-align:right">%done
  123. <!--progress check/disclaimer icon-->
  124. <i title=" text " class="fas fa-question-circle tooltipster ml-1"></i></a>
  125. </div>
  126. </div>
  127. </div>
  128.  
  129. <!--bottom image-->
  130. <div class="p-1" style="background-image:url( imglink );height:100px; background-size:cover; border-bottom-left-radius:50px; border-bottom-right-radius:50px; background-attachment: fixed;">
  131.  
  132. <!--code credit (do not alter/remove!)-->
  133. <p style="text-align: right; font-size: 9px;">Code by <a href="https://toyhou.se/MCDogResource">MCDogWarrior</a></p>
  134. </div>
Add Comment
Please, Sign In to add comment