-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathai-features.html
More file actions
242 lines (220 loc) · 15 KB
/
Copy pathai-features.html
File metadata and controls
242 lines (220 loc) · 15 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
<!DOCTYPE html>
<html lang="en" class="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Study Features - NoteFlow for Windows</title>
<meta name="description" content="Transform your notes with NoteFlow's upcoming AI features. Instantly generate summaries, flashcards, and practice exams to study smarter and boost productivity on Windows.">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="canonical" href="https://www.noteflow.software/ai-features.html" />
<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": "WebPage",
"name": "NoteFlow AI Features",
"url": "https://www.noteflow.software/ai-features.html",
"description": "Discover the upcoming AI-powered features in NoteFlow designed to supercharge your learning and productivity."
}
</script>
</head>
<body>
<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">
<section id="ai-features" class="page-content active py-10">
<div class="max-w-4xl mx-auto px-4 scroll-reveal">
<h1 class="page-title text-transparent bg-clip-text bg-gradient-to-r from-purple-500 via-pink-500 to-red-500">The Future of Studying is Intelligent</h1>
<p class="page-text">
Go beyond simple note-taking. NoteFlow's upcoming AI engine acts as your personal study assistant, transforming your raw notes into a powerful learning toolkit. Automate tedious tasks, get intelligent summaries of complex topics, and generate practice exams to ensure you're ready for anything.
</p>
</div>
<div class="mt-12 scroll-reveal">
<div class="glass-card p-8">
<h2 class="text-2xl font-bold text-white mb-4">AI Generation Demo</h2>
<p class="text-gray-400 mb-6">Paste your notes below, or use our sample text, and click "Generate" to see how NoteFlow's AI can instantly create study materials for you.</p>
<div class="mb-6">
<label for="ai-input" class="block text-sm font-medium text-gray-300 mb-2">Your Notes:</label>
<textarea id="ai-input" rows="8" class="w-full p-3 rounded-lg text-sm transition-all bg-gray-900/50 border border-gray-700 text-gray-300 placeholder-gray-500 focus:ring-2 focus:ring-accent-color focus:border-accent-color"></textarea>
</div>
<div class="text-center">
<button id="generate-btn" class="bg-accent-color text-white font-semibold py-3 px-8 rounded-lg hover:bg-purple-500 transition-all duration-300 shadow-lg hover:shadow-purple-500/40 transform hover:scale-105">
<span id="generate-btn-text">✨ Generate Study Materials</span>
<div id="generate-spinner" class="loading-spinner hidden mx-auto"></div>
</button>
</div>
</div>
<div id="ai-output-container" class="mt-8 space-y-8">
</div>
</div>
</section>
</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="#" class="hover:text-indigo-400 transition-colors mx-2">Privacy Policy</a> |
<a href="#" class="hover:text-indigo-400 transition-colors mx-2">Terms of Service</a> |
<a href="mailto:noteflowdev@outlook.com" class="hover:text-indigo-400 transition-colors mx-2">Contact Us</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');
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();
document.querySelectorAll('.nav-link').forEach(link => {
const linkPath = link.getAttribute('href');
if (linkPath === currentPath) {
link.classList.add('active');
link.setAttribute('aria-current', 'page');
}
});
// AI Demo Logic
const aiInput = document.getElementById('ai-input');
const generateBtn = document.getElementById('generate-btn');
const generateBtnText = document.getElementById('generate-btn-text');
const generateSpinner = document.getElementById('generate-spinner');
const aiOutputContainer = document.getElementById('ai-output-container');
const sampleNotes = `Photosynthesis is the process used by plants, algae, and some bacteria to convert light energy into chemical energy. This process takes place in the chloroplasts. The main inputs are carbon dioxide (CO2), water (H2O), and sunlight. The outputs are glucose (C6H12O6), which is a sugar used for energy, and oxygen (O2), which is released into the atmosphere. The chemical equation is 6CO2 + 6H2O + Light Energy → C6H12O6 + 6O2. There are two main stages: the light-dependent reactions and the light-independent reactions (Calvin Cycle).`;
if (aiInput) {
aiInput.value = sampleNotes;
}
if (generateBtn) {
generateBtn.addEventListener('click', () => {
generateBtnText.classList.add('hidden');
generateSpinner.classList.remove('hidden');
generateBtn.disabled = true;
aiOutputContainer.innerHTML = '';
setTimeout(() => {
const summaryHTML = `
<div class="ai-generated-card glass-card p-6" style="animation-delay: 0s;">
<h3 class="text-xl font-bold text-white mb-3 pb-2">📝 AI Summary</h3>
<p class="text-gray-300">Photosynthesis uses sunlight, water, and CO2 to create glucose (energy) and oxygen. It occurs in chloroplasts and has two stages: light-dependent reactions and the Calvin Cycle.</p>
</div>
`;
const flashcardsHTML = `
<div class="ai-generated-card glass-card p-6" style="animation-delay: 0.2s;">
<h3 class="text-xl font-bold text-white mb-4 pb-2">🧠 AI Flashcards</h3>
<div class="grid md:grid-cols-2 gap-4">
<div class="p-4 bg-gray-900/50 rounded-lg border border-gray-700">
<p class="font-semibold text-gray-200">Q: What are the main inputs for photosynthesis?</p>
<p class="text-indigo-300 mt-2">A: Carbon dioxide, water, and sunlight.</p>
</div>
<div class="p-4 bg-gray-900/50 rounded-lg border border-gray-700">
<p class="font-semibold text-gray-200">Q: What are the two main outputs?</p>
<p class="text-indigo-300 mt-2">A: Glucose (energy) and oxygen.</p>
</div>
</div>
</div>
`;
const practiceQuestionsHTML = `
<div class="ai-generated-card glass-card p-6" style="animation-delay: 0.4s;">
<h3 class="text-xl font-bold text-white mb-4 pb-2">❓ AI Practice Questions</h3>
<div class="space-y-4">
<div>
<p class="font-semibold text-gray-200">1. Where does photosynthesis take place?</p>
<ul class="list-disc list-inside text-gray-400 mt-2 space-y-1">
<li>Mitochondria</li>
<li class="text-green-400 font-bold">Chloroplasts (Correct)</li>
<li>Nucleus</li>
</ul>
</div>
<div>
<p class="font-semibold text-gray-200">2. The light-independent reactions are also known as the...</p>
<ul class="list-disc list-inside text-gray-400 mt-2 space-y-1">
<li class="text-green-400 font-bold">Calvin Cycle (Correct)</li>
<li>Krebs Cycle</li>
<li>Citric Acid Cycle</li>
</ul>
</div>
</div>
</div>
`;
aiOutputContainer.innerHTML = summaryHTML + flashcardsHTML + practiceQuestionsHTML;
generateBtnText.classList.remove('hidden');
generateSpinner.classList.add('hidden');
generateBtn.disabled = false;
}, 2000);
});
}
});
</script>
</body>
</html>