All Projects → minvws → nl-covid19-notification-app-community-website

minvws / nl-covid19-notification-app-community-website

Licence: EUPL-1.2, Unknown licenses found Licenses found EUPL-1.2 LICENSE.txt Unknown LICENSE.pdf
Community website COVID-19 notificatieapp

Programming Languages

Nix
1067 projects
HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to nl-covid19-notification-app-community-website

covid19entucomuna
Simple and user-friendly analysis of coronavirus cases by region and by comuna in Chile.
Stars: ✭ 20 (+17.65%)
Mutual labels:  covid-19
covid19-india-data
Publicly available structured COVID-19 data from India, extracted automatically from daily health bulletins published by state governments.
Stars: ✭ 22 (+29.41%)
Mutual labels:  covid-19
ventilator
Open source turbine based medical ventilator developed by CRUX (www.cruxbd.com)
Stars: ✭ 21 (+23.53%)
Mutual labels:  covid-19
covid19africa
Africa open COVID-19 data working group
Stars: ✭ 47 (+176.47%)
Mutual labels:  covid-19
covid-ar
🌍📊 Data Visualization for COVID-19 in AR
Stars: ✭ 21 (+23.53%)
Mutual labels:  covid-19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (+17.65%)
Mutual labels:  covid-19
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+188.24%)
Mutual labels:  covid-19
citf-public
Official data on Malaysia's National Covid-​19 Immunisation Programme (PICK). Powered by MySejahtera.
Stars: ✭ 495 (+2811.76%)
Mutual labels:  covid-19
API
API documentation for the Forecast platform
Stars: ✭ 24 (+41.18%)
Mutual labels:  project-management
COVID-19-STAT
A web application to keep track of COVID-19 numbers & growth across the world
Stars: ✭ 19 (+11.76%)
Mutual labels:  covid-19
cocoa-documentation
接触確認アプリ COCOA の非公式ドキュメント
Stars: ✭ 51 (+200%)
Mutual labels:  covid-19
ios
CoThings's iOS application. CoThings is a realtime counter for shared things.
Stars: ✭ 13 (-23.53%)
Mutual labels:  covid-19
Covid-19-API
A realtime API for coronavirus cases on Heroku. Data automatically updated every 10 minutes!
Stars: ✭ 59 (+247.06%)
Mutual labels:  covid-19
Pandemic-Produce-Delivery-Project
An ongoing open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. New contributors are always, always, welcomed, regardless of where you are 🔥. Feel free to reach out at [email protected]~
Stars: ✭ 20 (+17.65%)
Mutual labels:  covid-19
covid19-br-info
Coronavirus frontend info about Brazil's states and cities
Stars: ✭ 12 (-29.41%)
Mutual labels:  covid-19
covidpass
Web app for adding EU Digital COVID Certificates to your wallet apps
Stars: ✭ 1,228 (+7123.53%)
Mutual labels:  covid-19
cowin-vaccine-booking
The app enables tracking coivid vaccine availability and automatically book a vaccination slot. This is based on Cowin API and supports the recently added Captcha code of Cowin.
Stars: ✭ 150 (+782.35%)
Mutual labels:  covid-19
COVID-19-Greece
A python-generated website for visualizing the novel coronavirus (COVID-19) data for Greece.
Stars: ✭ 21 (+23.53%)
Mutual labels:  covid-19
impf-progress-bot
The script that runs the impf_progress Twitter account, tweeting German vaccination updates
Stars: ✭ 18 (+5.88%)
Mutual labels:  covid-19
covid19
Visualize and compare COVID 19 growth rates of different countries
Stars: ✭ 22 (+29.41%)
Mutual labels:  covid-19

Community website CoronaMelder App

The community website is an entry point for the community of people that are interested in learning more about the CoronaMelder app and that may be willing to help out.

About

Goals:

These goals are maintained by the community manager of the Ministry of Health. Suggestions are welcome, as ever.

  • Offer the community some overview
  • Improve the onboarding for new community members (also for non-techies, see below)
  • Give props to the most active community members
  • A showcase page for the openness of the project, that will hopefully inspire other government projects to be more open too
  • Set the right atmosphere and expectations for people that want to help out
  • Make it clear that this is partly a community driven project. Everyone is allowed to contribute, criticize, etc.

Target audience

(Potential) community members. Specifically:

  • Programmers
  • Designers
  • Community managers
  • Communication experts Over time, we hope to engage a broader group of people, that can also help with promoting the app

Look and feel

  • Simple language
  • Friendly and welcoming
  • We are building this app in collaboration with the people of the Netherlands
  • Does not have to be super tidy, a little messyness wil perhaps lower the entry barrier
  • Easy to use for a broad range of people; do not assume that people will know what GitHub, Slack, etc is

To do

  • Translation of content into English

How is this project set up?

What is GitHub Pages

GitHub Pages are public webpages hosted directly through the GitHub repository.

What is Jekyll

GitHub Pages support the static site generator Jekyll. Jekyll supports Markdown, Liquid, HTML and CSS to create a complete static website. By using the Liquid templating language, content can be stored in Markdown.

Editing content

Content can be edited via pull requests via the blocks folder in this repository.

How to add a block

To add a block, create a Markdown file in _blocks with the following template:

---
lang: nl
index: 7
title: The title
subtitle: Subtitle
list:
  - title: Example
    href: https://example.com
    text: Some example website listing
  - title: Another example
    href: https://www.example.com
    text: Another example
image:
  href: <link to image>
  alt: <description of the image>
button:
  text: Goto GitHub
  icon: github
  href: https://github.com/
---
The Markdown content goes here, this can contain <code>HTML</code>.

Please give your file a short English name without spaces (you can use dash - instead). You should at least provide the base file with lang: nl. The translations should have the same name with a -lang suffix, where lang is the language keyword e.g. en.

How to test GitHub Pages locally

To build Jekyll, you could install Jekyll locally or probably the easier route: use a Docker image. To use a Docker image you should have Docker engine installed, see how to install Docker enginge.

starefossen/github-pages is a small Alpine Docker image for running GitHub Pages / Jekyll projects locally. You only need to mount the pages in a volume under /usr/src/app like this:

docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages

Note: for Windows users we advise Powershell or another shell that supports $PWD, for cmd you can replace $PWD with %cd%.

The Jekyll page will be available on http://localhost:4000.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].