Skip to content

Commit 365b63d

Browse files
committed
Fixing README.md
1 parent 561e9cb commit 365b63d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Automotive diagnostic application developed as a part of 2020 capstone croject.
44

55
## System Overview
6-
<img src="./img/system_overview.png" style="width:300px">
6+
<img src="https://github.com/takehiro-code/CANnect/blob/master/img/system_overview.PNG" width="50%">
77

88
## Hardware
99

@@ -13,14 +13,14 @@ Developed with Java and XML.
1313

1414
<div class="row">
1515
<div class="column">
16-
<img src="./img/mainmenu.jpg" style="width:25%">
17-
<img src="./img/dashboard_table.jpg" style="width:25%">
18-
<img src="./img/dashboard_chart.jpg" style="width:25%">
16+
<img src="https://github.com/takehiro-code/CANnect/blob/master/img/mainmenu.jpg" align="left" width="25%">
17+
<img src="https://github.com/takehiro-code/CANnect/blob/master/img/dashboard_table.jpg" align="left" width="25%">
18+
<img src="https://github.com/takehiro-code/CANnect/blob/master/img/dashboard_chart.jpg" align="left" width="25%">
1919
</div>
2020
<div class="column">
21-
<img src="./img/dashboard_meter.jpg" style="width:25%">
22-
<img src="./img/settings_menu.jpg" style="width:25%">
23-
<img src="./img/map.jpg" style="width:25%">
21+
<img src="https://github.com/takehiro-code/CANnect/blob/master/img/dashboard_meter.jpg" align="left" width="25%">
22+
<img src="https://github.com/takehiro-code/CANnect/blob/master/img/settings_menu.jpg" align="left" width="25%">
23+
<img src="https://github.com/takehiro-code/CANnect/blob/master/img/map.jpg" align="left" width="25%">
2424
</div>
2525
</div>
2626

0 commit comments

Comments
 (0)