summaryrefslogtreecommitdiff
path: root/reference.html
diff options
context:
space:
mode:
Diffstat (limited to 'reference.html')
-rw-r--r--reference.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/reference.html b/reference.html
deleted file mode 100644
index fbb50b4..0000000
--- a/reference.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE HTML>
-<html lang="en">
-
- <head>
- <title>Dustin Walker's References</title>
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <link rel="stylesheet" type="text/css" href="style.css"/>
- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
- </head>
- <body>
- <main>
- <div class="row">
- <div class="column">
- <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/>
- </div>
- <div class="column">
- <h1>Reference</h1>
- <p>This index hosts different sets of references for easy lookup.</p>
- </div>
- </div>
-
- <hr/>
-
- <div class="row">
- <div class="column">
- <h2>Food</h2>
- <hr/>
- <ul>
- <li><i>Spiced rice</i> - 1 cup rice, onion, 2 cloves garlic, 2 tsp turmeric, 1 tsp ginger, ½ tsp cumin</li>
- <li><i>Quick pickle</i> - Per liter jar: 1 cup water, 1 cup vinegar, 1 tbs salt, (optional 2 tsp peppercorns, 1 pinch sugar)</li>
- <li><i>Lemonade</i> - 5p water :: 1p lemon juice :: ½p honey; stir</li>
- <li><i>Imperial Volume</i> - 3 tsp = 1 tbs :: 16 tbs = 1cup</li>
- <li><i>Imperial Volume</i> - 4 cups = 1 quart :: 4 quarts = 1 gallon</li>
- </ul>
- </div>
- <div class="column">
- <h2>Machine</h2>
- <hr/>
- <ul>
- <li><i>git clone self</i> - git clone ssh://user@url:port/full/path/to/repo.git</li>
- <li><a href="http://openrc.run/">systemd => openrc</a></li>
- </ul>
- </div>
- </div>
-
- <footer>
- <a href="index.html">Home</a>
- </footer>
- </main>
- </body>
-
-</html>