Advertisement
shadiff

profile cards

Sep 16th, 2022
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <div className="profile-card">
  2. <div className="img">
  3. <img src={Victor} alt="Victor" className="partner_image"/>
  4. </div>
  5. <div className="infos">
  6. <div className="name">
  7. <h2>Victor Mailu</h2>
  8. <h4>Partner</h4>
  9. </div>
  10. <p className="text">
  11. Litigation, Aviation, Insolvency, Corporate Recoveries.
  12. </p>
  13.  
  14. <div className="links">
  15. <button className="follow">V-CARD</button>
  16. <button className="view">Email Me</button>
  17. </div>
  18. </div>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement