Change 'Contact us' to 'Follow us on', remove newsletter signup form
This commit is contained in:
+1
-51
@@ -1197,7 +1197,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h5>Contact us</h5>
|
||||
<h5>Follow us on</h5>
|
||||
<div class="social">
|
||||
<a
|
||||
href="/website/social/linkedin"
|
||||
@@ -1213,56 +1213,6 @@
|
||||
><i class="fab fa-youtube"></i
|
||||
></a>
|
||||
</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 class="fcopy">Copyright © ODOO4projects LLC</div>
|
||||
|
||||
Reference in New Issue
Block a user