forked from SRA-VJTI/sra-board-hardware-design
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request SRA-VJTI#19 from SuperChamp234/readme-fixes
Fixed image linking errors in README.md
- Loading branch information
Showing
3 changed files
with
87 additions
and
79 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
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,65 +1,70 @@ | ||
# SRA Board 2022: Images | ||
|
||
1. Schematic image: | ||
## Schematic image | ||
|
||
![Schematic](board_images/schematic.png) | ||
|
||
2. Top Silkscreen: | ||
<p align="center"> | ||
<img width="520" height="630" src="board_images/top_silkscreen.png"> | ||
</p> | ||
|
||
3. Bottom Silkscreen: | ||
<p align="center"> | ||
<img width="520" height="630" src="board_images/bottom_silkscreen.png"> | ||
</p> | ||
|
||
4. Top Layer: | ||
<p align="center"> | ||
<img width="520" height="606" src="board_images/top_layer.png"> | ||
</p> | ||
|
||
5. Bottom Layer: | ||
<p align="center"> | ||
<img width="520" height="606" src="board_images/bottom_layer.png"> | ||
</p> | ||
|
||
6. Both Layers: | ||
<p align="center"> | ||
<img width="520" height="606" src="board_images/both_layer.png"> | ||
</p> | ||
|
||
7. Top Layer with Polygon: | ||
<p align="center"> | ||
<img width="436" height="606" src="board_images/top_layer_polygon.png"> | ||
</p> | ||
|
||
8. Bottom Layer with Polygon: | ||
<p align="center"> | ||
<img width="436" height="556" src="board_images/bottom_layer_polygon.png"> | ||
</p> | ||
|
||
9. Front: | ||
<p align="center"> | ||
<img width="600" height="630" src="board_images/front.png"> | ||
</p> | ||
|
||
10. Front_side1: | ||
<p align="center"> | ||
<img width="600" height="630" src="board_images/front_side1.png"> | ||
</p> | ||
|
||
11. Front_side2: | ||
<p align="center"> | ||
<img width="600" height="606" src="board_images/front_side2.png"> | ||
</p> | ||
|
||
|
||
12. 3d View: | ||
<p align="center"> | ||
<img width="600" height="606" src="board_images/side.png"> | ||
</p> | ||
|
||
12. Bottom View: | ||
<p align="center"> | ||
<img width="600" height="606" src="board_images/bottom.png"> | ||
</p> | ||
## Top Silkscreen | ||
|
||
<p align="center"> | ||
<img width="520" height="630" src="board_images/top_silkscreen.png"> | ||
</p> | ||
|
||
## Bottom Silkscreen | ||
|
||
<p align="center"> | ||
<img width="520" height="630" src="board_images/bottom_silkscreen.png"> | ||
</p> | ||
|
||
## Top Layer | ||
|
||
<p align="center"> | ||
<img width="520" height="606" src="board_images/top_layer.png"> | ||
</p> | ||
|
||
## Bottom Layer | ||
|
||
<p align="center"> | ||
<img width="520" height="606" src="board_images/bottom_layer.png"> | ||
</p> | ||
|
||
## Both Layers | ||
|
||
<p align="center"> | ||
<img width="520" height="606" src="board_images/both_layer.png"> | ||
</p> | ||
|
||
## Top Layer with Polygon | ||
|
||
<p align="center"> | ||
<img width="436" height="606" src="board_images/top_layer_polygon.png"> | ||
</p> | ||
|
||
## Bottom Layer with Polygon | ||
|
||
<p align="center"> | ||
<img width="436" height="556" src="board_images/bottom_layer_polygon.png"> | ||
</p> | ||
|
||
## Front | ||
|
||
<p align="center"> | ||
<img width="600" height="630" src="board_images/front.png"> | ||
</p> | ||
|
||
<p align="center"> | ||
<img align="top" src="./board_images/front_side_1.png" alt="front_side_1" width="300"> | ||
<img align="top" src="./board_images/front_side_2.png" alt="front_side_2" width="300"> | ||
</div> | ||
|
||
### 3d View | ||
|
||
<p align="center"> | ||
<img width="700" height="606" src="../assets/3d_sideview.png"> | ||
</p> | ||
|
||
### Bottom View | ||
|
||
<p align="center"> | ||
<img width="600" height="606" src="board_images/bottom.png"> | ||
</p> |
File renamed without changes