Explorar el Código

Tweaks

customisations
alemart hace 1 mes
padre
commit
56efdbda2c
Se han modificado 2 ficheros con 10 adiciones y 26 borrados
  1. 2
    18
      docs/addons/index.md
  2. 8
    8
      docs_overrides/index.html

+ 2
- 18
docs/addons/index.md Ver fichero

@@ -1,9 +1,9 @@
1 1
 # Add-Ons
2 2
 
3
-Add-Ons provide an enriched experience with additional features that enhance the core of encantar.js. They're offered to supporters in the Plus! Bundle. Become a supporter and get exclusive access to these features! 😍
3
+Add-Ons provide an enriched experience with additional features that enhance the core of encantar.js. Become a supporter and get exclusive access to these features! 😍
4 4
 
5 5
 <div style="text-align:center">
6
-  <a href="https://ko-fi.com/s/697a184728" target="_blank" rel="external" class="md-button md-button--primary" id="addon-want-plus-bundle" data-goatcounter-click>I want the Plus! Bundle</a>
6
+  <a href="https://ko-fi.com/s/697a184728" target="_blank" rel="external" class="md-button md-button--primary" id="addon-want-plus-bundle" data-goatcounter-click>I want the Add-Ons!</a>
7 7
 </div>
8 8
 
9 9
 <style>
@@ -29,10 +29,6 @@ Enchant your audience using this easy-to-use &amp; customizable Video Player! Vi
29 29
 
30 30
 [Tell me more](./ar-video-player.md){ .md-button }
31 31
 
32
-<!--
33
-<a href="https://ko-fi.com/s/697a184728" target="_blank" rel="external" class="md-button" id="addon-want-video-player" data-goatcounter-click>I want this!</a>
34
--->
35
-
36 32
   </div>
37 33
   <div>
38 34
     <lite-youtube videoid="sz4Fmf3zyho"></lite-youtube>
@@ -48,10 +44,6 @@ Add interactivity to your scenes with easy-to-use buttons for AR! You can custom
48 44
 
49 45
 [Tell me more](./ar-button.md){ .md-button }
50 46
 
51
-<!--
52
-<a href="https://ko-fi.com/s/697a184728" target="_blank" rel="external" class="md-button" id="addon-want-buttons" data-goatcounter-click>I want this!</a>
53
--->
54
-
55 47
   </div>
56 48
   <div markdown>
57 49
 
@@ -69,10 +61,6 @@ Turn 3D and 2D objects into "clickables" that respond to touch or mouse input. A
69 61
 
70 62
 [Tell me more](./ar-clickable.md){ .md-button }
71 63
 
72
-<!--
73
-<a href="https://ko-fi.com/s/697a184728" target="_blank" rel="external" class="md-button" id="addon-want-clickables" data-goatcounter-click>I want this!</a>
74
--->
75
-
76 64
   </div>
77 65
   <div markdown>
78 66
 
@@ -90,10 +78,6 @@ Framework-agnostic solution for preloading assets such as: 3D models, video clip
90 78
 
91 79
 [Tell me more](./more-addons.md){ .md-button }
92 80
 
93
-<!--
94
-<a href="https://encantar.dev" target="_blank" rel="external" class="md-button" id="addon-want-asset-manager" data-goatcounter-click>I want this!</a>
95
--->
96
-
97 81
   </div>
98 82
   <div markdown>
99 83
 

+ 8
- 8
docs_overrides/index.html Ver fichero

@@ -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>

Loading…
Cancelar
Guardar