-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
77 lines (77 loc) · 4.11 KB
/
links.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Links | Hermetechnics - Occultism in the Cloud</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css">
<script defer type="module" src="main.js"></script>
<meta property="og:title" content="Links | Hermetechnics - Occultism in the Cloud">
<meta property="og:description" content="Be part of the esoteric revolution">
<meta property="og:image" content="http://hermetechnics.life/assets/img/social-poster.jpg">
<meta property="og:url" content="http://hermetechnics.life/">
<meta name="twitter:title" content="Links | Hermetechnics - Occultism in the Cloud ">
<meta name="twitter:description" content="Be part of the esoteric revolution">
<meta name="twitter:image" content=" http://hermetechnics.life/assets/img/social-poster.jpg">
<meta name="twitter:card" content="summary_large_image">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
<link rel="manifest" href="/assets/icons/site.webmanifest">
<link rel="mask-icon" href="/assets/icons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#603cba">
<meta name="msapplication-config" content="/assets/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<a class="site-title" href="/">🔮 Hermetechnics</a>
<nav class="site-navigation">
<ul class="list list--inline">
<li class="list__item"><a href="cartomancy.html">Cartomancy</a></li>
<li class="list__item"><a href="alchemy.html">Alchemy</a></li>
<li class="list__item"><a href="workshops.html">Talks & Workshops</a></li>
<li class="list__item"><a href="links.html"><strong>Links</strong></a></li>
<li class="list__item"><a href="team.html">Meet the Team</a></li>
</ul>
</nav>
</header>
<main class="">
<section class="section section--full-height">
<h1>🔗 Links</h1>
<nav>
<ul>
<li>
<p><a rel="external" href="http://osogd.org">Open Source Order of the Golden Dawn</a></p>
<p></p>
</li>
<li>
<p><a rel="external" href="http://www.alchemywebsite.com/tarot/tarot_weblog.html">
Adam McLean's Tarot Weblog</a></p>
<p></p>
</li>
<li>
<p><a rel="external" href="https://www.asianetworkexchange.org/articles/10.16995/ane.244/">
Laura Miller's article on Japanese Tarot</a></p>
<p></p>
</li>
<li>
<p><a rel="external" href="http://www.radoc.net/radoc.php?doc=art_b_history_romanireligion&lang=en&articles=true">
A great article on Romani spirituality</a></p>
<p></p>
</li>
<li>
<p><a rel="external" href="https://www.ischool.berkeley.edu/sites/default/files/sproject_attachments/lee-popat-prakkamakul_mims-final-project-paper.pdf">
<em>Exploring the “Magic” of Algorithmic Predictions</em>. Lee, Popat, Prakkamakul, 2019</a></p>
<p></p>
</li>
</ul>
</nav>
<img src="http://cyber.dabamos.de/images/y2k.gif" />
</section>
</main>
<footer><a href="privacy-policy.html">Privacy policy</a> | <a href="terms-use.html">Terms of Use</a></footer>
</body>
</html>