-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshop.html
More file actions
293 lines (254 loc) · 21.7 KB
/
Copy pathshop.html
File metadata and controls
293 lines (254 loc) · 21.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ready-to-Go Lessons | Euclidia</title>
<meta name="description" content="Browse and download professional, CCSS-aligned math lesson bundles for grades 7-12. Every problem verified, no AI guessing.">
<meta property="og:title" content="Ready-to-Go Lessons | Euclidia">
<meta property="og:description" content="Browse and download professional, CCSS-aligned math lesson bundles for grades 7-12. Every problem verified, no AI guessing.">
<meta property="og:url" content="https://euclidiamath.com/shop.html">
<meta property="og:type" content="website">
<meta property="og:image" content="https://euclidiamath.com/images/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<link rel="canonical" href="https://euclidiamath.com/shop.html">
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
<link rel="stylesheet" href="styles.css">
<noscript><style id="noscript-reveal-fallback">/* Show scroll-reveal sections when JS is disabled (otherwise content stays at opacity:0 for crawlers and no-JS visitors). */.reveal{opacity:1!important;transform:none!important;}</style></noscript>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "CollectionPage",
"name": "Ready-to-Go Lessons",
"description": "Browse and download professional, CCSS-aligned math lesson bundles for grades 7-12.",
"url": "https://euclidiamath.com/shop.html",
"publisher": {
"@type": "Organization",
"name": "Euclidia",
"url": "https://euclidiamath.com"
}
}
</script>
<style>
/* SHOP-SPECIFIC STYLES */
.shop-note { background:linear-gradient(135deg,rgba(27,58,107,0.3),rgba(9,21,37,0.8)); border:1px solid var(--gold-border); border-radius:var(--radius-lg); padding:24px 32px; display:flex; align-items:center; gap:20px; margin-bottom:48px; flex-wrap:wrap; }
.shop-note-icon { font-size:28px; flex-shrink:0; }
.shop-note p { font-size:14.5px; color:var(--text); line-height:1.65; }
.shop-note p strong { color:var(--gold); }
/* FILTERS */
.filter-bar { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:40px; }
.filter-btn { background:var(--card-bg); border:1px solid var(--border); border-radius:8px; padding:8px 18px; font-size:13px; font-weight:600; color:var(--text-dim); cursor:pointer; transition:all 0.2s; font-family:'DM Sans',sans-serif; }
.filter-btn:hover, .filter-btn.active { background:var(--gold-pale); border-color:var(--gold-border); color:var(--gold); }
/* PRODUCT GRID */
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
/* PRODUCT CARD */
.product-card { background:var(--card-bg); border:1px solid var(--border); border-radius:var(--radius-lg); overflow:hidden; transition:all 0.25s; display:flex; flex-direction:column; }
.product-card:hover { border-color:var(--gold-border); transform:translateY(-4px); box-shadow:0 20px 48px rgba(0,0,0,0.3); }
.product-thumb { width:100%; aspect-ratio:1/1; object-fit:cover; display:block; }
.product-thumb-placeholder { width:100%; aspect-ratio:1/1; background:linear-gradient(135deg,#1B3A6B,#0D1B2E); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:20px; }
.product-thumb-placeholder span { font-family:'Playfair Display',serif; font-size:13px; font-weight:700; color:var(--gold); letter-spacing:0.1em; text-transform:uppercase; }
.product-thumb-placeholder p { font-family:'Playfair Display',serif; font-size:16px; font-weight:700; color:white; text-align:center; line-height:1.3; }
.product-body { padding:20px; flex:1; display:flex; flex-direction:column; gap:10px; }
.product-tags { display:flex; gap:6px; flex-wrap:wrap; }
.product-tag { font-size:11px; font-weight:600; background:var(--gold-pale); border:1px solid var(--gold-border); color:var(--gold); padding:3px 9px; border-radius:5px; }
.product-tag.grade { background:rgba(27,58,107,0.3); border-color:rgba(27,58,107,0.5); color:#93b4d4; }
.product-title { font-family:'Playfair Display',serif; font-size:17px; font-weight:700; color:var(--white); line-height:1.3; transition:color 0.2s; }
.product-title-link { text-decoration:none; color:inherit; display:block; }
.product-title-link:hover .product-title { color:var(--gold); }
.product-thumb-placeholder { text-decoration:none; }
a.product-thumb-placeholder:hover { opacity:0.95; }
.product-desc { font-size:13.5px; color:var(--text-dim); line-height:1.6; flex:1; }
.product-includes { display:flex; gap:12px; font-size:12px; color:var(--text-dim); flex-wrap:wrap; }
.product-footer { padding:16px 20px; border-top:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; gap:12px; }
.product-price-main { font-family:'Playfair Display',serif; font-size:24px; font-weight:900; color:var(--gold); line-height:1; }
.product-price-tpt { font-size:11px; color:var(--text-dim); text-decoration:line-through; }
.product-price-note { font-size:11px; color:var(--text-dim); margin-top:2px; }
.btn-buy { background:var(--gold); color:var(--navy); padding:10px 20px; border-radius:8px; font-size:14px; font-weight:700; text-decoration:none; transition:all 0.2s; white-space:nowrap; display:inline-flex; align-items:center; gap:6px; }
.btn-buy:hover { background:var(--gold-light); transform:translateY(-1px); }
.btn-buy.free { background:#34d399; }
/* LOADING STATE */
.loading-state { text-align:center; padding:80px 24px; }
.loading-spinner { width:40px; height:40px; border:3px solid rgba(232,160,32,0.2); border-top-color:var(--gold); border-radius:50%; animation:spin 0.8s linear infinite; margin:0 auto 16px; }
@keyframes spin { to { transform:rotate(360deg); } }
.loading-state p { font-size:15px; color:var(--text-dim); }
/* EMPTY STATE */
.empty-state { text-align:center; padding:80px 24px; }
.empty-state h3 { font-family:'Playfair Display',serif; font-size:22px; color:var(--white); margin-bottom:12px; }
.empty-state p { font-size:14px; color:var(--text-dim); }
/* MORE COMING */
.more-coming { background:var(--gold-pale); border:1px solid var(--gold-border); border-radius:var(--radius-lg); padding:32px; text-align:center; margin-top:48px; }
.more-coming h3 { font-family:'Playfair Display',serif; font-size:20px; color:var(--white); margin-bottom:8px; }
.more-coming p { font-size:14px; color:var(--text-dim); }
/* ERROR STATE */
.error-state { background:rgba(248,113,113,0.08); border:1px solid rgba(248,113,113,0.2); border-radius:var(--radius-lg); padding:32px; text-align:center; }
.error-state p { font-size:14px; color:#f87171; }
@media(max-width:960px){ .product-grid { grid-template-columns:repeat(2,1fr); } .shop-note { flex-direction:column; } }
@media(max-width:600px){ .product-grid { grid-template-columns:1fr; } }
/* SHOP HERO REDESIGN */
.shop-hero-section { padding-top:120px; padding-bottom:60px; max-width:1280px; margin:0 auto; padding-left:48px; padding-right:48px; position:relative; z-index:1; }
.shop-hero-grid { display:grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap:64px; align-items:center; }
.shop-hero-content { max-width:560px; }
.shop-hero-eyebrow { display:inline-flex; align-items:center; gap:10px; font-size:11px; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; color:var(--gold); margin-bottom:14px; }
.shop-hero-eyebrow .eyebrow-dot { width:6px; height:6px; border-radius:50%; background:var(--gold); }
.shop-hero-eyebrow .eyebrow-divider { color:var(--text-dim); font-weight:500; }
.shop-hero-rule { width:56px; height:1px; background:var(--gold); margin-bottom:32px; opacity:0.85; }
.shop-hero-title { font-family:'Playfair Display',serif; font-size:5rem; font-weight:700; color:var(--white); line-height:1.02; letter-spacing:-0.025em; margin-bottom:28px; }
.shop-hero-title em { font-style:italic; font-weight:600; color:var(--gold); display:block; }
.shop-hero-sub { font-size:1.05rem; line-height:1.7; color:var(--text); margin-bottom:36px; max-width:520px; }
.shop-hero-sub strong { color:var(--white); font-weight:700; }
.shop-hero-ctas { display:flex; gap:24px; align-items:center; margin-bottom:30px; flex-wrap:wrap; }
.shop-cta-primary { display:inline-flex; align-items:center; gap:8px; background:var(--gold); color:var(--navy); padding:15px 26px; border-radius:8px; font-size:15px; font-weight:700; text-decoration:none; transition:all 0.2s; }
.shop-cta-primary:hover { background:var(--gold-light); transform:translateY(-1px); }
.shop-cta-secondary { display:inline-flex; align-items:center; gap:6px; color:var(--text-bright); text-decoration:none; font-size:14px; font-weight:500; transition:color 0.2s; }
.shop-cta-secondary:hover { color:var(--gold); }
.shop-hero-trust { display:flex; flex-wrap:wrap; gap:14px; font-size:12px; color:var(--text-dim); letter-spacing:0.02em; align-items:center; }
.shop-hero-trust .trust-sep { opacity:0.4; }
/* SHOP CARD STACK — three real product cards fanned */
.shop-stack-wrap { position:relative; min-height:480px; }
.shop-stack-tag { display:flex; align-items:center; justify-content:center; gap:10px; font-size:11px; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:var(--text-dim); margin-bottom:18px; }
.shop-stack-tag::before { content:'\25C6'; color:var(--gold); font-size:9px; }
.shop-stack-tag strong { color:var(--white); font-weight:700; letter-spacing:0.12em; }
.shop-stack { position:relative; height:380px; }
.shop-card { position:absolute; width:240px; background:var(--card-bg); border:1px solid var(--border); border-radius:10px; padding:14px 14px 16px; box-shadow:0 18px 32px rgba(0,0,0,0.45), 0 4px 8px rgba(0,0,0,0.3); }
.shop-card-1 { left:0; top:8px; transform:rotate(-6deg); z-index:1; }
.shop-card-2 { left:130px; top:18px; transform:rotate(-1deg); z-index:2; }
.shop-card-3 { left:260px; top:0; transform:rotate(5deg); z-index:3; }
.shop-card-tags { display:flex; gap:6px; flex-wrap:wrap; margin-bottom:10px; }
.shop-card-tag { font-size:9px; font-weight:700; background:var(--gold-pale); border:1px solid var(--gold-border); color:var(--gold); padding:3px 8px; border-radius:4px; letter-spacing:0.04em; }
.shop-card-tag.grade { background:rgba(27,58,107,0.3); border-color:rgba(27,58,107,0.5); color:#93b4d4; }
.shop-card-img { width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:6px; display:block; margin-bottom:10px; }
.shop-card h6 { font-family:'Playfair Display',serif; font-size:13px; font-weight:700; line-height:1.25; color:var(--white); margin-bottom:8px; min-height:32px; }
.shop-card-foot { display:flex; justify-content:space-between; align-items:center; padding-top:8px; border-top:1px solid var(--border); }
.shop-card-price { font-family:'Playfair Display',serif; font-size:18px; font-weight:900; color:var(--gold); line-height:1; }
.shop-card-price.free { color:#34d399; }
.shop-card-meta { font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--text-dim); }
.shop-stack-footer { position:absolute; bottom:-8px; left:50%; transform:translateX(-50%); display:flex; align-items:center; gap:8px; font-size:10px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--text-dim); }
.shop-stack-footer::before { content:'\25CF'; color:var(--gold); font-size:6px; }
.shop-hero-footer-strip { display:flex; justify-content:space-between; padding-top:36px; border-top:1px solid var(--border); margin-top:60px; font-size:10px; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; color:var(--text-dim); }
.shop-hero-footer-strip span { display:inline-flex; align-items:center; gap:10px; }
.shop-hero-footer-strip span:first-child::before { content:'\25CF'; color:var(--gold); font-size:8px; }
.shop-hero-footer-strip span:last-child::after { content:'\25CF'; color:var(--gold); font-size:8px; }
@media (max-width: 1100px) {
.shop-hero-title { font-size:4rem; }
.shop-card { width:200px; }
.shop-card-2 { left:110px; }
.shop-card-3 { left:215px; }
}
@media (max-width: 960px) {
.shop-hero-section { padding-top:104px; padding-bottom:30px; padding-left:24px; padding-right:24px; }
.shop-hero-grid { grid-template-columns:1fr; gap:24px; }
.shop-stack-wrap { display:none; }
.shop-hero-title { font-size:3.2rem; }
.shop-hero-footer-strip { margin-top:36px; padding-top:24px; }
}
@media (max-width: 600px) {
.shop-hero-title { font-size:2.4rem; }
.shop-hero-footer-strip { flex-direction:column; gap:10px; text-align:center; }
}
</style>
</head>
<body data-page="shop">
<a href="#main" class="skip-link">Skip to main content</a>
<main id="main">
<section class="shop-hero-section">
<div class="shop-hero-grid">
<div class="shop-hero-content">
<div class="shop-hero-eyebrow">
<span class="eyebrow-dot"></span>
<span>Ready to teach</span>
<span class="eyebrow-divider">· The Catalog</span>
</div>
<div class="shop-hero-rule"></div>
<h1 class="shop-hero-title">Lessons,<em>already made.</em></h1>
<p class="shop-hero-sub">Browse and buy print-ready lesson bundles. Lesson plan, student worksheet, teacher answer key. Standards-aligned, built on the <strong>7 Elements of Effective Teaching</strong>. Every problem verified, no AI guessing.</p>
<div class="shop-hero-ctas">
<a href="#product-container" class="shop-cta-primary">Browse the catalog ↓</a>
</div>
<div class="shop-hero-trust">
<span>Print-ready PDF</span>
<span class="trust-sep">·</span>
<span>Standards-aligned</span>
<span class="trust-sep">·</span>
<span>No subscription</span>
<span class="trust-sep">·</span>
<span>Built by a teacher</span>
</div>
</div>
<div class="shop-stack-wrap" aria-hidden="true">
<div class="shop-stack-tag"><strong>New catalog launching</strong> · Grades 7-12</div>
<div class="shop-stack">
<div class="shop-card shop-card-1" style="display:flex;align-items:center;justify-content:center;text-align:center;">
<div>
<div style="font-size:42px;color:var(--gold);margin-bottom:8px;">★</div>
<h6 style="margin-bottom:8px;">Growing <em style="font-style:italic;color:var(--gold-light);">catalog</em></h6>
<p style="font-size:13px;opacity:0.7;margin:0;">7th to 12th grade<br>100% CCSS coverage</p>
</div>
</div>
<div class="shop-card shop-card-2" style="display:flex;align-items:center;justify-content:center;text-align:center;">
<div>
<div style="font-size:42px;color:var(--gold);margin-bottom:8px;">✓</div>
<h6 style="margin-bottom:8px;">Verified <em style="font-style:italic;color:var(--gold-light);">math</em></h6>
<p style="font-size:13px;opacity:0.7;margin:0;">No AI guessing.<br>Every problem checked.</p>
</div>
</div>
<div class="shop-card shop-card-3" style="display:flex;align-items:center;justify-content:center;text-align:center;">
<div>
<div style="font-size:42px;color:var(--gold);margin-bottom:8px;">✎</div>
<h6 style="margin-bottom:8px;">Built by a <em style="font-style:italic;color:var(--gold-light);">teacher</em></h6>
<p style="font-size:13px;opacity:0.7;margin:0;">Plan · Worksheet<br>Answer Key</p>
</div>
</div>
</div>
<div class="shop-stack-footer">New bundles go up as I finish them</div>
</div>
</div>
<div class="shop-hero-footer-strip">
<span>Print-ready. Standards-aligned.</span>
<span>New bundles go up as I finish them</span>
</div>
</section>
<section class="section-wrap">
<div class="section-inner" style="padding-top:0;">
<div class="shop-note">
<div class="shop-note-icon">💡</div>
<p>Every bundle is a <strong>print-ready PDF</strong> plus an editable Word file, authored and verified by a teacher. Questions? Email <a href="mailto:euclidiamath@gmail.com" style="color:var(--gold);">euclidiamath@gmail.com</a></p>
</div>
<div class="filter-bar" id="filter-bar" role="group" aria-label="Filter products">
<!-- BUILD:FILTERS:START -->
<button class="filter-btn active" data-filter="all" onclick="filterProducts(this,'all')">All Resources</button><button class="filter-btn" data-filter="7.EE" onclick="filterProducts(this,'7.EE')">7.EE</button><button class="filter-btn" data-filter="Expand-&-Factor-Linear-Expressions" onclick="filterProducts(this,'Expand-&-Factor-Linear-Expressions')">Expand-&-Factor-Linear-Expressions</button><button class="filter-btn" data-filter="Two-Step-Equations" onclick="filterProducts(this,'Two-Step-Equations')">Two-Step-Equations</button><button class="filter-btn" data-filter="Two-Step-Inequalities" onclick="filterProducts(this,'Two-Step-Inequalities')">Two-Step-Inequalities</button>
<!-- BUILD:FILTERS:END -->
</div>
<div id="product-container">
<!-- BUILD:PRODUCTS:START -->
<div class="product-grid">
<div class="product-card" data-tags="7.EE Expand-&-Factor-Linear-Expressions"><a href="lessons/expand-factor-linear-expressions.html" aria-label="View Expand & Factor Linear Expressions | No-Prep Lesson, Worksheet & Answer Key"><img src="images/expand-factor-linear-expressions.png" alt="Expand & Factor Linear Expressions | No-Prep Lesson, Worksheet & Answer Key thumbnail" class="product-thumb" loading="lazy"></a><div class="product-body"><div class="product-tags"><span class="product-tag">7.EE.A.1</span><span class="product-tag grade">Grade 7</span></div><a href="lessons/expand-factor-linear-expressions.html" class="product-title-link"><div class="product-title">Expand & Factor Linear Expressions | No-Prep Lesson, Worksheet & Answer Key</div></a><div class="product-desc">A complete ~50-minute Grade 7 lesson aligned to CCSS 7.EE.A.1. Includes a teacher lesson plan, student worksheet, and full answer key (14 pages total) in print-ready PDF plus editable Word files. Every problem verified, no AI guessing.</div><div class="product-includes"><span>📋 Lesson Plan</span><span>📝 Worksheet</span><span>✅ Answer Key</span></div></div><div class="product-footer"><div><div class="product-price-main">$2.25</div><div class="product-price-tpt">$2.50</div><div class="product-price-note">Print-ready PDF</div></div><a href="https://payhip.com/b/eOZsI" class="btn-buy" target="_blank" rel="noopener">Buy now ↑</a></div></div>
<div class="product-card" data-tags="7.EE Two-Step-Equations"><a href="lessons/two-step-equations.html" aria-label="View Two-Step Equations | No-Prep Lesson, Worksheet & Answer Key"><img src="images/two-step-equations.png" alt="Two-Step Equations | No-Prep Lesson, Worksheet & Answer Key thumbnail" class="product-thumb" loading="lazy"></a><div class="product-body"><div class="product-tags"><span class="product-tag">7.EE.B.4</span><span class="product-tag grade">Grade 7</span></div><a href="lessons/two-step-equations.html" class="product-title-link"><div class="product-title">Two-Step Equations | No-Prep Lesson, Worksheet & Answer Key</div></a><div class="product-desc">A complete ~50-minute Grade 7 lesson aligned to CCSS 7.EE.B.4. Includes a teacher lesson plan, student worksheet, and full answer key (16 pages total) in print-ready PDF plus editable Word files. Every problem verified, no AI guessing.</div><div class="product-includes"><span>📋 Lesson Plan</span><span>📝 Worksheet</span><span>✅ Answer Key</span></div></div><div class="product-footer"><div><div class="product-price-main">$2.25</div><div class="product-price-tpt">$2.50</div><div class="product-price-note">Print-ready PDF</div></div><a href="https://payhip.com/b/snbkV" class="btn-buy" target="_blank" rel="noopener">Buy now ↑</a></div></div>
<div class="product-card" data-tags="7.EE Two-Step-Inequalities"><a href="lessons/two-step-inequalities.html" aria-label="View Two-Step Inequalities | No-Prep Lesson, Worksheet & Answer Key"><img src="images/two-step-inequalities.png" alt="Two-Step Inequalities | No-Prep Lesson, Worksheet & Answer Key thumbnail" class="product-thumb" loading="lazy"></a><div class="product-body"><div class="product-tags"><span class="product-tag">7.EE.B.4</span><span class="product-tag grade">Grade 7</span></div><a href="lessons/two-step-inequalities.html" class="product-title-link"><div class="product-title">Two-Step Inequalities | No-Prep Lesson, Worksheet & Answer Key</div></a><div class="product-desc">A complete ~50-minute Grade 7 lesson aligned to CCSS 7.EE.B.4. Includes a teacher lesson plan, student worksheet, and full answer key (20 pages total) in print-ready PDF plus editable Word files. Every problem verified, no AI guessing.</div><div class="product-includes"><span>📋 Lesson Plan</span><span>📝 Worksheet</span><span>✅ Answer Key</span></div></div><div class="product-footer"><div><div class="product-price-main" style="color:#34d399;">FREE</div><div class="product-price-note">Print-ready PDF</div></div><a href="https://payhip.com/b/J0QAM" class="btn-buy free" target="_blank" rel="noopener">Download ↑</a></div></div>
</div>
<!-- BUILD:PRODUCTS:END -->
</div>
<div class="more-coming" id="more-coming">
<h3>More resources added regularly</h3>
<p>New lesson bundles are added as they're created. Follow us on TPT or check back here for the latest additions.</p>
</div>
</div>
</section>
</main>
<script src="nav.js"></script>
<script src="main.js"></script>
<script>
function filterProducts(btn, filter) {
document.querySelectorAll('.filter-btn').forEach(function (b) { b.classList.remove('active'); });
btn.classList.add('active');
var anyVisible = false;
document.querySelectorAll('.product-card').forEach(function (card) {
var tags = (card.dataset.tags || '').split(/\s+/);
var show = filter === 'all' || tags.indexOf(filter) !== -1;
card.style.display = show ? '' : 'none';
if (show) anyVisible = true;
});
document.getElementById('more-coming').style.display = anyVisible ? '' : 'none';
}
</script>
</body>
</html>