Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pinak-dhir committed Feb 18, 2024
1 parent e5e806c commit bc0e738
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Calculators/compatability-calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ <h1>Love Compatibility Calculator</h1>
<label for="person2">Person 2 Name:</label>
<input type="text" id="person2" required>

<label for="hobbies">Common Hobbies (1-10):</label>
<label for="hobbies">Common Hobbies (1-10)</label>
<input type="number" id="hobbies" min="1" max="10" required>

<label for="communication">Communication (1-10):</label>
<label for="communication">Communication (1-10)</label>
<input type="number" id="communication" min="1" max="10" required>

<label for="support">Support for Goals (1-10):</label>
<label for="support">Support for Goals (1-10)</label>
<input type="number" id="support" min="1" max="10" required>

<label for="trust">Importance of Trust (1-10):</label>
<label for="trust">Importance of Trust (1-10)</label>
<input type="number" id="trust" min="1" max="10" required>

<label for="spendingTime">Enjoyment of Spending Time (1-10):</label>
<label for="spendingTime">Enjoyment of Spending Time (1-10)</label>
<input type="number" id="spendingTime" min="1" max="10" required>

<button type="button" onclick="calculateCompatibility()">Calculate</button>
Expand Down

0 comments on commit bc0e738

Please sign in to comment.