diff options
Diffstat (limited to 'reference')
| -rw-r--r-- | reference/index.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/reference/index.html b/reference/index.html new file mode 100644 index 0000000..8351eaf --- /dev/null +++ b/reference/index.html @@ -0,0 +1,53 @@ +<!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="../">Home</a> + </footer> + </main> + </body> + +</html> |
