Skip to content

Commit

Permalink
removed unnecesary text
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 7, 2024
1 parent f8ea5d9 commit f28997d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,10 @@ a{
.navbar-toggler-btn{
display: none; /* No functionality, hidden for now.*/
}
/*
.navbar-brand-text{
display: none;
}
} */


/* buttons */
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class = "brand-and-toggler">
<a href = "index.html" class = "navbar-brand">
<img src = "assets/images/curriculum-vitae.png" alt = "" class = "navbar-brand-icon">
<span class = "navbar-brand-text">build <span>resume.</span>
<span class = "navbar-brand-text">Build your <span>resume.</span>
</a>
<button type = "button" class = "navbar-toggler-btn">
<div class = "bars">
Expand All @@ -33,9 +33,9 @@
<header class = "header bg-bright" id = "header">
<div class = "container">
<div class = "header-content text-center">
<h6 class = "text-uppercase text-blue-dark fs-14 fw-6 ls-1">online resume builder</h6>
<h1 class = "lg-title">Only 2% of resumes make it pas the first round. Be in the top 2%</h1>
<p class = "text-dark fs-18">Use professional field-tested resume templates that follow that exact 'resume rules' employers look for. Easy to use and done within minutes - try now for free!</p>
<!-- <h6 class = "text-uppercase text-blue-dark fs-14 fw-6 ls-1">online resume builder</h6> Hidden and moved to navbar-bg-white -->
<h1 class = "lg-title">Did you know that only 2% of resumes make it past the first round of screening? Don't miss out on your chance to be in that top 2%!</h1>
<p class = "text-dark fs-18">With our professional, field-tested resume template, you can ensure your resume follows all the rules that employers look for. Our template is easy to use and can be completed within minutes. Give it a try for free today!</p>
<a href = "resume.html" class = "btn btn-primary text-uppercase">create my resume</a>
<img src = "assets/images/dublin-resume-templates.avif">
</div>
Expand All @@ -53,7 +53,7 @@ <h2 class = "lg-title">Use the best resume maker as your guide!</h2>
<p class = "text">Getting that dream job can seem like an impossible task. We're here to change that. Give yourself a real advantage with the best online resume maker: created by experts, imporved by data, trusted by millions of professionals.</p>
<div class = "btn-group">
<a href = "resume.html" class = "btn btn-primary text-uppercase">create my resume</a>
<a href = "#" class = "btn btn-secondary text-uppercase">watch video</a>
<!-- <a href = "#" class = "btn btn-secondary text-uppercase">watch video</a> -->
</div>
</div>
</div>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h5 class = "section-item-title">A recruiter-tested CV maker tool</h5>
<footer class = "footer bg-dark">
<div class="container">
<div class = "footer-content text-center">
<p class="fs-15">&copy;Copyright 2022. All Rights Reserved - <span>build.resume</span></p>
<p class="fs-15">&copy;2023 Resume Builder. All Rights Reserved <!-- - <span>build.resume</span> --> </p>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class = "brand-and-toggler">
<a href = "index.html" class = "navbar-brand">
<img src = "assets/images/curriculum-vitae.png" alt = "" class = "navbar-brand-icon">
<span class = "navbar-brand-text">build <span>resume.</span>
<span class = "navbar-brand-text">Build your <span>resume.</span>
</a>
<button type = "button" class = "navbar-toggler-btn">
<div class = "bars">
Expand Down

0 comments on commit f28997d

Please sign in to comment.