Jade-Everstone

Still Here (CQ 2023 April - CC)

May 24th, 2023
1,042
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.15 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <!--Rules:
  3.  
  4. Still Here
  5. For the Coders Quarters April 2023 challenge
  6. Layout provided by 8byte: https://toyhou.se/8byte
  7.  
  8. You may
  9. -frankenstein with other codes (as long as the creator of said code allows it)
  10. -edit/change as much as you need (example: making character codes into user codes, vice-versa)
  11.  
  12. You may not
  13. -Redistribute, resell, and/or claim its yours
  14. -Remove credit (you're allowed to move & edit it though, just keep it visible)
  15.  
  16. Misc Notes:
  17. -When editing, remember to turn WYSIWYG off! My codes may break otherwise
  18. -Some basic html knowledge is recommended for editing
  19.  
  20. Default Colors:
  21. -main color: #e85880
  22. -image & music player bgs: #f7afc2
  23. -dividers: #d5d4e8
  24.  
  25.  
  26. Change the colors: Ctrl+f and search for the color you want to change.
  27.  
  28. -->
  29.  
  30. <div class="container py-3" style="max-width:600px">
  31.    
  32.     <!-- /// HEADER /// -->
  33.     <div class="row d-flex align-items-end">
  34.        
  35.         <!--character image-->
  36.         <div class="col-md-4">
  37.             <div class="align-self-baseline" style="height:120px;width:120px;
  38.                background-image:url( # );
  39.                background-size:contain;
  40.                background-position:center;
  41.                background-color:#f7afc2"></div>
  42.         </div>
  43.        
  44.         <!--Name-->
  45.         <div class="col-md-8">
  46.             <div class="ml-auto">
  47.                 <span style="font-size:3.5em;line-height:1em">Character name</span><br>
  48.                     <div class="mt-1" style="height:5px;background-color:#d5d4e8"></div>
  49.                 </div>
  50.             </div>
  51.        
  52.        </div>
  53.     <!-- /// END HEADER /// -->
  54.    
  55.    
  56.     <!--divider-->
  57.     <div class="d-flex align-items-end mt-2">
  58.         <div style="height:30px;width:60%;background-color:#e85880"></div>
  59.         <div style="height:30px;width:25%;opacity:50%;background-color:#e85880"></div>
  60.         <div style="height:30px;width:15%;opacity:25%;background-color:#e85880"></div>
  61.     </div>
  62.    
  63.     <!-- /// MAIN BODY ///-->
  64.     <div class="bg-faded p-2 p-md-3" style="min-height:200px">
  65.        
  66.         <!-- /// INTRO /// -->
  67.         <div class="row align-items-center">
  68.            
  69.             <!--basic info-->
  70.             <div class="col-md-4">
  71.                 <div style="width:100%">
  72.                     <div class="px-2 text-white mt-2 mb-1" style="background-color:#e85880">GENDER</div>
  73.                     <div style="text-align:right">TEXT</div>
  74.                    
  75.                     <div class="px-2 text-white mt-2 mb-1" style="background-color:#e85880">PRONOUNS</div>
  76.                     <div style="text-align:right">TEXT</div>
  77.                    
  78.                     <div class="px-2 text-white mt-2 mb-1" style="background-color:#e85880">RACE/SPECIES</div>
  79.                     <div style="text-align:right">TEXT</div>
  80.                    
  81.                     <div class="px-2 text-white mt-2 mb-1" style="background-color:#e85880">BIRTHDAY</div>
  82.                     <div style="text-align:right">TEXT</div>
  83.                                
  84.                 </div>
  85.             </div>
  86.            
  87.             <!--about-->
  88.             <div class="col-md-8">
  89.                 <p>This section expands!</p>
  90.                
  91.                 <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.</p>
  92.                
  93.                 <p>Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  94.                
  95.             </div>
  96.            
  97.         </div>
  98.         <!-- /// END INTRO /// -->
  99.        
  100.        
  101.         <!--divider-->
  102.         <div class="my-3 mx-auto" style="height:5px;max-width:400px;background-color:#d5d4e8"></div>
  103.        
  104.        
  105.         <!-- /// TRIVIA /// -->
  106.         <div class="row align-items-center">
  107.            
  108.             <!--trivia-->
  109.             <div class="col-md-8">
  110.                
  111.                 <p><i class="fa-solid fa-arrow-right"></i> Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
  112.                
  113.                 <p><i class="fa-solid fa-arrow-right"></i> 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. </p>
  114.                
  115.                 <p><i class="fa-solid fa-arrow-right"></i> It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
  116.                
  117.             </div>
  118.            
  119.             <!--character image-->
  120.             <div class="col-md-4">
  121.                 <div class="card border-0 rounded-0 mx-auto my-2 my-md-auto" style="max-width:200px;height:250px;
  122.                    background-image:url( # );
  123.                    background-size:300px;
  124.                    background-position:top;
  125.                    background-color:#f7afc2">
  126.                    
  127.                     <!--image credit-->
  128.                     <span class="text-white" style="font-size:1.25em;position:absolute;right:5px;text-shadow:1px 1px 3px #000000;letter-spacing:2px">
  129.                        
  130.                         <!--image-->
  131.                         <a href="#"><i class="fa-solid fa-image text-white" data-toggle="tooltip" title="img - credit"></i></a>
  132.                        
  133.                     </span>
  134.                    
  135.                 </div>
  136.             </div>
  137.        
  138.         </div>
  139.         <!-- /// END TRIVIA /// -->
  140.        
  141.     </div>
  142.     <!-- /// END MAIN BODY ///-->
  143.    
  144.     <!--divider-->
  145.     <div class="d-flex align-items-end mb-2">
  146.         <div style="height:30px;width:15%;opacity:25%;background-color:#e85880"></div>
  147.         <div style="height:30px;width:25%;opacity:50%;background-color:#e85880"></div>
  148.         <div style="height:30px;width:60%;background-color:#e85880"></div>
  149.     </div>
  150.    
  151.    
  152.     <!-- /// MUSIC /// -->
  153.     <div class="row d-flex align-self-start mb-2">
  154.        
  155.         <!--song info-->
  156.         <div class="col-md-8">
  157.             <span style="font-size:2em;line-height:1em">Still Here (with the ones that i came with)</span><br>
  158.             <div class="my-1" style="height:5px;background-color:#d5d4e8"></div>
  159.             <span style="font-size:1.25em;line-height:1em">Skrillex, Porter Robinson, & Bibi Bourelly </span><br>
  160.        </div>
  161.        
  162.        <!--song-->
  163.        <div class="col-md-4">
  164.            <div class="card border-0 rounded-0 text-white align-self-baseline ml-auto" style="height:120px;width:120px;text-align:center;overflow:hidden;background-color:#f7afc2">
  165.                    
  166.                     <!-- HOW TO CHANGE THE LINK/SONG
  167.                        - Go to youtube and find the song you want to use
  168.                        - the page link has a string of random letters & numbers at the end of it.
  169.                            (eg: https://www.youtube.com/watch?v= [here] )
  170.                        - copy that string of letters and paste it between embed/ and ?controls-0 in the embed link
  171.                            (eg: src="https://www.youtube-nocookie.com/embed/ [here] ?controls=0" )
  172.                    -->
  173.                                
  174.                     <iframe src="https://www.youtube-nocookie.com/embed/V-gGLTPxEhE?controls=0"
  175.                    frameborder="0"
  176.                    style="position:absolute;right:-60px;top:-50px;width:250px;height:200px;z-index:1;opacity:0.001"></iframe>
  177.                                    
  178.                 <span style="font-size:75px">
  179.                     <i class="fa-regular fa-compact-disc"></i>
  180.                 </span>
  181.             </div>
  182.         </div>
  183.        
  184.     </div>
  185.     <!-- /// END MUSIC /// -->
  186.    
  187.     <!--Credit. You may move it, but please do not delete/remove-->
  188.     <hr class="mt-3 mb-1">
  189.     <p style="text-align:right">HTML by <a href="https://toyhou.se/21264072" style="color:#e85880"><i class='fa-solid fa-heart'></i> Jade-Everstone</a> // Layout by <a href="https://toyhou.se/8byte" style="color:#e85880">8byte</a></p>
  190.    
  191. </div>
Advertisement
Add Comment
Please, Sign In to add comment