Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomihod committed Mar 8, 2024
1 parent 1b7112f commit 668bdc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h3>Improve Prediction Power</h3>
<label for="credit-score">Employee’s credit score records</label><br>

<input type="checkbox" id="social-media" name="social-media" value=".25" disabled>
<label for="social-media">Employee’s social media profiles and photos</label><br>
<label for="social-media">Employee’s social media profiles</label><br>

<input type="checkbox" id="behavioral-health" name="behavioral-health" value=".1" checked disabled>
<label for="behavioral-health">CCTV footage</label><br>
Expand Down Expand Up @@ -254,14 +254,14 @@ <h3>Putting it all Together</h3>
<br>

<input type="checkbox" id="social-media" name="social-media" value=".25">
<label for="social-media">Employee’s social media profiles and photos</label>
<span data-tooltip="Social media username and publicly available information in all social media platforms.">
<label for="social-media">Employee’s social media profiles</label>
<span data-tooltip="Social media username and publicly available information, including photos, in all social media platforms.">
<i class="fa-solid fa-circle-info icon"></i>
</span>
<br>

<input type="checkbox" id="behavioral-health" name="behavioral-health" value=".1">
<label for="behavioral-health">CCTV footage</label>
<label for="behavioral-health">CCTV footage of the workplace</label>
<span data-tooltip="Video only, overt and covers all common areas.">
<i class="fa-solid fa-circle-info icon"></i>
</span>
Expand Down

0 comments on commit 668bdc8

Please sign in to comment.