|
@@ -546,10 +546,10 @@ input[type="radio"]:checked ~ .custom-radio:after {
|
546
|
546
|
|
547
|
547
|
|
548
|
548
|
<dialog id="bundle-dialog" class="fixed">
|
549
|
|
- <h1>Select a bundle</h1>
|
|
549
|
+ <h1>Select an option</h1>
|
550
|
550
|
<form autocomplete="off" onsubmit="location.href = this.elements.bundle.value; return false">
|
551
|
551
|
<label>
|
552
|
|
- <input type="radio" id="standard-bundle" name="bundle" value="https://ko-fi.com/s/3ee4182cb6" checked data-goatcounter-click>
|
|
552
|
+ <input type="radio" name="bundle" value="https://ko-fi.com/s/3ee4182cb6" checked data-goatcounter-click>
|
553
|
553
|
<span class="custom-radio"></span>
|
554
|
554
|
<div>
|
555
|
555
|
<strong>Standard Bundle</strong><br>
|
|
@@ -557,19 +557,19 @@ input[type="radio"]:checked ~ .custom-radio:after {
|
557
|
557
|
</div>
|
558
|
558
|
</label>
|
559
|
559
|
<label>
|
560
|
|
- <input type="radio" id="plus-bundle" name="bundle" value="https://ko-fi.com/s/697a184728" data-goatcounter-click>
|
|
560
|
+ <input type="radio" name="bundle" value="https://ko-fi.com/s/697a184728" data-goatcounter-click>
|
561
|
561
|
<span class="custom-radio"></span>
|
562
|
562
|
<div>
|
563
|
|
- <strong>Plus! Bundle</strong><br>
|
564
|
|
- Everything in Standard + <a href="addons/" id="exclusive-addons" target="_blank" data-goatcounter-click>Exclusive Add-Ons for rich AR experiences</a>
|
|
563
|
+ <strong>Plus Bundle</strong><br>
|
|
564
|
+ encantar.js with <a href="addons/" id="exclusive-addons" target="_blank" data-goatcounter-click>exclusive Add-Ons for rich AR experiences</a>
|
565
|
565
|
</div>
|
566
|
566
|
</label>
|
567
|
567
|
<label>
|
568
|
|
- <input type="radio" id="source-bundle" name="bundle" value="https://github.com/alemart/encantar-js" data-goatcounter-click>
|
|
568
|
+ <input type="radio" name="bundle" value="https://github.com/alemart/encantar-js" data-goatcounter-click>
|
569
|
569
|
<span class="custom-radio"></span>
|
570
|
570
|
<div>
|
571
|
|
- <strong>Source Bundle</strong><br>
|
572
|
|
- Source code for Augmented Reality and Computer Vision nerds
|
|
571
|
+ <strong>Source Code</strong><br>
|
|
572
|
+ For Augmented Reality and Computer Vision nerds
|
573
|
573
|
</div>
|
574
|
574
|
</label>
|
575
|
575
|
<footer>
|