-
Notifications
You must be signed in to change notification settings - Fork 0
/
mind-palace-readme.html
49 lines (49 loc) · 1.54 KB
/
mind-palace-readme.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mind Palace Readme</title>
<link rel="stylesheet" href="mind-palace-styles.css" />
</head>
<body id="readme">
<header>
<h1>mind.palace</h1>
</header>
<br />
<article>
<p>
mind.palace is based on the mnemonic device of visualising one's
memories as being kept inside distinct locations within a 'mental
palace', with the act of recalling memories as traversing space within
that palace to visit or take from those locations.
</p>
<p>
This app attempts to create a stripped-down digital framework of that
mnemonic device, packaged in a hybrid theme of programming syntax and
the metaphor itself: a palace with halls leading to an ever-expanding
labyrinth of rooms.
</p>
<br />
<h3>design principles:</h3>
<br />
<p>Minimalitic</p>
<p>Maintainable</p>
<p>
Massive Nightmare Of A Project That I Was Too Stupid To Realise I Was
Hilariously Underleveled For
</p>
<br />
<h3>references:</h3>
<p>
Mission Ready (obv), www.w3schools.com, developer.mozilla.org,
colorhunt.co, and a boatload of stackexchange posts (like the one that
taught me regex can include
<em>all</em> unicode letters, not just English Latin).
</p>
</article>
<footer>
<p>abL-A2</p>
</footer>
</body>
</html>