diff --git a/README.md b/README.md index 4e2ec95e..f751e509 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,3 @@ npm run export + [Next.js](https://nextjs.org) used to build our page. + [React](https://reactjs.org/) javascript library used to make UI. + [tailwindcss](https://tailwindcss.com/) low level CSS classes. - -## - -[![Powered by Vercel](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com/?utm_source=[flybywiresim]&utm_campaign=oss "Powered by Vercel") diff --git a/public/img/cloudflare-logo.png b/public/img/cloudflare-logo.png new file mode 100644 index 00000000..5f23244b Binary files /dev/null and b/public/img/cloudflare-logo.png differ diff --git a/public/svg/vercel.svg b/public/svg/vercel.svg deleted file mode 100644 index bb5a15a2..00000000 --- a/public/svg/vercel.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/components/Navigation/Footer.tsx b/src/components/Navigation/Footer.tsx index 5b1ff5f8..f2521867 100644 --- a/src/components/Navigation/Footer.tsx +++ b/src/components/Navigation/Footer.tsx @@ -39,10 +39,10 @@ const Footer = () => (
- + - + @@ -59,6 +59,7 @@ const Footer = () => ( +
@@ -70,10 +71,11 @@ const Footer = () => ( Source Code - - Powered by - Vercel + + Runs on Cloudflare® + CloudFlare +

© FlyByWire Simulations and its contributors 2020- {new Date().getFullYear()} diff --git a/src/constants/links.ts b/src/constants/links.ts index a1fa3ead..2213a83c 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -7,4 +7,7 @@ export const links: {[name: string]: string} = { facebook: 'https://www.facebook.com/FlyByWireSimulations/', opencollective: 'https://opencollective.com/flybywire', docsfaq: 'https://docs.flybywiresim.com/faq', + installer: 'https://flybywirecdn.com/installer/release/FlyByWire_Installer_Setup.exe', + efb: 'https://docs.flybywiresim.com/aircraft/common/flypados3', + pressKit: 'https://github.com/flybywiresim/branding', }; diff --git a/src/pages/downloads/index.tsx b/src/pages/downloads/index.tsx index 6d73461f..3ad2e94e 100644 --- a/src/pages/downloads/index.tsx +++ b/src/pages/downloads/index.tsx @@ -4,6 +4,7 @@ import Section from '../../components/Utils/Section'; import Container from '../../components/Utils/Container'; import Button from '../../components/Button/Button'; import DownloadLinks from '../../components/Downloads/DownloadLinks'; +import { links } from '../../constants/links'; const Downloads: NextPage = () => ( <> @@ -25,7 +26,7 @@ const Downloads: NextPage = () => ( Our easy-to-use installer is the easiest way to get started with our addons. Simply launch and install any addon you want, with only two clicks.

- +