Skip to content
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ <h2>Image Preview:</h2>
<img id="preview" src="" alt="Profile Image Preview" style="width: 200px; height: 200px; border-radius: 50%; margin-top: 10px;">
</div>
</div>

<label for="name">Name <span class="required">*</span></label>
<input id="name" type="text" name="name" placeholder="Name" required>

Expand All @@ -57,11 +58,13 @@ <h2>Image Preview:</h2>
<label for="address">Address <span class="required">*</span></label>
<input id="address" type="text" name="address" placeholder="Address" required>


<h1>Summary</h1>
<label for="summary">Summary <span class="required">*</span></label>
<textarea id="summary" name="summary" placeholder="Summary" rows="4" required></textarea>

<h1>Education</h1>

<label for="school">School <span class="required">*</span></label>
<input id="school" type="text" name="school" placeholder="School" required>

Expand All @@ -87,6 +90,7 @@ <h1>Work Experience</h1>
<label for="end-date">End Date (MM/YYYY) <span class="required">*</span></label>
<input id="end-date" type="text" name="end-date" placeholder="End Date (MM/YYYY)" required>


<h1>Skills</h1>
<label for="skill-1">Skill 1 <span class="required">*</span></label>
<input id="skill-1" type="text" name="skill-1" placeholder="Skill 1" required>
Expand Down