From 209ce6bf7fc9c1d7864546638369dc2c6254be31 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Wed, 28 Apr 2021 16:06:21 +0200
Subject: [PATCH] Add UI description and assets for future use

---
 README.md                                               | 5 +++++
 public/static/images/laptop-help-message.svg            | 1 +
 public/static/images/medical-instrument-stethoscope.svg | 1 +
 3 files changed, 7 insertions(+)
 create mode 100644 public/static/images/laptop-help-message.svg
 create mode 100644 public/static/images/medical-instrument-stethoscope.svg

diff --git a/README.md b/README.md
index e5a27f4..ef5adcc 100644
--- a/README.md
+++ b/README.md
@@ -46,3 +46,8 @@ Your app is ready to be deployed!
 
 Launches the application test runner.
 Run with the `--watch` flag (`npm test -- --watch`) to run in interactive watch mode.
+
+## UI specification
+
+The UI to be implemented is recorded at
+https://www.figma.com/file/Sg93oSK3NqTpzfs04rSEog/GH-Contact-form?node-id=0%3A1
diff --git a/public/static/images/laptop-help-message.svg b/public/static/images/laptop-help-message.svg
new file mode 100644
index 0000000..e0a5d3e
--- /dev/null
+++ b/public/static/images/laptop-help-message.svg
@@ -0,0 +1 @@
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g stroke-linecap="round" stroke="#000" fill="none" stroke-linejoin="round"><path d="M9 7.5H5.16l0 0c-.93-.01-1.67.74-1.67 1.66 -.001 0 0 0 0 0v11.33"/><path d="M20.5 20.5l0-6.5"/><path d="M23.5 20.5v0c0 1.65-1.35 3-3 3h-17l-.01-.001c-1.66-.01-3-1.35-3-3 0 0 0-.001 0-.001Z"/><path d="M16 5.5l0 0c-.01-.83.67-1.51 1.49-1.51 .82-.01 1.5.67 1.5 1.49s-.68 1.5-1.5 1.5"/><path d="M17.5 8.5h-.01c.13-.01.25.11.25.24s-.12.25-.25.25c-.14 0-.25-.12-.26-.25l0 0c-.01-.14.11-.26.24-.26"/><path d="M17.433.5l-.01 0c-3.29.01-5.95 2.68-5.94 5.97 0 .03 0 .06 0 .09l-.01 0c-.05 1.11.22 2.22.78 3.19l-1.79 3.73 3.74-1.782 -.01-.01c2.84 1.76 6.58.88 8.34-1.96 1.76-2.85.88-6.59-1.96-8.35 -.97-.6-2.07-.92-3.2-.91Z"/></g></svg>
\ No newline at end of file
diff --git a/public/static/images/medical-instrument-stethoscope.svg b/public/static/images/medical-instrument-stethoscope.svg
new file mode 100644
index 0000000..c5d7424
--- /dev/null
+++ b/public/static/images/medical-instrument-stethoscope.svg
@@ -0,0 +1 @@
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g stroke-linecap="round" stroke="#000" fill="none" stroke-linejoin="round"><path d="M19.5 5.5a3 3 0 1 0 0 6 3 3 0 1 0 0-6Z"/><path d="M4.5 1.5l-.01 0c-1.66 0-3 1.34-3 3 0 0 0 0 0 0v4 0l0 0c0 2.76 2.23 4.99 5 4.99 2.76-.01 4.99-2.24 4.99-5.01v-4 0c0-1.66-1.35-3-3-3"/><path d="M6.5 13.5v8l0 0c0 1.1.89 1.99 2 1.99 1.1-.01 1.99-.9 1.99-2.01v-5.77l0 0c-.01-1.39 1.11-2.51 2.49-2.51 1.38-.01 2.5 1.11 2.5 2.49 0 0 0 0 0 0v3.76l0 0c0 1.1.89 1.99 2 1.99 1.1-.01 1.99-.9 1.99-2.01v-8"/><path d="M4.5.5l0 2.5"/><path d="M8.5.5l0 2.5"/></g></svg>
\ No newline at end of file
-- 
GitLab