Skip to content

Commit

Permalink
Merge pull request #39 from codexmon/dev
Browse files Browse the repository at this point in the history
fixes #21. game links inserted.
  • Loading branch information
codexmon committed Oct 18, 2022
2 parents 4934b97 + fe2d283 commit c2ee086
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/bilingual.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>Chinese Words</h3>
<h3>English Words</h3>
<p>The English words contain a compilation from searching for kid-friendly phrases to act out. Some phrases do contain cultural context.</p>
</div>
<button class="btn btn-outline-primary">Click here to play!</button>
<a href="https://games.gloriang.com/g5-charades.html"><button class="btn btn-outline-primary">Click here to play!</button></a>
</div>
</div>
<div id="footer-placeholder"></div>
Expand Down
10 changes: 7 additions & 3 deletions pages/buddhist.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ <h1 class="display-1"><span class="buddhist-greeting"></span></h1>
<h2 class="h2 text-center mb-4">Buddhist Games</h2>
<div class="row">
<div class="col-sm-12 col-md-4">
<h3>Charades</h3>
<p>Act out a Buddhist concept on camera and see if the other players can guess the concept. Be sure to have no background effects so the camera can pick up hand movements. Play here.</p>
<h3>Charades: Introduction to Buddhism</h3>
<p>Act out a Buddhist concept on camera and see if the other players can guess the concept. Be sure to have no background effects so the camera can pick up hand movements. <a href="https://games.gloriang.com/buddhist-charades.html">Play here</a>.</p>
</div>
<div class="col-sm-12 col-md-4">
<h3>Charades: Treasures of the Heart</h3>
<p>Act out a Buddhist concept on camera and see if the other players can guess the concept. Be sure to have no background effects so the camera can pick up hand movements. <a href="https://games.gloriang.com/buddhist-treasures.html">Play here</a>.</p>
</div>
<div class="col-sm-12 col-md-4">
<h3>Gratitude Generator</h3>
<p>Sometimes it can be hard to find something to be grateful for. This gratitude prompt generator allows each player to "draw from a hat" by clicking on a picture of a hat to see the prompt. Play here.</p>
<p>Sometimes it can be hard to find something to be grateful for. This gratitude prompt generator allows each player to "draw from a hat" by clicking on a picture of a hat to see the prompt. <a href="https://games.gloriang.com/buddhist-gratitude.html">Play here</a>.</p>
</div>
<div class="col-sm-12 col-md-4">
<h3>Mad Libs</h3>
Expand Down
3 changes: 3 additions & 0 deletions pages/english.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ <h2 class="h2 text-center mb-4">English Games</h2>
<div class="col-sm-12 col-md-4">
<h3>Tech Act or Draw</h3>
<p>This game is for coders who are likely in the upper elementary grades in primary school. It entirely depends on how avidly the children can code. Suitable grades: 3, 4, 5.</p>
<a href="https://games.gloriang.com/k12-tech-draw.html">
<button class="btn btn-outline-primary">Click here to play!</button>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit c2ee086

Please sign in to comment.