// @flow import * as React from 'react'; import NextSeo from 'next-seo'; import Page, { SectionHeading, Heading, Subheading } from '../components/Page'; export default function About() { return ( About This website provides a beginner’s checklist for staying safe on the internet. This website is the result of a conversation started during a{' '} recent episode {' '} of the{' '} Design Details Podcast {' '} and a subsequent tweet by{' '} Michael Knepprath .
The code that powers this website is{' '} open source . Please contribute if you’d like to see additional resources added to this checklist. ); }