diff --git a/content/english/seattle/index.md b/content/english/seattle/index.md index d5c543b..18f616b 100644 --- a/content/english/seattle/index.md +++ b/content/english/seattle/index.md @@ -88,6 +88,12 @@ features: subtitle: "Founder of [Mr. 4th](https://mr4th.com/) Lab" img: "/images/people/allen_square.webp" modal_target: "allen" + - title: "Freya Holmér" + title_class: "text-center text-2xl mt-2" + subtitle_class: "text-center text-lg mb-4" + subtitle: "YouTuber and Shader [Sorceress](https://acegikmo.com/)" + img: "/images/people/freya.jpg" + modal_target: "freya" - title: "Devine Lu Linvega" title_class: "text-center text-2xl mt-2" subtitle_class: "text-center text-lg mb-4" @@ -227,6 +233,12 @@ modals: img: "/images/modals/mr4th_lab.jpg" content: "**An exploration of untapped potential.**
Starting off we’ll map out the toolchains we use for creating and running executables on desktops. Then we’ll flesh out that picture with some low level details. And finally we’ll see how we can play with the pieces that exist to see new possibilities." content_class: "text-white" + - active: true + id: "freya" + title: "Demo" + title_class: "text-white" + content: "Coming soon." + content_class: "text-white" - active: true id: "devine" title: "The Library Of Babel in which every book is a program" diff --git a/static/images/people/freya.jpg b/static/images/people/freya.jpg new file mode 100644 index 0000000..7c327c1 Binary files /dev/null and b/static/images/people/freya.jpg differ