fix: footer
Some checks failed
publish / Build-and-publish (push) Has been cancelled

This commit is contained in:
_
2026-02-15 21:27:03 +00:00
parent 51761ca3bd
commit 39ab4be7f7
3 changed files with 20 additions and 42 deletions

View File

@@ -26,41 +26,18 @@ const Footer = () => (
</StyledDesc>
</div>
<div className="col-md-3">
<StyledHeading>Newsletter</StyledHeading>
<form
className="kwes-form"
method="POST"
action="https://kwes.io/api/foreign/forms/mxKuyK4lxZWnG2WNH3ga"
>
<div className="mb-3">
<InputStyled
type="email"
name="email"
className="form-control"
aria-describedby="emailHelp"
placeholder="Email Address*"
required
/>
</div>
<div className="mb-3">
<InputStyled
type="text"
name="name"
className="form-control"
placeholder="First Name"
required
/>
</div>
<div className="mb-3">
<InputStyled
type="text"
name="lastName"
className="form-control"
placeholder="Last Name"
/>
</div>
<SolidButton>Subscribe</SolidButton>
</form>
<StyledHeading>Source Code</StyledHeading>
<StyledDesc>
All our source code can be found on our self-hosted{' '}
<StyledAnchor
href="https://git.datacontroller.io"
target="_blank"
rel="noopener"
>
Gitea Repository
</StyledAnchor>
.
</StyledDesc>
</div>
<div className="col-md-3">
<StyledHeading>Other Resources</StyledHeading>
@@ -73,7 +50,7 @@ const Footer = () => (
>
Github
</StyledAnchor>{' '}
and build your own SAS Apps.
and build your own SAS Powered Web Apps.
</StyledDesc>
</div>
</div>