Skip to content

Commit

Permalink
adding part 7
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Apr 7, 2012
1 parent 429697d commit 0d6dabc
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions part_07.html
@@ -0,0 +1,59 @@
<!doctype HTML>
<html>
<head>
<meta charset="utf-8" />
<title>Intro to JavaScript: Part 5</title>
<link href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono|Tangerine" rel="stylesheet" type="text/css" />
<link href="css.css" rel="stylesheet"/>
<style>
.black span {background-color: #333; color: #ddd; padding: 3px 5px;}
#box {font-size: smaller;}
</style>

</head>
<body>

<div id="topinfo">
</div>

<div id="info">
<p>Press <span class="key">&rarr;</span> key to advance.
Zoom in/out: <span class="key">Ctrl or Command</span> + <span class="key">+/-</span>.
</p>
</div>

<div id="presentation">

<div id="presentation-counter"></div>

<div id="slides">


<div class="slide intro">
<header><hgroup>

<h1>Basic JS: VII</h1>
<h3>Events: <br/> Make things Happen</h3>
</hgroup></header>
</div>
</section>
</div>

<div class="slide intro">
<header><h1>Nope</h1></header>
<section class="content">
There's no more<br/>
<a href="http://www.youtube.com/embed/OQSNhk5ICTI">Go</a>
<br/>That's all Folks!!!!
<p>jQuery with Doris Next!</p>
</section>
</div>
</div>


</div>

<script src="slides.js">
</script>

</body> </html>

0 comments on commit 0d6dabc

Please sign in to comment.