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