1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-22 22:47:44 +01:00

1.3 - added FAQs

This commit is contained in:
Billy Lo 2021-09-04 10:54:53 -04:00
parent 88bbcd635a
commit 2a1b34b5e0
3 changed files with 16 additions and 9 deletions

View File

@ -25,12 +25,14 @@ function Page(props: PageProps): JSX.Element {
<footer>
<nav className="nav flex pt-4 flex-row space-x-4 justify-center text-md font-bold flex-wrap">
<a href="https://www.youtube.com/watch?v=AIrG5Qbjptg" className="hover:underline">{t('index:demo')}</a>
<a href="mailto:grassroots@vaccine-ontario.ca" className="hover:underline">{t('common:contact')}</a>
<a href="https://vaccine-ontario.ca" className="hover:underline">{t('common:returnToMainSite')}</a>
{<Link href="/faq"><a className="underline">{t('common:faq')}</a></Link>}
<a href="https://www.youtube.com/watch?v=AIrG5Qbjptg" className="underline">{t('index:demo')}</a>
<a href="mailto:grassroots@vaccine-ontario.ca" className="underline">{t('common:contact')}</a>
<a href="https://vaccine-ontario.ca" className="underline">{t('common:returnToMainSite')}</a>
{/* <a href="https://github.com/billylo1/covidpass" className="hover:underline">{t('common:gitHub')}</a> */}
{/* {<Link href="/faq"><a className="hover:underline">{t('common:faq')}</a></Link>} */}
</nav>
<div className="flex pt-4 flex-row space-x-4 justify-center text-md flex-wrap">Last updated: 2021-09-04 (v1.3)</div>
</footer>
</main>
</div>

View File

@ -7,9 +7,14 @@ import Card from '../components/Card'
function Faq(): JSX.Element {
const { t } = useTranslation(['common', 'index', 'faq']);
const questionList = [
{description: 'Why have we taken time to build this?', answer: 'Gives the public something very easy to use before school year gets under way. #SafetyMatters', key: 1},
{description: 'Who built this?', answer: 'The same group of volunteers (Billy, Ryan, Evert, Jason, Anujan, Lisa) who brought the public the integrated vaccine appointment finding tool at vaccine-ontario.ca.', key: 2},
{description: 'Do you know CSS?', key: 3}
{description: 'Why have we taken time to build this?', answer: 'Gives Ontarians/organizations something very easy to use in the interim.', key: 1},
{description: 'Who made this?', answer: 'The same group of volunteers (Billy, Ryan, Evert, Jason, Anujan, Lisa) who created the public the integrated vaccine appointment finding tool at vaccine-ontario.ca.', key: 2},
{description: 'How is the data on my vaccination receipt processed?', answer: 'It checks the receipt for an official signature from the province. If present, the receipt data is converted into Apple\'s format and then added into your iOS Wallet app.', key: 3},
{description: 'How can organizations validate the QR code?', answer: 'Just aim your standard camera app (iPhone/Android) at the code, and it will bring up a web page that shows the verification result.', key: 4},
{description: 'Is this free and private?', answer: 'Similar to VaxHunters, this is not backed by any commerical businesses. Just volunteers trying to do our part to help the community.', key: 5},
{description: 'Should I use the official provincial apps when they come out on 22nd October?', answer: 'YES. This is mainly created to fill in the gap, so schools/workplaces have something simple to use in the interim.', key: 6},
{description: 'Will this work on Android?', answer: 'Yes. If healthcare organizations is willing to support us, we can do the same for Google\'s wallet too. Your voice matters.', key: 7},
{description: 'I have more questions. Can you help?', answer: 'Sure. Just email us at grassroots@vaccine-ontario.ca.', key: 8}
];

View File

@ -24,11 +24,11 @@ colorPurple: purple
colorTeal: teal
addToWallet: Add to Wallet
dataPrivacyDescription: |
Press the "Add to Wallet" below to import the data in Wallet.
Press the "Add to Wallet" below to import data into Wallet.
iAcceptThe: I accept the
privacyPolicy: Privacy Policy
createdOnDevice: No personal data is sent to the Internet.
qrCode: QR code is for verification only, with no personal info.
openSourceTransparent: Fully open source for transparency to users.
openSourceTransparent: Source code is free and open for re-use/contributions on GitHub.
demo: Video Demo
#hostedInEU: Hosted in the EU