Advertisement
circlejourney

Destinations (Circle Journey version)

Oct 23rd, 2023 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.75 KB | None | 0 0
  1. <!--
  2. Destinations (Circle Journey version) by Circlejourney. See my codes here:
  3. https://toyhou.se/orchestrator/characters/folder:524040
  4.  
  5. Based on a moodboard from Coders Quarters' October 2023 challenge:
  6. https://toyhou.se/~world/82691.coders-quarters/page/102256.october-challenge
  7. This version was made as a joke, but maybe you'll enjoy it too.
  8.  
  9. Placeholder theme color (use Ctrl + F to replace): #b3cecf
  10. -->
  11.  
  12.  
  13. <!-- Change background-image property to change main BG.
  14. You can also change the font-family property here to change fonts for the entire map.
  15. -->
  16. <div
  17. style="background-image: url(https://images.unsplash.com/photo-1532154187607-d766ed024aac);
  18. background-size: cover;
  19. background-position: center;
  20. font-family: 'Times New Romans', serif;
  21. position: relative;
  22. overflow: hidden;">
  23.  
  24. <div class="text-white py-4 px-5" style="background-color: rgba(0,0,0,0.4); ">
  25. <div class="row no-gutters my-4" style="border: 1px dashed #b3cecf; border-radius: 10px;">
  26.  
  27. <!-- CORNER ACCENT ICON -->
  28. <div style="font-size: 200px; line-height: 1em; position: absolute; bottom: -5%; right: -2%; text-shadow: 0 0 30px rgba(0,0,0,0.5); color: #b3cecf;">
  29. <i class="fad fa-compass"></i>
  30. </div>
  31.  
  32. <!-- BEGIN LEFT NOTE -->
  33. <div class="col-12 col-lg-3">
  34. <div class="p-2" style="color: #333; height: calc(100% + 2em); margin: -1em; transparent; border: 10px solid transparent; border-image: url(https://i.postimg.cc/43CdK6y6/paper-sheet-ragged-edges.png) 4% stretch; border-image-outset: 5px; background-color: #E4E3DC; transform: rotate(-1deg); box-shadow: 1px 1px 10px #333;">
  35.  
  36.  
  37. <!-- PHOTO
  38. Change the src property to chang ehte photo on the left column
  39. -->
  40. <div class="text-center">
  41. <img src="https://i.postimg.cc/jdMKVr4Q/harshil-gudka-unsplash.jpg"
  42. class="my-2 w-75 rounded"
  43. style="transform: rotate(2deg); box-shadow: 1px 1px 2px grey; border: 10px solid white;">
  44. </div>
  45.  
  46. <h2 class="mt-2 pt-3 pb-2 text-center" style="border-bottom: 1px dashed;">
  47. <i class="fal fa-compass"></i> Journey
  48. </h2>
  49.  
  50. <p>This is the journey that we took. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus.</p>
  51. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus.</p>
  52.  
  53.  
  54. <h2 class="mt-2 pt-3 pb-2 text-center" style="border-bottom: 1px dashed;">
  55. <i class="fal fa-compass"></i> Legend
  56. </h2>
  57.  
  58. <!--
  59. You may wish to change the FA icons to represent other kinds of landmarks.
  60. -->
  61. <div style="font-size: 14pt;">
  62. <div class="d-flex justify-content-between">
  63. <i class="fal fa-home"></i> Home
  64. </div>
  65.  
  66. <div class="d-flex justify-content-between">
  67. <i class="fal fa-landmark"></i> Town
  68. </div>
  69.  
  70. <div class="d-flex justify-content-between">
  71. <i class="fal fa-caravan"></i> Route
  72. </div>
  73.  
  74. <div class="d-flex justify-content-between">
  75. <i class="fal fa-trees"></i> Wilderness
  76. </div>
  77. </div>
  78.  
  79. </div>
  80. </div>
  81. <!-- END LEFT NOTE -->
  82.  
  83.  
  84. <!-- BEGIN JOURNEY MAP AREA -->
  85. <div class="col-12 col-lg-8 m-auto row no-gutters p-5">
  86.  
  87.  
  88. <!-- BEGIN COPYABLE SECTION:
  89. To add more than 4 places, duplicate everything from here to "END COPYABLE SECTION". -->
  90.  
  91.  
  92. <!-- BEGIN PLACE -->
  93. <div class="col-12 col-lg-4">
  94. <div class="text-center">
  95. <h3 class="text-center" style="font-size: 22pt;">
  96. <i class="fal fa-house"></i>
  97. Place 1
  98. </h3>
  99. </div>
  100.  
  101. <div class="text-center">
  102. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  103. </div>
  104. </div>
  105. <!-- END PLACE -->
  106.  
  107.  
  108. <!-- BEGIN MAP LINE -->
  109. <div class="col-12 col-lg-4 d-flex flex-lg-column justify-content-center" style="min-height: 80px;">
  110. <div style="border: 4px dashed white; transform: rotate(3deg);"></div>
  111. </div>
  112. <!-- END MAP LINE -->
  113.  
  114.  
  115. <!-- BEGIN PLACE -->
  116. <div class="col-12 col-lg-4 mt-lg-4 p-2">
  117. <h3 class="text-center" style="font-size: 22pt;">
  118. <i class="fal fa-caravan"></i>
  119. Place 2
  120. </h3>
  121.  
  122. <div class="text-center">
  123. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  124. </div>
  125. </div>
  126. <!-- END PLACE -->
  127.  
  128.  
  129. <!-- MAP LINE -->
  130. <div class="col-12 col-lg-4 d-none d-lg-flex flex-row justify-content-center" style="min-height: 80px;">
  131. <div style="border: 4px dashed white; transform: rotate(2deg);"></div>
  132. </div>
  133. <div class="col-lg-4 d-flex justify-content-center" style="font-size: 60pt;"></div>
  134. <div class="col-12 col-lg-4 d-flex flex-row justify-content-center" style="min-height: 80px;">
  135. <div style="border: 4px dashed white; transform: rotate(-5deg);"></div>
  136. </div>
  137. <!-- END MAP LINE -->
  138.  
  139.  
  140. <!-- BEGIN PLACE -->
  141. <div class="col-12 col-lg-4 mt-lg-4 p-2 order-2 order-lg-0">
  142. <h3 class="text-center" style="font-size: 22pt;">
  143. <i class="fal fa-landmark"></i>
  144. Place 4
  145. </h3>
  146.  
  147. <div class="text-center">
  148. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  149. </div>
  150.  
  151. </div>
  152. <!-- BEGIN PLACE -->
  153.  
  154.  
  155. <!-- BEGIN MAP LINE -->
  156. <div class="MAP-LINE col-12 col-lg-4 d-flex flex-lg-column justify-content-center order-1" style="min-height: 80px;">
  157. <div style="border: 4px dashed white; transform: rotate(-5deg);"></div>
  158. </div>
  159. <!-- END MAP LINE -->
  160.  
  161.  
  162. <!-- BEGIN PLACE -->
  163. <div class="col-12 col-lg-4 p-2 order-0 order-lg-2">
  164.  
  165. <h3 class="text-center" style="font-size: 22pt;">
  166. <i class="fal fa-trees"></i>
  167. Place 3
  168. </h3>
  169.  
  170. <div class="text-center">
  171. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  172. </div>
  173.  
  174. </div>
  175.  
  176. </div>
  177. <!-- END JOURNEY MAP AREA -->
  178. </div>
  179. </div>
  180. </div>
  181.  
  182. <div id="CREDIT" class="text-right" style="z-index:3;font-size:9pt;opacity:.5;">
  183. <a href="https://toyhou.se/~forums/16.htmlcss-graphics/75580.circlejourney-s-code-creations-free-"><i class="fa fa-code"></i> Theme by Circlejourney</a>
  184. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement