Skip to content

Commit

Permalink
refactor: remove useless checkboxes (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyliec committed Aug 27, 2023
1 parent 3c870a6 commit 2d7749a
Showing 1 changed file with 0 additions and 70 deletions.
70 changes: 0 additions & 70 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,20 +115,6 @@ <h2 class="f5 mv0 black-40 fl" id="PermittedResidentialUses">
</label>

<div class="pl1 subgroup dn pb2 bb b--black-10">
<div class="at-least-one-checked pa1 br1">
<label>
<input type="checkbox" class="checked-by-default" name="1F" value="A" />
Allowed As of Right
</label>

<br />

<label>
<input type="checkbox" class="checked-by-default" name="1F" value="AH" />
Allowed Only After Public Hearing
</label>
</div>

<h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
<div class="at-least-one-checked pa1 br1">
<label>
Expand Down Expand Up @@ -182,20 +168,6 @@ <h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
</label>

<div class="pl1 subgroup dn pb2 bb b--black-10">
<div class="at-least-one-checked pa1 br1">
<label>
<input type="checkbox" class="checked-by-default" name="2F" value="A" />
Allowed As of Right
</label>

<br />

<label>
<input type="checkbox" class="checked-by-default" name="2F" value="AH" />
Allowed Only After Public Hearing
</label>
</div>

<h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
<div class="at-least-one-checked pa1 br1">
<label>
Expand Down Expand Up @@ -249,20 +221,6 @@ <h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
</label>

<div class="pl1 subgroup dn pb2 bb b--black-10">
<div class="at-least-one-checked pa1 br1">
<label>
<input type="checkbox" class="checked-by-default" name="3F" value="A" />
Allowed As of Right
</label>

<br />

<label>
<input type="checkbox" class="checked-by-default" name="3F" value="AH" />
Allowed Only After Public Hearing
</label>
</div>

<h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
<div class="at-least-one-checked pa1 br1">
<label>
Expand Down Expand Up @@ -316,20 +274,6 @@ <h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
</label>

<div class="pl1 subgroup dn pb2 bb b--black-10">
<div class="at-least-one-checked pa1 br1">
<label>
<input type="checkbox" class="checked-by-default" name="4F" value="A" />
Allowed As of Right
</label>

<br />

<label>
<input type="checkbox" class="checked-by-default" name="4F" value="AH" />
Allowed Only After Public Hearing
</label>
</div>

<h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
<div class="at-least-one-checked pa1 br1">
<label>
Expand Down Expand Up @@ -381,20 +325,6 @@ <h5 class="f6 mb0 mt2 black-80 pl1">Minimum Lot Size, acres</h5>
</label>

<div class="pl1 subgroup dn pb2 bb b--black-10">
<div class="at-least-one-checked pa1 br1">
<label>
<input type="checkbox" class="checked-by-default" name="AD" value="A" />
Allowed As of Right
</label>

<br />

<label>
<input type="checkbox" class="checked-by-default" name="AD" value="AH" />
Allowed Only After Public Hearing
</label>
</div>

<h5 class="f6 mb0 mt2 black-80 pl1">Occupancy Requirements</h5>
<div class="ph1">
<label>
Expand Down

0 comments on commit 2d7749a

Please sign in to comment.