Skip to content

Commit

Permalink
deploy: ae81a5c
Browse files Browse the repository at this point in the history
  • Loading branch information
ricktu288 committed Sep 30, 2024
1 parent 6df90e0 commit fae2075
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<link rel="alternate" href="https://phydemo.app/ray-optics/about" hreflang="en">
<link rel="alternate" href="https://phydemo.app/ray-optics/cn/about" hreflang="zh-CN">
<link rel="alternate" href="https://phydemo.app/ray-optics/tw/about" hreflang="zh-TW">
<link rel="stylesheet" href="thirdparty/bootstrap-3.3.7/bootstrap.min.css">
<link rel="icon" href="icon128.png" type="image/png">
<link rel="stylesheet" href="thirdparty/bootstrap/bootstrap.min.css">
<link rel="icon" href="img/icon.png" type="image/png">
<style>

.brand {
Expand Down Expand Up @@ -95,7 +95,7 @@
<div class="navbar navbar-fixed-top container" style="background-color:white;max-height:90px;overflow:hidden">

<a href="https://phydemo.app/ray-optics/" class="navbar-left brand">
<img src="icon128.png" alt="" style="width:18pt; height:18pt">
<img src="img/icon.png" alt="" style="width:18pt; height:18pt">
Ray Optics Simulation
</a>
<div class="navbar-right">
Expand All @@ -114,7 +114,7 @@
<div class="container">

<div align="center">
<h3><img src="icon128.png" alt="Icon" width="64" height="64"><br>
<h3><img src="img/icon.png" alt="Icon" width="64" height="64"><br>
Ray Optics Simulation</h3>
<b>A free, open-source web app for creating and simulating 2D geometric optical scenes.</b><br>
</div>
Expand Down Expand Up @@ -188,7 +188,7 @@ <h3><img src="icon128.png" alt="Icon" width="64" height="64"><br>
</div>

<script src="thirdparty/jquery.min.js"></script>
<script src="thirdparty/bootstrap-3.3.7/bootstrap.min.js"></script>
<script src="thirdparty/bootstrap/bootstrap.min.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>

Expand Down

0 comments on commit fae2075

Please sign in to comment.