-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
321 lines (298 loc) · 14.8 KB
/
Copy pathindex.html
File metadata and controls
321 lines (298 loc) · 14.8 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Amelia Passer — Painter, Astrologer & Tarot Reader</title>
<meta name="description" content="Original talismanic oil paintings, the Astro Magician's Tarot, and personal astrology and tarot readings from Boulder, Colorado." />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Amelia Passer" />
<meta property="og:title" content="Amelia Passer — Painter, Astrologer & Tarot Reader" />
<meta property="og:description" content="Original talismanic oil paintings, the Astro Magician's Tarot, and personal astrology and tarot readings from Boulder, Colorado." />
<meta property="og:image" content="https://ameliapasser.com/assets/images/seven-basics/01-moon.jpg" />
<meta property="og:url" content="https://ameliapasser.com/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Amelia Passer — Painter, Astrologer & Tarot Reader" />
<meta name="twitter:description" content="Original talismanic oil paintings, the Astro Magician's Tarot, and personal astrology and tarot readings from Boulder, Colorado." />
<meta name="twitter:image" content="https://ameliapasser.com/assets/images/seven-basics/01-moon.jpg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="assets/styles.css" />
<link rel="icon" href='data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="32" cy="32" r="28" fill="%230a0814"/><circle cx="32" cy="32" r="14" fill="none" stroke="%23d4af37" stroke-width="2"/><path d="M32 4v8M32 52v8M4 32h8M52 32h8" stroke="%23d4af37" stroke-width="2" stroke-linecap="round"/></svg>' />
</head>
<body>
<div class="starfield" aria-hidden="true"></div>
<!-- ============ HEADER ============ -->
<header class="site-header">
<div class="container site-header__inner">
<a href="index.html" class="brand" aria-label="Amelia Passer — home">
<svg class="brand__mark" viewBox="0 0 64 64" aria-hidden="true">
<defs>
<radialGradient id="brand-glow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#e8c870" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#e8c870" stop-opacity="0"/>
</radialGradient>
</defs>
<circle cx="32" cy="32" r="30" fill="url(#brand-glow)"/>
<circle cx="32" cy="32" r="14" fill="none" stroke="#d4af37" stroke-width="1.4"/>
<path d="M22 32a10 10 0 0 0 14 9 12 12 0 1 1 0-18 10 10 0 0 0-14 9z" fill="#d4af37"/>
<g stroke="#d4af37" stroke-width="1" stroke-linecap="round">
<path d="M32 4v6"/><path d="M32 54v6"/>
<path d="M4 32h6"/><path d="M54 32h6"/>
<path d="M11 11l4 4"/><path d="M49 49l4 4"/>
<path d="M53 11l-4 4"/><path d="M15 49l-4 4"/>
</g>
</svg>
<span class="brand__name">Amelia <span>Passer</span></span>
</a>
<button class="nav-toggle" aria-label="Toggle menu" aria-expanded="false" aria-controls="primary-nav">
<span></span>
</button>
<nav class="nav" id="primary-nav" aria-label="Primary">
<a href="index.html">Home</a>
<a href="pages/gallery.html">Gallery</a>
<a href="pages/tarot.html">Tarot Deck</a>
<a href="pages/readings.html">Readings</a>
<a href="pages/shop.html">Shop</a>
<a href="pages/about.html">About</a>
</nav>
</div>
</header>
<!-- ============ HERO ============ -->
<section class="hero">
<div class="container hero__inner">
<div class="hero__content">
<span class="eyebrow">Painter · Astrologer · Tarot Reader</span>
<h1 class="hero__title">
Talismanic painting,
<span class="signature">drawn under the stars.</span>
</h1>
<p class="hero__lede">
Oil paintings made under astrological elections, the Astro Magician's
Tarot, and personal astrology & tarot readings — from a studio in
Boulder, Colorado.
</p>
<div class="hero__cta">
<a href="pages/gallery.html" class="btn btn--primary">Enter the Gallery <span class="arrow">→</span></a>
<a href="pages/readings.html" class="btn btn--ghost">Book a Reading</a>
</div>
<blockquote class="hero__quote">
“…in order to make translucid the most obscure technical secrets, [it]
would seem to require the art of magic in addition to the practice of
painting itself.”
<cite>— Salvador Dalí</cite>
</blockquote>
</div>
<div class="hero__visual hero__visual--natural">
<img src="assets/images/seven-basics/01-moon.jpg" alt="The Moon — talismanic oil painting by Amelia Passer (48×30in, oils, casein, silver leaf)" loading="eager" />
</div>
</div>
</section>
<!-- ============ FEATURED PAINTINGS ============ -->
<section class="section">
<div class="container">
<div class="section-head reveal">
<span class="eyebrow">Planetary Talismanic Series · 2021–2023</span>
<h2>The Seven Basics.</h2>
<p class="muted">
The Seven Basics consists of seven large-scale talismanic paintings,
each dedicated to one of the classical planets — Moon, Mercury,
Venus, Sun, Mars, Jupiter, and Saturn. Drawing inspiration from
the alchemical teachings of Paracelsus, each painting follows a
ritualized process adapted from spagyric preparation into planetary
form. Each work was begun under a precise astrological election,
painted only on a planetary day corresponding to its ruling body,
and activated through ceremonial invocations, incense, and sound.
</p>
</div>
<div class="grid grid--3">
<a href="pages/gallery.html#sun" class="card reveal">
<div class="card__media card__media--natural">
<img src="assets/images/seven-basics/04-sun.jpg" alt="Sun — Talismanic Painting Series" loading="lazy" />
</div>
<div class="card__body">
<p class="card__meta">Sun · Gold leaf</p>
<h3 class="card__title">The Sun</h3>
<p class="card__excerpt">Initiated at the Lion's Gate Portal; gold leaf applied at the Sun's exaltation in Aries.</p>
</div>
</a>
<a href="pages/gallery.html#moon" class="card reveal">
<div class="card__media card__media--natural">
<img src="assets/images/seven-basics/01-moon.jpg" alt="The Moon — Talismanic Painting Series" loading="lazy" />
</div>
<div class="card__body">
<p class="card__meta">Moon · Silver leaf</p>
<h3 class="card__title">The Moon</h3>
<p class="card__excerpt">Mischtechnik through the lunar cycle — casein in waxing phases, dark oils in waning, silver leaf to seal.</p>
</div>
</a>
<a href="pages/gallery.html#venus" class="card reveal">
<div class="card__media card__media--natural">
<img src="assets/images/seven-basics/03-venus.jpg" alt="Venus — Talismanic Painting Series" loading="lazy" />
</div>
<div class="card__body">
<p class="card__meta">Venus · Copper leaf</p>
<h3 class="card__title">Venus</h3>
<p class="card__excerpt">Malachite pigment, sealed in copper during the Venus–Moon conjunction in Taurus.</p>
</div>
</a>
</div>
<div class="text-center" style="margin-top: 56px;">
<a href="pages/gallery.html" class="btn btn--ghost">See All Seven Basics & the Gallery <span class="arrow">→</span></a>
</div>
</div>
</section>
<!-- ============ TAROT FEATURE ============ -->
<section class="section">
<div class="container">
<div class="feature">
<div class="feature__media feature__media--natural reveal">
<img src="assets/images/shop/tarot-deck.jpg" alt="The Astro Magician's Tarot — limited edition deck by Amelia Passer, showing The Fool and The Magician" loading="lazy" />
</div>
<div class="reveal">
<span class="eyebrow">The Astro Magician's Tarot</span>
<h2>A Tarot Attuned to the Planets</h2>
<p class="lede">
A 78-card tarot deck composed of oil paintings made under
astrological timing — drawing from Hermeticism, astrological magic,
ceremonial magic, and Kabbalah.
</p>
<p>
Each major arcana corresponds to a planetary or zodiacal force.
Each minor arcana is keyed to the Kabbalistic Tree of Life and a
distinct elemental process — the suits painted under the
equinoxes and solstices.
</p>
<div class="hero__cta">
<a href="pages/tarot.html" class="btn btn--primary">Explore the Deck <span class="arrow">→</span></a>
<a href="https://amelia-passer-art.myshopify.com/products/limited-edition-astro-magicians-tarot-deck" target="_blank" rel="noopener" class="btn btn--ghost">Order — $55</a>
</div>
</div>
</div>
</div>
</section>
<!-- ============ READINGS CTA ============ -->
<section class="section">
<div class="container container--narrow text-center">
<span class="eyebrow reveal">Astrology & Tarot Readings</span>
<h2 class="reveal">Personal readings, by appointment.</h2>
<p class="lede reveal">
Whether you're seeking direction at a turning point, working through a
stuck pattern, or simply curious about your chart — sit with me, in
person or by video, and let the symbols speak.
</p>
<div class="divider reveal" aria-hidden="true">✦</div>
<div class="hero__cta reveal" style="justify-content:center;">
<a href="pages/readings.html" class="btn btn--primary">Book a Session</a>
<a href="#contact" class="btn btn--ghost">Ask a Question</a>
</div>
</div>
</section>
<!-- ============ ABOUT TEASER ============ -->
<section class="section">
<div class="container">
<div class="feature feature--reverse">
<div class="feature__media feature__media--natural reveal">
<img src="assets/images/about/01.jpg" alt="Amelia Passer in front of one of her paintings" loading="lazy" />
</div>
<div class="reveal">
<span class="eyebrow">About</span>
<h2>Hi, I'm Amelia.</h2>
<p>
Originally from Hattiesburg, Mississippi — I've made my home in
Boulder, Colorado since 2012. I studied Studio Arts and Religious
Studies at CU-Boulder, and I've spent the years since working at
the meeting place of the two: oil painting infused with herbalism,
alchemy, astrology, and ceremonial magic.
</p>
<p>
I describe my work as narrative art — telling a story through each
painting. Beyond the studio, I read for clients in person and
online, and I'm available for live painting and private lessons in
the Front Range.
</p>
<a href="pages/about.html" class="btn btn--ghost">Read More <span class="arrow">→</span></a>
</div>
</div>
</div>
</section>
<!-- ============ CONTACT ============ -->
<section class="section" id="contact">
<div class="container container--narrow text-center">
<div class="reveal">
<span class="eyebrow">Contact</span>
<h2>Get in touch.</h2>
<p class="lede" style="margin-bottom: 32px;">
Questions about original paintings, pricing, commissions, lessons, or
live event painting in the Front Range — I'd love to hear from you.
</p>
<a href="mailto:ameliapasser@gmail.com" class="btn btn--primary">
ameliapasser@gmail.com <span class="arrow">→</span>
</a>
</div>
</div>
</section>
<!-- ============ FOOTER ============ -->
<footer class="site-footer">
<div class="container">
<div class="site-footer__inner">
<div>
<a href="index.html" class="brand" style="margin-bottom:16px;">
<svg class="brand__mark" viewBox="0 0 64 64" aria-hidden="true">
<circle cx="32" cy="32" r="14" fill="none" stroke="#d4af37" stroke-width="1.4"/>
<path d="M22 32a10 10 0 0 0 14 9 12 12 0 1 1 0-18 10 10 0 0 0-14 9z" fill="#d4af37"/>
</svg>
<span class="brand__name">Amelia <span>Passer</span></span>
</a>
<p class="muted" style="font-size:0.9rem; max-width:38ch; margin-top:12px;">
Talismanic oil paintings, the Astro Magician's Tarot, and personal
readings. Studio in Boulder, Colorado.
</p>
</div>
<div>
<h4>Studio</h4>
<ul>
<li><a href="pages/gallery.html">Gallery</a></li>
<li><a href="pages/tarot.html">The Astro Magician's Tarot</a></li>
<li><a href="pages/readings.html">Readings</a></li>
<li><a href="pages/shop.html">Shop</a></li>
<li><a href="pages/about.html">About</a></li>
</ul>
</div>
<div>
<h4>Connect</h4>
<ul>
<li><a href="mailto:ameliapasser@gmail.com">ameliapasser@gmail.com</a></li>
</ul>
<div class="socials" style="margin-top:18px;">
<a href="https://www.instagram.com/ameliapasser" target="_blank" rel="noopener" aria-label="Instagram">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6"><rect x="3" y="3" width="18" height="18" rx="5"/><circle cx="12" cy="12" r="4"/><circle cx="17.5" cy="6.5" r="0.8" fill="currentColor"/></svg>
</a>
<a href="https://www.facebook.com/ameliapasser" target="_blank" rel="noopener" aria-label="Facebook">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6"><path d="M14 8h2V5h-2.5C11.5 5 10 6.5 10 8.5V11H8v3h2v6h3v-6h2.2l.3-3H13V9c0-.6.4-1 1-1z"/></svg>
</a>
<a href="https://patreon.com/ameliapasser" target="_blank" rel="noopener" aria-label="Patreon">
<svg viewBox="0 0 24 24" fill="currentColor"><circle cx="15.5" cy="9" r="5"/><rect x="3" y="4" width="3" height="16"/></svg>
</a>
</div>
</div>
</div>
<div class="site-footer__bottom">
<span>© <span id="year"></span> Amelia Passer. All work and likeness reserved.</span>
<span>Made with intention.</span>
</div>
</div>
</footer>
<!-- ============ LIGHTBOX ============ -->
<div class="lightbox" role="dialog" aria-modal="true" aria-label="Artwork preview">
<button class="lightbox__close" aria-label="Close">×</button>
<div>
<div class="lightbox__content"></div>
<p class="lightbox__caption"></p>
</div>
</div>
<script>document.getElementById('year').textContent = new Date().getFullYear();</script>
<script src="assets/script.js"></script>
</body>
</html>