Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <div class = 'projectexample'>
  2. <div class='blurb'>
  3. <h1><%= project.title %></h1>
  4. <p><%= project.description %></p>
  5. </div>
  6.  
  7. <div class='projectimage'>
  8. <i class="fa fa-angle-left fa-2x" aria-hidden="true"></i>
  9. <%= link_to image_tag(project.photo.url), project.domain, class: "siteimage" %>
  10. <i class="fa fa-angle-right fa-2x" aria-hidden="true"></i>
  11. </div>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement