Skip to content

Commit

Permalink
Updated Ui
Browse files Browse the repository at this point in the history
  • Loading branch information
JHA-geek-AYUSH committed Oct 5, 2024
1 parent 38dc93d commit 52e4c7a
Show file tree
Hide file tree
Showing 2 changed files with 507 additions and 447 deletions.
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/boxicons@2.1.4/dist/boxicons.js"></script>
</head>
<body>
<header>
Expand Down Expand Up @@ -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@example.com" 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>&copy; 2024 Waste Management. All rights reserved.</p>
</footer>

feature/your-new-feature


main
<script src="script.js"></script>
</body>
</html>
Expand Down
Loading

0 comments on commit 52e4c7a

Please sign in to comment.