HTML - Page Component - Resources


/ Published in: HTML
Save to your folder(s)

Comment to follow


Copy this code and paste it in your HTML
  1. <!-- RESOURCES -->
  2. <div class="page_component resources">
  3.  
  4. <div class="item">
  5. <div class="info">
  6. <p class="heading"><a href="http://www.google.com" target="_blank" title="Link will open in a new window/tab" ><span>External link<i class="fa fa-external-link right after"></i></span></a></p>
  7. <div class="text"><p>This is an example of an external link opening in a new window.</p></div>
  8. <div class="size">External web link - http://www.google.com</div>
  9. </div>
  10. </div>
  11.  
  12. <div class="item">
  13. <div class="info">
  14. <p class="heading"><a href="#" ><span>Internal link<i class="fa fa-chain right after"></i></span></a></p>
  15. <div class="text"><p>This is an example of an internal link.</p></div>
  16. </div>
  17. </div>
  18.  
  19. <div class="item">
  20. <div class="info">
  21. <p class="heading"><a href="/media/19061/example-document.pdf" target="_blank" title="Link will open in a new window/tab" ><span>Document download<i class="fa fa-download right after"></i></span></a></p>
  22. <div class="text"><p>This is an example of a document download.</p></div>
  23. <div class="size">Download - File size: 35KB</div>
  24. </div>
  25. </div>
  26.  
  27. </div>
  28. <!--// RESOURCES -->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.