Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrustyPwo committed Mar 14, 2024
1 parent 7d13f58 commit 95396a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<p align="center">
This website features an interactive textbook and is an excellent resource for students learning wave superposition, interference and diffraction.
<br/>
<a href="/" target="_blank">View Website (Soon)</a>
<a href="https://thetrustypwo.github.io/Superposition/index.html" target="_blank">View Website</a>
.
<a href="https://github.com/TheTrustyPwo/Superposition/issues">Report Bug</a>
Expand Down Expand Up @@ -69,7 +69,6 @@ Description Soon :)
### Built With

* ![JavaScript](https://img.shields.io/static/v1?style=for-the-badge&message=JavaScript&color=222222&logo=JavaScript&logoColor=F7DF1E&label=)
* ![Bootstrap](https://img.shields.io/static/v1?style=for-the-badge&message=Bootstrap&color=7952B3&logo=Bootstrap&logoColor=FFFFFF&label=)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -92,6 +91,8 @@ deployment for notes on how to deploy the project.
git clone https://github.com/TheTrustyPwo/Superposition.git
```

2. Open `index.html`


<!-- LICENSE -->

Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ <h1>Welcome</h1>
<h2>This is a website to teach you quantum physics!</h2>
<p>Click on the buttons below to see the simulations</p>
<button onclick="location.href='textbook.html'">Textbook</button>
<button onclick="location.href=''">Game!!</button>

<br>
<a href="sim.html">Simulation 1 - Basic Wave</a> <br>
<a href="sim2.html">Simulation 2 - Interference</a> <br>
<a href="sim3.html">Simulation 3 - Wavefront Interference</a>
<a href="sim3.html">Simulation 3 - 2D Interference (Wavefronts) (WIP)</a>
</body>
</html>

0 comments on commit 95396a1

Please sign in to comment.