Created notes index, updated nav bar.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<span style="font-size: 36px;">Lucas Rufkahr</span>
|
||||
<nav>
|
||||
<a href="https://lukerufkahr.com">Home</a>
|
||||
<a href="https://lukerufkahr.com/notes.html">Notes</a>
|
||||
<a href="https://lukerufkahr.com/notes/">Notes</a>
|
||||
<a href="https://lukerufkahr.com/fun_stuff.html">Fun</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<span style="font-size: 36px;">Lucas Rufkahr</span>
|
||||
<nav>
|
||||
<a href="https://lukerufkahr.com">Home</a>
|
||||
<a href="https://lukerufkahr.com/notes.html">Notes</a>
|
||||
<a href="https://lukerufkahr.com/notes/">Notes</a>
|
||||
<a href="https://lukerufkahr.com/fun_stuff.html">Fun</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<span style="font-size: 36px;">Lucas Rufkahr</span>
|
||||
<nav>
|
||||
<a href="https://lukerufkahr.com">Home</a>
|
||||
<a href="https://lukerufkahr.com/notes.html">Notes</a>
|
||||
<a href="https://lukerufkahr.com/notes/">Notes</a>
|
||||
<a href="https://lukerufkahr.com/fun_stuff.html">Fun</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
55
notes/index.html
Normal file
55
notes/index.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
main {
|
||||
margin:2em;
|
||||
}
|
||||
header {
|
||||
width: 100%;
|
||||
background-color:black;
|
||||
padding:1em;
|
||||
}
|
||||
header * {
|
||||
display: inline;
|
||||
color:white;
|
||||
}
|
||||
nav {
|
||||
display:block
|
||||
}
|
||||
nav * {
|
||||
padding-right: 1em;
|
||||
}
|
||||
code, pre {
|
||||
whitespace: normal;
|
||||
}
|
||||
.cblock {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
display: inline-block;
|
||||
margin-left: 5em;
|
||||
background-color:lightgray;
|
||||
}
|
||||
</style>
|
||||
</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/fun_stuff.html">Fun</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<h1>List of class notes.</h1>
|
||||
<ul>
|
||||
<li><a href="notes/physics.html">Physics</a></li>
|
||||
<li><a href="notes/circuits.html">Circuits</a></li>
|
||||
<li><a href="notes/cpp.html">C++</a></li>
|
||||
</ul>
|
||||
</main>
|
||||
</body>
|
||||
@@ -40,7 +40,7 @@
|
||||
<span style="font-size: 36px;">Lucas Rufkahr</span>
|
||||
<nav>
|
||||
<a href="https://lukerufkahr.com">Home</a>
|
||||
<a href="https://lukerufkahr.com/notes.html">Notes</a>
|
||||
<a href="https://lukerufkahr.com/notes/">Notes</a>
|
||||
<a href="https://lukerufkahr.com/fun_stuff.html">Fun</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user