Skip to content

Commit

Permalink
intro page
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscoyier committed Mar 31, 2011
1 parent 749de96 commit d6cb217
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions index.php
Expand Up @@ -3,18 +3,36 @@

<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/splash.css">
<title>Slides</title>
</head>
<body>
<h1>Slides</h1>
<h1>
<span>S</span>
<span>l</span>
<span>i</span>
<span>d</span>
<span>e</span>
<span>s</span>
<div></div>
</h1>
<section id="about">
<h2>A PHP &amp; HTML5 &amp; CSS3 &amp; jQuery Framework for creating a simple slide deck</h2>
<h2>A <span>PHP</span> &amp; <span>HTML5</span> &amp; <span>CSS3</span> &amp; <span>jQuery</span> "framework" for creating a simple in-browser slide deck</h2>
<p>Going to be some kind of introductory page here</p>
<ol>
<li>Put this somewhere PHP can run.</li>
<li>Create slides in /slides/ folder, using templates already there.</li>
<li>Alter <code>setup.php</code> to name your deck and slides.</li>
<li>Present!</li>
</ol>
<p><a href="slides/1-intro.php">Let's Rock &rarr;</a></p>
<p><a href="slides/1-intro.php">Go to actual slide deck</a></p>
</section>
</body>
Expand Down

0 comments on commit d6cb217

Please sign in to comment.