import React from 'react' import { FaRss } from 'react-icons/fa' import { Section } from '../shared' import { SolidButton } from '../shared/styledComponents' import { StyledHeading, StyledDesc, InputStyled, StyledAnchor } from './style' import { siteMetadata } from '../../../gatsby-config' const rssFeedUrl = `${siteMetadata.siteUrl}rss.xml` const anchorStyles = { color: '#888' } const Footer = () => (
Data Controller Data Controller is the product of a UK company with a singular focus on SAS Web Apps .
Source Code Data Controller source is on our self-hosted{' '} Gitea Repository ; the underlying SASjs framework is on{' '} GitHub.
Other Resources Connect on{' '} LinkedIn , read the{' '} docs , or subscribe to the{' '} RSS feed {' '} for updates.
) export default Footer