Skip to content

Commit

Permalink
I added the changes from footer.html to the other files
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreo236 committed Nov 1, 2024
1 parent 3198e78 commit a840ddc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,14 @@ <h2>Frequently Asked Questions</h2>
</ul>
</section>
<footer>
<img class ="heart_leaf" src="images/Brand/Logo.svg">
<h4>Let's Work Together!</h4>
<button class= "Join"
onclick="document.location='contact.html'">Contact Us</button>
<button class= "Join"
onclick="document.location='contact.html'">Join Our Team
</button>
<img class ="Line" src="images/line.png">
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
Expand Down
2 changes: 2 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,14 @@ <h4>Are you interested in supporting our mission? Join our dedicated
</div>
</div>
<footer>
<img class ="heart_leaf" src="images/Brand/Logo.svg">
<h4>Let's Work Together!</h4>
<button class= "Join"
onclick="document.location='contact.html'">Contact Us</button>
<button class= "Join"
onclick="document.location='contact.html'">Join Our Team
</button>
<img class ="Line" src="images/line.png">
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
Expand Down
2 changes: 1 addition & 1 deletion footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ footer p {position:relative;
margin-top: 17rem;
font-size: 12px;
width: 130%;
left: 3em;
left: 5em;
display:flex;
}
/* Footer Ends */
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,14 @@ <h2>Workshops</h2>
</section>

<footer>
<img class ="heart_leaf" src="images/Brand/Logo.svg">
<h4>Let's Work Together!</h4>
<button class= "Join"
onclick="document.location='contact.html'">Contact Us</button>
<button class= "Join"
onclick="document.location='contact.html'">Join Our Team
</button>
<img class ="Line" src="images/line.png">
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
Expand Down
2 changes: 2 additions & 0 deletions workshops.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,14 @@ <h3>Workshops</h3>
</ul>
</section>
<footer>
<img class ="heart_leaf" src="images/Brand/Logo.svg">
<h4>Let's Work Together!</h4>
<button class= "Join"
onclick="document.location='contact.html'">Contact Us</button>
<button class= "Join"
onclick="document.location='contact.html'">Join Our Team
</button>
<img class ="Line" src="images/line.png">
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
Expand Down

0 comments on commit a840ddc

Please sign in to comment.