Skip to content

Commit

Permalink
Merge pull request #131 from ak-0283/placeholder
Browse files Browse the repository at this point in the history
updating the placeholder section in the resume page
  • Loading branch information
Ojas-Arora authored Jan 16, 2025
2 parents aedf54c + 1bf9b15 commit c8bdd95
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,37 +75,37 @@ <h1>My Resume</h1>
<h2>Resume Detail Entry</h2>
<form id="resumeForm">
<label for="name">Full Name<b>*</b></label>
<input type="text" id="name" name="name" required />
<input type="text" id="name" name="name" placeholder="enter your name" required />

<label for="email">Email<b>*</b></label>
<input type="text" id="email" name="email" required />
<input type="text" id="email" name="email" placeholder="enter your email" required />

<label for="phone">Phone Number<b>*</b></label>
<input type="text" id="phone" name="phone" required />
<input type="text" id="phone" name="phone" placeholder="enter your phone number" required />

<fieldset>
<label for="education"><u>Education</u><b>*</b></label>
<label for="class10"
>10th percentage<b>*</b>
<input type="number" id="10th" name="10th" required />
<input type="number" id="10th" name="10th" placeholder=" Percentage (e.g., 75%)" required />
</label>
<label for="schooling10"
>School<b>*</b>
<input type="text" id="10ths" name="10ths" required />
<input type="text" id="10ths" name="10ths" placeholder="enter school name" required />
</label>
<label for="class12"
>12th percentage<b>*</b>
<input type="number" id="12th" name="12th" required />
<input type="number" id="12th" name="12th" placeholder=" Percentage (e.g., 75%)" required />
</label>
<label for="schooling12"
>School<b>*</b>
<input type="text" id="12ths" name="12ths" required />
<input type="text" id="12ths" name="12ths" placeholder="enter your school/college name" required />
</label>
<label for="degree">Degree<b>*</b></label>
<input type="text" id="degree" name="degree" required />
<input type="text" id="degree" name="degree" placeholder="enter degree" required />

<label for="institution">Institution<b>*</b></label>
<input type="text" id="institution" name="institution" required />
<input type="text" id="institution" name="institution" placeholder="enter institution name" required />

<label for="year">Passing Year<b>*</b></label>
<select id="year" name="year" required></select>
Expand Down

0 comments on commit c8bdd95

Please sign in to comment.