Skip to content

Commit

Permalink
Small slide template updated and domain info link.
Browse files Browse the repository at this point in the history
  • Loading branch information
christinatruong committed Sep 14, 2014
1 parent 4186d57 commit d1e2846
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework/css/theme-llc.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ footer .license img {
max-width: 100%;
}
.slide:target {
overflow: scroll;
overflow: auto;
}
.slide.js-fiddle > iframe:only-of-type {
position: static;
Expand Down
3 changes: 1 addition & 2 deletions framework/sass/theme-llc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ footer {
img {
max-width: 100%;
}

&:target {
overflow: scroll;
overflow: auto;
}
&.js-fiddle > iframe:only-of-type {
position: static;
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,8 @@ <h2>Center aligning with margin</h2>
##Getting your site online

You will need to register a domain name (www.mysite.com) and get hosting. Here are a couple domain & hosting options:


* [hover.com](https://www.hover.com/?ircid=2799&irmpname=Ladies+Learning+Code)
* [dreamhost.com](http://www.dreamhost.com/r.cgi?205190)
* [bluehost.com](http://www.bluehost.com/)

Expand All @@ -1968,7 +1969,7 @@ <h2>Center aligning with margin</h2>
<section class="slide">
<h2>Thank you!</h2>
<p>Closing remarks</p>
<p class="attribution">Slidedecks created with <a href="https://github.com/LeaVerou/csss">Lea Verou's CSS-based SlideShow System</a> and <a href="http://lab.hakim.se/reveal-js/">reveal.js</a>.</p>
<p class="attribution">Slide deck presentation created with <a href="https://github.com/LeaVerou/csss">Lea Verou's CSS-based SlideShow System</a> and <a href="http://lab.hakim.se/reveal-js/">reveal.js</a>.</p>
</section>

</main><!-- cls main section -->
Expand Down

0 comments on commit d1e2846

Please sign in to comment.