-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
456 lines (402 loc) · 16.3 KB
/
index.html
File metadata and controls
456 lines (402 loc) · 16.3 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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="theme-color" content="#0f7e94">
<meta property="og:type" content="website">
<meta name="robots" content="index, follow">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="DC.format" content="text/html" scheme="DCTERMS.DCMIType">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Flash Study">
<meta name="twitter:title" content="Flash Study">
<meta property="og:site_name" content="Flash Study">
<meta name="DC.publisher" content="Flash Study" scheme="DCTERMS.DCMIType">
<meta name="owner" content="Ilan Luciano">
<meta name="designer" content="Ilan Luciano">
<meta name="DC.creator" content="Ilan Luciano">
<meta name="url" content="https://flashstudy.org">
<meta property="og:url" content="https://flashstudy.org">
<meta name="twitter:url" content="https://flashstudy.org">
<meta name='description' content="An easy-to-use website for studying and note sharing">
<meta property="og:description" content="An easy-to-use website for studying and note sharing">
<meta name="twitter:description" content="An easy-to-use website for studying and note sharing">
<meta name="DC.description" content="An easy-to-use website for studying and note sharing" scheme="DCTERMS.DCMIType">
<meta name="subject" content="flash study, flashcards, studying, quizlet, notes, notes sharing, quizlet alternative">
<meta name="DC.subject" content="flash study, flashcards, studying, quizlet, notes, notes sharing, quizlet alternative" scheme="DCTERMS.DCMIType">
<meta name="keywords" content="flash study, flashcards, studying, quizlet, notes, notes sharing, quizlet alternative">
<title>Flash Study</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link rel="stylesheet" href="main.css?12">
<style>
.landing {
margin-top: 90px;
padding: 0 20px 30px 20px;
}
.section-box {
border: var(--content-border);
background-color: var(--light-color);
margin: 15px auto;
max-width: 1100px;
padding: 22px;
}
.hero {
display: grid;
grid-template-columns: 1.1fr 1fr;
gap: 25px;
align-items: center;
}
.hero h1 {
margin: 0;
font-size: 34pt;
line-height: 1.05;
}
.hero p {
font-size: 14pt;
margin: 15px 0;
}
.cta-row button {
margin-right: 8px;
margin-bottom: 8px;
font-size: 12pt;
}
.secondary {
background-color: var(--light-color);
}
.trust {
margin-top: 12px;
font-size: 11pt;
}
.trust span {
display: inline-block;
border: var(--content-border);
padding: 4px 8px;
margin-right: 8px;
margin-bottom: 8px;
}
.preview-shell {
border: var(--header-border);
padding: 12px;
background: linear-gradient(160deg, rgba(73, 191, 171, 0.22) 0%, rgba(245, 245, 245, 1) 60%);
}
.mini-ui {
border: var(--content-border);
background-color: var(--light-color);
margin-bottom: 8px;
padding: 10px;
}
.flip-card {
border: var(--content-border);
padding: 13px;
text-align: center;
animation: flipPulse 3s infinite;
transform-style: preserve-3d;
}
.progress {
height: 10px;
border: var(--content-border);
margin-top: 8px;
overflow: hidden;
}
.progress span {
display: block;
height: 100%;
width: 62%;
background-color: var(--accent-color);
animation: loadBar 2.8s ease-in-out infinite;
}
.quiz-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6px;
}
.quiz-row div {
border: var(--content-border);
padding: 8px;
font-size: 10pt;
}
.columns-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
}
.columns-2 ul {
margin: 10px 0 0 20px;
}
.columns-2 li {
margin-bottom: 7px;
}
.feature-grid,
.preview-grid,
.quote-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.feature-card,
.preview-card,
.quote {
border: var(--content-border);
padding: 14px;
}
.preview-card {
min-height: 120px;
background-color: rgba(73, 191, 171, 0.08);
}
.steps {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
.step {
border: var(--content-border);
padding: 14px;
}
.step strong {
display: inline-block;
margin-bottom: 8px;
border-bottom: var(--content-border);
}
.compare {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
}
.compare th,
.compare td {
border: var(--content-border);
padding: 8px;
text-align: left;
}
.compare th {
background-color: rgba(73, 191, 171, 0.18);
}
.cta-banner {
text-align: center;
background: linear-gradient(145deg, rgba(73, 191, 171, 0.18), rgba(245, 245, 245, 1));
}
.cta-banner h2,
.cta-banner p {
margin: 8px 0;
}
footer {
border-top: var(--header-border);
border-bottom: var(--header-border);
margin-top: 20px;
padding: 14px 20px;
text-align: center;
}
footer a {
margin: 0 8px;
}
@keyframes flipPulse {
0%, 100% { transform: rotateY(0deg); }
50% { transform: rotateY(180deg); }
}
@keyframes loadBar {
0% { width: 20%; }
50% { width: 80%; }
100% { width: 35%; }
}
@media (max-width: 900px) {
.hero,
.columns-2,
.steps,
.feature-grid,
.preview-grid,
.quote-grid {
grid-template-columns: 1fr;
}
.hero h1 {
font-size: 25pt;
}
}
</style>
</head>
<body>
<header>
<img src="logo.png" onclick="window.open('index.html', '_self');">
<div>
<a href="sets.html">Sets</a>
<div class="underline"></div>
</div>
<div>
<a href="notes.html">Notes</a>
<div class="underline"></div>
</div>
<svg onclick="location.href = 'login.html'" id="profile" xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="currentColor" class="bi bi-person-fill" viewBox="0 0 16 16">
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/>
</svg>
<button onclick="dropdown();" id="new">Create</button>
<div id="dropdown" class="dropdown-content">
<a href="create-set.html">Create New Set</a>
<a href="create-note.html">Create New Note</a>
</div>
</header>
<main class="landing">
<section class="section-box hero">
<div>
<h1>Study smarter, not longer.</h1>
<p>Free flashcards, practice questions, and notes - all in one place.</p>
<div class="cta-row">
<button onclick="location.href='sets.html'">Start Studying Free</button>
<button class="secondary" onclick="location.href='study.html?id=2515945533237076'">Try Demo</button>
</div>
<div class="trust">
<span>100% Free</span>
<span>No signup required to try</span>
</div>
</div>
<div class="preview-shell" aria-label="Animated product preview">
<div class="mini-ui">
<div class="flip-card">Flashcard: What is active recall?</div>
<div class="progress"><span></span></div>
</div>
<div class="mini-ui">
<div class="quiz-row">
<div>A. Passive rereading</div>
<div style="background-color: rgba(73, 191, 171, 0.28);">B. Testing yourself</div>
</div>
</div>
</div>
</section>
<section class="section-box columns-2">
<div>
<h2>Why studying feels hard</h2>
<ul>
<li>Studying takes too long</li>
<li>Making flashcards is tedious</li>
<li>You forget what you just learned</li>
</ul>
</div>
<div>
<h2>How Flash Study fixes it</h2>
<ul>
<li>Fast flashcard creation</li>
<li>Active recall with quizzes</li>
<li>Organized notes and sharing</li>
</ul>
</div>
</section>
<section class="section-box">
<h2>Core features</h2>
<div class="feature-grid">
<article class="feature-card">
<h3>Flashcards That Actually Work</h3>
<p>Create custom decks in seconds and study with active recall.</p>
</article>
<article class="feature-card">
<h3>Practice Questions</h3>
<p>Reinforce key topics quickly with a free Quizlet Learn style flow.</p>
</article>
<article class="feature-card">
<h3>Smart Notes</h3>
<p>Organize and share notes with classmates for collaborative studying.</p>
</article>
<article class="feature-card">
<h3>Learn Faster</h3>
<p>Designed for efficient study sessions without clutter or distractions.</p>
</article>
</div>
</section>
<section class="section-box">
<h2>How it works</h2>
<div class="steps">
<div class="step">
<strong>1. Create or Import Content</strong>
<p>Type notes or add material to get your study session started quickly.</p>
</div>
<div class="step">
<strong>2. Study with Flashcards</strong>
<p>Flip, test, and repeat until concepts become second nature.</p>
</div>
<div class="step">
<strong>3. Master with Practice</strong>
<p>Track progress and improve with focused practice questions.</p>
</div>
</div>
</section>
<section class="section-box">
<h2>Product preview</h2>
<div class="preview-grid">
<div class="preview-card">
<h3>Flashcard UI</h3>
<p>Fast card flow with immediate feedback and progress tracking.</p>
</div>
<div class="preview-card">
<h3>Quiz Interface</h3>
<p>Practice mode that reinforces memory in short focused rounds.</p>
</div>
<div class="preview-card">
<h3>Notes Dashboard</h3>
<p>Keep your notes organized and ready to share with your classmates.</p>
</div>
<div class="preview-card">
<h3>Demo Ready</h3>
<p>Try a quick learning loop before creating an account.</p>
</div>
</div>
</section>
<section class="section-box">
<h2>Why students choose Flash Study</h2>
<table class="compare" aria-label="Feature comparison table">
<thead>
<tr>
<th>Feature</th>
<th>Flash Study</th>
<th>Typical Tools</th>
</tr>
</thead>
<tbody>
<tr>
<td>Free</td>
<td>Yes</td>
<td>Often paid</td>
</tr>
<tr>
<td>Flashcards</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Practice Mode</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Notes and Sharing</td>
<td>Yes</td>
<td>Rare</td>
</tr>
<tr>
<td>Simple UI</td>
<td>Yes</td>
<td>Often cluttered</td>
</tr>
</tbody>
</table>
</section>
<section class="section-box">
<h2>Built by students, for students</h2>
<div class="quote-grid">
<blockquote class="quote">"I can prep for quizzes much faster now."</blockquote>
<blockquote class="quote">"The mix of flashcards and notes keeps everything in one place."</blockquote>
<blockquote class="quote">"Simple interface, no distractions, just study."</blockquote>
<blockquote class="quote">"Great free alternative for daily review sessions."</blockquote>
</div>
</section>
<section class="section-box cta-banner">
<h2>Start your next study session in seconds.</h2>
<p>Stop wasting time studying. Start learning faster.</p>
<button onclick="location.href='sets.html'">Start Studying Free</button>
</section>
</main>
<footer>
<a href="index.html">About</a>
<a href="mailto:ilan@ilan-not-elon.com">Contact</a>
<a href="tools.html">Tools</a>
<p>Built by Ilan Luciano</p>
</footer>
<script src="main.js?v1"></script>
</body>
</html>