windhamdavid 1 year ago
parent
commit
24ba8b0b90
4 changed files with 27 additions and 15 deletions
  1. 4 2
      .gitignore
  2. 23 12
      README.md
  3. 0 1
      app.js
  4. 0 0
      public/js/head.min.js

+ 4 - 2
.gitignore

@@ -1,7 +1,9 @@
 /node_modules/
 npm-debug.log
 .DS_Store
+public/apps/index.html
 public/apps/favicon.ico
 public/apps/img/
-public/apps2/img/
-public/apps2/favicon.ico
+public/apps2/index.html
+public/apps2/favicon.ico
+public/apps2/img/

+ 23 - 12
README.md

@@ -1,21 +1,32 @@
-### Presentations with node.js & reveal.js
+# Show
 
-Just a place to keep some presentations.   
+http://show.davidawindham.com
 
-Thanks:
+A place for slide presentations which allows me to control the slides on every device so that attendees can view on their own screens alongside of the projector. Particularly helpful for readability and viewing image details while the audience or class is left with ability to access the slides at later on. I strongly recommend removing the slide navigation from the screen so that the viewers are not tempted to advance to the next slide.
+
+---
+### Built With:
+- node.js - https://github.com/joyent/node   
+- socket.io - https://github.com/learnboost/socket.io
+- reveal.js - https://github.com/hakimel/reveal.js/
+- controldeck.js - https://github.com/johnpolacek/controldeck.js
+
+#### Thanks:
 Hakim El Hattab - https://github.com/hakimel/reveal.js/   
 John Polocek - https://github.com/johnpolacek/controldeck.js/
-
-Powered by:
-node.js - https://github.com/joyent/node   
-socket.io - https://github.com/learnboost/socket.io   
  
-
+---
 ### Run
 
 Install node.js   
+```
+$ npm install  
+$ node app.js   
+```
+Available at [http://localhost:8888](http://localhost:8888)  
+Slide controls available at /control.html
 
-$ npm install { node-static & socket.io }   
-$ node app   
-
-Available at [http://localhost:8080](http://localhost:8080)   
+---
+### Notes:
+2016 - Published while I was serving on Clemson technology advisory committee and used to train district staff at Greenwood School district 50.
+2022 - Migrated it a new server and domain. 

+ 0 - 1
app.js

@@ -2,7 +2,6 @@
 <html lang="en">
 	<head>
 		<meta charset="utf-8">
-		<meta name="robots" content="noindex,nofollow">
 		<title>Presentations | David A. Windham</title>
 		<meta name="description" content="HTML Presentation">
 		<meta name="author" content="David A. Windham">

+ 0 - 0
public/js/head.min.js