Advertisement
Jade-Everstone

I Miss You (CQ March 2023 - BS)

Mar 16th, 2023
924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.31 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2.  
  3.  
  4. <!--Rules:
  5.  
  6. I miss you
  7.  
  8. For the Coders Quarters March 2023 Challenge
  9.  
  10. You may
  11. -frankenstein with other codes (as long as the creator of said code allows it)
  12. -edit/change as much as you need (example: making character codes into user codes, vice-versa)
  13. -use offsite
  14.  
  15. You may not
  16. -Redistribute, resell, and/or claim its yours
  17. -Remove credit (you're allowed to move & edit it though, just keep it visible)
  18.  
  19. Misc Notes:
  20. -When editing, remember to turn WYSIWYG off! My codes may break otherwise
  21. -Some basic html knowledge is recommended for editing
  22.  
  23. Default Colors (Bootstrap Colors):
  24. - pfp bg: bg-secondary
  25. - Section headers: bg-primary
  26. - image bgs, sidebar bgs: bg-faded
  27.  
  28. Change the colors: Ctrl+f and search for the color you want to change.
  29.  
  30. -->
  31.  
  32.  
  33. <div class="mx-auto" style="max-width:500px">
  34.    
  35.     <div style="border-style:solid;border-width:2px;border-color:rgba(0,0,0,0.3);box-shadow:3px 3px 0px rgba(0,0,0,0.3)">
  36.        
  37.        
  38.        
  39.         <!-- /// Main info /// -->
  40.         <div class="px-2 py-1 bg-primary text-white" style="font-size:2em;font-weight:bold;letter-spacing:1px;text-align:right">
  41.             Username
  42.         </div>
  43.        
  44.         <!--header image-->
  45.         <div class="bg-faded" style="min-height:250px;
  46.        background-image:url(https://images.unsplash.com/photo-1534085838602-9624ac7ab9e5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80);
  47.        background-size:cover;
  48.        background-position:bottom">
  49.            
  50.             <!--Image Credits-->
  51.             <a href="https://unsplash.com/photos/6jjvx8sZrRc" target="_blank"
  52.                data-toggle="tooltip"
  53.                title="img - unsplash"
  54.                style="position:relative;left:5px;top:3px;font-size:1.1em;text-shadow:3px 3px 0px rgba(0,0,0,0.3)">
  55.                 <i class="fa-solid fa-image text-white"></i>
  56.             </a>
  57.            
  58.         </div>
  59.        
  60.         <div class="bg-primary" style="height:25px"></div>
  61.        
  62.         <div class="row no-gutters">
  63.             <div class="col-sm-4">
  64.                
  65.                 <div class="p-2 bg-faded h-100" style="min-height:100px;">
  66.                    
  67.                     <!--user image-->
  68.                     <div class="bg-secondary mb-2" style="
  69.                        height:125px;width:125px;
  70.                        margin-left:auto;margin-right:auto;margin-top:-120px;
  71.                        box-shadow:3px 3px 0px rgba(0,0,0,0.3);
  72.                        background-image:url( )"></div>
  73.                    
  74.                     <!--basic info-->
  75.                     <span>(Pref.) name</span><hr class="mt-0 mb-1">
  76.                     <span>Gender</span><hr class="mt-0 mb-1">
  77.                     <span>Pro/Noun</span>
  78.                    
  79.                     <hr class="my-2" style="border-width:2px">
  80.                    
  81.                     <!--Socials-->
  82.                     <a href="#"><i class="fa-solid fa-circle"></i> Social Link</a><hr class="mt-0 mb-1">
  83.                     <a href="#"><i class="fa-solid fa-circle"></i> Social Link</a><hr class="mt-0 mb-1">
  84.                     <a href="#"><i class="fa-solid fa-circle"></i> Social Link</a>
  85.                    
  86.                 </div>
  87.             </div>
  88.            
  89.             <!--info-->
  90.             <div class="col-sm-8">
  91.                 <div class="p-2 h-100" style="min-height:200px">
  92.                     <p>An introduction to yourself. I would recommend not putting revealing info here though. Safety first yunno.</p>
  93.                     <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>
  94.                 </div>
  95.             </div>
  96.            
  97.         </div>
  98.         <!-- /// End Main info /// -->
  99.        
  100.        
  101.        
  102.         <!-- /// Art Status /// -->
  103.         <div class="px-2 py-1 bg-primary text-white" style="font-size:1.5em;font-weight:bold;letter-spacing:1px">
  104.             Art Status
  105.         </div>
  106.        
  107.         <div class="row no-gutters">
  108.            
  109.             <!--info-->
  110.             <div class="col-sm-8">
  111.                 <div class="p-2 h-100">
  112.                    
  113.                     <!--basic stats-->
  114.                     <div class="d-flex flex-wrap">
  115.                         <span class="mr-auto" style="font-weight:bold">Commissions</span>
  116.                         <span>Status</span>
  117.                     </div>
  118.                     <hr class="mt-0 mb-2">
  119.                    
  120.                     <div class="d-flex flex-wrap">
  121.                         <span class="mr-auto" style="font-weight:bold">Trades</span>
  122.                         <span>Status</span>
  123.                     </div>
  124.                     <hr class="mt-0 mb-2">
  125.                    
  126.                     <div class="d-flex flex-wrap">
  127.                         <span class="mr-auto" style="font-weight:bold">Requests</span>
  128.                         <span>Status</span>
  129.                     </div>
  130.                    
  131.                     <!--blurb-->
  132.                     <hr class="mt-0 mb-2">
  133.                    
  134.                     <p>More notes about the above: ongoing projects, hiatuses, how busy you are, trello links, etc.</p>
  135.                    
  136.                 </div>
  137.             </div>
  138.            
  139.             <!--sidebar image-->
  140.             <div class="col-sm-4">
  141.                 <div class="bg-faded h-100" style="position:sticky;top:0px;min-height:150px;
  142.                    background-image:url(https://images.unsplash.com/photo-1488590528505-98d2b5aba04b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80);
  143.                    background-size:cover;
  144.                    background-position:center;
  145.                    text-align:right">
  146.                    
  147.                     <!--Image Credits-->
  148.                     <a href="https://unsplash.com/photos/XJXWbfSo2f0" target="_blank"
  149.                        data-toggle="tooltip"
  150.                        title="img - unsplash"
  151.                        style="position:relative;right:5px;top:3px;font-size:1.1em;text-shadow:3px 3px 0px rgba(0,0,0,0.3)">
  152.                         <i class="fa-solid fa-image text-white"></i>
  153.                     </a>
  154.            
  155.                 </div>
  156.             </div>
  157.            
  158.         </div>
  159.         <!-- /// End Art Status /// -->
  160.        
  161.        
  162.        
  163.         <!-- /// Notice /// -->
  164.         <div class="px-2 py-1 bg-primary text-white" style="font-size:1.5em;font-weight:bold;letter-spacing:1px;text-align:right">
  165.             Notice
  166.         </div>
  167.        
  168.         <div class="row no-gutters">
  169.            
  170.             <!--sidebar image-->
  171.             <div class="col-sm-3 order-2 order-sm-1">
  172.                 <div class="bg-faded h-100" style="position:sticky;top:0px;min-height:150px;
  173.                    background-image:url(https://images.unsplash.com/photo-1600201574319-ac79b6dab11c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=764&q=80);
  174.                    background-size:cover;
  175.                    background-position:center">
  176.                    
  177.                     <!--Image Credits-->
  178.                     <a href="https://unsplash.com/photos/0flJkZkv4DA" target="_blank"
  179.                        data-toggle="tooltip"
  180.                        title="img - unsplash"
  181.                        style="position:relative;left:5px;top:3px;font-size:1.1em;text-shadow:3px 3px 0px rgba(0,0,0,0.3)">
  182.                         <i class="fa-solid fa-image text-white"></i>
  183.                     </a>
  184.                    
  185.                 </div>
  186.             </div>
  187.            
  188.             <!--info-->
  189.             <div class="col-sm-9 order-1 order-sm-2">
  190.                 <div class="p-2">
  191.                    
  192.                     <p><i class="fa-solid fa-circle"></i> A Content Warning, BYF, DNI, Misc. Notes section. Again, best to avoid putting personal info here.</p>
  193.                     <p><i class="fa-solid fa-circle"></i> Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
  194.                     <p><i class="fa-solid fa-circle"></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>
  195.                    
  196.                    
  197.                 </div>
  198.             </div>
  199.                
  200.         </div>
  201.         <!-- /// End Notice /// -->
  202.        
  203.        
  204.        
  205.         <!-- /// Featured OCs /// -->
  206.         <div class="px-2 py-1 bg-primary text-white" style="font-size:1.5em;font-weight:bold;letter-spacing:1px;">
  207.             Featured OCs
  208.         </div>
  209.        
  210.         <div class="row no-gutters">
  211.            
  212.             <!--Character 1-->
  213.             <div class="col-sm-4">
  214.                 <a href="#">
  215.                    
  216.                     <!--chara image-->
  217.                     <div class="bg-faded" style="min-height:175px;
  218.                        background-image:url( );
  219.                        background-size:cover;
  220.                        background-position:center">
  221.                        
  222.                         <span class="badge badge-primary rounded-0 m-2" style="font-size:1.1em;box-shadow:3px 3px 0px rgba(0,0,0,0.3);position:absolute;bottom:0px;">Character Name</span>
  223.                        
  224.                     </div>
  225.                 </a>
  226.             </div>
  227.            
  228.            
  229.             <!--Character 2-->
  230.             <div class="col-sm-4">
  231.                 <a href="#">
  232.                    
  233.                     <!--chara image-->
  234.                     <div class="bg-faded" style="min-height:175px;
  235.                        background-image:url( );
  236.                        background-size:cover;
  237.                        background-position:center">
  238.                        
  239.                         <span class="badge badge-primary rounded-0 m-2" style="font-size:1.1em;box-shadow:3px 3px 0px rgba(0,0,0,0.3);position:absolute;bottom:0px;">Character Name</span>
  240.                        
  241.                     </div>
  242.                 </a>
  243.             </div>
  244.            
  245.            
  246.             <!--Character 3-->
  247.             <div class="col-sm-4">
  248.                 <a href="#">
  249.                    
  250.                     <!--chara image-->
  251.                     <div class="bg-faded" style="min-height:175px;
  252.                        background-image:url( );
  253.                        background-size:cover;
  254.                        background-position:center">
  255.                        
  256.                         <span class="badge badge-primary rounded-0 m-2" style="font-size:1.1em;box-shadow:3px 3px 0px rgba(0,0,0,0.3);position:absolute;bottom:0px;">Character Name</span>
  257.                        
  258.                     </div>
  259.                 </a>
  260.             </div>
  261.            
  262.         </div>
  263.         <!-- /// End Featured OCs /// -->
  264.        
  265.        
  266.        
  267.     </div>
  268.    
  269.    
  270.     <!--Credit: you may move but please do not remove!-->
  271.     <p style="margin-top:5px;text-align:right">
  272.         HTML <a href="https://toyhou.se/20650109"><i class='fa-solid fa-heart'></i> Jade-Everstone</a>
  273.     </p>
  274.    
  275. </div>
  276.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement