diff --git a/public/img/emacsmac.jpg b/public/img/emacsmac.jpg new file mode 100644 index 0000000..2f66377 Binary files /dev/null and b/public/img/emacsmac.jpg differ diff --git a/public/img/sad.mp4 b/public/img/sad.mp4 new file mode 100644 index 0000000..a854a46 Binary files /dev/null and b/public/img/sad.mp4 differ diff --git a/script.md b/script.md new file mode 100644 index 0000000..1950107 --- /dev/null +++ b/script.md @@ -0,0 +1,18 @@ +About Me +=== + +"For the new faces, I'm Elizabeth, or simponic on the discord..." + +Part One +=== + +"But you didn't come here to meet me; and we don't have much time to get through everything. So let's start. Part one: Flirting With Functions!" + +Flirting With Functions +=== +Tomorrow's Valentine's day, but you don't have a Valentine! + +Desparate to find one, you turn to your computer and open Emacs and open "m-x doctor". + + + diff --git a/src/scenes/flirtingwithfunctions.meta b/src/scenes/flirtingwithfunctions.meta new file mode 100644 index 0000000..8c541b0 --- /dev/null +++ b/src/scenes/flirtingwithfunctions.meta @@ -0,0 +1,5 @@ +{ + "version": 0, + "timeEvents": [], + "seed": 487503470 +} \ No newline at end of file diff --git a/src/scenes/flirtingwithfunctions.tsx b/src/scenes/flirtingwithfunctions.tsx new file mode 100644 index 0000000..ede0df9 --- /dev/null +++ b/src/scenes/flirtingwithfunctions.tsx @@ -0,0 +1,33 @@ +import { Img, Layout, Txt, Video, makeScene2D } from "@motion-canvas/2d"; +import { + Direction, + beginSlide, + createRef, + map, + slideTransition, + tween, +} from "@motion-canvas/core"; +import { theme } from "../theme"; +import sad from "../../public/img/sad.mp4"; +import emacsmac from "../../public/img/emacsmac.jpg"; + +export default makeScene2D(function* (view) { + const vid = createRef