-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
369 lines (341 loc) · 24.4 KB
/
Copy pathindex.html
File metadata and controls
369 lines (341 loc) · 24.4 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
<!DOCTYPE html>
<html lang="en" class="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NoteFlow | AI Study Planner, Notes & To-Do App for Windows</title>
<meta name="description" content="Dominate your studies with NoteFlow, the ultimate all-in-one study app for Windows. Organize notes, manage tasks, create AI flashcards, and use the Pomodoro timer to study smarter. Launching late December!">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="canonical" href="https://www.noteflow.software/" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GE9MD4TXG5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GE9MD4TXG5');
</script>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<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=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "NoteFlow",
"applicationCategory": "ProductivityApplication",
"operatingSystem": "Windows",
"image": "https://www.noteflow.software/NoteFlow%20Icon.png",
"description": "NoteFlow is the all-in-one Windows study app with organized notes, to-do lists, flashcards, Pomodoro timer, and mindfulness features. Streamline your studies and boost your productivity.",
"offers": {
"@type": "Offer",
"price": "5.00",
"priceCurrency": "USD",
"availability": "https://schema.org/ComingSoon",
"priceValidUntil": "2029-12-31",
"seller": {
"@type": "Organization",
"name": "NoteFlow Team"
}
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.noteflow.software/"
}
}
</script>
</head>
<body class="antialiased">
<div class="background-container">
<div class="circle circle-1"></div>
<div class="circle circle-2"></div>
</div>
<nav class="navbar sticky top-0 z-50">
<div class="container mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex-shrink-0 flex items-center">
<a href="index.html" class="text-2xl font-bold text-white hover:text-gray-200 transition-colors">NoteFlow</a>
</div>
<div class="hidden md:flex items-center space-x-2">
<a href="index.html" data-page-link="home" class="nav-link">Home</a>
<a href="pricing.html" data-page-link="pricing" class="nav-link">Pricing</a>
<a href="ai-features.html" data-page-link="ai" class="nav-link">AI Features</a>
<a href="notify.html" data-page-link="notify" class="nav-link">Notify Me</a>
<a href="about.html" data-page-link="about" class="nav-link">About</a>
<a href="gallery.html" data-page-link="gallery" class="nav-link">Gallery</a>
</div>
<div class="md:hidden flex items-center">
<button id="mobile-menu-button" aria-label="Open menu" aria-expanded="false" class="text-gray-300 hover:text-white focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 p-2 rounded-md">
<svg id="menu-icon-open" class="h-6 w-6 block" stroke="currentColor" fill="none" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7" />
</svg>
<svg id="menu-icon-close" class="h-6 w-6 hidden" stroke="currentColor" fill="none" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
</div>
</div>
</div>
<div id="mobile-menu" class="md:hidden">
<a href="index.html" data-page-link="home" class="block nav-link text-left py-3 px-4 border-b border-gray-700 hover:bg-gray-700">Home</a>
<a href="pricing.html" data-page-link="pricing" class="block nav-link text-left py-3 px-4 border-b border-gray-700 hover:bg-gray-700">Pricing</a>
<a href="ai-features.html" data-page-link="ai" class="block nav-link text-left py-3 px-4 border-b border-gray-700 hover:bg-gray-700">AI Features</a>
<a href="notify.html" data-page-link="notify" class="block nav-link text-left py-3 px-4 border-b border-gray-700 hover:bg-gray-700">Notify Me</a>
<a href="about.html" data-page-link="about" class="block nav-link text-left py-3 px-4 border-b border-gray-700 hover:bg-gray-700">About</a>
<a href="gallery.html" data-page-link="gallery" class="block nav-link text-left py-3 px-4 hover:bg-gray-700">Gallery</a>
</div>
</nav>
<div id="page-container" class="container mx-auto px-4 sm:px-6 lg:px-8 py-8">
<header class="text-center py-20 md:py-28 relative">
<div class="scroll-reveal">
<h1 class="text-5xl md:text-7xl font-black tracking-tight mb-5 text-white">
<span class="hero-title-gradient">End the Chaos. Command Your Studies.</span><br>
<span class="block text-gray-200 mt-2 md:mt-3">The Ultimate Study OS for Windows.</span>
</h1>
<p class="text-base font-semibold uppercase tracking-wider text-indigo-400 mb-6">Exclusively for Windows</p>
<p class="max-w-3xl mx-auto text-lg md:text-xl text-gray-400 mb-12">
Stop juggling scattered notes, endless to-do lists, and distracting apps. NoteFlow is the all-in-one command center engineered to bring precision, focus, and order to your academic life.
</p>
<button id="main-cta-button" class="btn-coming-soon">Launching Globally Late December</button>
<p class="notify-prompt text-gray-400 mt-4">Be the first to know! <a href="notify.html" data-page-link="notify" class="text-indigo-400 hover:text-indigo-300">Sign up for launch updates!</a></p>
</div>
</header>
<main>
<section id="how-it-works" class="py-12 md:py-16 scroll-reveal">
<div class="text-center mb-16">
<h2 class="section-title">From Chaos to Clarity in 3 Steps</h2>
</div>
<div class="max-w-5xl mx-auto md:flex md:space-x-8">
<div class="how-it-works-step">
<div class="step-number">1</div>
<h3 class="text-2xl font-bold mb-2 text-white">Centralize Your Intel</h3>
<p class="text-gray-400">Consolidate every note, idea, and deadline into one structured knowledge base. No more lost information.</p>
</div>
<div class="how-it-works-step">
<div class="step-number">2</div>
<h3 class="text-2xl font-bold mb-2 text-white">Engineer Your Success</h3>
<p class="text-gray-400">Use the high-performance to-do list and AI Planner to build a strategic roadmap for every project and exam.</p>
</div>
<div class="how-it-works-step">
<div class="step-number">3</div>
<h3 class="text-2xl font-bold mb-2 text-white">Master and Conquer</h3>
<p class="text-gray-400">Leverage the Deep Focus Timer, AI-generated flashcards, and practice exams to make knowledge permanent and ace your tests.</p>
</div>
</div>
</section>
<section id="features-showcase" class="py-12 md:py-16 scroll-reveal">
<div class="text-center mb-16">
<h2 class="section-title">The Complete Arsenal for Academic Victory</h2>
<p class="section-subtitle">NoteFlow integrates every tool you need into one seamless, powerful workflow. No more app-switching, just pure focus.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-7xl mx-auto">
<div class="glass-card p-8 flex flex-col items-center text-center scroll-reveal">
<div class="feature-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 9.776c.112-.017.227-.026.344-.026h15.812c.117 0 .232.009.344.026m-16.5 0a2.25 2.25 0 00-1.883 2.542l.857 6a2.25 2.25 0 002.227 1.932H19.05l.857-6a2.25 2.25 0 00-1.883-2.542m-16.5 0A2.25 2.25 0 013.75 7.5h16.5a2.25 2.25 0 012.25 2.25m-18.75 0h18.75v-1.5c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v1.5z" /></svg></div>
<h3 class="text-xl font-bold mb-2 text-white">Intelligent Note Organization</h3>
<p class="text-gray-400 flex-grow">Forge a fortress of knowledge. Structure your notes by subject and topic, making every detail instantly accessible.</p>
</div>
<div class="glass-card p-8 flex flex-col items-center text-center scroll-reveal" style="transition-delay: 0.1s;">
<div class="feature-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg></div>
<h3 class="text-xl font-bold mb-2 text-white">High-Performance Task Engine</h3>
<p class="text-gray-400 flex-grow">Conquer your workload with precision. Break down massive projects into sub-tasks and track your progress to completion.</p>
</div>
<div class="glass-card p-8 flex flex-col items-center text-center scroll-reveal" style="transition-delay: 0.2s;">
<div class="feature-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25v8.25A2.25 2.25 0 0118 18.75h-5.25m-8.25-8.25h5.25" /></svg></div>
<h3 class="text-xl font-bold mb-2 text-white">AI-Generated Flashcards</h3>
<p class="text-gray-400 flex-grow">Turn your notes into intelligent flashcards instantly. Our AI identifies key concepts so you can master them with active recall.</p>
</div>
<div class="glass-card p-8 flex flex-col items-center text-center scroll-reveal" style="transition-delay: 0.05s;">
<div class="feature-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z" /></svg></div>
<h3 class="text-xl font-bold mb-2 text-white">Deep Focus Timer</h3>
<p class="text-gray-400 flex-grow">Command your concentration. Use the Pomodoro timer to work in targeted sprints and eliminate distractions.</p>
</div>
<div class="glass-card p-8 flex flex-col items-center text-center scroll-reveal" style="transition-delay: 0.15s;">
<div class="feature-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 00-2.456 2.456zM16.898 20.528l.259 1.035a3.375 3.375 0 002.456 2.456l1.035.259-.259 1.035a3.375 3.375 0 00-2.456 2.456L18 21.75l-.259-1.035a3.375 3.375 0 00-2.456-2.456l-1.035-.259 1.035-.259a3.375 3.375 0 002.456-2.456z" /></svg></div>
<h3 class="text-xl font-bold mb-2 text-white">AI Practice Exams</h3>
<p class="text-gray-400 flex-grow">Simulate Exam Day. Anytime. Generate practice exams from your notes to identify weak spots and build confidence.</p>
</div>
<div class="glass-card p-8 flex flex-col items-center text-center scroll-reveal" style="transition-delay: 0.25s;">
<div class="feature-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z" /></svg></div>
<h3 class="text-xl font-bold mb-2 text-white">Mindfulness Mode</h3>
<p class="text-gray-400 flex-grow">High-level focus requires strategic rest. Use guided breathing exercises to reduce stress, reset your mind, and stay in the zone.</p>
</div>
</div>
</section>
<section id="comparison" class="py-12 md:py-16 scroll-reveal">
<div class="text-center mb-12 px-6"><h2 class="section-title">Stop Juggling. Start Integrating.</h2><p class="section-subtitle">See how a typical study day changes with NoteFlow. More time focusing, less time wasted.</p></div>
<div class="chart-container"><canvas id="studyChart"></canvas></div>
</section>
<section id="purchase-section" class="text-center py-16 md:py-24 bg-gradient-to-br from-indigo-900 via-purple-900 to-slate-900 rounded-xl mt-16 shadow-2xl scroll-reveal border border-indigo-500/20">
<h2 class="text-4xl md:text-5xl font-extrabold tracking-tight mb-5 text-white">Ready to Command Your Studies?</h2>
<p class="max-w-3xl mx-auto text-lg md:text-xl text-indigo-200 mb-10 px-6">Invest in your academic future. Get lifetime access to every feature with a simple, one-time purchase. No subscriptions. No hidden fees.</p>
<button class="btn-coming-soon-lg">Launching Globally Late December</button>
<p class="notify-prompt text-gray-400 mt-4">
NoteFlow is exclusively designed for Windows.<br>
Be the first to know!
<a href="notify.html" data-page-link="notify" class="text-indigo-400 hover:text-indigo-300">Sign up for launch updates!</a>
</p>
</section>
</main>
</div>
<footer class="text-center py-12 mt-8 border-t border-gray-800">
<div class="container mx-auto px-4">
<div class="mb-6">
<a href="#" class="social-icon" aria-label="NoteFlow on Twitter (Placeholder)">🐦</a>
<a href="#" class="social-icon" aria-label="NoteFlow on Facebook (Placeholder)">👍</a>
<a href="#" class="social-icon" aria-label="NoteFlow on Instagram (Placeholder)">📸</a>
<a href="#" class="social-icon" aria-label="NoteFlow on LinkedIn (Placeholder)">🔗</a>
</div>
<div class="text-sm text-gray-500 mb-4">
<a href="mailto:noteflowdev@outlook.com" class="hover:text-indigo-400 transition-colors mx-2" aria-label="Email NoteFlow">noteflowdev@outlook.com</a>
</div>
<p class="text-gray-500 text-sm">© <span id="currentYear"></span> NoteFlow. All rights reserved. The Ultimate Study App for Windows.</p>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', () => {
document.getElementById('currentYear').textContent = new Date().getFullYear();
const scrollRevealElements = document.querySelectorAll('.scroll-reveal');
const revealObserver = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
}
});
}, { threshold: 0.05 });
scrollRevealElements.forEach(el => {
revealObserver.observe(el);
});
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
const menuIconOpen = document.getElementById('menu-icon-open');
const menuIconClose = document.getElementById('menu-icon-close');
let studyChartInstance = null;
if (mobileMenuButton && mobileMenu && menuIconOpen && menuIconClose) {
mobileMenuButton.addEventListener('click', () => {
const isOpen = mobileMenu.classList.toggle('open');
mobileMenuButton.setAttribute('aria-expanded', isOpen.toString());
menuIconOpen.classList.toggle('hidden', isOpen);
menuIconClose.classList.toggle('hidden', !isOpen);
});
}
const currentPath = window.location.pathname.split("/").pop() || "index.html";
document.querySelectorAll('.nav-link').forEach(link => {
const linkPath = link.getAttribute('href');
if (linkPath === currentPath || (currentPath === "" && linkPath === "index.html")) {
link.classList.add('active');
link.setAttribute('aria-current', 'page');
}
});
function getChartOptions() {
const gridColor = 'rgba(255, 255, 255, 0.1)';
const tickColor = '#8b949e';
const titleColor = '#c9d1d9';
const legendLabelColor = '#8b949e';
return {
indexAxis: 'y', responsive: true, maintainAspectRatio: false,
scales: {
x: {
stacked: true,
title: { display: true, text: 'Percentage of Study Time (%)', font: {size: 13, weight: '500'}, color: tickColor, padding: {top: 10} },
grid: { display: false, drawBorder: false },
ticks: { font: {size: 12}, color: tickColor, padding: 5}
},
y: {
stacked: true,
grid: { color: gridColor, borderDash: [2, 2] },
ticks: { font: {size: 13, weight: '500'}, color: tickColor, padding: 10}
}
},
plugins: {
tooltip: {
backgroundColor: '#0d1117',
titleColor: '#c9d1d9',
bodyColor: '#c9d1d9',
titleFont: { size: 14, weight: '600' },
bodyFont: { size: 12 }, padding: 12, cornerRadius: 6, displayColors: false,
callbacks: { label: function(context) { return `${context.dataset.label}: ${context.raw}%`; } }
},
title: { display: true, text: 'Typical Study Session Efficiency (Windows)', font: { size: 18, weight: '700' }, color: titleColor, padding: { top: 5, bottom: 25 } },
legend: { position: 'bottom', labels: { font: {size: 13}, color: legendLabelColor, padding: 25, usePointStyle: true, pointStyle: 'rectRounded' } }
},
layout: { padding: { top: 5, bottom: 5, left: 5, right: 5 } }
};
}
const chartCanvas = document.getElementById('studyChart');
if (chartCanvas) {
const ctx = chartCanvas.getContext('2d');
studyChartInstance = new Chart(ctx, {
type: 'bar',
data: {
labels: ['Scattered Apps Method', 'The NoteFlow Method'],
datasets: [{ label: 'Focused Study Time', data: [60, 90], backgroundColor: 'rgba(136, 103, 255, 0.8)', borderColor: 'rgba(136, 103, 255, 1)', borderWidth: 1.5, borderRadius: 6, borderSkipped: false, },
{ label: 'Time Wasted', data: [40, 10], backgroundColor: 'rgba(239, 68, 68, 0.6)', borderColor: 'rgba(239, 68, 68, 1)', borderWidth: 1.5, borderRadius: 6, borderSkipped: false, }]
},
options: getChartOptions()
});
}
// Konami Code Easter Egg
const konamiCode = ['ArrowUp', 'ArrowUp', 'ArrowDown', 'ArrowDown', 'ArrowLeft', 'ArrowRight', 'ArrowLeft', 'ArrowRight', 'b', 'a'];
let konamiIndex = 0;
document.addEventListener('keydown', (e) => {
if (e.key === konamiCode[konamiIndex]) {
konamiIndex++;
if (konamiIndex === konamiCode.length) {
triggerEasterEgg();
konamiIndex = 0;
}
} else {
konamiIndex = 0;
}
});
function triggerEasterEgg() {
if (document.getElementById('matrix-canvas')) return;
const canvas = document.createElement('canvas');
canvas.id = 'matrix-canvas';
canvas.className = 'matrix-canvas';
document.body.appendChild(canvas);
const ctx = canvas.getContext('2d');
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
const katakana = 'アァカサタナハマヤャラワガザダバパイィキシチニヒミリヰギジヂビピウゥクスツヌフムユュルグズブヅプエェケセテネヘメレヱゲゼデベペオォコソトノホモヨョロヲゴゾドボポヴッン';
const latin = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
const nums = '0123456789';
const alphabet = katakana + latin + nums;
const fontSize = 16;
const columns = canvas.width / fontSize;
const rainDrops = [];
for (let x = 0; x < columns; x++) {
rainDrops[x] = 1;
}
let animationFrame;
const draw = () => {
ctx.fillStyle = 'rgba(13, 17, 23, 0.05)';
ctx.fillRect(0, 0, canvas.width, canvas.height);
ctx.fillStyle = '#8867ff';
ctx.font = fontSize + 'px monospace';
for (let i = 0; i < rainDrops.length; i++) {
const text = alphabet.charAt(Math.floor(Math.random() * alphabet.length));
ctx.fillText(text, i * fontSize, rainDrops[i] * fontSize);
if (rainDrops[i] * fontSize > canvas.height && Math.random() > 0.975) {
rainDrops[i] = 0;
}
rainDrops[i]++;
}
animationFrame = requestAnimationFrame(draw);
};
setTimeout(() => canvas.classList.add('active'), 10);
draw();
setTimeout(() => {
canvas.classList.remove('active');
setTimeout(() => {
cancelAnimationFrame(animationFrame);
document.body.removeChild(canvas);
}, 500);
}, 6000);
}
});
</script>
</body>
</html>