Skip to content

Commit

Permalink
Merge pull request #491 from Priyank00007/privacy
Browse files Browse the repository at this point in the history
This PR is related to Issue #489. privacypolicy.html has been added
  • Loading branch information
GarimaSingh0109 authored Oct 20, 2024
2 parents 7d04ca0 + 308679a commit ce18434
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 3 deletions.
5 changes: 3 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,13 @@
<h1>Resum Resume</h1>
<nav class="navbar">
<div class="tabs-container"></div>
<a class="tab" href="#home">Home</a>
<a class="tab" href="index.html">Home</a>
<a class="tab" href="about.html">About</a>
<a class="tab" href="resume.html">Build Resume</a>
<a class="tab" href="resume_tips.html">Resume Tips</a>
<a class="tab" href="signup.html">Sign Up</a>
<a class="tab" href="login.html">Login</a>
<a class="tab" href="privacypolicy.html">Privacy Policy</a>
</div>
</nav>

Expand Down Expand Up @@ -430,7 +431,7 @@ <h3>Support</h3>
<ul class="ul">
<li><a href="#">FAQ</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="privacypolicy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-section">
Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,7 @@ <h3>Connect With Us</h3>
<a href="resume_tips.html">Resume Tips</a>
<li><a href="ats_score_finder.html">ATS Score Finder</a></li>
<a href="login.html">Login</a>
<a href="privacypolicy.html">Privacy Policy</a>
</nav>

<div class="icons">
Expand Down Expand Up @@ -1177,7 +1178,7 @@ <h3>Support</h3>
<ul class="ul">
<li><a href="#">FAQ</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="privacypolicy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-section">
Expand Down Expand Up @@ -1534,7 +1535,11 @@ <h3>Support</h3>
<ul>
<li><a href="/Faqs.html">FAQ</a></li>
<li><a href="#">Contact Us</a></li>
privacy
<li><a href="privacypolicy.html">Privacy Policy</a></li>

<li><a href="/privacy-policy.html">Privacy Policy</a></li>
main
</ul>
</div>
<div class="footer-section">
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ce18434

Please sign in to comment.