Skip to content

Commit 280b602

Browse files
committed
fork me on Github
1 parent d4e7893 commit 280b602

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![Join the chat at https://gitter.im/Reaction-Timer/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reaction-Timer/Lobby)
2+
<a href="https://twitter.com/intent/tweet?text=How+fast+you+can+click+me%3F&url=https%3A%2F%2Fgithub.com%2Fviditvarshney%2FReaction-Timer-%2Ftree%2Fdev&hashtags=github&original_referer=http%3A%2F%2Fgithub.com%2F&tw_p=tweetbutton" target="_blank">
3+
<img src="http://jpillora.com/github-twitter-button/img/tweet.png"
4+
alt="tweet button" title="How fast you can click me?"></img>
5+
</a>
6+
17
# Reaction-Timer-
28
This is the game based on javascript which notes your reaction time , you have to very attentive towards it ...... So check and play .
39
Live at https://reactiontimer.tk ( Renewal Needed )
@@ -25,8 +31,6 @@ Screenshot 2
2531

2632
## You are most welcome to modify and give the suggestions .. If You find any mistake or error then make a pull request or inform to me ..
2733
***
28-
### - Leave your Error or anything want to know , get connected on gitter Click the Link
29-
[![Join the chat at https://gitter.im/Reaction-Timer/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reaction-Timer/Lobby)
3034

3135
# Programming Languages Used Here Are :
3236
* Javascript

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<body>
1515

16-
16+
<a href="https://github.com/viditvarshney/Reaction-Timer-"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
1717

1818
<p class="bold">
1919
Your Time: <span id="timeTaken" style="color: green;"></span>

intro.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
background-color: lightgray;
1111
font-size: 25px;
1212
}
13-
a {
13+
a#play_game {
1414
text-decoration: none;
1515
border: 2px solid darkgray;
1616
padding: 20px;
1717
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
1818
border-radius: 10px;
1919
}
20-
a:hover {
20+
a#play_game:hover {
2121
background-color: blue;
2222
color: white;
2323

@@ -32,10 +32,11 @@
3232
</head>
3333
<body>
3434
<div>
35+
<a href="https://github.com/viditvarshney/Reaction-Timer-"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
3536
<h1>Test Your Reactions!</h1>
3637
<h2>Click On The Boxes And Circles As Quickly As You Can! </h2>
3738
<h3>Your best time and the current time is displayed before</h3>
38-
<a href="/index.html">Play Game!</a>
39+
<a id="play_game" href="/index.html">Play Game!</a>
3940
</div>
4041

4142
</body>

0 commit comments

Comments
 (0)