|
2 | 2 | # This is the frontmatter |
3 | 3 |
|
4 | 4 | title: "Mask Generator" # Title and Heading 1 |
5 | | -permalink: /maskGenerator-intro/ # Give your page a permalink |
| 5 | +permalink: /maskGenerator-intro/1 # Give your page a permalink |
6 | 6 | published: true |
7 | 7 |
|
8 | 8 | gallery: # Below is for including an image gallery |
9 | | - - url: /assets/images/thumbnails/unit2.png |
10 | | - image_path: /assets/images/thumbnails/unit2.png |
11 | | - alt: "Screenshot of a collage on books using the p5.js web editor" |
12 | | - title: "About Me Collage" |
| 9 | + - url: https://www.mokafolio.de/works/Weird-Faces |
| 10 | + image_path: https://www.mokafolio.de/thumbs/works/Weird-Faces/01-2400x1526.jpg |
| 11 | + alt: "Weird Faces by Matthias Dörfelt" |
| 12 | + title: "Weird Faces by Matthias Dörfelt" |
| 13 | + - url: https://vimeo.com/257272785 |
| 14 | + image_path: https://deweyhagborg.com/media/pages/projects/stranger-visions/0677cc51bf-1643025593/sample6_face_web.jpg |
| 15 | + alt: "Stranger Vision by Heather Dewey-Hagborg" |
| 16 | + title: "Stranger Vision by Heather Dewey-Hagborg" |
| 17 | + - url: https://harriskornstein.com/screen-queen-face-fail/ |
| 18 | + image_path: https://harriskornstein.com/wp-content/uploads/2024/11/Face-Fail-grid-white-bg-2048x1792.jpg |
| 19 | + alt: "Screen Queen Face Fail" |
| 20 | + title: "Screen Queen Face Fail" |
| 21 | + |
13 | 22 | --- |
14 | 23 |
|
15 | 24 |  |
@@ -64,6 +73,14 @@ Build a simple generator that makes multiple variations of the same mask. |
64 | 73 |
|
65 | 74 | - Iterative design |
66 | 75 |
|
| 76 | +## References & Artworks for Discussion |
| 77 | + |
| 78 | +{% include gallery%} |
| 79 | + |
| 80 | +- [Weird Faces](https://www.mokafolio.de/works/Weird-Faces), Matthias Dörfelt |
| 81 | +- [Stranger Vision](https://vimeo.com/257272785), Heather Dewey-Hagborg |
| 82 | +- [Screen Queen Face Fail](https://harriskornstein.com/screen-queen-face-fail/), Harris Kornstein |
| 83 | + |
67 | 84 | ## Timeline |
68 | 85 |
|
69 | 86 | This project will take approximately four 45-minute sessions: |
|
0 commit comments