Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.43 KB | None | 0 0
  1. <div class="left-part">
  2.             <!-- <figure> -->
  3.             <picture class="wallpaper">
  4.                 <source srcset="photo/wallpaper@2x.png" media="(min-width: 720px)">
  5.                 <source srcset="photo/wallpaper@3x.png" media="(min-width: 1440px)">    
  6.                 <img src="photo/wallpaper.png" alt="forest and lake">
  7.             </picture>                
  8.             <picture class="user-foto">
  9.                 <source srcset="photo/author@2x.jpg" media="(min-width: 720px)">
  10.                 <source srcset="photo/author@3x.jpg" media="(min-width: 1440px)">    
  11.                 <img src="photo/author.jpg" alt="forest and lake">
  12.             </picture>
  13.             <!-- <section class="user-name"> -->
  14.                 <p class="user-name">Matthew Schwartz</p>
  15.             <!-- </section> -->
  16.                        
  17.             <div  class="logo facebook">
  18.                 <img src="icons/icon-facebook.svg" alt="facebook icon">                
  19.             </div>            
  20.             <div  class="logo instagram">
  21.                 <img src="icons/icon-instagram.svg" alt="instagram icon">                
  22.             </div>    
  23.             <div  class="logo linkedIn">
  24.                 <img src="icons/icon-linkedIn.svg" alt="linkedIn icon">                
  25.             </div>
  26.                                    
  27.             <!-- </figure> -->
  28.                
  29.                            
  30.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement