updated site

This commit is contained in:
2026-02-24 16:43:51 -06:00
parent c6ee3ee346
commit 511b311de5
10 changed files with 19 additions and 60 deletions

View File

@@ -5,15 +5,7 @@
</head>
<body>
<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/about/">About</a>
<a href="https://lukerufkahr.com/library/">Library</a>
<a href="https://lukerufkahr.com/fun/">Fun</a>
</nav>
<?php include '.././snippet/header.php'?>
</header>
<main>
<h1>Physics</h1>
@@ -41,4 +33,5 @@
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>
<?php include '.././snippet/footer.php'?>
</body>