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

@@ -3,16 +3,8 @@
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
</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>
</header>
<?php include '.././snippet/header.php'?>
<main>
</main>
<?php include '.././snippet/footer.php'?>
</body>

View File

@@ -337,4 +337,5 @@
</p>
<h2 id="other">Other Topics</h2>
</main>
<?php include '.././snippet/footer.php'?>
</body>

View File

@@ -3,16 +3,7 @@
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
</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>
</header>
<?php include '.././snippet/header.php'?>
<main>
<h1>List of class notes.</h1>
<ul>
@@ -21,4 +12,5 @@
<li><a href="https://lukerufkahr.com/notes/cpp.html">C++</a></li>
</ul>
</main>
<?php include '.././snippet/footer.php'?>
</body>

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>