Skip to content

Commit 217bbb7

Browse files
committed
add links
1 parent 0c72f01 commit 217bbb7

File tree

9 files changed

+45
-0
lines changed

9 files changed

+45
-0
lines changed

html/colors/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ <h1 class="display-4">Colors!</h1>
5454
<p>
5555
Hit scramble to generate new colors
5656
</p>
57+
<p>
58+
<a href="https://github.com/oneoffcoder/lightning-projects/tree/master/html/colors" target="_blank">
59+
Source Code
60+
</a>
61+
</p>
5762
<button type="button" class="btn btn-primary" onclick="scramble()">Scramble!</button>
5863
</div>
5964
</div>

html/game-of-life/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ <h1 class="display-4">Game of Life</h1>
5959
<p>
6060
Select a pattern. Hit Initialize to create the pattern. Hit Start Simulation to begin.
6161
</p>
62+
<p>
63+
<a href="https://github.com/oneoffcoder/lightning-projects/tree/master/html/game-of-life" target="_blank">
64+
Source Code
65+
</a>
66+
</p>
6267
</div>
6368
</div>
6469

html/guessing-game/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ <h1 class="display-4">Guessing Game</h1>
3333
<p>
3434
Try entering the numbers: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
3535
</p>
36+
<p>
37+
<a href="https://github.com/oneoffcoder/lightning-projects/tree/master/html/guessing-game" target="_blank">
38+
Source Code
39+
</a>
40+
</p>
3641
</div>
3742
</div>
3843
<div class="container">

html/morse-code/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ <h1 class="display-4">Morse Code</h1>
4848
<p>
4949
Awesome <a href="https://www.youtube.com/watch?v=xsDk5_bktFo" target="_blank">video on Morse code</a>
5050
</p>
51+
<p>
52+
<a href="https://github.com/oneoffcoder/lightning-projects/tree/master/html/morse-code" target="_blank">
53+
Source Code
54+
</a>
55+
</p>
5156
</div>
5257
</div>
5358
<div class="form-group">

html/rps++/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ <h1 class="display-4">Rock Paper Scissor++</h1>
7878
<p>
7979
Using artificial intelligence (deep learning) to recognize your hand pose to play RPS
8080
</p>
81+
<p>
82+
<a href="https://github.com/oneoffcoder/lightning-projects/tree/master/html/rps++" target="_blank">
83+
Source Code
84+
</a>
85+
</p>
8186
<div class="progress bg-light">
8287
<div id="pBar" class="progress-bar bg-info" role="progressbar" style="width: 0%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
8388
</div>

html/rps-game/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ <h1 class="display-4">Rock, Paper, Scissor Shoot!</h1>
7070
<p>
7171
You will have 15 seconds to make a decision, or the computer wins by default
7272
</p>
73+
<p>
74+
<a href="https://github.com/oneoffcoder/lightning-projects/tree/master/html/rps-game" target="_blank">
75+
Source Code
76+
</a>
77+
</p>
7378
</div>
7479
</div>
7580
<table class="game-table">

html/sign-language/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ <h1 class="display-4">American Manual Alphabet</h1>
4141
<p class="lead">
4242
<a href="https://en.wikipedia.org/wiki/American_manual_alphabet" target="_blank">Wikipedia</a>
4343
</p>
44+
<p>
45+
<a href="https://github.com/oneoffcoder/lightning-projects/tree/master/html/sign-language" target="_blank">
46+
Source Code
47+
</a>
48+
</p>
4449
<hr class="my-4">
4550
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#chartModal">
4651
View Chart

html/slot-machine-game/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ <h1 class="display-4">Play Slot!</h1>
5252
<p class="lead">
5353
Slot machine simulator
5454
</p>
55+
<p>
56+
<a href="https://github.com/oneoffcoder/lightning-projects/tree/master/html/slot-machine-game" target="_blank">
57+
Source Code
58+
</a>
59+
</p>
5560
<hr class="my-4">
5661
<p>
5762
Hit lever button to start

html/tic-tac-toe/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ <h1 class="display-4">Tic-Tac-Toe!</h1>
5050
<p class="lead">
5151
Classic Tic-Tac-Toe game; play against the computer
5252
</p>
53+
<p>
54+
<a href="https://github.com/oneoffcoder/lightning-projects/tree/master/html/tic-tac-toe" target="_blank">
55+
Source Code
56+
</a>
57+
</p>
5358
<hr class="my-4">
5459
<p>
5560
Hit restart at any time to start over

0 commit comments

Comments
 (0)