diff --git a/README.md b/README.md index 33430fa..8bc2881 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A small multi-page demo site for [contact-api](https://www.github.com/masonlet/c [![CI](https://github.com/contact-api/demo/actions/workflows/ci.yml/badge.svg)](https://github.com/contact-api/demo/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/license-MIT-green)](./LICENSE) +![Home page](./images/page.png) +![Nodemailer demo](./images/nodemailer.png) +![Resend demo](./images/resend.png) + ## Tech Stack

HTML5 diff --git a/images/nodemailer.png b/images/nodemailer.png new file mode 100644 index 0000000..fd70e32 Binary files /dev/null and b/images/nodemailer.png differ diff --git a/images/page.png b/images/page.png new file mode 100644 index 0000000..66c80a0 Binary files /dev/null and b/images/page.png differ diff --git a/images/resend.png b/images/resend.png new file mode 100644 index 0000000..ecf2cdb Binary files /dev/null and b/images/resend.png differ