Skip to content

Commit

Permalink
Add calc-rs.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wr7 committed May 21, 2024
1 parent e119d38 commit 9ed1b0d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
33 changes: 33 additions & 0 deletions calc-rs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>calc-rs portfolio</title>

<link rel="stylesheet" type="text/css" href="base.css" />

</head>

<body>
<h1>About the <code>calc-rs</code> project</h1>
<p>
This website includes images, videos, schematics, and the source code for the <code>calc-rs</code> project.
</p>
<p>
The <code>calc-rs</code> project can be built and run in two different ways:<ol>
<li>It can be similated by the <code>calc-simulator</code> crate on either Windows or Linux.</li>
<li>The <code>calc-rs</code> crate can be compiled and ran on the physical calculator described in the schematics.</li>
</ol>
</p>
<p>
More information about <code>calc-rs</code> can be found with the following links:<ul>
<li><a href="./media.html">Images/Videos</a></li>
<li><a href="./code.html">Code</a></li>
</ul>
</p>

</body>

</html>
4 changes: 2 additions & 2 deletions code.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="base.css" />

</head>
<a href="./index.html" class="back">&lt;&lt;</a>
<a href="./calc-rs.html" class="back">&lt;&lt;</a>

<body>
<p>
Expand All @@ -26,4 +26,4 @@ <h1>Source code and documentation</h1>

</body>

</html>
</html>
2 changes: 1 addition & 1 deletion media.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" href="base.css" />

</head>
<a href="./index.html" class="back">&lt;&lt;</a>
<a href="./calc-rs.html" class="back">&lt;&lt;</a>

<body>
<p>
Expand Down

0 comments on commit 9ed1b0d

Please sign in to comment.