Skip to content

Commit

Permalink
add Personal Information section with name, phone number, and email a…
Browse files Browse the repository at this point in the history
…ddress
  • Loading branch information
Epic-Eric committed Jun 26, 2024
1 parent 799bc0c commit 068b6ab
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 405 deletions.
11 changes: 11 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ function App() {
return (
<div className="App" ref={resumeRef}>
<h1>Resume Builder</h1>
<div className="resumeSection">
<h2>Personal Information</h2>
<label for="name">Enter your full name: </label>
<input type="text" class="name"></input>
<br></br>
<label for="email">Enter your phone number: </label>
<input type="email" class="email"></input>
<br></br>
<label for="email">Enter your email address: </label>
<input type="tel" class="phoneNumber"></input>
</div>
<div className="resumeSection">
<h2>Experience</h2>
{renderContent(
Expand Down
Loading

0 comments on commit 068b6ab

Please sign in to comment.