Updated site

This commit is contained in:
2026-02-24 15:43:58 -06:00
parent 378cce391a
commit badfcebf07
5 changed files with 35 additions and 5 deletions

0
notes/calculus.html Normal file
View File

View File

@@ -1,6 +1,8 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@4.0.0/tex-mml-chtml.js"></script>
</head>
<body>
<header>
@@ -14,6 +16,29 @@
</nav>
</header>
<main>
<h1>Physics</h1>
<h2>ToC</h2>
<ul>
<li><a href="#thermodynamics"></a></li>
<li><a href="#electromagnetism">Electromagnetism</a></li>
<ul>
<li><a href="">Charges and Fields</a></li>
<li><a href="">Gauss's Law</a></li>
<li><a href="">Voltage</a></li>
<li><a href="">Capacitance</a></li>
<li><a href="">Current and Resistance</a></li>
<li><a href="">DC Circuits</a></li>
<li><a href="">Magnet Force and Fields</a></li>
<li><a href="">Sources of Magnet Fields</a></li>
<li><a href="">Electromagnetic Induction</a></li>
<li><a href="">Inductance</a></li>
<li><a href="">AC Circuits</a></li>
<li><a href="">Electromagnetic Waves</a></li>
</ul>
</ul>
<h2 id="electromagnetism">Electromagnetism</h2>
<p>
These notes are structured based on the OpenStax Physics Volume II textbook. These notes were used in coordination with the PHYS 2135 Class at Missouri University of Science and Technology
</p>
</main>
</body>