Browse Source

renamed the image, because it seems reveal cant load images with spaces

master
Julio Biason 10 years ago
parent
commit
4709be91f2
  1. 0
      _images/Seascapeshd.png
  2. 2
      index.html
  3. 8
      rest.html

0
_images/Seascapeshd - 2.png → _images/Seascapeshd.png

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

2
index.html

@ -46,7 +46,7 @@ ul.inline-list li {
</a></li>
<li><a href='rest.html'>
<div class='thumb' style='background-image:url("_images/Seascapeshd - 2.png")'></div>
<div class='thumb' style='background-image:url("_images/Seascapeshd.png")'></div>
ReST
</a></li>

8
rest.html

@ -38,9 +38,15 @@
img {
height: 400px;
}
.semi-opaque {
background-color: rgba(0, 0, 0, 0.7);
}
* {
hyphens: none !important;
-moz-hyphens: none !important;
}
</style>
</head>
@ -49,7 +55,7 @@ img {
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<section data-background='_images/Seascapeshd.png' class='semi-opaque'>
<h1>ReST</h1>
<h4>Restructured State Transfer</h4>
</section>

Loading…
Cancel
Save