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,7 @@
<link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css"> <link rel="stylesheet" href="https://lukerufkahr.com/assets/style.css">
</head> </head>
<body> <body>
<header> <?php include '.././snippet/header.php'?>
<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>
<main> <main>
<h1>About me</h1> <h1>About me</h1>
</main> </main>

View File

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

View File

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

View File

@@ -14,4 +14,5 @@
<li><a href="https://lukerufkahr.com/notes/cpp.php">C++</a></li> <li><a href="https://lukerufkahr.com/notes/cpp.php">C++</a></li>
</ul> </ul>
</main> </main>
<?php include '.././snippet/footer.php'?>
</body> </body>

View File

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

View File

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

View File

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

View File

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

View File

@@ -5,15 +5,7 @@
</head> </head>
<body> <body>
<header> <?php include '.././snippet/header.php'?>
<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> </header>
<main> <main>
<h1>Physics</h1> <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 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> </p>
</main> </main>
<?php include '.././snippet/footer.php'?>
</body> </body>

View File

@@ -0,0 +1,6 @@
<footer>
<?php
$time = time();
echo "<span>$time</span>";
?>
</footer>