Skip to content

Commit

Permalink
Resume Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas-Arora committed Jan 16, 2025
1 parent c8bdd95 commit b7d7c54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ <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" placeholder="enter your 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" placeholder="enter your 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" placeholder="enter your phone number" required />
<input type="text" id="phone" name="phone" placeholder="Enter your Phone Number" required />

<fieldset>
<label for="education"><u>Education</u><b>*</b></label>
Expand All @@ -91,21 +91,21 @@ <h2>Resume Detail Entry</h2>
</label>
<label for="schooling10"
>School<b>*</b>
<input type="text" id="10ths" name="10ths" placeholder="enter school name" 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" placeholder=" Percentage (e.g., 75%)" required />
</label>
<label for="schooling12"
>School<b>*</b>
<input type="text" id="12ths" name="12ths" placeholder="enter your school/college name" 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" placeholder="enter 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" placeholder="enter institution name" 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 b7d7c54

Please sign in to comment.