-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,3 @@ | ||
# Test | ||
|
||
Some basics to start your documentation: | ||
|
||
|
||
### 1) edit the README.md file in the folder with your name: | ||
|
||
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Andres/README.md => Andres | ||
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Cathy/README.md => Cathy | ||
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/David/README.md => David | ||
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Ganit/README.md => Ganit | ||
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Hila/README.md => Hila | ||
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Jack/README.md => Jack | ||
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Leo/README.md => Leo | ||
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Martin/README.md => Martin | ||
- https://github.com/Seeed-Studio/MakerCamp/edit/main/2024-01-MIT_Research_At_Scale/Yunyi/README.md => Yunyi | ||
|
||
(you can also go to this edit more by clicking on the "pen" on the top right) | ||
|
||
<br> | ||
|
||
|
||
### 2) type your documentation text... | ||
|
||
<br> | ||
|
||
|
||
### 3) drag & drop an image in the text... | ||
|
||
=> Something like this will appear: | ||
``` | ||
![image_name](https://github.com/Seeed-Studio/MakerCamp/assets/ID/LONGER_ID) | ||
``` | ||
|
||
=> click on "preview" (at the top left), it can help :) | ||
|
||
<br> | ||
|
||
You can also use HTML to integrate multiple (smaller) pictures per line: | ||
|
||
* 4 pics / line: | ||
``` | ||
<img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'> | ||
``` | ||
<img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'> <img src='https://github.com/fluidicon.png' width='240'> | ||
|
||
|
||
* 3 pic / line: | ||
``` | ||
<img src='https://github.com/fluidicon.png' width='333'> <img src='https://github.com/fluidicon.png' width='333'> <img src='https://github.com/fluidicon.png' width='333'> | ||
``` | ||
<img src='https://github.com/fluidicon.png' width='333'> <img src='https://github.com/fluidicon.png' width='333'> <img src='https://github.com/fluidicon.png' width='333'> | ||
|
||
<br> | ||
|
||
|
||
### 4) when you're done, click on "Commit change..." (at the top right). | ||
|
||
<br> | ||
|
||
|
||
# Thank you! | ||
# Work In Progress | ||
|
||
https://docs.google.com/document/d/1XuIEa5BtVQaf3LI-JfJjA05_adYB9c2DSoPnBJheCDw/ |