Commit 2676b540dfade6c0fd6673f9d1d0830a853e5625
1 parent
ac33d7f0
Put a watermark on my non background slides.
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | ... | @@ -21,6 +21,7 @@ |
| 21 | 21 | </div> |
| 22 | 22 | </div> |
| 23 | 23 | <div id="section2" class="section"> |
| 24 | + <%= image_tag "dogs2.svg", class: "watermark" %> | |
| 24 | 25 | <div class="content"> |
| 25 | 26 | <h2>This is mostly about programming.</h2> |
| 26 | 27 | <p> |
| ... | ... | @@ -51,6 +52,7 @@ |
| 51 | 52 | </div> |
| 52 | 53 | </div> |
| 53 | 54 | <div id="section4" class="section"> |
| 55 | + <%= image_tag "dogs2.svg", class: "watermark" %> | |
| 54 | 56 | <div class="content"> |
| 55 | 57 | <h1>Other</h1> |
| 56 | 58 | <p> | ... | ... |
Please
register
or
login
to post a comment