diff --git a/manual/index.html b/manual/index.html new file mode 100644 index 0000000..1564e06 --- /dev/null +++ b/manual/index.html @@ -0,0 +1,148 @@ + + + + Naomi's User Manual + + + + + + + +
+

Naomi's User Manual

+
+

+ Hiya! This page is meant to give you a run-down of what working with + me is like. It's like a li'l insight into the way I best interact with + people and perform on a team. +

+ If you knew I was so unstable, why'd you hire me? +
+
+
+

My Values

+

+ I tend to be very firm in my values, to the degree that I shy away + from organisations or projects which do not align with my ethics. +

+ +
+
+
+

Environment

+

+ I have found that I best thrive and produce the greatest works in + specific environments. +

+ +
+
+
+

Communication

+

+ As with many people, there are certain approaches to communication + that are more effective for me. +

+ +
+
+ + diff --git a/sync.sh b/sync.sh index f2b88a3..bc2e899 100755 --- a/sync.sh +++ b/sync.sh @@ -1,6 +1,6 @@ #! /usr/bin/bash -dirs=("bsky" "chat" "games" "link-redirector" "resume" "testimonials"); +dirs=("bsky" "chat" "games" "link-redirector" "resume" "testimonials" "manual"); for dir in "${dirs[@]}"; do rsync -av $dir prod:/home/nhcarrigan