Skip to content

Commit

Permalink
get rid of image links for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfox26 committed Apr 10, 2018
1 parent 7482d9d commit 8e9a52e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
38 changes: 23 additions & 15 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions app/views/static_pages/gallery.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<div class="row">
<div class="col-sm-4">
<div class="thumbnail">
<a href="tom_work1.jpg">
<%= image_tag("tom_work1.jpg", alt: "Room") %>
<div class="caption">
<p>Lorem ipsum...</p>
Expand All @@ -18,7 +17,6 @@
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="tom_work1.jpg">
<%= image_tag("tom_work2.jpg", alt: "Room") %>
<div class="caption">
<p>Lorem ipsum...</p>
Expand All @@ -28,7 +26,6 @@
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="tom_work1.jpg">
<%= image_tag("tom_work5.jpg", alt: "Room") %>
<div class="caption">
<p>Lorem ipsum...</p>
Expand All @@ -41,7 +38,6 @@
<div class="row">
<div class="col-sm-4">
<div class="thumbnail">
<a href="tom_work1.jpg">
<%= image_tag("tom_work4.jpg", alt: "Room") %>
<div class="caption">
<p>Lorem ipsum...</p>
Expand All @@ -51,7 +47,6 @@
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="tom_work1.jpg">
<%= image_tag("tom_work3.jpg", alt: "Room") %>
<div class="caption">
<p>Lorem ipsum...</p>
Expand All @@ -61,7 +56,6 @@
</div>
<div class="col-sm-4">
<div class="thumbnail">
<a href="tom_work1.jpg">
<%= image_tag("tom_work34.jpg", alt: "Room") %>
<div class="caption">
<p>Lorem ipsum...</p>
Expand Down

0 comments on commit 8e9a52e

Please sign in to comment.