Change 'Contact us' to 'Follow us on', remove newsletter signup form

This commit is contained in:
2026-06-24 20:50:20 +00:00
parent e97e682fdd
commit d2ecfbad3f
+1 -51
View File
@@ -1197,7 +1197,7 @@
</p> </p>
</div> </div>
<div> <div>
<h5>Contact us</h5> <h5>Follow us on</h5>
<div class="social"> <div class="social">
<a <a
href="/website/social/linkedin" href="/website/social/linkedin"
@@ -1213,56 +1213,6 @@
><i class="fab fa-youtube"></i ><i class="fab fa-youtube"></i
></a> ></a>
</div> </div>
<form
class="fform"
action="/website/form/"
method="post"
>
<label for="n1">Your Name *</label
><input
type="text"
name="name"
id="n1"
required
placeholder="Your Name"
/><label for="e1">Your Email *</label
><input
type="email"
name="email"
id="e1"
required
placeholder="Your Email"
/>
<div
class="d-flex align-items-center gap-2"
style="margin-bottom: 0.75rem"
>
<input
type="checkbox"
id="c1"
checked
style="width: auto"
/><label
for="c1"
style="
margin: 0;
color: rgba(255, 255, 255, 0.7);
font-weight: 400;
"
>Subscribe to Newsletter</label
>
</div>
<button
type="submit"
class="btn btn-primary"
style="
background: var(--primary);
border-color: var(--primary);
"
>
Submit
</button>
</form>
</div> </div>
</div> </div>
<div class="fcopy">Copyright &copy; ODOO4projects LLC</div> <div class="fcopy">Copyright &copy; ODOO4projects LLC</div>