Skip to content

Commit

Permalink
changed the footer in 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
StarKnightt committed Mar 28, 2024
2 parents 9e87c27 + 204cacf commit b518b22
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ResumeBuilder
This repository hosts a versatile and interactive Dynamic CV Builder, complete with advanced features for seamless form validation, dynamic form repeater functionality, and real-time CV preview. Crafted with HTML, CSS, and JavaScript, this project empowers users to effortlessly create and customize their professional resumes.

## DEMO : https://resume-builder-ten-opal.vercel.app/
## DEMO : https://resume-builder-ten-opal.vercel.app/

![Resume Builder](preview.gif)

Expand Down
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand All @@ -9,12 +10,13 @@
<link rel="stylesheet" href="/css/main.css">
<!-- <link rel="stylesheet" href="/all-styles"> -->
</head>

<body>
<nav class="navbar bg-white">
<div class="container">
<div class="navbar-content">
<div class="brand-and-toggler">
<a href="index.html" class="navbar-brand">
<a href="/" class="navbar-brand">
<img src="/images/curriculum-vitae.png" alt="" class="navbar-brand-icon">
<span class="navbar-brand-text">build <span>resume.</span>
</a>
Expand All @@ -31,7 +33,7 @@
</div>

</button>

</div>
</div>
</div>
Expand All @@ -50,13 +52,12 @@ <h1 class="lg-title">Only 2% of resumes make it pass the first round. Be in the
</div>
</header>


<div class="section-one">
<div class="container">
<div class="section-one-content">
<div class="section-one-l">
<img
src="/images/visual-0c7080adf17f1f207276f613447c924f667dab34b7ac415cd7ef653172defd0b.svg">
<img src="/images/visual-0c7080adf17f1f207276f613447c924f667dab34b7ac415cd7ef653172defd0b.svg">
</div>
<div class="section-one-r text-center">
<h2 class="lg-title">Use the best resume maker as your guide!</h2>
Expand Down Expand Up @@ -108,7 +109,7 @@ <h5 class="section-item-title">A recruiter-tested CV maker tool</h5>
</div>
</div>
</div>
</div>
</div>
<footer class="footer bg-dark">
<div class="container">
<div class="footer-content text-center">
Expand All @@ -118,4 +119,5 @@ <h5 class="section-item-title">A recruiter-tested CV maker tool</h5>
</footer>

</body>

</html>
2 changes: 1 addition & 1 deletion pages/Login.html → pages/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ <h1 class="mb-3 h3">Login</h1>

</body>

</html>
</html>
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"routes": [
{
"src": "/.*",
"dest": "index.js"
"dest": "/"
}
]
}
}

0 comments on commit b518b22

Please sign in to comment.