Updated site
This commit is contained in:
8
header.html
Normal file
8
header.html
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<header>
|
||||||
|
<span style="font-size: 36px;">Lucas Rufkahr</span>
|
||||||
|
<nav>
|
||||||
|
<a href="https://lukerufkahr.com">Home</a>
|
||||||
|
<a href="https://lukerufkahr.com/notes/">Notes</a>
|
||||||
|
<a href="https://lukerufkahr.com/fun_stuff.html">Fun</a>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
@@ -1,11 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
|
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
|
||||||
<link rel="stylesheet" href="assets/style.css">
|
|
||||||
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
<meta content='width=device-width, initial-scale=1' name='viewport'/>
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
0
notes/calculus.html
Normal file
0
notes/calculus.html
Normal file
@@ -1,6 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
@@ -14,6 +16,29 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<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>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user