Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
just styling now, everything works
  • Loading branch information
dmk14013 committed Apr 25, 2018
1 parent 0dbf1c4 commit 07b6517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/main.css
Expand Up @@ -104,7 +104,7 @@ body{
font-family:"Roboto";
}

#password{
#hide-after-smile{
text-align:center;
}

Expand Down
4 changes: 1 addition & 3 deletions index.html
Expand Up @@ -37,11 +37,9 @@
Smile for me!
</h1>
<p>
This example will show your webcam stream. When you're ready, click "I'm smiling!"
To enter the page, give us a smile!
</p>

<h2>For developers:</h2>
<p>Once the service detects a smile, it will fire a browser event that you can listen for, called <code>userHappy</code>. You can listen for that event to do anything you want.</p>
<div class="camera">
<video id="video">Video stream not available.</video>
<button id="startbutton">I'm Smiling!</button>
Expand Down

0 comments on commit 07b6517

Please sign in to comment.