Advertisement
Kawaii-Lau

Interview Template

Jul 18th, 2020
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.70 KB | None | 0 0
  1. <!--
  2.     ╔═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╗
  3.     Thank you for using my code!
  4.    ╚═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╝
  5. Rules to Follow:
  6.  
  7. ✶ Do not EVER delete or remove the credits of the coder or claim this code as your own.
  8. ✶ Do not redistribute this code, no matter how much you edited it as a base or otherwise!
  9. ✶ If you need any help in fixing codes, contact me on Discord (Kawaii-lau#6316).
  10. ✶ If you like to share this code, send to your friends the link of my blog, kawaii-lau.tumblr.com , and support me!
  11.  
  12. If you like a custom code, check out my blog to see if requests are open!
  13.  
  14. XOXO, Lauren.
  15.  
  16.      ╔═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╗
  17.        2020 © Coding by Kawaii-Lau
  18.      ╚═══ -ˋˏ *.·:·.⟐.·:·.* ˎˊ- ═══╝  -->
  19.  
  20. <div style="background:#fff">
  21.     <!-- BACKGROUND -->
  22.  
  23.     <!-- ★★ GENERAL STYLING OF INTERVIEW ★★ -->
  24.     <div style="width:600px;margin:0px auto;background:#eee url(IMGLINK);background-size:100% 100%;padding:10px;
  25. font-family:'Helvetica', sans-serif;color:white;">
  26.  
  27.         <div style="height:650px;overflow:auto;">
  28.             <!-- BOX HEIGHT -->
  29.  
  30. <!-- ★    ★  ★  ★ -->        
  31.        
  32.        
  33.             <!-- ★★ START OF LEFT MESSAGE (INTERVIEWER) ★★ -->
  34.         <br>
  35.             <div style="display:flex;flex-direction:row;align-items:center;">
  36.  
  37.                 <!-- PROFILE PICTURE BOX -->
  38.                 <div style="display:flex-direction:column;">
  39.                     <div style="width:120px;height:120px;padding:5px;background:white;border-radius:100%;margin:5px 0px;">
  40.  
  41.                         <!-- ★★ PROFILE PICTURE ★★ -->
  42.                         <img src="LINK" alt="PROFILE-PICTURE" style="border-radius:100%;width:100%" />
  43.                     </div>
  44.  
  45.                     <!-- ★★ NAME ★★ -->
  46.                     <div style="width:100%;text-align:center;">
  47.                         <b style="font-size:18px;text-shadow:0px 0px 5px black">Interviewer</b>
  48.                     </div>
  49.                 </div> <!-- END OF PROFILE PICTURE BOX -->
  50.  
  51.                 <div style="height:0px;border-style:solid;border-width:15px;border-color:transparent white transparent transparent;margin-left:-5px"></div><!-- ARROW -->
  52.  
  53.  
  54.                 <!-- ★★ CHAT BUBBLE ★★ -->
  55.                 <div style="background-image:linear-gradient(to bottom right, white, white, #HEX);width:410px;padding:10px; border-radius:10px; box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2)"> <!-- ★★ Use #HexColorValue for "#HEX" (i.e. #fff) ★★ -->
  56.  
  57.  
  58.                     <!-- ★★ MESSAGE CONTENT ★★ -->
  59.                     <p style="text-align:justify;color:black">
  60.                           Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc et arcu faucibus, placerat augue ut, mollis tellus. Aenean quis est orci. Integer a lorem a tortor scelerisque rhoncus. Nunc posuere augue non nunc hendrerit, id mollis nisi rhoncus. Mauris tincidunt tincidunt mollis. Fusce tempus dolor eu magna elementum, quis faucibus velit sodales.<br> <br> Mauris tristique metus vitae urna malesuada pellentesque. Aliquam pretium nec dolor vel hendrerit.
  61.                     </p>
  62.                 </div> <!-- END OF MESSAGE -->
  63.  
  64.             </div><!-- END OF LEFT MESSAGE (Copy from start to end to add more MESSAGES)★ -->
  65.  
  66.  
  67.  
  68.             <!-- ★★ START OF RIGHT MESSAGE (INTERVIEWEE) ★★ -->
  69.             <br>
  70.             <div style="display:flex;flex-direction:row;align-items:center">
  71.  
  72.            
  73.             <!-- ★★ CHAT BUBBLE ★★ -->
  74.                 <div style="background-image:linear-gradient(to bottom left, white, white, #HEX);width:410px;padding:10px; border-radius:10px; box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2)"> <!-- ★★ Use #HexColorValue for "#HEX" (i.e. #fff) ★★ -->
  75.                
  76.                
  77.                 <!-- ★★ MESSAGE CONTENT ★★ -->
  78.                     <p style="text-align:justify;color:black">
  79.                          Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc et arcu faucibus, placerat augue ut, mollis tellus. Aenean quis est orci. Integer a lorem a tortor scelerisque rhoncus. Nunc posuere augue non nunc hendrerit, id mollis nisi rhoncus. Mauris tincidunt tincidunt mollis.
  80.                     </p>
  81.                 </div><!-- END OF MESSAGE -->
  82.            
  83.            
  84.  
  85.                 <div style="height:0px;border-style:solid;border-width:15px;border-color:transparent transparent transparent white;margin-right:-5px"></div><!-- ARROW -->
  86.  
  87.            
  88.             <!-- PROFILE PICTURE BOX -->
  89.                 <div style="display:flex-direction:column;">
  90.                     <div style="width:120px;height:120px;padding:5px;background:white;border-radius:100%;margin:5px 0px;">
  91.                    
  92.                     <!-- ★★ PROFILE PICTURE ★★ -->
  93.                         <img src="LINK" alt="PROFILE-PICTURE" style="border-radius:100%;width:100%" />
  94.                     </div>
  95.                     <div style="width:100%;text-align:center;">
  96.                    
  97.                     <!-- ★★ NAME ★★ -->
  98.                         <b style="font-size:18px;text-shadow:0px 0px 5px black">Interviewee</b>
  99.                     </div>
  100.                 </div>
  101.  
  102.             </div><!-- END OF RIGHT MESSAGE (Copy from start to end to add more MESSAGES)★ -->
  103.        
  104.         <!-- ★★ START OF RIGHT MESSAGE (INTERVIEWEE) ★★ -->
  105.             <br>
  106.             <div style="display:flex;flex-direction:row;align-items:center">
  107.  
  108.            
  109.             <!-- ★★ CHAT BUBBLE ★★ -->
  110.                 <div style="background-image:linear-gradient(to bottom left, white, white, #HEX);width:410px;padding:10px; border-radius:10px; box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2)"> <!-- ★★ Use #HexColorValue for "#HEX" (i.e. #fff) ★★ -->
  111.                
  112.                
  113.                 <!-- ★★ MESSAGE CONTENT ★★ -->
  114.                     <p style="text-align:justify;color:black">
  115.                          Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc et arcu faucibus, placerat augue ut, mollis tellus. Aenean quis est orci. Integer a lorem a tortor scelerisque rhoncus. Nunc posuere augue non nunc hendrerit, id mollis nisi rhoncus. Mauris tincidunt tincidunt mollis.
  116.                     </p>
  117.                 </div><!-- END OF MESSAGE -->
  118.            
  119.            
  120.  
  121.                 <div style="height:0px;border-style:solid;border-width:15px;border-color:transparent transparent transparent white;margin-right:-5px"></div><!-- ARROW -->
  122.  
  123.            
  124.             <!-- PROFILE PICTURE BOX -->
  125.                 <div style="display:flex-direction:column;">
  126.                     <div style="width:120px;height:120px;padding:5px;background:white;border-radius:100%;margin:5px 0px;">
  127.                    
  128.                     <!-- ★★ PROFILE PICTURE ★★ -->
  129.                         <img src="LINK" alt="PROFILE-PICTURE" style="border-radius:100%;width:100%" />
  130.                     </div>
  131.                     <div style="width:100%;text-align:center;">
  132.                    
  133.                     <!-- ★★ NAME ★★ -->
  134.                         <b style="font-size:18px;text-shadow:0px 0px 5px black">Interviewee</b>
  135.                     </div>
  136.                 </div>
  137.  
  138.             </div><!-- END OF RIGHT MESSAGE (Copy from start to end to add more MESSAGES)★ -->
  139.        
  140.         <!-- ★★ START OF LEFT MESSAGE (INTERVIEWER) ★★ -->
  141.         <br>
  142.             <div style="display:flex;flex-direction:row;align-items:center;">
  143.  
  144.                 <!-- PROFILE PICTURE BOX -->
  145.                 <div style="display:flex-direction:column;">
  146.                     <div style="width:120px;height:120px;padding:5px;background:white;border-radius:100%;margin:5px 0px;">
  147.  
  148.                         <!-- ★★ PROFILE PICTURE ★★ -->
  149.                         <img src="LINK" alt="PROFILE-PICTURE" style="border-radius:100%;width:100%" />
  150.                     </div>
  151.  
  152.                     <!-- ★★ NAME ★★ -->
  153.                     <div style="width:100%;text-align:center;">
  154.                         <b style="font-size:18px;text-shadow:0px 0px 5px black">Interviewer</b>
  155.                     </div>
  156.                 </div> <!-- END OF PROFILE PICTURE BOX -->
  157.  
  158.                 <div style="height:0px;border-style:solid;border-width:15px;border-color:transparent white transparent transparent;margin-left:-5px"></div><!-- ARROW -->
  159.  
  160.  
  161.                 <!-- ★★ CHAT BUBBLE ★★ -->
  162.                 <div style="background-image:linear-gradient(to bottom right, white, white, #HEX);width:410px;padding:10px; border-radius:10px; box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2)"> <!-- ★★ Use #HexColorValue for "#HEX" (i.e. #fff) ★★ -->
  163.  
  164.  
  165.                     <!-- ★★ MESSAGE CONTENT ★★ -->
  166.                     <p style="text-align:justify;color:black">
  167.                           Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc et arcu faucibus, placerat augue ut, mollis tellus. <br> <br>Aenean quis est orci. Integer a lorem a tortor scelerisque rhoncus. Nunc posuere augue non nunc hendrerit, id mollis nisi rhoncus. Mauris tincidunt tincidunt mollis. Fusce tempus dolor eu magna elementum, quis faucibus velit sodales. Mauris tristique metus vitae urna malesuada pellentesque. Aliquam pretium nec dolor vel hendrerit.
  168.                     </p>
  169.                 </div> <!-- END OF MESSAGE -->
  170.  
  171.             </div><!-- END OF LEFT MESSAGE (Copy from start to end to add more MESSAGES)★ -->
  172.        
  173.        
  174.         <!-- ★★ START OF LEFT MESSAGE (INTERVIEWER) ★★ -->
  175.         <br>
  176.             <div style="display:flex;flex-direction:row;align-items:center;">
  177.  
  178.                 <!-- PROFILE PICTURE BOX -->
  179.                 <div style="display:flex-direction:column;">
  180.                     <div style="width:120px;height:120px;padding:5px;background:white;border-radius:100%;margin:5px 0px;">
  181.  
  182.                         <!-- ★★ PROFILE PICTURE ★★ -->
  183.                         <img src="LINK" alt="PROFILE-PICTURE" style="border-radius:100%;width:100%" />
  184.                     </div>
  185.  
  186.                     <!-- ★★ NAME ★★ -->
  187.                     <div style="width:100%;text-align:center;">
  188.                         <b style="font-size:18px;text-shadow:0px 0px 5px black">Interviewer</b>
  189.                     </div>
  190.                 </div> <!-- END OF PROFILE PICTURE BOX -->
  191.  
  192.                 <div style="height:0px;border-style:solid;border-width:15px;border-color:transparent white transparent transparent;margin-left:-5px"></div><!-- ARROW -->
  193.  
  194.  
  195.                 <!-- ★★ CHAT BUBBLE ★★ -->
  196.                 <div style="background-image:linear-gradient(to bottom right, white, white, #HEX);width:410px;padding:10px; border-radius:10px; box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2)"> <!-- ★★ Use #HexColorValue for "#HEX" (i.e. #fff) ★★ -->
  197.  
  198.  
  199.                     <!-- ★★ MESSAGE CONTENT (EMOJI TEMPLATE) ★★ -->
  200.                     <center>
  201.                         <img src="https://pbs.twimg.com/media/DynCIPhVsAAEM3M.png" style="width:100px;"/>
  202.                     </center>
  203.                 </div> <!-- END OF MESSAGE -->
  204.  
  205.             </div><!-- END OF LEFT MESSAGE (Copy from start to end to add more MESSAGES)★ -->
  206.  
  207.  
  208.         </div>
  209.         <div style="text-align:center;color:#AE7CBA;">
  210.             <a href="https://kawaii-lau.tumblr.com/" target="_blank" style="color:#AE7CBA;text-decoration:none;">&copy; Coding by Kawaii-Lau</a>
  211.         </div>
  212.     </div>
  213. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement