Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
adjusted bad folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafDosSantos committed Mar 6, 2021
1 parent 5861c25 commit e4066dc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/en/oracle/go/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1 class="display-4">Playing Cards Oracle Game</h1>
<!-- img class="img-thumbnail float-left mr-4" src="../../../assets/images/go-splash-1-1024.jpg" alt="" width="200" height="200" -->
<p class="lead">Click on the <b class="font-weight-bolder font-italic text-primary">Pull Card</b> yellow button below to select a card from the virtual shuffled pile and to place it beneath this section. Once the yellow button clicked, the card appears in the left upper corner of the section below in overturned mode. Click on the card to reveal its face side and drag it around. Once all desired cards are pulled, drag the cards by placing them in your favourite layout. You can add as many cards as you want.</p>
<!-- hr class="my-4" -->
<a name="pull-btn" class="btn btn-warning font-weight-bold" href="#pull-btn" onclick="pullNext('go','back.jpg','Game Card')">Pull Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/images/sync.svg.png"></a>
<a name="pull-btn" class="btn btn-warning font-weight-bold" href="#pull-btn" onclick="pullNext('go','back.jpg','Game Card')">Pull Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/icons/sync.svg.png"></a>
<!-- ========= MAIN GAME BOARD ========= -->
<section id="mainGameBoard" class="border my-4 board bg-light rounded border-dark"></section>
<p>(Playing cards images are from www.acbl.org)</p>
Expand Down
2 changes: 1 addition & 1 deletion public/en/oracle/zo/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1 class="display-4">Zodiac Oracle Game</h1>
<!-- hr class="my-4" -->
<a name="pull-btn1" class="btn btn-warning font-weight-bold" href="#pull-btn1" onclick="pullNextZoP('zo','000P.jpg','Game Card')">Pull a <strong>Planet</strong> Card</a>
<a name="pull-btn2" class="btn btn-warning font-weight-bold" href="#pull-btn2" onclick="pullNextZoC('zo','000C.jpg','Game Card')">Pull a <strong>Constellation</strong> Card</a>
<a name="pull-btn3" class="btn btn-warning font-weight-bold" href="#pull-btn3" onclick="pullNextZoH('zo','000H.jpg','Game Card')">Pull a <strong>House</strong> Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/images/sync.svg.png"></a>
<a name="pull-btn3" class="btn btn-warning font-weight-bold" href="#pull-btn3" onclick="pullNextZoH('zo','000H.jpg','Game Card')">Pull a <strong>House</strong> Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/icons/sync.svg.png"></a>
<!-- a href="https://www.kickstarter.com/projects/seraphimdossantos/astroracle" class="btn btn-success">Now on Kickstarter</a -->
<!-- ========= MAIN GAME BOARD ========= -->
<section id="mainGameBoard" class="border my-4 board bg-light rounded border-dark"></section>
Expand Down
2 changes: 1 addition & 1 deletion public/en/ouija/gb/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1 class="display-4">Greek Ouija Game</h1>
<!-- img class="img-thumbnail float-left mr-4" src="../../../assets/images/gb-splash-1-1024.jpg" alt="" width="200" height="200" -->
<p class="lead">Click on the <b class="font-weight-bolder font-italic text-primary">Pull Card</b> yellow button below to select a card from the virtual shuffled pile and to place it beneath this section. Once the yellow button clicked, the card appears in the left upper corner of the section below in overturned mode. Click on the card to reveal its face side and drag it around. Once all desired cards are pulled, drag the cards by placing them in your favourite layout. You can add as many cards as you want.</p>
<!-- hr class="my-4" -->
<a name="pull-btn" class="btn btn-warning font-weight-bold" href="#pull-btn" onclick="pullNext('gb','000.jpg','Game Card')">Pull Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/images/sync.svg.png"></a>
<a name="pull-btn" class="btn btn-warning font-weight-bold" href="#pull-btn" onclick="pullNext('gb','000.jpg','Game Card')">Pull Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/icons/sync.svg.png"></a>
<!-- ========= MAIN GAME BOARD ========= -->
<section id="mainGameBoard" class="border my-4 board bg-light rounded border-dark"></section>
<p>(Greek Ouija images are public domain)</p>
Expand Down
2 changes: 1 addition & 1 deletion public/en/ouija/hb/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1 class="display-4">Hebrew Ouija Game</h1>
<!-- img class="img-thumbnail float-left mr-4" src="../../../assets/images/hb-splash-1-1024.jpg" alt="" width="200" height="200" -->
<p class="lead">Click on the <b class="font-weight-bolder font-italic text-primary">Pull Card</b> yellow button below to select a card from the virtual shuffled pile and to place it beneath this section. Once the yellow button clicked, the card appears in the left upper corner of the section below in overturned mode. Click on the card to reveal its face side and drag it around. Once all desired cards are pulled, drag the cards by placing them in your favourite layout. You can add as many cards as you want.</p>
<!-- hr class="my-4" -->
<a name="pull-btn" class="btn btn-warning font-weight-bold" href="#pull-btn" onclick="pullNext('hb','000.jpg','Game Card')">Pull Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/images/sync.svg.png"></a>
<a name="pull-btn" class="btn btn-warning font-weight-bold" href="#pull-btn" onclick="pullNext('hb','000.jpg','Game Card')">Pull Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/icons/sync.svg.png"></a>
<!-- ========= MAIN GAME BOARD ========= -->
<section id="mainGameBoard" class="border my-4 board bg-light rounded border-dark"></section>
<p>(Hebrew Ouija images are public domain)</p>
Expand Down
2 changes: 1 addition & 1 deletion public/en/ouija/rb/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1 class="display-4">Russian Ouija Game</h1>
<!-- img class="img-thumbnail float-left mr-4" src="../../../assets/images/rb-splash-1-1024.jpg" alt="" width="200" height="200" -->
<p class="lead">Click on the <b class="font-weight-bolder font-italic text-primary">Pull Card</b> yellow button below to select a card from the virtual shuffled pile and to place it beneath this section. Once the yellow button clicked, the card appears in the left upper corner of the section below in overturned mode. Click on the card to reveal its face side and drag it around. Once all desired cards are pulled, drag the cards by placing them in your favourite layout. You can add as many cards as you want.</p>
<!-- hr class="my-4" -->
<a name="pull-btn" class="btn btn-warning font-weight-bold" href="#pull-btn" onclick="pullNext('rb','000.jpg','Game Card')">Pull Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/images/sync.svg.png"></a>
<a name="pull-btn" class="btn btn-warning font-weight-bold" href="#pull-btn" onclick="pullNext('rb','000.jpg','Game Card')">Pull Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/icons/sync.svg.png"></a>
<!-- ========= MAIN GAME BOARD ========= -->
<section id="mainGameBoard" class="border my-4 board bg-light rounded border-dark"></section>
<p>(Russian Ouija images are public domain)</p>
Expand Down
2 changes: 1 addition & 1 deletion public/en/tarot/cbdtm/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 class="display-4">CBD Tarot de Marseille Game</h1>
<input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio3" onchange="resetTarotDeck(this.value)" value="MI">
<label class="form-check-label" for="inlineRadio3">Minor arcana only</label>
</div>
<a name="pull-btn" class="btn btn-warning font-weight-bold" href="#pull-btn" onclick="pullNext('cbdtm','cardback.jpg','Game Card')">Pull Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/images/sync.svg.png"></a>
<a name="pull-btn" class="btn btn-warning font-weight-bold" href="#pull-btn" onclick="pullNext('cbdtm','cardback.jpg','Game Card')">Pull Card</a> <a class="btn btn-warning" href="#" onclick="refreshPage()"><img src="../../../assets/icons/sync.svg.png"></a>
<!-- ========= MAIN GAME BOARD ========= -->
<section id="mainGameBoard" class="border my-4 board bg-light rounded border-dark"></section>
<p><a class="text-muted" href="http://www.cbdtarot.com">(CBD Tarot de Marseille by Dr. Yoav Ben-Dov, www.cbdtarot.com)</a></p>
Expand Down

0 comments on commit e4066dc

Please sign in to comment.