-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchoice-content.html
More file actions
122 lines (118 loc) · 5 KB
/
Copy pathchoice-content.html
File metadata and controls
122 lines (118 loc) · 5 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<html lang="en-AU">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Choice Content | Aura of Intelligence</title>
<meta name="description" content="Choice Content: a short, honest shelf of the tools and content Luke uses himself and thinks are worth your time.">
<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="choice-content">
<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>Choice Content</h1>
<p class="hero-copy">A short, honest shelf of the tools and content Luke uses himself and reckons are worth your time.</p>
</div>
</section>
<section class="section" id="picks">
<div class="card-grid reveal">
<div class="card">
<span class="card-tag">Learning</span>
<h3>Brilliant</h3>
<p>Interactive courses in maths, science and computing.</p>
</div>
<div class="card">
<span class="card-tag">Learning</span>
<h3>Udemy</h3>
<p>A marketplace of on-demand video courses.</p>
</div>
<div class="card">
<span class="card-tag">Learning</span>
<h3>Coursera</h3>
<p>University-backed courses and certificates.</p>
</div>
<div class="card">
<span class="card-tag">Audio</span>
<h3>Audible</h3>
<p>Audiobooks and spoken-word listening.</p>
</div>
<div class="card">
<span class="card-tag">Commerce</span>
<h3>Shopify</h3>
<p>A storefront for selling online.</p>
</div>
<div class="card">
<span class="card-tag">Streaming</span>
<h3>Twitch</h3>
<p>Live streaming for creators and community.</p>
</div>
<a class="card" href="https://app.leonardo.ai/?via=luke-hayes" target="_blank" rel="noopener">
<span class="card-tag">Creative</span>
<h3>Leonardo AI</h3>
<p>Generative AI for images and art. Luke's affiliate link.</p>
</a>
<div class="card">
<span class="card-tag">Audio</span>
<h3>Eleven Labs</h3>
<p>AI voices and text to speech.</p>
</div>
<div class="card">
<span class="card-tag">Audio</span>
<h3>SpeakPerfect</h3>
<p>Clearer speech for calls and recordings.</p>
</div>
</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>