Skip to content
Snippets Groups Projects
Commit a752fe8d authored by yuichitamiya's avatar yuichitamiya
Browse files

add tips logo

parent b3e52392
No related branches found
No related tags found
No related merge requests found
Pipeline #308328 passed
# FabLab Kannai logo
|<br/> |<br/>
:--:|:---:
![](../../images/home/FabLabLannai_Logo2022-g.png)|![](../../images/home/FabLabLannai_Logo2022-w.png)
![](../../images/home/FabLabLannai_Logo2022-tate-g.png)|![](../../images/home/FabLabLannai_Logo2022-tate-w.png)
![](../../images/home/logo_slide.gif) | ![](../../images/home/logo_slide_w.gif)
# Tips list # Tips list
## Logo
- [FabLab_Kannai_Logo2022](./tips/logo2022.md)
## Markdown ## Markdown
- [Markdown memo (w/Mkdocs-material template)](http://tatsuro.homma.fabcloud.io/fabacademy/tips/content/markdown/) - [Markdown memo (w/Mkdocs-material template)](http://tatsuro.homma.fabcloud.io/fabacademy/tips/content/markdown/)
- [Make this site](./tips/make_this_site.md) - [Make this site](./tips/make_this_site.md)
......
# 17. Invention, intellectual property and income # 17. Invention, intellectual property and income
## Schedule ## Schedule
- May 18: applications and implications
- May 25: invention, intellectual property, and income - May 25: invention, intellectual property, and income
- Jun 01: project development - Jun 01: project development
- Jun 13 (Mon) - Jun 13 (Mon)
......
# 18. Project development # 18. Project development
This week I worked on defining my final project idea and started to getting used to the documentation process. ## Schedule
- May 25: invention, intellectual property, and income
- Jun 01: project development
- Jun 13 (Mon)
- Jun 29: local evaluation to global evaluation deadline
## Research ## From Last week Assignment
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." > develop a plan for dissemination of your final project
> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." ## Todo
## Useful links - Document about development plan of your final project
- Licence
- Example: [Creative Commons](https://creativecommons.org/)
- Add License Mark in your slide
- [Jekyll](http://jekyll.org) ## Logos
- [Google](http://google.com)
- [Markdown](https://en.wikipedia.org/wiki/Markdown)
## Code Example [FabLab_Kannai_Logo2022](./tips/logo2022.md)
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
![](../images/sample-photo.jpg)
## 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&#39;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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment