Skip to content

Commit 61e86fa

Browse files
committed
feat: add feedback email and GitHub issues links to playground pages and documentation
1 parent e9376e9 commit 61e86fa

80 files changed

Lines changed: 482 additions & 79 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,10 @@ sections (§4 DSL, §5 biomechanics, §6 client rendering, §7 strategy).
127127
> ⚠️ Posecode's range-of-motion values are general literature data, not medical
128128
> advice. Consult a qualified professional for physiotherapy or exercise
129129
> prescription.
130+
131+
## Feedback & Support
132+
133+
We'd love to hear your feedback! You can reach us in two ways:
134+
- **Email**: Send us an email at [hello@posecode.org](mailto:hello@posecode.org?subject=Posecode%20Feedback).
135+
- **GitHub Issues**: If you found a bug or have a feature request, please [open a GitHub Issue](https://github.com/posecode-dev/posecode/issues).
136+

playground/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
<a href="#examples">Examples</a>
140140
<a href="./moves/">Movement library</a>
141141
<a href="#developers">Developers</a>
142+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a>
142143
<a href="https://github.com/posecode-dev/posecode" target="_blank" rel="noopener">GitHub</a>
143144
</nav>
144145
<a class="btn primary nav-cta" href="./play.html">Open playground&nbsp;→</a>
@@ -342,7 +343,9 @@ <h2>Common questions</h2>
342343
MIT-licensed open core · v0.1 &nbsp;·&nbsp;
343344
<a href="./moves/">Movement library</a> &nbsp;·&nbsp;
344345
<a href="./spec.html">Language spec</a> &nbsp;·&nbsp;
345-
<a href="./llm-guide.html">LLM guide</a>
346+
<a href="./llm-guide.html">LLM guide</a> &nbsp;·&nbsp;
347+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a> &nbsp;·&nbsp;
348+
<a href="https://github.com/posecode-dev/posecode/issues" target="_blank" rel="noopener">Issues</a>
346349
</p>
347350
</footer>
348351

playground/play.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@
8282
<button id="how-to" class="btn ghost" aria-label="How to use">
8383
<span class="ico-help" aria-hidden="true"></span><span class="lbl">How to use</span>
8484
</button>
85+
<a
86+
href="mailto:hello@posecode.org?subject=Posecode%20Feedback"
87+
class="btn ghost"
88+
aria-label="Feedback"
89+
title="Send feedback or report an issue"
90+
>
91+
<span class="ico-feedback" aria-hidden="true"></span><span class="lbl">Feedback</span>
92+
</a>
8593
<button
8694
id="share"
8795
class="btn ghost"

playground/public/llm-guide.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<a href="/moves/">Movement library</a>
110110
<a href="/spec.html">Language spec</a>
111111
<a href="/llm-guide.html">LLM guide</a>
112+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a>
112113
<a href="https://github.com/posecode-dev/posecode" target="_blank" rel="noopener">GitHub</a>
113114
</nav>
114115
</div>
@@ -223,7 +224,11 @@ <h3>Dance / choreography</h3>
223224
<div class="wrap">
224225
<p>Range-of-motion values are general literature data, not medical advice. Consult a
225226
qualified professional for physiotherapy or exercise prescription.</p>
226-
<p><a href="/">Posecode</a>, MIT-licensed open core.</p>
227+
<p>
228+
<a href="/">Posecode</a>, MIT-licensed open core &nbsp;·&nbsp;
229+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a> &nbsp;·&nbsp;
230+
<a href="https://github.com/posecode-dev/posecode/issues" target="_blank" rel="noopener">GitHub Issues</a>
231+
</p>
227232
</div>
228233
</footer>
229234
</body>

playground/public/moves/arm-circles.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<a href="/moves/">Movement library</a>
110110
<a href="/spec.html">Language spec</a>
111111
<a href="/llm-guide.html">LLM guide</a>
112+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a>
112113
<a href="https://github.com/posecode-dev/posecode" target="_blank" rel="noopener">GitHub</a>
113114
</nav>
114115
</div>
@@ -173,7 +174,11 @@ <h2>More warm-up movements</h2>
173174
<div class="wrap">
174175
<p>Range-of-motion values are general literature data, not medical advice. Consult a
175176
qualified professional for physiotherapy or exercise prescription.</p>
176-
<p><a href="/">Posecode</a>, MIT-licensed open core.</p>
177+
<p>
178+
<a href="/">Posecode</a>, MIT-licensed open core &nbsp;·&nbsp;
179+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a> &nbsp;·&nbsp;
180+
<a href="https://github.com/posecode-dev/posecode/issues" target="_blank" rel="noopener">GitHub Issues</a>
181+
</p>
177182
</div>
178183
</footer>
179184
</body>

playground/public/moves/bent-over-row.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<a href="/moves/">Movement library</a>
110110
<a href="/spec.html">Language spec</a>
111111
<a href="/llm-guide.html">LLM guide</a>
112+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a>
112113
<a href="https://github.com/posecode-dev/posecode" target="_blank" rel="noopener">GitHub</a>
113114
</nav>
114115
</div>
@@ -194,7 +195,11 @@ <h2>More fitness movements</h2>
194195
<div class="wrap">
195196
<p>Range-of-motion values are general literature data, not medical advice. Consult a
196197
qualified professional for physiotherapy or exercise prescription.</p>
197-
<p><a href="/">Posecode</a>, MIT-licensed open core.</p>
198+
<p>
199+
<a href="/">Posecode</a>, MIT-licensed open core &nbsp;·&nbsp;
200+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a> &nbsp;·&nbsp;
201+
<a href="https://github.com/posecode-dev/posecode/issues" target="_blank" rel="noopener">GitHub Issues</a>
202+
</p>
198203
</div>
199204
</footer>
200205
</body>

playground/public/moves/biceps.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<a href="/moves/">Movement library</a>
110110
<a href="/spec.html">Language spec</a>
111111
<a href="/llm-guide.html">LLM guide</a>
112+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a>
112113
<a href="https://github.com/posecode-dev/posecode" target="_blank" rel="noopener">GitHub</a>
113114
</nav>
114115
</div>
@@ -164,7 +165,11 @@ <h2>More fitness movements</h2>
164165
<div class="wrap">
165166
<p>Range-of-motion values are general literature data, not medical advice. Consult a
166167
qualified professional for physiotherapy or exercise prescription.</p>
167-
<p><a href="/">Posecode</a>, MIT-licensed open core.</p>
168+
<p>
169+
<a href="/">Posecode</a>, MIT-licensed open core &nbsp;·&nbsp;
170+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a> &nbsp;·&nbsp;
171+
<a href="https://github.com/posecode-dev/posecode/issues" target="_blank" rel="noopener">GitHub Issues</a>
172+
</p>
168173
</div>
169174
</footer>
170175
</body>

playground/public/moves/bicycle-crunch.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<a href="/moves/">Movement library</a>
110110
<a href="/spec.html">Language spec</a>
111111
<a href="/llm-guide.html">LLM guide</a>
112+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a>
112113
<a href="https://github.com/posecode-dev/posecode" target="_blank" rel="noopener">GitHub</a>
113114
</nav>
114115
</div>
@@ -197,7 +198,11 @@ <h2>More fitness movements</h2>
197198
<div class="wrap">
198199
<p>Range-of-motion values are general literature data, not medical advice. Consult a
199200
qualified professional for physiotherapy or exercise prescription.</p>
200-
<p><a href="/">Posecode</a>, MIT-licensed open core.</p>
201+
<p>
202+
<a href="/">Posecode</a>, MIT-licensed open core &nbsp;·&nbsp;
203+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a> &nbsp;·&nbsp;
204+
<a href="https://github.com/posecode-dev/posecode/issues" target="_blank" rel="noopener">GitHub Issues</a>
205+
</p>
201206
</div>
202207
</footer>
203208
</body>

playground/public/moves/bow.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<a href="/moves/">Movement library</a>
110110
<a href="/spec.html">Language spec</a>
111111
<a href="/llm-guide.html">LLM guide</a>
112+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a>
112113
<a href="https://github.com/posecode-dev/posecode" target="_blank" rel="noopener">GitHub</a>
113114
</nav>
114115
</div>
@@ -170,7 +171,11 @@ <h2>More martial arts movements</h2>
170171
<div class="wrap">
171172
<p>Range-of-motion values are general literature data, not medical advice. Consult a
172173
qualified professional for physiotherapy or exercise prescription.</p>
173-
<p><a href="/">Posecode</a>, MIT-licensed open core.</p>
174+
<p>
175+
<a href="/">Posecode</a>, MIT-licensed open core &nbsp;·&nbsp;
176+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a> &nbsp;·&nbsp;
177+
<a href="https://github.com/posecode-dev/posecode/issues" target="_blank" rel="noopener">GitHub Issues</a>
178+
</p>
174179
</div>
175180
</footer>
176181
</body>

playground/public/moves/box-squat.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<a href="/moves/">Movement library</a>
110110
<a href="/spec.html">Language spec</a>
111111
<a href="/llm-guide.html">LLM guide</a>
112+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a>
112113
<a href="https://github.com/posecode-dev/posecode" target="_blank" rel="noopener">GitHub</a>
113114
</nav>
114115
</div>
@@ -175,7 +176,11 @@ <h2>More fitness movements</h2>
175176
<div class="wrap">
176177
<p>Range-of-motion values are general literature data, not medical advice. Consult a
177178
qualified professional for physiotherapy or exercise prescription.</p>
178-
<p><a href="/">Posecode</a>, MIT-licensed open core.</p>
179+
<p>
180+
<a href="/">Posecode</a>, MIT-licensed open core &nbsp;·&nbsp;
181+
<a href="mailto:hello@posecode.org?subject=Posecode%20Feedback">Feedback</a> &nbsp;·&nbsp;
182+
<a href="https://github.com/posecode-dev/posecode/issues" target="_blank" rel="noopener">GitHub Issues</a>
183+
</p>
179184
</div>
180185
</footer>
181186
</body>

0 commit comments

Comments
 (0)