diff --git a/crediting/credit.html b/crediting/credit.html
index 8a3b891..bf4ce49 100644
--- a/crediting/credit.html
+++ b/crediting/credit.html
@@ -11,7 +11,7 @@
font-size: 3em;
background-color: #333333;
border: 5px solid #CECECE;
- border-radius: 1em;
+ border-radius: 0.5em;
display:inline-flex;
flex-flow: row nowrap;
}
diff --git a/on screen note/n.png b/on screen note/n.png
new file mode 100644
index 0000000..40fa037
Binary files /dev/null and b/on screen note/n.png differ
diff --git a/on screen note/note.html b/on screen note/note.html
new file mode 100644
index 0000000..dc02362
--- /dev/null
+++ b/on screen note/note.html
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/on screen note/note.sh b/on screen note/note.sh
new file mode 100755
index 0000000..43f336b
--- /dev/null
+++ b/on screen note/note.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
+WORKING=$PWD
+
+echo "file:///$SCRIPT_DIR/note.html"
+firefox -P screenshitter --headless --window-size 3840,2160 --screenshot "$WORKING/ns1.png" "file:///$SCRIPT_DIR/note.html"
+convert "ns1.png" -fuzz 12% -transparent "#00ff00" "ns2.png"
+#convert ns2.png -trim "n$i.png"
+# blender wants to scale to fit,
+# and if you want a 1:1 scale image i don't know what the *fuck* it's doing with an origin point.
+convert ns2.png "n$i.png"
+rm ns1.png ns2.png