Sha256: 46b42dc9c659bfbe05803e3076654978634a91e0a4972ab0ad74ea0735b4aa79

Contents?: true

Size: 1.07 KB

Versions: 14

Compression:

Stored size: 1.07 KB

Contents

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>Deck Skeleton</title>
	<meta name="viewport" content="width=1024, user-scalable=no">
	
	<!-- Replace path with correct path to deck.core.css. -->
	<link rel="stylesheet" href="/PATH/TO/CSS/deck.core.css" type="text/css">
	
	<!-- Any other extension CSS files go here. -->
	
	<!-- Replace path with correct path to Modernizr file. -->
	<script src="/PATH/TO/JS/modernizr.custom.js"></script>
</head>
<body class="deck-container">

<!-- Create any number of elements with class slide within the container -->
<section class="slide">
	<!-- Slide content HTML goes here! -->
</section>
	
<!-- Other extension HTML snippets go here, at the bottom of the deck container. -->

<!-- Update these paths to point to the correct files. -->
<script src="/PATH/TO/JS/jquery.min.js"></script>
<script src="/PATH/TO/JS/deck.core.js"></script>

<!-- Add any other extension JS files here -->


<!-- Initialize the deck. You can put this in an external file if desired. -->
<script>
	$(function() {
		$.deck('.slide');
	});
</script>
</body>
</html>

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
slideshow-service-0.3.1 lib/slideshow/service/public/slideshow-deck.js/core/deck.core.html
slideshow-service-0.3.0 lib/slideshow/service/public/slideshow-deck.js/core/deck.core.html
slideshow-service-0.2.0 lib/slideshow/service/public/slideshow-deck.js/core/deck.core.html
slideshow-service-0.1.1 lib/slideshow/service/public/slideshow-deck.js/core/deck.core.html
deckrb-0.4.2 public/deck.js/core/deck.core.html
deckrb-0.4.1 public/deck.js/core/deck.core.html
deckrb-0.4.0 public/deck.js/core/deck.core.html
deckrb-0.3.1 public/deck.js/core/deck.core.html
slider-0.2 templates/basic/deck.js/core/deck.core.html
deckrb-0.3.0 public/deck.js/core/deck.core.html
deckrb-0.2.2 public/deck.js/core/deck.core.html
deckrb-0.2.1 public/deck.js/core/deck.core.html
deckrb-0.2.0 public/deck.js/core/deck.core.html
deckrb-0.1.0 deck/core/deck.core.html