-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38dc93d
commit 52e4c7a
Showing
2 changed files
with
507 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
<link rel="icon" href="./assets/logo.png"> | ||
<link rel="stylesheet" href="styles.css"> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap" rel="stylesheet"> | ||
<script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script> | ||
</head> | ||
<body> | ||
<header> | ||
|
@@ -155,22 +156,24 @@ <h2>Sign Up</h2> | |
<footer id="footer"> | ||
<h2>Stay Connected</h2> | ||
<form id="newsletter-form"> | ||
<input type="email" placeholder="Your Email" required> | ||
<input type="email" placeholder="[email protected]" required> | ||
<span id="newsletter-error-message" style="color: red;"></span> <!-- Error message for newsletter --> | ||
<button type="submit">Subscribe</button> | ||
</form> | ||
<div class="social-media"> | ||
<a href="#">Facebook</a> | ||
<a href="#">Twitter</a> | ||
<a href="#">Instagram</a> | ||
<a href="#"> | ||
<box-icon type="logo" name="facebook"></box-icon> | ||
</a> | ||
<a href="#"> | ||
<box-icon type="logo" name="twitter"></box-icon> | ||
</a> | ||
<a href="#"> | ||
<box-icon type="logo" name="instagram"></box-icon> | ||
</a> | ||
</div> | ||
|
||
<p>© 2024 Waste Management. All rights reserved.</p> | ||
</footer> | ||
|
||
feature/your-new-feature | ||
|
||
|
||
main | ||
<script src="script.js"></script> | ||
</body> | ||
</html> | ||
|
Oops, something went wrong.