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

1
build.sh Normal file
View File

@@ -0,0 +1 @@
#!/bin/bash

8
header.html Normal file
View 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>

View File

@@ -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
View File

View 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>