Skip to content

Commit

Permalink
Adding 'shake to refresh' feature
Browse files Browse the repository at this point in the history
  • Loading branch information
andybateman committed Jul 23, 2015
1 parent 1de8e68 commit 21b103d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions GotAJob.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@

<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<style>
.container {
background-color: #4c6297;
color: #fff;
margin: 60px 0 0;
padding: 20px 0;
text-align: center;
width: 100%;
}
.container .lead {
color: #eee;
}
.container {
background-color: #4c6297;
color: #fff;
margin: 60px 0 0;
padding: 20px 0;
text-align: center;
width: 100%;
}
.container .lead {
color: #eee;
}
h1 {
font-size: 20px;
margin: 10px;
Expand All @@ -43,7 +43,7 @@ <h2 id="answer"></h2>

</div>
</body>

<script>
var answers = ["It is certain", "It is decidedly so", "Without a doubt", "Yes definitely", "You may rely on it", "As I see it, yes", "Most likely", "Outlook good", "Yes", "Signs point to yes", "Reply hazy try again", "Ask again later", "Better not tell you now", "Cannot predict now", "Concentrate and ask again", "Don't count on it", "My reply is no", "My sources say no", "Outlook not so good", "Very doubtful"];

Expand Down

0 comments on commit 21b103d

Please sign in to comment.