An error occurred while loading the file. Please try again.
-
François Michonneau authored
otherwise, during the html conversion the ul and li tags are not placed where they need to go.
6fdc851e
motivation.html 1.59 KiB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=1024, user-scalable=no">
<title>Software Carpentry</title>
<!-- Required stylesheet -->
<script src="js/deckjs-custom.js"></script>
<script>includedeck(["css/slideshow.css"],{});</script>
<style>
.slide.title-slide h1 {padding-bottom: 0;} /* title is long... */
a {text-decoration: underline;} /* make links clearer */
pre {font-size: 75%;} /* make code blocks smaller */
</style>
<!-- Required Modernizr file -->
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div class="deck-container">
<!-- Begin slides. Just make elements with a class of slide. -->
<section class="slide">
<h2 id="why-topic">Why Topic?</h2>
</section>
<section class="slide">
<h2 id="more-explanation">More Explanation</h2>
<ul>
<li>With</li>
<li>Bullet</li>
<li>Points</li>
</ul>
</section>
<section class="slide">
<h2 id="next-steps">Next Steps</h2>
Here we go!
</section>
<!-- End slides. -->
<!-- Begin extension snippets. Add or remove as needed. -->
<!-- deck.navigation snippet -->
<div aria-role="navigation">
<a href="#" class="deck-prev-link" title="Previous">←</a>
<a href="#" class="deck-next-link" title="Next">→</a>
</div>
<!-- deck.status snippet -->
<p class="deck-status" aria-role="status">
<span class="deck-status-current"></span>
/
<span class="deck-status-total"></span>
</p>
<!-- End extension snippets. -->
</div>
</body>
</html>