Skip to content

Commit

Permalink
add print styles to class.css for better pdf support, add pdfs for di…
Browse files Browse the repository at this point in the history
…rect download
  • Loading branch information
Rachael Arnold committed Jan 25, 2016
1 parent bbda380 commit 896eb40
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/class.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
.reveal .develop-it > * {
color: #000;
}
.reveal .slides section.hide-pdf {
display: none !important;
}
.reveal footer {
position: absolute;
background-color: white;
}
}

.reveal dd { margin-bottom: .5em; }
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<h3>Beginning HTML and CSS</h3>
<h4>Class Slides</h4>
<p><a href="class1.html">Class 1</a> | <a href="class2.html">Class 2</a> | <a href="class3.html">Class 3</a> | <a href="class4.html">Class 4</a></p>
<p>Download: <a href="pdfs/class1.pdf" target="_blank">Class 1</a> | <a href="pdfs/class2.pdf" target="_blank">Class 2</a> | <a href="pdfs/class3.pdf" target="_blank">Class 3</a> | <a href="pdfs/class4.pdf" target="_blank">Class 4</a></p>
</section>

</div>
Expand Down
Binary file added pdfs/class1.pdf
Binary file not shown.
Binary file added pdfs/class2.pdf
Binary file not shown.
Binary file added pdfs/class3.pdf
Binary file not shown.
Binary file added pdfs/class4.pdf
Binary file not shown.

0 comments on commit 896eb40

Please sign in to comment.