From 26b9d071cfbbd07bd54e9f16110e84c104ea4bdf Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Thu, 29 Dec 2022 17:56:28 -0500 Subject: [PATCH] added CS50 Certificates --- certificates.md | 5 +++++ index.rst | 1 + 2 files changed, 6 insertions(+) create mode 100644 certificates.md diff --git a/certificates.md b/certificates.md new file mode 100644 index 00000000..62f8a096 --- /dev/null +++ b/certificates.md @@ -0,0 +1,5 @@ +# CS50 Certificates + +CS50 Certificates is a web app at [certificates.cs50.io](https://certificates.cs50.io/) via which students, if eligible, can download their very own certificates from CS50's courses and events like CS50x Puzzle Day. Each certificate has a unique URL as well as a 2D barcode via which the certificate's authenticity can be confirmed. (CS50 does not, however, verify recipients' identities.) Certificates can be downloaded as PDFs for printing (in Letter or A4 size) or as PNGs for social media. + +Underneath the hood, the certificates are implemented with HTML, CSS, and JavaScript. And CS50 uses [Puppeteer](https://pptr.dev/) (a "headless" version of Chrome) to render them as PDFs and PNGs. diff --git a/index.rst b/index.rst index 3602e525..0805aaa0 100644 --- a/index.rst +++ b/index.rst @@ -75,6 +75,7 @@ :hidden: :maxdepth: 1 + certificates forms id ide/index