From 6d64cbf51320d3fcbdf31c33c6d3b19600d67893 Mon Sep 17 00:00:00 2001 From: Jiawen Gong <jiawengong1112@gmail.com> Date: Tue, 28 Nov 2023 09:38:10 +0000 Subject: [PATCH] Update file week10.md --- docs/assignments/week10.md | 76 -------------------------------------- 1 file changed, 76 deletions(-) diff --git a/docs/assignments/week10.md b/docs/assignments/week10.md index 7118790..6b52164 100644 --- a/docs/assignments/week10.md +++ b/docs/assignments/week10.md @@ -143,82 +143,6 @@ In this case the squeeze bottle is already acting like a painting tool and the b It's nicer to have the pipettes sitting on top of the brushes and draw while squeezing the pipettes. <div style="padding:56.27% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/887979223?badge=0&autopause=0&quality_selector=1&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="DRIPPING INK"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script> -My sketches are ... - -{ width=620 } -{ width=152 } -{ width=152 } -{ width=152 } -{ width=152 } - - -This model [^1] was obtained by.. - -The design [^2] was created using.. - - -??? tip "footnote fabrication files" - - _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. - - - -## Code Example - -Use the three backticks to separate 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 -} -``` - - -## Gallery - - - -## Video - -### From Vimeo - -<iframe src="https://player.vimeo.com/video/10048961" width="640" height="480" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> -<p><a href="https://vimeo.com/10048961">Sound Waves</a> from <a href="https://vimeo.com/radarboy">George Gally (Radarboy)</a> on <a href="https://vimeo.com">Vimeo</a>.</p> - -### From Youtube - -<iframe width="560" height="315" src="https://www.youtube.com/embed/jjNgJFemlC4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> - -## 3D Models - -<div class="sketchfab-embed-wrapper"><iframe width="640" height="480" src="https://sketchfab.com/models/658c8f8a2f3042c3ad7bdedd83f1c915/embed" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> - -<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;"> - <a href="https://sketchfab.com/models/658c8f8a2f3042c3ad7bdedd83f1c915?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Dita's Gown</a> - by <a href="https://sketchfab.com/francisbitontistudio?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Francis Bitonti Studio</a> - on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a> -</p> -</div> - ---- ---- - -## Fabrication files - -[^1]: File: xxx -[^2]: File: xxx -[^3]: File: xxx - ## Tools -- GitLab