Advertisement
tiffbu

dating app code missing one /div

Jun 17th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 KB | None | 0 0
  1. <!----------------------------------------------------------------
  2. DATING APP PROFILE
  3. Profile by HTMLobster (noll)
  4.  
  5.  
  6. Music player from BakuCodes: https://toyhou.se/8682081.all-music-players
  7.  
  8.  
  9. TOS:
  10. Do not remove my credit. You may edit it, however.
  11. You may edit code/frankenstein with others as long as their TOS allows!
  12. Turn off WYSIWYG and turn on Code Editor.
  13. Ask me if you want to redistribute edits. Must be F2U.
  14. ------------------------------------------------------------------>
  15. <div class="container" style="max-width:375px; height:600px;">
  16. <div class="p-4 h-100" style="border-radius:25px; background:#2F0E1B;">
  17. <!--- Camera/speaker --->
  18. <div class="justify-content-center align-items-center">
  19. <div class="p-1 mr-2 mb-4 rounded-circle" style="width:2%; background:#444444;">
  20. <br>
  21. </div>
  22. <div class="p-1 mb-4 rounded" style="width:25%; background:#444444;">
  23. <br>
  24. </div>
  25. </div>
  26. <!--- Main Content --->
  27. <div class="text-dark" style="border-radius:5px; height:485px; background:#f9f9f9;">
  28. <div style="height:420px;">
  29. <!--- Phone heading info --->
  30. <div class="row no-gutters px-1" style="color:#000;">
  31. <!--- Signal --->
  32. <div class="col"><i class="fas fa-wifi"></i></div>
  33. <!--- Time --->
  34. <div class="col text-center">4:20 AM</div>
  35. <!--- Battery --->
  36. <div class="col text-right">69% <i class="fas fa-battery-three-quarters"></i></div>
  37. </div>
  38. <!--- Tab content --->
  39. <div class="tab-content px-1 pt-0">
  40. <!--- tab 1 --->
  41. <div class="tab-pane fade" id="Char">
  42. <!--- Character image --->
  43. <div class="rounded align-items-end p-3" style="height:390px; background:url(https://i.ibb.co/k1YQStb/984108cdun8gsvju.jpg) center; background-size:cover;">
  44. <!--- Character basics --->
  45. <div class="row no-gutters w-100">
  46. <div class="col text-left mr-2" style="color:#fff;">
  47. <!--- Name, age --->
  48.  
  49. <h1 class="mb-1">Moli&ouml;sa, 25</h1>
  50. <!--- Occupation --->
  51.  
  52. <p class="m-0 font-weight-light">Occupation at Company</p>
  53. <!--- Mutual friends --->
  54.  
  55. <p class="m-0 font-weight-light">6 Mutual Friends</p>
  56. </div>
  57. <div class="col-auto justify-content-center align-items-center">
  58. <!--- Info button --->
  59.  
  60. <ul class="nav nav-tabs border-0 w-100 p-0 m-0">
  61. <li><a class="btn btn-block p-0" data-toggle="tab" href="#Profile" style="color:#fff;"><i class="fas fa-info-circle" style="font-size:1.8em;"></i></a></li>
  62. </ul>
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. <!--- tab 1 end --->
  68. <!--- tab 2 --->
  69. <div class="tab-pane fade" id="Profile" style="height:390px; overflow-y:auto;">
  70. <!--- Gallery start --->
  71. <div class="carousel slide mx-auto pointer-event" data-interval="4000" data-ride="carousel" id="gallery">
  72. <!--- Top nav buttons --->
  73.  
  74. <ol class="carousel-indicators" style="position:absolute; top:10px;">
  75. <li data-slide-to="0" data-target="#gallery">
  76. <br>
  77. </li>
  78. <li data-slide-to="1" data-target="#gallery">
  79. <br>
  80. </li>
  81. <li class="active" data-slide-to="2" data-target="#gallery">
  82. <br>
  83. </li>
  84. </ol>
  85. <!--- Gallery images --->
  86. <div class="carousel-inner">
  87. <!--- Image 1 --->
  88. <div class="carousel-item">
  89. <div style="background-image:url(https://via.placeholder.com/290x240.png); height:240px; background-position:center center; background-size:cover;">
  90. <br>
  91. </div>
  92. </div>
  93. <!--- Image 2 --->
  94. <div class="carousel-item active carousel-item-left">
  95. <div style="background-image:url(https://dl8.glitter-graphics.net/pub/984/984108cdun8gsvju.gif); height:240px; background-position:center center; background-size:cover;">
  96. <br>
  97. </div>
  98. </div>
  99. <!--- Image 3 --->
  100. <div class="carousel-item carousel-item-next carousel-item-left">
  101. <div style="background-image:url(https://via.placeholder.com/290x240.png); height:240px; background-position:center center; background-size:cover;">
  102. <br>
  103. </div>
  104. </div>
  105. <!--- To add more, copy & paste entire image 3 section and add below. 3-5 images is a good number. --->
  106. </div>
  107. <!--- Side nav buttons. Don't touch. --->
  108. <a class="carousel-control-prev" data-slide="prev" href="#gallery"><span class="sr-only">Previous</span></a>
  109. <a class="carousel-control-next" data-slide="next" href="#gallery"><span class="sr-only">Next</span></a></div>
  110. <!--- Gallery end --->
  111. <!--- Info below gallery --->
  112. <div class="p-2" style="color:#808080;">
  113. <!--- Name, age --->
  114.  
  115. <h1 class="mb-1" style="color:#333;">Moli&ouml;sa, 25</h1>
  116. <!--- Basics --->
  117.  
  118. <table class="border-0 m-0">
  119. <tbody>
  120. <tr class="m-0 p-0">
  121. <td class="pr-1 p-0 text-center"><i class="far fa-briefcase"></i></td>
  122. <!--- Occupation --->
  123. <td class="p-0">Occupation at Company</td>
  124. </tr>
  125. <tr class="m-0 p-0">
  126. <td class="pr-1 p-0 text-center"><i class="far fa-graduation-cap"></i></td>
  127. <!--- Education --->
  128. <td class="p-0">University &#39;00</td>
  129. </tr>
  130. <tr class="m-0 p-0">
  131. <td class="pr-1 p-0 text-center"><i class="far fa-map-marker-alt"></i></td>
  132. <!--- Distance --->
  133. <td class="p-0">0 miles away</td>
  134. </tr>
  135. <!--- Feel free to add another row or two. Sometimes dating profiles will also display Location (e.g. city). --->
  136. </tbody>
  137. </table>
  138. <!--- Interests/tags --->
  139. <div class="mt-2">
  140. <!--- Interest 1 - Red --->
  141. <span class="badge badge-pill mr-1 mb-2" style="background:none; color:#3E1427; border:1px solid #e04467; font-size:1em; font-weight:normal;">Gothic</span>
  142. <!--- Interest 2 - Red --->
  143. <span class="badge badge-pill mr-1 mb-2" style="background:none; color:#e04467; border:1px solid #e04467; font-size:1em; font-weight:normal;">CANZUK</span>
  144. <!--- Interest 3 - Gray --->
  145. <span class="badge badge-pill mr-1 mb-2" style="background:none; color:#a2a2a2; border:1px solid #a2a2a2; font-size:1em; font-weight:normal;">vampire</span>
  146. <!--- Interest 4 - Gray --->
  147. <span class="badge badge-pill mr-1" style="background:none; color:#a2a2a2; border:1px solid #a2a2a2; font-size:1em; font-weight:normal;">puppies</span>
  148. <!--- For interests/tags that are in the first row when viewing the page, make sure that they have "mb-2" in their span class so there is proper spacing. All span classes should have a "mr-1" as well, except the final one. --->
  149. </div>
  150. </div>
  151. <!--- Line --->
  152. <hr class="my-1">
  153. <!--- Profile description --->
  154. <div class="p-2" style="color:#808080;">
  155.  
  156. <p>Text here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin libero turpis, mattis sed lectus id, euismod dapibus ex. Nullam hendrerit magna at nisl venenatis porttitor.</p>
  157. </div>
  158. <!----------
  159.  
  160. music player 3 by Bakuqou
  161.  
  162. how to use this code:
  163. https://toyhou.se/8682081.all-music-players-wip/8682087.tutorial
  164.  
  165. ------------>
  166. <div class="card border-0 rounded-0">
  167. <div class="mt-2 row no-gutters px-2" style="color:#808080;">
  168. <!----- song info ----->
  169. <div class="col align-items-center">
  170. <div>
  171. <div>
  172. <!----- song name ----->
  173. <span>Lonely Lisa</span>
  174. <!----- artist ----->
  175.  
  176. <p style="font-size:.9em;"><i class="fab fa-youtube" style="color:#ff0000;"></i> Myl&egrave;ne Farmer</p>
  177. </div>
  178. </div>
  179. </div>
  180. <!----- video ----->
  181. <div class="col-auto pl-2">
  182. <!----- YOUTUBE LINK // CHANGE THE ID_HERE, LEAVE ?controls=0------>
  183. <div class="card rounded border-0 rounded-0" style="overflow: hidden; width: 75px; height: 75px;">
  184. <div style="position: relative; left: -98px; top: -60px;">
  185. <!-------- CHANGE ID_HERE ---------->
  186. <iframe width="270" height="200" src="
  187.  
  188.  
  189. https://www.youtube-nocookie.com/embed/N93SIjcpQmE?controls=0
  190.  
  191.  
  192. " frameborder="0"></iframe>
  193. </div>
  194. </div>
  195. </div>
  196. <!-------->
  197. </div>
  198. </div>
  199. <!--- Music player end --->
  200. </div>
  201. <!--- tab 2 end --->
  202. <!--- tab 3 --->
  203. <div class="tab-pane fade px-2" id="About" style="color:#808080; height:390px; overflow-y:auto;">
  204. <!--- Deatiled about section. This does not have to be "in character" for a dating profile but it can be. --->
  205.  
  206. <h1 class="text-center" style="color:#333;">About</h1>
  207.  
  208. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin libero turpis, mattis sed lectus id, euismod dapibus ex. Nullam hendrerit magna at nisl venenatis porttitor.</p>
  209.  
  210. <p>Suspendisse ligula lacus, lobortis a ullamcorper a, semper et neque. Praesent lacinia placerat augue, vitae tempus nunc blandit nec. Nunc neque sapien, feugiat non nulla ut, mattis bibendum libero.</p>
  211.  
  212. <h1 class="text-center" style="color:#333;">Personality</h1>
  213.  
  214. <p>Integer egestas magna vel nisl congue varius. Pellentesque vulputate vitae orci ut blandit. Quisque rutrum, odio non luctus consectetur, nunc urna tempus est, non fringilla nulla mauris quis ante. Mauris auctor varius rhoncus. Suspendisse egestas semper risus eget placerat.</p>
  215.  
  216. <p>Praesent a ex sagittis, pulvinar augue id, dapibus nisi. Morbi in tortor ut augue dictum rhoncus eu in elit. Cras ut massa ac lacus cursus consequat. Nunc luctus dolor nec ultricies fermentum. Cras vestibulum, lectus ac vestibulum volutpat, massa turpis suscipit diam, at lacinia quam elit in nunc.</p>
  217.  
  218. <h1 class="text-center" style="color:#333;">Appearance</h1>
  219.  
  220. <p>Praesent in erat augue. Aenean sed velit nunc. Sed et ligula pellentesque, luctus erat non, ornare velit. Phasellus rhoncus leo id sem tincidunt accumsan. Suspendisse aliquam turpis sapien, in ullamcorper velit ultrices in. In magna dolor, congue in congue nec, cursus vel odio. Phasellus diam felis, tempor ac ultrices nec, semper ullamcorper eros. Ut nibh massa, iaculis eget aliquam sed, pulvinar ac lectus. Nullam mollis ultrices fermentum.</p>
  221. </div>
  222. <!--- tab 3 end --->
  223. <!--- tab 5 --->
  224. <div class="tab-pane fade" id="Relationships" style="color:#808080; height:390px; overflow-y:auto;">
  225. <!--- Relationships --->
  226.  
  227. <h1 class="text-center" style="color:#333;">Relationships</h1>
  228. <!--- Row 1 --->
  229. <div class="row no-gutters mb-1">
  230. <!--- Relation 1 --->
  231. <div class="col mr-1 rounded">
  232. <!--- Character image --->
  233. <div class="rounded align-items-end p-1" style="height:200px; background:url(https://via.placeholder.com/145x200.png) center; background-size:cover;">
  234. <!--- Character basics --->
  235. <div class="row no-gutters w-100">
  236. <div class="col text-left mr-2" style="color:#fff;">
  237. <!--- Name --->
  238.  
  239. <h3 class="mb-0"><a href="CHAR_URL" style="color:#fff;">Name</a></h3>
  240. <!--- Relation type --->
  241.  
  242. <p class="m-0 font-weight-light">Relationship</p>
  243. </div>
  244. <div class="col-auto justify-content-center align-items-center">
  245. <div class="rounded-circle align-items-center justify-content-center" style="height:30px; width:30px; background:#fff; color:#3d9dec;"><i class="fas fa-star" style="font-size:1em;"></i></div>
  246. </div>
  247. </div>
  248. </div>
  249. </div>
  250. <!--- Relation 2 --->
  251. <div class="col rounded">
  252. <!--- Character image --->
  253. <div class="rounded align-items-end p-1" style="height:200px; background:url(https://via.placeholder.com/145x200.png) center; background-size:cover;">
  254. <!--- Character basics --->
  255. <div class="row no-gutters w-100">
  256. <div class="col text-left mr-2" style="color:#fff;">
  257. <!--- Name --->
  258.  
  259. <h3 class="mb-0"><a href="CHAR_URL" style="color:#fff;">Name</a></h3>
  260. <!--- Relation type --->
  261.  
  262. <p class="m-0 font-weight-light">Relationship</p>
  263. </div>
  264. <div class="col-auto justify-content-center align-items-center">
  265. <div class="rounded-circle align-items-center justify-content-center" style="height:30px; width:30px; background:#fff; color:#3d9dec;"><i class="fas fa-star" style="font-size:1em;"></i></div>
  266. </div>
  267. </div>
  268. </div>
  269. </div>
  270. </div>
  271. <!--- Row 1 end --->
  272. <!--- Row 2 --->
  273. <div class="row no-gutters mb-1">
  274. <!--- Relation 1 --->
  275. <div class="col mr-1 rounded">
  276. <!--- Character image --->
  277. <div class="rounded align-items-end p-1" style="height:200px; background:url(https://via.placeholder.com/145x200.png) center; background-size:cover;">
  278. <!--- Character basics --->
  279. <div class="row no-gutters w-100">
  280. <div class="col text-left mr-2" style="color:#fff;">
  281. <!--- Name --->
  282.  
  283. <h3 class="mb-0"><a href="CHAR_URL" style="color:#fff;">Name</a></h3>
  284. <!--- Relation type --->
  285.  
  286. <p class="m-0 font-weight-light">Relationship</p>
  287. </div>
  288. <div class="col-auto justify-content-center align-items-center">
  289. <div class="rounded-circle align-items-center justify-content-center" style="height:30px; width:30px; background:#fff; color:#3d9dec;"><i class="fas fa-star" style="font-size:1em;"></i></div>
  290. </div>
  291. </div>
  292. </div>
  293. </div>
  294. <!--- Relation 2 --->
  295. <div class="col rounded">
  296. <!--- Character image --->
  297. <div class="rounded align-items-end p-1" style="height:200px; background:url(https://via.placeholder.com/145x200.png) center; background-size:cover;">
  298. <!--- Character basics --->
  299. <div class="row no-gutters w-100">
  300. <div class="col text-left mr-2" style="color:#fff;">
  301. <!--- Name --->
  302.  
  303. <h3 class="mb-0"><a href="CHAR_URL" style="color:#fff;">Name</a></h3>
  304. <!--- Relation type --->
  305.  
  306. <p class="m-0 font-weight-light">Relationship</p>
  307. </div>
  308. <div class="col-auto justify-content-center align-items-center">
  309. <div class="rounded-circle align-items-center justify-content-center" style="height:30px; width:30px; background:#fff; color:#3d9dec;"><i class="fas fa-star" style="font-size:1em;"></i></div>
  310. </div>
  311. </div>
  312. </div>
  313. </div>
  314. </div>
  315. <!--- Row 2 end --->
  316. <!--- Copy & paste from Row start to finish to add more relationships. --->
  317. </div>
  318. <!--- tab 5 end --->
  319. <!--- tab 6 --->
  320. <div class="tab-pane fade p-2 active show" id="Prompts" style="color:#333; height:390px; overflow-y:auto;">
  321. <!--- Interest/dating prompts --->
  322. <!--- Interest prompt 1 --->
  323. <div class="p-3 rounded mb-2" style="background:#EBEBEB;">
  324. <!--- Prompt --->
  325.  
  326. <h4 class="mt-2">immortal night</h4>
  327. <!--- Answer --->
  328.  
  329. <p>https://www.immortalnight.com/</p>
  330. </div>
  331. <!--- Interest prompt 2 --->
  332. <div class="p-3 rounded mb-2" style="background:#EBEBEB;">
  333. <!--- Prompt --->
  334.  
  335. <h2 class="mt-2">Believe it or not</h2>
  336. <!--- Answer --->
  337.  
  338. <p>https://www.moonlightlovers.com/</p>
  339. </div>
  340. <!--- Copy & paste a section in order to add more prompts. They should have a div class with "mb-2" except for the final prompt. --->
  341. </div>
  342. <!--- tab 6 end --->
  343. </div>
  344. <!--- Tab content end --->
  345. </div>
  346. <!--- Buttons --->
  347. <div>
  348.  
  349. <ul class="nav nav-tabs border-0 row no-gutters justify-content-around align-items-center px-2">
  350. <li class="col-auto nav-item"><a class="border-0 rounded-circle btn btn-block btn-outline-secondary align-items-center justify-content-center" data-toggle="tab" href="#Char" style="background:#fff; color:#ffa500; height:45px; width:45px; font-size:1.4em; box-shadow:0px 0px 7px 1px rgba(0,0,0,0.1);"><i class="fas fa-redo-alt fa-flip-horizontal"></i></a></li>
  351. <li class="col-auto nav-item"><a class="border-0 rounded-circle btn btn-block btn-outline-secondary align-items-center justify-content-center show" data-toggle="tab" href="#About" style="background:#fff; color:#e04467; height:55px; width:55px; font-size:2em; box-shadow:0px 0px 7px 1px rgba(0,0,0,0.1);"><i class="fas fa-times"></i></a></li>
  352. <li class="col-auto nav-item"><a class="border-0 rounded-circle btn btn-block btn-outline-secondary align-items-center justify-content-center show" data-toggle="tab" href="#Profile" style="background:#fff; color:#3d9dec; height:45px; width:45px; font-size:1.4em; box-shadow:0px 0px 7px 1px rgba(0,0,0,0.1);"><i class="fas fa-star"></i></a></li>
  353. <li class="col-auto nav-item"><a class="border-0 rounded-circle btn btn-block btn-outline-secondary align-items-center justify-content-center" data-toggle="tab" href="#Relationships" style="background:#fff; color:#3bcd96; height:55px; width:55px; font-size:1.8em; box-shadow:0px 0px 7px 1px rgba(0,0,0,0.1);"><i class="fas fa-heart"></i></a></li>
  354. <li class="col-auto nav-item"><a class="border-0 rounded-circle btn btn-block btn-outline-secondary align-items-center justify-content-center active show" data-toggle="tab" href="#Prompts" style="background:#fff; color:#9451c7; height:45px; width:45px; font-size:1.4em; box-shadow:0px 0px 7px 1px rgba(0,0,0,0.1);"><i class="fas fa-bolt"></i></a></li>
  355. </ul>
  356. </div>
  357. </div>
  358. <!--- Home button --->
  359. <div class="justify-content-center align-items-center"><i class="fas fa-circle mt-2" style="font-size:3em; color:#444444;"></i></div>
  360. </div>
  361. <div class="text-center mt-2"><a data-toggle="tooltip" href="https://toyhou.se/HTMLobster" style="color:#333;" title="theme by noll"><i class="fas fa-code"></i></a></div>
  362. </div>
  363.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement