Skip to content
Snippets Groups Projects
Commit 5b18c8aa authored by Mina Mayo-Smith's avatar Mina Mayo-Smith
Browse files

Update file 03-deliverables.md

parent 2dc548ff
No related branches found
No related tags found
No related merge requests found
Pipeline #445152 passed
......@@ -49,52 +49,28 @@ Td software free
## **Slide show**
**??????** WHICH SLIDESHOW?
## **Story telling script**
**??????**
_A good exaple of story telling sketches are from ...Florencia Moyano https://class.textile-academy.org/2022/florencia-moyano/finalproject/prefinal03/_
see her storytelling script in a google slides presentation below.
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQywWLoCx1nUKORB-T-eh0dPICgxi6ZI7ijL30RlgbJhFxc1ACpq6EeCeuG67w2H-r5sajECGn7eaYz/embed?start=false&loop=false&delayms=3000" frameborder="0" width="1000" height="460" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAGACgC5aQU&#x2F;SbhRyjoMtNVPil7jHNAenA&#x2F;view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<a href="https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAGACgC5aQU&#x2F;SbhRyjoMtNVPil7jHNAenA&#x2F;view?utm_content=DAGACgC5aQU&amp;utm_campaign=designshare&amp;utm_medium=embeds&amp;utm_source=link" target="_blank" rel="noopener">NOTHING IS STATIC: PROCESS + INSPIRATION</a> by Mina Mayo Smith
## **fabrication files**
??? tip "footnote fabrication files"
## **Story telling script**
_Fabrication files_ are a necessary element for evaluation. You can add the _fabrication files_ at the bottom of the page and simply link them as a footnote. This was your work stays organised and files will be all together at the bottom of the page. Footnotes are created using [ ^ 1 ] (without spaces, and referenced as you see at the last chapter of this page) You can reference the fabrication files to multiple places on your page as you see for footnote nr. 2 also present in the Gallery.
See Fabrication Files (below).
## **Code Example**
**??????** my code?
```
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
```
**??????**
---
---
## _Fabrication files_
[^1]: File: 3d modelling of mannequin
[^2]: File: Laser cut sheets
[^3]: File: additional models
[Script for Performance Video](<../images/FINAL PROJ/Script_video_1.pdf>)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment