Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescun committed May 14, 2024
2 parents f1dc487 + 2519267 commit e2386e1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>iPG</title>
Expand Down Expand Up @@ -37,17 +37,17 @@
// Next Question - Return (13)
next_q();
break;

case 32:
// Restart Timer - Space (32)
timer_restart();
break;

case 110:
// Doesn't Do Anything, Move Along
$('body').append('<div class="egg"><iframe width="420" height="315" src="http://www.youtube.com/embed/QH2-TGUlwu4?autoplay=1" frameborder="0" allowfullscreen></iframe></div>');
break;

}
});
</script>
Expand All @@ -59,7 +59,7 @@
<div id="end" class="hide">
<h1>You have reached the end of questions</h1>
<h2>Hopefully you will be a little more ready for your YC interview, good luck! :)</h2>

<p>Why not check out <a href="http://goscale.com/">GoScale</a>, it&#39;s cloud computing that scales in milliseconds.</p>
</div>

Expand Down Expand Up @@ -91,10 +91,10 @@ <h2>Hopefully you will be a little more ready for your YC interview, good luck!
<!-- Keyboard Control Reference -->
<div class="controls">
<h1>Key Controls</h1>

<div class="key key-space">space</div>
<div class="act">to restart timer</div>

<div class="key key-return">return</div>
<div class="act">to next question</div>
</div>
Expand All @@ -103,9 +103,9 @@ <h1>Key Controls</h1>
<!-- Footer -->
<div class="footer">
Built by
<a href="http://jamescun.com/">James Cunningham</a> and
<a href="http://entrevate.com/">Colin Hayhurst</a> for
<a href="http://stackblaze.com/">StackBlaze</a>&#39;s YC S12 Interview
<a href="https://jamescun.com/">James Cunningham</a> and
<a href="https://bio.link/colinhayhurst">Colin Hayhurst</a> for
<a href="https://goscale.com/">GoScale</a>&#39;s YC S12 Interview
</div>

<script>
Expand Down

0 comments on commit e2386e1

Please sign in to comment.