Skip to content

Commit fd812d8

Browse files
committed
Fix image paths to use relative paths
1 parent 400a0cd commit fd812d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
### 🌟 3D Quantum Simulation in Action
2929

30-
<img src="https://raw.githubusercontent.com/PRODHOSH/bb84_simulation/main/public/images/demo/simulation-demo.gif" alt="3D Simulation Demo" width="80%"/>
30+
<img src="./public/images/demo/simulation-demo.gif" alt="3D Simulation Demo" width="80%"/>
3131

3232
*Real-time photon transmission with polarization states*
3333

@@ -36,21 +36,21 @@
3636
<table>
3737
<tr>
3838
<td width="50%">
39-
<img src="https://raw.githubusercontent.com/PRODHOSH/bb84_simulation/main/public/images/demo/home-page.png" alt="Home Page"/>
39+
<img src="./public/images/demo/home-page.png" alt="Home Page"/>
4040
<p align="center"><b>Home Page</b> - Quantum-themed landing</p>
4141
</td>
4242
<td width="50%">
43-
<img src="https://raw.githubusercontent.com/PRODHOSH/bb84_simulation/main/public/images/demo/simulation-page.png" alt="Simulation Page"/>
43+
<img src="./public/images/demo/simulation-page.png" alt="Simulation Page"/>
4444
<p align="center"><b>3D Simulation</b> - Interactive photon visualization</p>
4545
</td>
4646
</tr>
4747
<tr>
4848
<td width="50%">
49-
<img src="https://raw.githubusercontent.com/PRODHOSH/bb84_simulation/main/public/images/demo/theory-page.png" alt="Theory Page"/>
49+
<img src="./public/images/demo/theory-page.png" alt="Theory Page"/>
5050
<p align="center"><b>Theory</b> - Educational content</p>
5151
</td>
5252
<td width="50%">
53-
<img src="https://raw.githubusercontent.com/PRODHOSH/bb84_simulation/main/public/images/demo/analytics-dashboard.png" alt="Analytics Dashboard"/>
53+
<img src="./public/images/demo/analytics-dashboard.png" alt="Analytics Dashboard"/>
5454
<p align="center"><b>Analytics</b> - Real-time charts & metrics</p>
5555
</td>
5656
</tr>
@@ -60,7 +60,7 @@
6060

6161
### 🔬 Photon Polarization States
6262

63-
<img src="https://raw.githubusercontent.com/PRODHOSH/bb84_simulation/main/public/images/demo/polarization-states.png" alt="Polarization States" width="60%"/>
63+
<img src="./public/images/demo/polarization-states.png" alt="Polarization States" width="60%"/>
6464

6565
*Four quantum polarization states: Vertical, Horizontal, Diagonal, Anti-diagonal*
6666

0 commit comments

Comments
 (0)