Skip to content

Commit f6838c1

Browse files
committed
comment out all radios except worsted and fingering in howmuchyarn.html
1 parent 8674817 commit f6838c1

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"liveServer.settings.port": 5501
2+
"liveServer.settings.port": 5501,
3+
"zowe.settings.version": 2
34
}

howmuchyarn.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,32 +54,36 @@ <h1>How Much Yarn? - The Yarn Gift Helper</h1>
5454
thickness yarn.
5555
</p>
5656

57-
<form action="" class="how-much-yarn">
57+
<form action="#" class="how-much-yarn">
5858

5959
<div class="form-section">
6060
<fieldset>
6161
<legend>Choose a Yarn Weight (thickness)</legend>
6262
<div>
63-
<div>
63+
<!-- <div>
6464
<input type="radio" name="weight" id="lace-01" checked />
6565
<label for="lace-01" class="">01 Lace</label>
66-
</div>
67-
<input type="radio" name="weight" id="fingering-02" checked />
68-
<label for="fingering-02" class="">02 Fingering</label>
66+
</div> -->
6967
<div>
68+
<input type="radio" name="weight" id="fingering-02" checked />
69+
<label for="fingering-02" class="">02 Fingering</label>
70+
</div>
71+
<!-- <div>
7072
<input type="radio" name="weight" id="sport-03" checked />
7173
<label for="sport-03" class="">03 Sport</label>
72-
</div>
73-
<input type="radio" name="weight" id="dk-04" checked />
74-
<label for="dk-04" class="">04 DK</label>
75-
<div>
74+
</div> -->
75+
<!-- <div>
76+
<input type="radio" name="weight" id="dk-04" checked />
77+
<label for="dk-04" class="">04 DK</label>
78+
</div> -->
79+
<div>
7680
<input type="radio" name="weight" id="worsted-05" checked />
7781
<label for="worsted-05" class="">05 Worsted</label>
7882
</div>
79-
<div>
83+
<!-- <div>
8084
<input type="radio" name="weight" id="chunky-06" checked />
8185
<label for="chunky-06" class="">06 Chunky</label>
82-
</div>
86+
</div> -->
8387
</div>
8488
</div>
8589
<div class="form-section">

0 commit comments

Comments
 (0)