Advertisement
junijwi

Genshin Character Splash (Minimal)

Nov 12th, 2022 (edited)
1,542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.28 KB | None | 0 0
  1. <!--------------------------------------------------------------------------------
  2.  
  3. SPLASH profile by JUNI
  4.  
  5. This profile is based off the character splash pages on the MIHOYO website and
  6. I do not claim the design as something of my original creation. That being
  7. said, it is offered for free and should not be resold/redistributed for money.
  8. You are free to edit it!
  9.  
  10. Please edit the code with WYSIWYG turned off and Code Editor turned on.
  11. I personally recommend editing the code in a code editor like Visual Studio Code
  12. OR using the very handy live-preview website:
  13. https://th.circlejourney.net/
  14. You may alter/relocate/restyle coding credit, but please do not remove it.
  15.  
  16. -------------------------------------------------------------------------------->
  17.  
  18. <div class="container px-0 py-3" style="max-width: 1200px; background-color: black; border-radius: 10px;">
  19. <!--------------------------------------------------------------------------------
  20.  
  21. FOR BACKGROUND IMAGE
  22. It is set to be left-aligned, non-repeating. You'll want something at least 650 x 710 px.
  23. You can alter the positioning if you'd like by changing the "background-position" to "center".
  24.  
  25. GENSHIN COUNTRIES
  26. Mondstadt, Daytime https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20200211/2020021114281584004.jpg
  27. Mondstadt, Evening https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20200211/2020021114281985438.jpg
  28. Liyue, Daytime https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20200526/2020052612332536813.jpg
  29. Liyue, Evening https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20200526/2020052612332812636.jpg
  30. Inazuma, Daytime https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20210715/2021071516521972191.jpg
  31. Inazuma, Evening https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20210715/2021071516524062780.jpg
  32. Sumeru, Daytime https://webstatic.hoyoverse.com/upload/contentweb/2022/08/15/04d542b08cdee91e5dabfa0e85b8995e_4692024198088601985.jpg
  33. Sumeru, Evening https://webstatic.hoyoverse.com/upload/contentweb/2022/08/15/ab72edd8acc105904aa50da90e4e788e_3591306224895288914.jpg
  34. Sumeru Desert, Daytime https://webstatic.hoyoverse.com/upload/contentweb/2022/08/15/f5ab150b05bbe5224d15fb4a6c0150da_1918724644361320115.jpg
  35. Sumeru Desert, Evening https://webstatic.hoyoverse.com/upload/contentweb/2022/08/15/8d63c3dbf6f0cdb55478a18fecf2a196_4900903116299626729.jpg
  36. Fontaine, Daytime https://webstatic.hoyoverse.com/upload/op-public/2023/08/10/34ec75c9ed70f793cdd698ad1a4764e5_6372539215282982604.jpg
  37. Fontaine, Evening https://webstatic.hoyoverse.com/upload/op-public/2023/08/10/3ce8f43e9de08e1988aafc00fdff2410_3910309663611760914.jpg
  38.  
  39. -------------------------------------------------------------------------------->
  40. <div class="container" style="max-width: 1200px; background-image: url('https://uploadstatic-sea.mihoyo.com/contentweb/20200211/2020021114281584004.jpg'); background-repeat: no-repeat; background-position: left; border-radius: 10px; overflow: hidden;">
  41.  
  42. <!-- Decorative Shapes -->
  43. <div class="d-lg-flex d-none">
  44. <img style="position: absolute; top: 0px; left: -15px;" src="https://f2.toyhou.se/file/f2-toyhou-se/images/37816583_jr7vq8m46u5fQC0.png">
  45. <img style="position: absolute; top: 0px; left: 31px; opacity: .3" src="https://f2.toyhou.se/file/f2-toyhou-se/images/37816555_3ZMfJJO8CGgiHAF.png">
  46. </div>
  47. <div class="row">
  48. <!--------------------------------------------------------------------------------
  49.  
  50. DESKTOP NAVIGATION
  51. There is another section further below 'MOBILE NAVIGATION' be sure to alter both sections.
  52.  
  53. -------------------------------------------------------------------------------->
  54. <div class="col-lg-2 pl-0 d-lg-flex d-none" style="margin-top: 130px;">
  55. <ul class="nav flex-column" style="font-family: georgia; font-size: 1.4rem; text-shadow: 0px 0px 3px rgba(0,0,0,1);">
  56. <!-- nav link -->
  57. <li class="nav-item mb-3" style="background: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0));">
  58. <a class="text-white nav-link" data-toggle="tab" href="#tab1">
  59. <span style="text-shadow: 0px 0px 3px rgb(255,0,0);"></span> Brief</a>
  60. </li>
  61. <!-- nav link -->
  62. <li class="nav-item mb-3" style="background: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0));">
  63. <a class="text-white nav-link" data-toggle="tab" href="#tab2">
  64. <span style="text-shadow: 0px 0px 3px rgb(0,255,0);"></span> Psyche</a>
  65. </li>
  66. <!-- nav link -->
  67. <li class="nav-item mb-3" style="background: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0));">
  68. <a class="text-white nav-link" data-toggle="tab" href="#tab3">
  69. <span style="text-shadow: 0px 0px 3px rgb(0,0,255);"></span> Story</a>
  70. </li>
  71. </ul>
  72. </div>
  73. <!---------------- Character Art ---------------->
  74. <div class="col-lg-10" style="background-image: url('https://uploadstatic-sea.mihoyo.com/contentweb/20191009/2019100910335338023.png'); background-repeat: no-repeat; background-position: center top; background-size: cover;">
  75. <!-- Content -->
  76. <div class="row">
  77. <div class="col-12 d-lg-flex d-none" style="margin-top: 80px;"></div>
  78. <div class="col-lg-6 p-2 mx-md-4 mx-2">
  79. <!--------------------------------------------------------------------------------
  80.  
  81. FOR BACKGROUND ELEMENT
  82. It is a large white 400 x 420 px image.
  83.  
  84. GENSHIN ELEMENTS
  85. Geo https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20211203/2021120310392035265.png
  86. Anemo https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20210622/2021062217451457114.png
  87. Electro https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20210818/2021081811222419486.png
  88. Pyro https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20210730/2021073011363453824.png
  89. Hydro https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20210909/2021090910075066974.png
  90. Cryo https://webstatic.hoyoverse.com/upload/uploadstatic/contentweb/20210715/2021071516535197325.png
  91. Dendro https://webstatic.hoyoverse.com/upload/contentweb/2022/08/16/b131cb7706e97d71ecf3d4f2965b0ff1_5456263282195110475.png
  92.  
  93. -------------------------------------------------------------------------------->
  94. <img style="position: absolute; top: -60px; left: -60px; opacity: .1; z-index: 0;" src="https://uploadstatic-sea.mihoyo.com/contentweb/20191009/2019100910341145525.png">
  95. <hr style="position: relative; left: -24%; border: 2px solid; border-color: #E3BC8C; width: 50%;">
  96. <!---------------- Character Name ---------------->
  97. <h1 class="text-uppercase text-white" style="font-family: Georgia; font-size: 4.5rem; letter-spacing: 6px; text-shadow: 0px 0px 3px rgba(0,0,0,1);">Kaeya</h1>
  98. <div class="col-12 d-lg-none d-flex" style="margin-top: 140px;"></div>
  99. <div class="row no-gutters">
  100. <div class="col-12 d-lg-flex d-none">
  101. <div class="shadow-sm w-75" style="background-color: #E3BC8C; position: relative; z-index: 1; color: black;">
  102. <div class="row m-0 p-0">
  103. <div class="col-1 m-auto pr-4 text-center">
  104. <p style="font-size: 1.8rem;"></p>
  105. </div>
  106. <div class="col m-auto">
  107. <!---------------- Song Name ---------------->
  108. <p class="text-uppercase" style="font-family: georgia; font-size: larger;">Dawn Winery Theme</p>
  109. </div>
  110. <div class="col-2 justify-content-end m-0 p-0">
  111. <div class="d-flex">
  112. <div class="card ml-auto" style="overflow: hidden; max-width: 50px; height: 50px; border-radius: 0px;">
  113. <div style="display: inline-block; position:relative; top: -134px; left: -257px;">
  114. <!--------------------------------------------------------------------------------
  115.  
  116. FOR YOUTUBE SONG
  117. https://www.youtube.com/embed/YOUTUBE-ID
  118.  
  119. The YOUTUBE-ID is the string in the URL. Go to the video, click "Share" and check the link.
  120. It should be in https://youtu.be/Q15xiaBTqqY format, in which case you take everything
  121. after https://youtu.be/
  122.  
  123. -------------------------------------------------------------------------------->
  124. <iframe width="560" height="315" src="https://www.youtube.com/embed/QWR3hosrk-I" frameborder="0" allowfullscreen=""></iframe>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. </div>
  132. <div class="col-12 order-lg-1 order-2">
  133. <!--------------------------------------------------------------------------------
  134.  
  135. MOBILE NAVIGATION
  136. There is another section up above 'DESKTOP NAVIGATION' be sure to alter both sections.
  137.  
  138. -------------------------------------------------------------------------------->
  139. <ul class="nav row m-0 d-lg-none d-flex justify-content-center text-center" style="font-family: georgia; font-size: 1rem; text-shadow: 0px 0px 3px rgba(0,0,0,1);">
  140. <!-- nav link -->
  141. <li class="col-4 p-0" style="background: rgba(0,0,0,.5);">
  142. <a class="text-white nav-link" data-toggle="tab" href="#tab1">Brief</a>
  143. </li>
  144. <!-- nav link -->
  145. <li class="col-4 p-0" style="background: rgba(0,0,0,.5);">
  146. <a class="text-white nav-link" data-toggle="tab" href="#tab2">Psyche</a>
  147. </li>
  148. <!-- nav link -->
  149. <li class="col-4 p-0" style="background: rgba(0,0,0,.5);">
  150. <a class="text-white nav-link" data-toggle="tab" href="#tab3">Story</a>
  151. </li>
  152. <!-- end nav links -->
  153. </ul>
  154. <div class="my-3" style="background-color: rgba(0,0,0,.5); text-shadow: 0px 0px 3px rgba(0,0,0,1); height: 180px;">
  155. <div class="tab-content">
  156. <!-- Info Box -->
  157. <div class="tab-pane fade active show" id="tab1">
  158. <div class="row text-white mx-0">
  159. <div class="col-1 d-lg-flex d-none my-2 pr-4 text-center">
  160. <p style="font-size: 1.8rem; text-shadow: 0px 0px 3px rgb(255,0,0);"></p>
  161. </div>
  162. <div class=" col my-3 mr-3 ml-lg-0 ml-3 pb-2 text-justify" style="height: 145px; overflow: auto;">
  163. <p>In the Knights of Favonius, Kaeya is the most trusted aide for the Acting Grand Master Jean. You can always count on him to solve any intractable problems.</p>
  164. <p>
  165. Everyone in Mondstadt loves Kaeya, but no one knows what secrets this witty, charming knight has...</p>
  166. </div>
  167. </div>
  168. </div>
  169. <!-- Info Box -->
  170. <div class="tab-pane fade" id="tab2">
  171. <div class="row text-white mx-0">
  172. <div class="col-1 d-lg-flex d-none my-2 pr-4 text-center">
  173. <p style="font-size: 1.8rem; text-shadow: 0px 0px 3px rgb(0,255,0);"></p>
  174. </div>
  175. <div class=" col my-3 mr-3 ml-lg-0 ml-3 pb-2 text-justify" style="height: 145px; overflow: auto;">
  176. <p>Kaeya is an outwardly confident and charming individual with a flair for the dramatic. He is sometimes seen as overly laid-back and even lazy, but he takes his work seriously. He is surprisingly popular among the elderly of Mondstadt, even earning himself the title of "top candidate for grandson-in-law." His charisma and determination have earned him the admiration, respect, and favor of many people in Mondstadt—yet, his love for provoking others has also gained him the exasperation of those same people.</p>
  177. </div>
  178. </div>
  179. </div>
  180. <!-- Info Box -->
  181. <div class="tab-pane fade" id="tab3">
  182. <div class="row text-white mx-0">
  183. <div class="col-1 d-lg-flex d-none my-2 pr-4 text-center">
  184. <p style="font-size: 1.8rem;text-shadow: 0px 0px 3px rgb(0,0,255);"></p>
  185. </div>
  186. <div class=" col my-3 mr-3 ml-lg-0 ml-3 pb-2 text-justify" style="height: 145px; overflow: auto;">
  187. <p>Kaeya Alberich is an adopted son to the Ragnvindr Family, the renowned wine tycoons.</p>
  188.  
  189. <p>It has been a long time since he last called Diluc Ragnvindr "brother".</p>
  190.  
  191. <p>Kaeya currently serves as the Cavalry Captain of the Knights of Favonius, and is trusted by Jean. Kaeya is often the one wrapping things up in every incident that occurs in Mondstadt's vicinity.</p>
  192. </div>
  193. </div>
  194. </div>
  195. <!-- End Info Boxes -->
  196. </div>
  197. </div>
  198. </div>
  199. <!-- Quote -->
  200. <div class="col-12 text-white text-nowrap order-lg-2 order-1" style="font-family: georgia; font-size: 1.4rem; text-shadow: 0px 0px 3px rgba(0,0,0,1);">
  201. <div class="mb-1 ml-3 pt-2 pl-4 text-left" style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/37816737_IJINN8GWOI7c4EA.png'); background-repeat: no-repeat; background-position: top left; min-height: 50px;">
  202. <p>A knight's duty</p>
  203. </div>
  204. <div class="mb-4 mr-3 pt-1 pr-4 text-right" style="background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/37843183_tXbdbTa8i8lGdeL.png'); background-repeat: no-repeat; background-position: bottom right; min-height: 50px;">
  205. <p>goes beyond the sword.</p>
  206. </div>
  207. </div>
  208. </div>
  209. </div>
  210. </div>
  211. </div>
  212. </div>
  213. </div>
  214. <p class="text-white" style="font-size: .6rem; position: absolute; right: 10px; bottom: 1px;"><a href="/12087247.-genshin-character-splash" style="color: rgb(255, 115, 0);"><span data-toggle="tooltip" data-placement="left" title="code by junijwi"><i class="fas fa-code"></i></span></a></p>
  215. </div>
Tags: Genshin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement