Skip to content

Commit

Permalink
Ruby Hooks: Add a background image to What Is A Hook page
Browse files Browse the repository at this point in the history
  • Loading branch information
booch committed Nov 10, 2016
1 parent 58d4ca3 commit 5be8f66
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Binary file added Ruby_Hooks/fish_hook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Ruby_Hooks/slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
.title h1, .title h2, .title h3, .title h4, .title h5 {
margin-left: -300px;
}
.what_is_a_hook {
background-image: url(fish_hook.png);
background-size: 300px 300px;
background-position: 500px 200px;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -173,6 +178,7 @@
* So there's a picture of my cat

---
class: what_is_a_hook

# What Is a Hook?

Expand Down
5 changes: 5 additions & 0 deletions Ruby_Hooks/slides.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
.title h1, .title h2, .title h3, .title h4, .title h5 {
margin-left: -300px;
}
.what_is_a_hook {
background-image: url(fish_hook.png);
background-size: 300px 300px;
background-position: 500px 200px;
}
</style>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions Ruby_Hooks/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class: affiliations
* So there's a picture of my cat

---
class: what_is_a_hook

# What Is a Hook?

Expand Down

0 comments on commit 5be8f66

Please sign in to comment.