Commit 2676b540dfade6c0fd6673f9d1d0830a853e5625

Authored by Georg Hopp
1 parent ac33d7f0

Put a watermark on my non background slides.

@@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
21 </div> 21 </div>
22 </div> 22 </div>
23 <div id="section2" class="section"> 23 <div id="section2" class="section">
  24 + <%= image_tag "dogs2.svg", class: "watermark" %>
24 <div class="content"> 25 <div class="content">
25 <h2>This is mostly about programming.</h2> 26 <h2>This is mostly about programming.</h2>
26 <p> 27 <p>
@@ -51,6 +52,7 @@ @@ -51,6 +52,7 @@
51 </div> 52 </div>
52 </div> 53 </div>
53 <div id="section4" class="section"> 54 <div id="section4" class="section">
  55 + <%= image_tag "dogs2.svg", class: "watermark" %>
54 <div class="content"> 56 <div class="content">
55 <h1>Other</h1> 57 <h1>Other</h1>
56 <p> 58 <p>
Please register or login to post a comment