This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user