Skip to content

Commit

Permalink
Merge pull request #1198 from ishakatiyar06/main
Browse files Browse the repository at this point in the history
Added links to the footer section
  • Loading branch information
vimistify authored Nov 8, 2024
2 parents 8710824 + 7f32b21 commit cdbdce1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
1 change: 0 additions & 1 deletion Backend/package-lock.json

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

24 changes: 14 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
padding: 15px 0;
width: 100%;
}
footer a{
text-decoration: none;
color: #f3f4f6;
}

.checkbtn {
font-size: 30px;
Expand Down Expand Up @@ -682,19 +686,19 @@ <h2>About</h2>
<div class="l2">
<div>
<h2 style="margin-left: 1vw;">Usefull link</h2>
<p>Home</p>
<p style="margin-left: 1.3vw;">Features</p>
<p>Team</p>
<p style="margin-left: 3.5vw;">Privacy Policy</p>
<p style="margin-left: 4.5vw;">Terms of Service</p>
<p><a href="index.html">Home</a></p>
<p style="margin-left: 1.3vw;"><a href="features.html">Features</a></p>
<p><a href="team.html">Team</a></p>
<p style="margin-left: 3.5vw;"><a href="privacy.html">Privacy Policy</a></p>
<p style="margin-left: 4.5vw;"><a href="terms.html">Terms of Service</a></p>
</div>
<div class="l21">
<h2>Help Desk</h2>
<p>Support</p>
<p>Contact us </p>
<p>FAQ</p>
<p>Near by</p>
<p>phone</p>
<p><a href="contact.html">Support</a></p>
<p><a href="Contactus.html">Contact Us</a></p>
<p><a href="#faq-section">FAQ</a></p>
<p><a href="nearby.html">Near by</a></p>
<p><a href="contact.html">Phone</a></p>
</div>
</div>

Expand Down

0 comments on commit cdbdce1

Please sign in to comment.