Advertisement
ChainOfRain

[F2U] Genshin Impact Inspired HTML

Apr 25th, 2021 (edited)
1,867
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.51 KB | None | 0 0
  1. <!--------------------------------
  2.  
  3. ✦ For the MUSIC PLAYER you have to get the embed code, all you need to do is paste the code part after the '=' of the youtube link you need
  4.  
  5. for example
  6.  
  7. https://www.youtube.com/embed/SjLiiEC7ozg
  8.  
  9. the part you need to copy is
  10.  
  11. SjLiiEC7ozg
  12.  
  13. and put it in the place of CODEHERE
  14.  
  15. ✦ Don't remove the credits, please!
  16.  
  17. ✦ If you have problems feel free to DM me ovo)b
  18.  
  19.  
  20. ✦ And please consider support me on my Ko-Fi → https://ko-fi.com/chainofrain
  21. ---------------------------->
  22.  
  23.  
  24. <!------------------------------------------
  25. CODE START
  26. ------------------------------------------->
  27.  
  28. <div class="card border-0 h-100 m-auto" style="box-shadow:0 0 10px rgba(0,0,0,0.5);background: url('https://genshin.hoyoverse.com/_nuxt/img/poster.47f71d4.jpg'); background-position: center; background-size: cover; width: 1180px">
  29.  
  30. <div class="card-header bg-faded">
  31. <ul class="nav nav-tabs card-header-tabs nav-justified text-uppercase" style="letter-spacing:1px;">
  32.  
  33. <li class="nav-item" >
  34. <a class="nav-link active" data-toggle="tab" href="#about" style="border-radius: 20px 20px 0px 0px;">
  35. <span class="justify-content-middle rounded-0">
  36. <span><i class="fa fa-home"></i></span></span> </a>
  37. </li>
  38.  
  39.  
  40. <li class="nav-item" >
  41. <a class="nav-link" data-toggle="tab" href="#game" style="border-radius: 20px 20px 0px 0px;">
  42. <span class="justify-content-middle rounded-0">
  43. <span><i class="fa fa-user"></i></span></span> </a>
  44. </li>
  45.  
  46. <li class="nav-item">
  47. <a class="nav-link" data-toggle="tab" href="#story" style="border-radius: 20px 20px 0px 0px">
  48. <span class="justify-content-middle rounded-0">
  49. <i class="fas fa-books"></i></span></span> </a>
  50. </li>
  51.  
  52. <li class="nav-item">
  53. <a class="nav-link" data-toggle="tab" href="#moodboard" style="border-radius: 20px 20px 0px 0px">
  54. <span class="justify-content-middle rounded-0">
  55. <span><i class="fas fa-camera-retro"></i></span></span></a>
  56. </li>
  57.  
  58. <li class="nav-item">
  59. <a class="nav-link" data-toggle="tab" href="#relationships" style="border-radius: 20px 20px 0px 0px">
  60. <span class="justify-content-middle rounded-0">
  61. <span><i class="fas fa-users"></i></span></span></a>
  62. </li>
  63. </ul></div>
  64.  
  65. <div class="tab-content" style="height: 600px; width: auto">
  66.  
  67. <!-------------------------------- [ ABOUT TAB ] --------------------------------->
  68. <div class="tab-pane active show " id="about">
  69.  
  70. <!-----------
  71. CHARACTER IMAGE + VISION
  72. (sadly I couldn't find a good way to make it better than this, basically you have to create the image using 1180px wide canvas, I left the one I did as reference)
  73. --------->
  74. <div class="p-3" style="background: url('https://f2.toyhou.se/file/f2-toyhou-se/images/78224494_xPsLu5bqiDDAoB5.png'); height: 600px">
  75.  
  76.  
  77. <div class="bg-faded mb-1 border-top-0" style="width:328px;height:6px; background-color: #CCA574; margin-bottom: 20px;margin-top: 90px"> </div>
  78.  
  79. <div class="display-1 text-uppercase font-weight-bold" style="letter-spacing:1px; color: #fff; margin-bottom: 15px; font-family: Radley; font-size: 75px; text-shadow:0 0 3px #111;"> Name</div>
  80.  
  81. <div class="bg-faded mb-1 border-top-0 font-weight-bold" style="width:590px;height:70px; background: url('https://f2.toyhou.se/file/f2-toyhou-se/images/78224460_8BiIvowovauhQPy.png');">
  82.  
  83. <div class="d-flex justify-content-between mx-1 p-2">
  84. <span style="font-size: 19px; font-family: Radley; margin-top: 12px; margin-left: 55px">Song Title - Singer</span>
  85.  
  86. <span style="font-size: 40px; margin-top: -5px; margin-right: -3px; color: #fff"><iframe class="flex-fill" style="width: 100%; height:40px; width:60px;
  87.  
  88. opacity: 0.01;" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen src="https://www.youtube.com/embed/CODEHERE"></iframe>
  89.  
  90. <i class="fas fa-microphone" style="margin-left:-55px;"></i></span>
  91. </div>
  92. </div>
  93.  
  94. <div class="transbox " style=" background-color:rgba(0,0,0,0.7);border: none; padding:10px 10px;text-align:left; margin-top: 20px; color:#fff; width: 590px; height: 120px; overflow-x: hidden">
  95. <div class="row no-gutters">
  96. <div class="col-md-1"><img src="https://i.imgur.com/2hbMso3.png" style="margin-left: 10px"></div>
  97. <div class="col"><p>
  98.  
  99. Brief description here. <br>This box scrolls so you can write how much you want, but it looks better if you keep it short 0v0
  100.  
  101. </p></div>
  102. </div>
  103. </div>
  104.  
  105.  
  106. </div></div>
  107.  
  108. <!-------------------------------- [ IN-GAME TAB ] --------------------------------->
  109.  
  110. <div class="tab-pane" id="game">
  111. <div class="p-3">
  112. <div class="transbox" style="background-color:rgba(255,255,250,0.7);border: none; height: 570px; overflow: auto; padding: 10px 50px 50px 50px; max-width: 1180px" align="center">
  113.  
  114. <table class="w-auto" style="border: none"><tr>
  115. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">“</td>
  116. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">
  117.  
  118. Title
  119.  
  120. </td>
  121. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">”</td>
  122. </tr></table>
  123.  
  124. <hr class="mx-1 mt-1 mb-2" style="width: 500px">
  125.  
  126. <div class="row no-gutters" align="center">
  127. <div class="col" style="margin: 20px 20px 20px 20px" align="center">
  128. <!----------------------
  129. AVATAR ICON
  130. ------------------------>
  131. <img src="
  132.  
  133. IMAGE LINK
  134.  
  135. " style="width: 200px;">
  136. </div>
  137.  
  138.  
  139. <!----------------------
  140. RARITY
  141. (add/remove "<i class="fas fa-star"></i>" to change rarity)
  142. ------------------------>
  143. <div class="col" style="margin-top: 25px;">
  144. <p class="text-uppercase font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 25px; text-shadow:0 0 3px #111;"> Rarity</p>
  145. <p style="color:#ffd16e; font-size: 26px; text-shadow:0 0 3px #111; margin-top: 45px">
  146.  
  147. <i class="fas fa-star"></i>
  148. <i class="fas fa-star"></i>
  149. <i class="fas fa-star"></i>
  150. <i class="fas fa-star"></i>
  151.  
  152. </p></div>
  153.  
  154. <!----------------------
  155. VISION
  156. ------------------------>
  157. <div class="col" style="margin-top: 25px;">
  158. <p class="text-uppercase font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 25px; text-shadow:0 0 3px #111;"> Vision</p>
  159. <img src="
  160.  
  161. VISION IMAGE LINK
  162.  
  163. " style="width: 150px;">
  164. </div>
  165.  
  166. <!----------------------
  167. WEAPON
  168. (you can find images on wiki)
  169. ------------------------>
  170. <div class="col" style="margin-top: 25px;">
  171. <p class="text-uppercase font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 25px; text-shadow:0 0 3px #111;"> Weapon</p>
  172. <img src="
  173.  
  174. WEAPON IMAGE LINK
  175.  
  176. " style="width: 150px;">
  177. </div>
  178.  
  179. <!----------------------
  180. NATION
  181. ------------------------>
  182. <div class="col" style="margin-top: 25px;">
  183. <p class="text-uppercase font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 25px; text-shadow:0 0 3px #111;"> Nation</p>
  184. <img src="
  185.  
  186. NATION IMAGE LINK
  187.  
  188. " style="width: 150px;">
  189. </div></div>
  190. <hr class="mx-1 mt-1 mb-2">
  191.  
  192. <!----------------------
  193. VOICE ACTORS
  194. ------------------------>
  195. <div class="row">
  196. <div class="col" style="background: none; margin-left: 10px">
  197. <p style="background:none; color: #00BFA5; border: none; letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 25px; text-shadow:0 0 3px #111; text:uppercase; font-weight: bold">VOICE ACTORS</p>
  198. <p>
  199. <table class="w-auto" style="border:none">
  200. <tr>
  201. <td style="width:150px;"><b> English </b></td>
  202. <td style="width:150px;" align="right">
  203. <a href="LINK" style="color:#00BFA5">
  204. Name</a></td>
  205. </tr>
  206. </table>
  207. <table class="w-auto" style="border:none"><tr>
  208. <td style="width:150px;"><b> Chinese </b></td>
  209. <td style="width:150px;" align="right">
  210. <a href="LINK" style="color:#00BFA5">
  211. Name</a></td>
  212. </tr>
  213. </table>
  214. <table class="w-auto" style="border:none">
  215. <tr>
  216. <td style="width:150px;"><b> Japanese </b></td>
  217. <td style="width:150px;" align="right">
  218. <a href="LINK" style="color:#00BFA5">
  219. Name</a></td>
  220. </tr>
  221. </table>
  222. <table class="w-auto" style="border:none">
  223. <tr>
  224. <td style="width:150px;"><b> Korean </b></td>
  225. <td style="width:150px;" align="right">
  226. <a href="LINK" style="color:#00BFA5">
  227. Name</a></td>
  228. </tr>
  229. </table>
  230. </p>
  231. </div>
  232.  
  233.  
  234. <!----------------------
  235. BIO
  236. ------------------------>
  237. <div class="col" style="background: none; margin-left: 10px">
  238. <p style="background:none; color: #00BFA5; border: none; letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 25px; text-shadow:0 0 3px #111; text:uppercase; font-weight: bold">BIO</p>
  239. <p>
  240. <table class="w-auto" style="border:none">
  241. <tr>
  242. <td style="width:150px;"><b> Sex </b></td>
  243. <td style="width:150px;" align="right"> text </td>
  244. </tr>
  245. </table>
  246. <table class="w-auto" style="border:none">
  247. <tr>
  248. <td style="width:150px;"><b> Birthday </b></td>
  249. <td style="width:150px;" align="right"> text </td>
  250. </tr>
  251. </table>
  252. <table class="w-auto" style="border:none">
  253. <tr>
  254. <td style="width:150px;"><b> Constellation </b></td>
  255. <td style="width:150px;" align="right"> text</td>
  256. </tr>
  257. </table>
  258. <table class="w-auto" style="border:none">
  259. <tr>
  260. <td style="width:150px;"><b> Region </b></td>
  261. <td style="width:150px;" align="right"> text </td>
  262. </tr>
  263. </table>
  264. <table class="w-auto" style="border:none">
  265. <tr>
  266. <td style="width:150px;"><b> Affiliation </b></td>
  267. <td style="width:150px;" align="right"> text </td>
  268. </tr>
  269. </table>
  270. <table class="w-auto" style="border:none">
  271. <tr>
  272. <td style="width:150px;"><b> Special Dish </b></td>
  273. <td style="width:150px;" align="right"> text </td>
  274. </tr>
  275. </table>
  276. <table class="w-auto" style="border:none">
  277. <tr>
  278. <td style="width:150px;"><b> How to Obtain </b></td>
  279. <td style="width:150px;" align="right"> text </td> </tr>
  280. </table></p>
  281. </div>
  282.  
  283.  
  284. <!----------------------
  285. NAMES
  286. ------------------------>
  287. <div class="col" style="background: none; margin-left: 10px">
  288. <p style="background:none; color: #00BFA5; border: none; letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 25px; text-shadow:0 0 3px #111; text:uppercase; font-weight: bold">TRANSLATED NAMES</p>
  289. <p>
  290. <table class="w-auto" style="border:none">
  291. <tr>
  292. <td style="width:150px;"><b> Chinese Name </b></td>
  293. <td style="width:150px;" align="right"> text </td>
  294. </tr>
  295. </table>
  296. <table class="w-auto" style="border:none">
  297. <tr>
  298. <td style="width:150px;"><b> Japanese Name </b></td>
  299. <td style="width:150px;" align="right"> text </td>
  300. </tr>
  301. </table>
  302. <table class="w-auto" style="border:none">
  303. <tr>
  304. <td style="width:150px;"><b> Korean Name </b></td>
  305. <td style="width:150px;" align="right"> text </td>
  306. </tr>
  307. </table>
  308. </p>
  309. </div>
  310. </div>
  311. <hr class="mx-1 mt-1 mb-2">
  312.  
  313. <!----------------------
  314. PERSONALITY
  315. ------------------------>
  316. <p class="text-uppercase font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;"> Personality</p>
  317.  
  318. <table class="w-auto" style="border: none"><tr>
  319. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 50px; text-shadow:0 0 3px #111;">“</td>
  320. <td><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. 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.</p></td>
  321. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 50px; text-shadow:0 0 3px #111;">”</td>
  322. </tr></table>
  323. </div></div></div>
  324.  
  325. <!-------------------------------- [ STORY TAB ] --------------------------------->
  326. <div class="tab-pane" id="story">
  327. <div class="p-3">
  328. <div class="transbox" style="background-color:rgba(255,255,250,0.7);border: none; height: 570px; overflow: auto; padding: 10px 50px 50px 50px; max-width: 1180px" align="left">
  329.  
  330. <table class="w-auto" style="border: none"><tr>
  331. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 20px; text-shadow:0 0 3px #111;"><i class="fas fa-bookmark"></i></td>
  332. <!------- CHARACTER DETAILS -------->
  333. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Character Details</td>
  334. </tr></table>
  335. <hr class="mx-1 mt-1 mb-2">
  336. <p>[text]</p>
  337.  
  338. <!------- STORY 1 -------->
  339. <table class="w-auto" style="border: none"><tr>
  340. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 20px; text-shadow:0 0 3px #111;"><i class="fas fa-bookmark"></i></td>
  341. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Story 1</td>
  342. </tr></table>
  343. <hr class="mx-1 mt-1 mb-2">
  344. <p>[text]</p>
  345.  
  346. <!------- STORY 2 -------->
  347. <table class="w-auto" style="border: none"><tr>
  348. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 20px; text-shadow:0 0 3px #111;"><i class="fas fa-bookmark"></i></td>
  349. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Story 2</td>
  350. </tr></table>
  351. <hr class="mx-1 mt-1 mb-2">
  352. <p>[text]</p>
  353.  
  354. <!------- STORY 3 -------->
  355. <table class="w-auto" style="border: none"><tr>
  356. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 20px; text-shadow:0 0 3px #111;"><i class="fas fa-bookmark"></i></td>
  357. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Story 3</td>
  358. </tr></table>
  359. <hr class="mx-1 mt-1 mb-2">
  360. <p>[text]</p>
  361.  
  362. <!------- STORY 4 -------->
  363. <table class="w-auto" style="border: none"><tr>
  364. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 20px; text-shadow:0 0 3px #111;"><i class="fas fa-bookmark"></i></td>
  365. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Story 4</td>
  366. </tr></table>
  367. <hr class="mx-1 mt-1 mb-2">
  368. <p>[text]</p>
  369.  
  370. <!------- STORY 5 -------->
  371. <table class="w-auto" style="border: none"><tr>
  372. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 20px; text-shadow:0 0 3px #111;"><i class="fas fa-bookmark"></i></td>
  373. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Story 5</td>
  374. </tr></table>
  375. <hr class="mx-1 mt-1 mb-2">
  376. <p>[text]</p>
  377.  
  378. <!------- BOOK? -------->
  379. <table class="w-auto" style="border: none"><tr>
  380. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 20px; text-shadow:0 0 3px #111;"><i class="fas fa-bookmark"></i></td>
  381. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Title</td>
  382. </tr></table>
  383. <hr class="mx-1 mt-1 mb-2">
  384. <p>[text]</p>
  385.  
  386. <!------- VISION -------->
  387. <table class="w-auto" style="border: none"><tr>
  388. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 20px; text-shadow:0 0 3px #111;"><i class="fas fa-bookmark"></i></td>
  389. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Vision</td>
  390. </tr></table>
  391. <hr class="mx-1 mt-1 mb-2">
  392. <p>[text]</p>
  393. <br>
  394. <table class="w-auto" style="border: none"><tr>
  395. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 20px; text-shadow:0 0 3px #111;"><i class="fas fa-bookmark"></i></td>
  396.  
  397. <!------- TRIVIA -------->
  398. <td class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Trivia</td>
  399. </tr></table>
  400. <hr class="mx-1 mt-1 mb-2">
  401. <p><ul style="list-style-type:square;">
  402. <li style="color:#3A3A3A;">[trivia 1]</li>
  403. <li style="color:#3A3A3A;">[trivia 2]</li></p>
  404. </div></div></div>
  405.  
  406. <!-------------------------------- [ MOODBOARD TAB ] --------------------------------->
  407. <div class="tab-pane" id="moodboard">
  408. <div class="p-3">
  409. <div class="transbox" style="background-color:rgba(255,255,250,0.7);border: none; height: 570px; overflow: auto; padding: 10px 50px 50px 50px; max-width: 1180px" align="center">
  410.  
  411. <div class="row no-gutters">
  412. <div class="col-md-4 pr-md-2 mb-md-0 mb-2">
  413.  
  414. <!---------------------- IMAGE VERTICAL -------------------------->
  415. <div style="background-image:url(
  416.  
  417. 'IMAGE LINK'
  418.  
  419. );background-size:cover;background-position:center;max-height:550px; border-radius: 20px" class="h-100"></div>
  420. </div>
  421. <div class="col-md-8 mb-md-0 mb-3">
  422. <div class="row no-gutters">
  423. <div class="col-6 pr-1 mb-2">
  424. <!---------------------- IMAGE 1 -------------------------->
  425. <div style="background-image:url(
  426.  
  427. 'IMAGE LINK'
  428.  
  429. );background-size:cover;background-position:center;min-height:250px; border-radius: 20px"></div>
  430. </div>
  431. <div class="col-6 pl-1 mb-2">
  432. <!---------------------- IMAGE 2 -------------------------->
  433. <div style="background-image:url(
  434.  
  435. 'IMAGE LINK'
  436.  
  437. );background-size:cover;background-position:center;min-height:250px; border-radius: 20px"></div>
  438. </div>
  439. <div class="col-6 pr-1">
  440. <!---------------------- IMAGE 3 -------------------------->
  441. <div style="background-image:url(
  442.  
  443. 'IMAGE LINK'
  444.  
  445. );background-size:cover;background-position:center;min-height:250px; border-radius: 20px"></div>
  446. </div>
  447. <div class="col-6 pl-1">
  448. <!---------------------- IMAGE 4 -------------------------->
  449. <div style="background-image:url(
  450.  
  451. 'IMAGE LINK'
  452.  
  453. );background-size:cover;background-position:center;min-height:250px; border-radius: 20px"></div>
  454. </div>
  455. </div>
  456. </div></div>
  457.  
  458. </div></div></div>
  459.  
  460. <!-------------------------------- [ RELATIONSHIPS TAB ] --------------------------------->
  461. <div class="tab-pane" id="relationships">
  462. <div class="p-3">
  463. <div class="transbox" style="background-color:rgba(255,255,250,0.7);border: none; height: 570px; overflow: auto; padding: 10px 50px 50px 50px; max-width: 1180px" align="left">
  464.  
  465. <!-- -----------------------------
  466. NAME 1
  467. ------------------------------ -->
  468. <div class="row">
  469. <div class="col-lg-3"><img src="
  470. IMAGE LINK
  471. " style="width: 200px; margin-top: 20px"></div>
  472. <div class="col"><p class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Name
  473. <span class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 15px; text-shadow:0 0 3px #111;">
  474. <i class="fas fa-heart"></i>
  475. <i class="fas fa-heart"></i>
  476. <i class="fas fa-heart"></i>
  477. <i class="fas fa-heart"></i>
  478. <i class="fas fa-heart"></i>
  479. <i class="fal fa-heart"></i>
  480. </span></p>
  481. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam egestas orci eu nulla tristique vehicula. Sed faucibus dapibus viverra. In vitae molestie justo, vel volutpat libero. Sed turpis massa, commodo at tincidunt id, suscipit quis purus. Nulla fermentum nulla quis tortor lacinia, vitae vulputate elit egestas. Cras et velit dignissim, ornare turpis id, rutrum nibh. Maecenas eleifend ac arcu eget tempor. Nulla et urna cursus, gravida arcu vitae, pulvinar lorem. Sed libero dolor, bibendum non euismod a, commodo id eros.</p>
  482. </div>
  483. </div><br>
  484. <!-- -----------------------------
  485. NAME 2
  486. ------------------------------ -->
  487. <hr class="mx-1 mt-1 mb-2">
  488. <div class="row">
  489. <div class="col-lg-3"><img src="
  490. IMAGE LINK
  491. " style="width: 200px; margin-top: 20px"></div>
  492. <div class="col"><p class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Name
  493. <span class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 15px; text-shadow:0 0 3px #111;">
  494. <i class="fas fa-heart"></i>
  495. <i class="fas fa-heart"></i>
  496. <i class="fas fa-heart"></i>
  497. <i class="fas fa-heart"></i>
  498. <i class="fas fa-heart"></i>
  499. <i class="fal fa-heart"></i>
  500. </span></p>
  501. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam egestas orci eu nulla tristique vehicula. Sed faucibus dapibus viverra. In vitae molestie justo, vel volutpat libero. Sed turpis massa, commodo at tincidunt id, suscipit quis purus. Nulla fermentum nulla quis tortor lacinia, vitae vulputate elit egestas. Cras et velit dignissim, ornare turpis id, rutrum nibh. Maecenas eleifend ac arcu eget tempor. Nulla et urna cursus, gravida arcu vitae, pulvinar lorem. Sed libero dolor, bibendum non euismod a, commodo id eros.</p>
  502. </div>
  503. </div><br>
  504. <!-- -----------------------------
  505. NAME 3
  506. ------------------------------ -->
  507. <hr class="mx-1 mt-1 mb-2">
  508. <div class="row">
  509. <div class="col-lg-3"><img src="
  510. IMAGE LINK
  511. " style="width: 200px; margin-top: 20px"></div>
  512. <div class="col"><p class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Name
  513. <span class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 15px; text-shadow:0 0 3px #111;">
  514. <i class="fas fa-heart"></i>
  515. <i class="fas fa-heart"></i>
  516. <i class="fas fa-heart"></i>
  517. <i class="fas fa-heart"></i>
  518. <i class="fas fa-heart"></i>
  519. <i class="fal fa-heart"></i>
  520. </span></p>
  521. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam egestas orci eu nulla tristique vehicula. Sed faucibus dapibus viverra. In vitae molestie justo, vel volutpat libero. Sed turpis massa, commodo at tincidunt id, suscipit quis purus. Nulla fermentum nulla quis tortor lacinia, vitae vulputate elit egestas. Cras et velit dignissim, ornare turpis id, rutrum nibh. Maecenas eleifend ac arcu eget tempor. Nulla et urna cursus, gravida arcu vitae, pulvinar lorem. Sed libero dolor, bibendum non euismod a, commodo id eros.</p>
  522. </div>
  523. </div><br>
  524. <!-- -----------------------------
  525. NAME 4
  526. ------------------------------ -->
  527. <hr class="mx-1 mt-1 mb-2">
  528. <div class="row">
  529. <div class="col-lg-3"><img src="
  530. IMAGE LINK
  531. " style="width: 200px; margin-top: 20px"></div>
  532. <div class="col"><p class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 30px; text-shadow:0 0 3px #111;">Name
  533. <span class="font-weight-bold" style="letter-spacing:1px; color: #fff; ; font-family: Radley; font-size: 15px; text-shadow:0 0 3px #111;">
  534. <i class="fas fa-heart"></i>
  535. <i class="fas fa-heart"></i>
  536. <i class="fas fa-heart"></i>
  537. <i class="fas fa-heart"></i>
  538. <i class="fas fa-heart"></i>
  539. <i class="fal fa-heart"></i>
  540. </span></p>
  541. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam egestas orci eu nulla tristique vehicula. Sed faucibus dapibus viverra. In vitae molestie justo, vel volutpat libero. Sed turpis massa, commodo at tincidunt id, suscipit quis purus. Nulla fermentum nulla quis tortor lacinia, vitae vulputate elit egestas. Cras et velit dignissim, ornare turpis id, rutrum nibh. Maecenas eleifend ac arcu eget tempor. Nulla et urna cursus, gravida arcu vitae, pulvinar lorem. Sed libero dolor, bibendum non euismod a, commodo id eros.</p>
  542. </div>
  543. </div>
  544.  
  545. </div>
  546.  
  547. </div></div>
  548.  
  549. </div></div>
  550. <!------------------------------------------
  551. CREDITS
  552. -------------------------------------------->
  553. <div class="text-right small py-2" style="letter-spacing:4px; width: 1180px">
  554. <a href="https://toyhou.se/ChainOfRain" data-toggle="tooltip" data-placement="top" title="code by chainofrain" style="text-decoration:none;color:#CCA574;"><i class="far fa-code"></i>
  555. </a> .
  556. <a href="https://toyhou.se/4701769.-f2u-in-profile-playlist" data-toggle="tooltip" data-placement="top" title="music code by strabi" style="text-decoration:none;color:#CCA574;">
  557. <i class="far fa-music"></i>
  558. </a> .
  559. <a href="https://genshin.mihoyo.com/en/home" data-toggle="tooltip" data-placement="top" title="genshin impact by mihoyo" style="color:#CCA574;">
  560. <i class="far fa-leaf"></i>
  561. </a>
  562. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement