blob: c55d06d707dbc7dd31deda17460ede4d41f4380c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<!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 Related</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> - 5 parts water :: 1 part lemon juice :: ½ part honey; stir</li>
</ul>
</div>
<div class="column">
<h2>Tasks</h2>
<hr/>
<ul>
<li><i>git clone self</i> - git clone ssh://user@url:port/full/path/to/repo.git</li>
</ul>
</div>
</div>
<footer>
<a href="index.html">Home</a>
</footer>
</main>
</body>
</html>
|