Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hero Section with Resume Building Options to "Build Resume" Page #913

Merged
merged 3 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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