From 2ab30d0631f7b1691c66115cda887edf02f9c1cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20Ko=CC=88lling?= <tobias.koelling@mpimet.mpg.de>
Date: Tue, 14 May 2024 12:26:42 +0200
Subject: [PATCH] move apple design guidelines to the bottom

---
 lectures/user-experience/slides.qmd | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lectures/user-experience/slides.qmd b/lectures/user-experience/slides.qmd
index 21cc9be..208405d 100644
--- a/lectures/user-experience/slides.qmd
+++ b/lectures/user-experience/slides.qmd
@@ -52,10 +52,13 @@ a user actually wants to have a product
 ## Colors {.leftalign}
 * use common color codes (e.g. <span style="color:green;">green = OK</span>, <span style="color:red;">red = Problem</span>)
 * be inclusive and dont't fully rely on colors
-* useful guidlines for further reading: [Apple Design Guidelines](https://developer.apple.com/design/human-interface-guidelines/color)
 
 ![Typical Labview inteface [NCAR docu for the AVAPS software](https://halodrops.readthedocs.io/en/latest/handbook/operations/pre_flight.html#test-chassis-cards)](static/gui_example.png){width="50%"}
 
+::: {.smaller}
+see also [Apple Design Guidelines](https://developer.apple.com/design/human-interface-guidelines/color)
+:::
+
 ::: {.notes}
 * maybe you all got it right away that the blue font markes a link to the doku ;-)
 :::
-- 
GitLab