Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save angel-mora/1a70d54937cc3ac54e47cb431f8ce5f7 to your computer and use it in GitHub Desktop.
Save angel-mora/1a70d54937cc3ac54e47cb431f8ce5f7 to your computer and use it in GitHub Desktop.
Reveal.js Persistent NavBar HTML
<!doctype html>
<html lang="en">
<head>
<title>Getting into Angular</title>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="../reveal.js/css/reveal.css">
<link rel="stylesheet" href="../reveal.js/css/theme/ray.css" id="theme">
<link rel="stylesheet" href="_/solarized_dark.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-markdown data-separator="\n---\n"><!-- style="width: 200px"-->
<script type="text/template">
# What is Twitter?
- Micro Bloggin platform<!-- .element: class="fragment"-->
- Real Time Posts<!-- .element: class="fragment"-->
- 140 characters or less<!-- .element: class="fragment"-->
- VERY public<!-- .element: class="fragment"-->
---
# Why useful to a company?
- Generate Leads<!-- .element: class="fragment"-->
- Customer Relations<!-- .element: class="fragment"-->
- Promote Content<!-- .element: class="fragment"-->
- Listening to Conversations<!-- .element: class="fragment"-->
- Monitoring the brand<!-- .element: class="fragment"-->
</script>
</section>
</div><!-- slides -->
<!-- ADD PERSISTENT NAVBAR CODE HERE -->
<footer class="footer">
<p><a href="http://twitter.com/planetoftheweb">@planetoftheweb</a></p>
</footer>
<!-- ADD PERSISTENT NAVBAR CODE HERE -->
</div><!-- reveal -->
<script src="../reveal.js/lib/js/head.min.js"></script>
<script src="../reveal.js/js/reveal.min.js"></script>
<script src="_/reveal_defaults.js"></script>
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment