-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
82 lines (78 loc) · 3.61 KB
/
Copy pathblog.html
File metadata and controls
82 lines (78 loc) · 3.61 KB
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
78
79
80
81
82
<!doctype html>
<html lang="en-AU">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blog | Aura of Intelligence</title>
<meta name="description" content="Blog: writing from the Aura of Intelligence project. One post so far, Aura Wellness, from February 2024.">
<meta name="theme-color" content="#0a1420">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="preload" href="assets/fonts/archivo-var.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="assets/fonts/jetbrains-mono-var.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="styles.css?v=4">
</head>
<body data-page="blog">
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<a class="brand" href="index.html" aria-label="Aura of Intelligence home">
<span class="brand-mark" aria-hidden="true"></span>
<span class="brand-text"><strong>Aura of Intelligence</strong><span>A Bridge to The Infinite</span></span>
</a>
<nav class="site-nav" data-nav aria-label="Primary">
<a href="pathways/index.html">Pathways</a>
<a href="courses/index.html">Courses</a>
<a href="videos.html">Videos</a>
<a href="contact.html">Contact</a>
</nav>
<button class="index-toggle" type="button" data-menu-toggle aria-expanded="false" aria-controls="site-index">
<span class="index-toggle-lines" aria-hidden="true"><i></i><i></i><i></i></span>
<span class="index-toggle-label">Index</span>
</button>
</header>
<main id="main">
<section class="hero page-hero">
<div class="hero-content reveal">
<p class="eyebrow">More from Aura</p>
<h1>Blog</h1>
<p class="hero-copy">Writing from the project. There is one post here so far; more will follow as the work does.</p>
</div>
</section>
<section class="section" id="posts">
<div class="card-grid reveal">
<a class="card" href="aura-wellness.html">
<span class="card-tag">5 February 2024</span>
<h3>Aura Wellness</h3>
<p>An exploration of wellness and technology: a retreat building XR and AI auras and digital twins, in the spirit of GAJRA Earth.</p>
</a>
</div>
</section>
<section class="section" id="explore-more">
<div class="section-heading reveal">
<div>
<p class="eyebrow">Keep exploring</p>
<h2>More from Aura</h2>
</div>
</div>
<div class="card-grid reveal">
<a class="card" href="podcasts.html"><h3>Podcast Channels</h3><p>Three channels, three voices.</p></a>
<a class="card" href="affiliates.html"><h3>Affiliate Promotions</h3><p>The tools in Luke's kit.</p></a>
<a class="card" href="aura-store.html"><h3>Aura Store</h3><p>The shopfront for the work.</p></a>
<a class="card" href="index.html"><h3>Back to home</h3><p>The whole picture.</p></a>
</div>
</section>
</main>
<footer class="site-footer">
<div>
<p>Aura of Intelligence: Luke Hayes × Claude, Minjerribah · 2026.</p>
<p>Licensed under the Aura of Intelligence Public Source Licence.</p>
</div>
<nav class="footer-links" aria-label="Elsewhere">
<a href="https://iseeinfinity.com" target="_blank" rel="noopener">iseeinfinity.com</a>
<a href="https://lukecatalyst.com" target="_blank" rel="noopener">lukecatalyst.com</a>
<a href="https://gajra.earth" target="_blank" rel="noopener">gajra.earth</a>
</nav>
</footer>
<script src="assets/site-nav.js" defer></script>
<script src="assets/core.js" defer></script>
</body>
</html>