Skip to content

Commit

Permalink
Merge pull request #913 from Mohitranag18/charlim
Browse files Browse the repository at this point in the history
Add Hero Section with Resume Building Options to "Build Resume" Page
  • Loading branch information
GarimaSingh0109 authored Oct 29, 2024
2 parents 15df827 + 692babf commit 0061ade
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,9 @@ button {
background-color: #5cb85c; /* Bootstrap success color */
color: white;

}


}
.ui-autocomplete {
max-height: 150px;
Expand All @@ -480,3 +483,4 @@ button {
background-color: #fff;
}


7 changes: 4 additions & 3 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
</head>

<body>

<!-- header section starts -->


<!-- header section starts -->
<header>
<!-- <input type="checkbox" name="" id="toggler">
Expand Down Expand Up @@ -340,8 +344,6 @@ <h2>Review Your Resume</h2>
<button id="download-resume">Download Resume</button>
</div>



<h2>Review Your Resume</h2>
<div id="resume-display">
<!-- Generated resume will be displayed here -->
Expand All @@ -351,7 +353,6 @@ <h2>Review Your Resume</h2>
<button id="download-resume">Download Resume</button>
</div>


</div>
<div class="panel2">
<h1>This feature is Currently in Working.</h1>
Expand Down

0 comments on commit 0061ade

Please sign in to comment.