Skip to content

Commit

Permalink
Added Reveal Files for v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Gamache (old) authored and Dave Gamache (old) committed Feb 7, 2011
0 parents commit 007e38d
Show file tree
Hide file tree
Showing 6 changed files with 422 additions and 0 deletions.
39 changes: 39 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<!--
* Markup for jQuery Reveal Plugin 1.0
* www.ZURB.com/playground
* Copyright 2010, ZURB
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
-->
<head>
<meta charset="utf-8" />
<title>Reveal Demo</title>

<!-- Attach our CSS -->
<link rel="stylesheet" href="reveal.css">

<!-- Attach necessary scripts -->
<script type="text/javascript" src="jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="jquery.reveal.js"></script>

<style type="text/css">
body { font-family: "HelveticaNeue","Helvetica-Neue", "Helvetica", "Arial", sans-serif; }
.big-link { display:block; margin-top: 100px; text-align: center; font-size: 70px;}
</style>

</head>
<body>

<a href="#" class="big-link" data-reveal-id="myModal">
Launch The Modal
</a>

<div id="myModal" class="reveal-modal">
<h1>Reveal Modal Goodness</h1>
<p>This is a default modal in all its glory, but any of the styles here can easily be changed in the CSS.</p>
<a class="close-reveal-modal">&#215;</a>
</div>

</body>
</html>
Loading

0 comments on commit 007e38d

Please sign in to comment.