-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
73 lines (70 loc) · 3.76 KB
/
Copy pathcontact.html
File metadata and controls
73 lines (70 loc) · 3.76 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
<!doctype html>
<html lang="en-AU">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact | Aura of Intelligence</title>
<meta name="description" content="Get in touch with Luke Nathan Hayes: early access, LinkedIn, or an appointment. No storefront, this is still a solo effort.">
<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="contact">
<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">Get in touch</p>
<h1>Contact</h1>
<p class="hero-copy">I don't have a storefront; this is still a solo effort. In-person meetings are by appointment only, and the fastest way to reach me is the same early-access form used across the site.</p>
<div class="hero-actions">
<a class="button button-primary" href="https://forms.gle/vuWyC8JrUrKaiP2H8" target="_blank" rel="noopener">Register for early access</a>
<a class="button button-secondary" href="https://www.linkedin.com/in/lukecatalyst/" target="_blank" rel="noopener">Find me on LinkedIn</a>
</div>
</div>
</section>
<section class="section" id="details">
<div class="feature-block reveal">
<img src="assets/media/contact--hero-01.webp" alt="LinkedIn QR code for Luke Nathan Hayes." loading="lazy" width="1200" height="1200">
<div class="feature-copy">
<p class="eyebrow">Ways to reach me</p>
<h2>LinkedIn, or the form.</h2>
<p>Scan the code or head straight to <a href="https://www.linkedin.com/in/lukecatalyst/" target="_blank" rel="noopener">linkedin.com/in/lukecatalyst</a>. For everything else, from early access to general questions, the Google Form covers it: I read every submission myself.</p>
<p>For more on my work experience, my CV is available on request via either of those channels.</p>
</div>
</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>