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

changes done in header and footer ...issue #1962 resolved👍👍 #1963

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 2 additions & 3 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,9 @@ footer {
}

.logo-footer img {
width: 80px;
width: 85px;
/* Set image width */
margin-right: 15px;
/* Space between logo and text */
margin-top: -15px;
}

#logo {
Expand Down
30 changes: 15 additions & 15 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ <h1 id="logo"><a href="index.html">BuddyTrail</a></h1>
});
</script>
<section class="about">
<div class="container">
<div class="container" style="margin-top: 4%;">
<h1>About BuddyTrail</h1>

<p>Welcome to BuddyTrail, where we turn your travel dreams into reality. We provide exceptional travel
Expand Down Expand Up @@ -529,7 +529,7 @@ <h3>PRIYA Ghosal</h3>
/* Team Section */
.team {
background-color: #fff;
padding: 60px 0;
padding: 120px 0;
}

.team h2 {
Expand Down Expand Up @@ -780,10 +780,10 @@ <h3>PRIYA Ghosal</h3>
<div class="row">
<div class="col">
<div class="logo-footer">
<img src="img/logo.png" alt="BuddyTrail Logo" />
<img src="img/logo.png" alt="BuddyTrail Logo" style="margin-left: 40px;"/>
<h1 id="logo">BuddyTrail</h1>
</div>
<p class="hover-color">Welcome to BuddyTrail - your premier travel companion! Whether you're
<p style="font-size: small;" class="hover-color">Welcome to BuddyTrail - your premier travel companion! Whether you're
planning a
family vacation
or a
Expand All @@ -795,7 +795,7 @@ <h1 id="logo">BuddyTrail</h1>

</div>
<div class="col">
<h3>Office <div class="underline"><span></span></div>
<h3 style="margin-left: 55px;">Office <div class="underline"><span></span></div>
</h3>
<p>123 Fake Street</p>
<p>Near XYZ Mall, Sample City</p>
Expand All @@ -808,22 +808,22 @@ <h5>

</div>
<div class="col">
<h3>Links <div class="underline"><span></span></div>
<h3 style="margin-left: 45px;">Links <div class="underline"><span></span></div>
</h3>
<ul class="footer-links">
<li><a href="https://buddytrail.netlify.app/#home">Home</a></li>
<li><a href="https://buddytrail.netlify.app/#services">Services</a></li>
<li><a href="https://buddytrail.netlify.app/about">About Us</a></li>
<li><a href="https://buddytrail.netlify.app/faq" target="_blank">FAQs</a></li>
<li><a href="https://buddytrail.netlify.app/team" target="_blank">Our Team</a></li>
<li><a href="https://buddytrail.netlify.app/contributor/contributor"
<li><a style="font-size: 15px;" href="https://buddytrail.netlify.app/#home">Home</a></li>
<li><a style="font-size: 15px;" href="https://buddytrail.netlify.app/#services">Services</a></li>
<li><a style="font-size: 15px;" href="https://buddytrail.netlify.app/about">About Us</a></li>
<li><a style="font-size: 15px;" href="https://buddytrail.netlify.app/faq" target="_blank">FAQs</a></li>
<li><a style="font-size: 15px;" href="https://buddytrail.netlify.app/team" target="_blank">Our Team</a></li>
<li><a style="font-size: 15px;" href="https://buddytrail.netlify.app/contributor/contributor"
target="_blank">Contributors</a></li>
<li><a href="https://buddytrail.netlify.app/contact">Contact Us</a></li>

<li><a style="font-size: 15px;"href="https://buddytrail.netlify.app/contact">Contact Us</a></li>
</ul>
</div>
<div class="col">
<h3>Follow Us <div class="underline"><span></span></div>
<h3 style="margin-left: 90px;">Follow Us <div class="underline"><span></span></div>
</h3>
<form>
<i class="far fa-envelope"></i>
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ nav {

.logo {
display: flex;
margin-left: 0;
}

#nav-list {
Expand Down Expand Up @@ -1171,7 +1172,7 @@ h2 {
}

p {
font-size: 1.5em;
font-size: 15px;
color: #666; /* Paragraph color */
}

Expand Down