Skip to content

Commit

Permalink
Add a 'not working yet' to #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
atom-box committed Sep 16, 2021
1 parent 3430a5c commit 916d21d
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions data/quiltContent.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
console.log('start quiltdata.');


/*****
To add a section:
1. After testing html in staging.html, paste it into an object below, here, as answerHTML.
Expand Down Expand Up @@ -77,15 +74,17 @@ let articles = [
`
<div class="square-small">
<form oninput="x.value = repeatFront(word.value, many.value)">
Letters in first bite:<br>1
<input type="range" name="word" label="word" value="2" min="1" max="6"/>6
Enter a word:
<input type="textarea" value="NOT WORKING YET" label="nonsense" name="many"/>
<br>
How many letters to grab?<br>1
<input type="range" name="word" label="nonsense" value="3" min="1" max="6"/>6
<br>Enter 7 or more letters:
<input type="textarea" value="couterie" label="many" name="many"/>
<!-- /*==============================*/ -->
<!-- /*==============================*/ -->
<br>Total Seeds:<br>
<br>Result:<br>
<output name="x"></output>
</form>
</div>
Expand Down Expand Up @@ -119,6 +118,3 @@ let articles = [


]


console.log('end quiltdata.');

0 comments on commit 916d21d

Please sign in to comment.