Skip to content

Commit

Permalink
removed subscribe to newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
swarooppatilx committed Oct 3, 2024
1 parent 748720b commit a765295
Showing 1 changed file with 3 additions and 37 deletions.
40 changes: 3 additions & 37 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<style>
.social-section {
background-color: #f9f9f9;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
body {
padding-bottom: 70px;
}
.icon-circle {
Expand Down Expand Up @@ -51,32 +51,6 @@
margin-right: 0.5rem; /* Adjust horizontal spacing */
}
.email-input {
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 1rem;
margin-right: 10px;
width: 250px; /* Adjust width as needed */
}
.subscribe-btn {
padding: 10px 15px;
border: none;
border-radius: 5px;
background-color: #007bff;
color: #fff;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease;
}
.subscribe-btn:hover {
background-color: #0056b3;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -139,14 +113,6 @@
</a>
</div>
</div>

<div class="mt-4">
<h4>Subscribe to Our Newsletter</h4>
<form id="subscribeForm" class="d-flex justify-content-center">
<input type="email" placeholder="Enter your email" required class="email-input" aria-label="Email address">
<button type="submit" class="subscribe-btn">Subscribe</button>
</form>
</div>
</section>


Expand Down

0 comments on commit a765295

Please sign in to comment.