A KJV.pdf => KJV.pdf +0 -0
A LearningTheViEditor.pdf => LearningTheViEditor.pdf +0 -0
M index.html => index.html +1 -1
@@ 15,7 15,7 @@
<li><a href="https://www.youtube.com/channel/UCOSqzSTg4QZXdi7jvV-9rUg">YouTube</a></li>
<li><a href="https://sr.ht/~bpv/">Git</a></li>
<li><a href="donate.html">Donate</a></li>
- <li><a href="//library.brycevandegrift.xyz">Library</a></li>
+ <li><a href="//brycevandegrift.xyz/library.html">Library</a></li>
<li><a href="rss.xml">RSS</a></li>
</ul>
</nav>
A library.html => library.html +28 -0
@@ 0,0 1,28 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+ <head>
+ <meta charset="utf-8">
+ <link rel="icon" href="//brycevandegrift.xyz/p/icon.ico" type="image/x-icon">
+ <link rel="stylesheet" href="//brycevandegrift.xyz/index.css">
+ <title>My Personal Library</title>
+ </head>
+ <body>
+ <a href="//brycevandegrift.xyz">⬅ Back</a>
+ <h1>My Personal Library</h1>
+ <p>This is were I have copies of books that you can freely use.
+ Some are old, some are not so old.</p>
+ <p>You can directly download these books here (please note that most books are in PDF format).</p>
+ <h2>Structure and Interpretation of Computer Programs (2nd Edition)</h2>
+ <ul>
+ <li><a href="//brycevandegrift.xyz/sicp.pdf">Direct Download</a></li>
+ </ul>
+ <h2>Learning the Vi and VIM Editor (7th edition)</h2>
+ <ul>
+ <li><a href="//brycevandegrift.xyz/LearningTheViEditor.pdf">Direct Download</a></li>
+ </ul>
+ <h2>King James Bible</h2>
+ <ul>
+ <li><a href="//brycevandegrift.xyz/KJV.pdf">Direct Download</a></li>
+ </ul>
+ </body>
+</html>
A sicp.pdf => sicp.pdf +0 -0