-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
177 lines (167 loc) · 10.8 KB
/
Copy pathpricing.html
File metadata and controls
177 lines (167 loc) · 10.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
<!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 Pricing - Windows Study App</title>
<meta name="description" content="Simple and affordable one-time purchase for NoteFlow, the ultimate Windows study app. Get lifetime access for just $5.">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="canonical" href="https://www.noteflow.software/pricing.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 Pricing",
"url": "https://www.noteflow.software/pricing.html",
"description": "Simple and affordable one-time purchase for NoteFlow, the ultimate Windows study app. Get lifetime access for just $5.",
"mainEntity": {
"@type": "Product",
"name": "NoteFlow Pro",
"image": "https://www.noteflow.software/noteflow-logo.png",
"description": "Lifetime access to NoteFlow with all features included.",
"brand": { "@type": "Brand", "name": "NoteFlow" },
"offers": {
"@type": "Offer",
"price": "5.00",
"priceCurrency": "USD",
"availability": "https://schema.org/ComingSoon",
"priceValidUntil": "2029-12-31",
"url": "https://www.noteflow.software/pricing.html",
"seller": { "@type": "Organization", "name": "NoteFlow Team" }
}
}
}
</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="pricing" class="page-content active py-10">
<div class="max-w-4xl mx-auto px-4 scroll-reveal">
<h1 class="page-title">Simple, Powerful Pricing</h1>
<p class="page-text">
Unlock the entire NoteFlow arsenal with a single, one-time purchase. No subscriptions, no recurring fees – just lifetime access to your ultimate study command center.
</p>
<div class="glass-card p-8 md:p-12 max-w-md mx-auto text-center border-2 border-indigo-500/50 transform hover:scale-105 transition-transform duration-300">
<h2 class="text-3xl font-bold text-indigo-400 mb-2">NoteFlow Pro</h2>
<p class="text-gray-400 text-lg mb-6">Lifetime Access</p>
<p class="text-6xl font-extrabold text-white mb-6">$5<span class="text-2xl font-normal text-gray-400">.00</span></p>
<p class="text-gray-300 mb-8">One-time payment. All current & future features included.</p>
<ul class="text-left space-y-3 text-gray-300 mb-10">
<li class="flex items-center"><span class="text-green-400 mr-2 text-xl">✔</span> Intelligent Note Organization</li>
<li class="flex items-center"><span class="text-green-400 mr-2 text-xl">✔</span> High-Performance Task Engine</li>
<li class="flex items-center"><span class="text-green-400 mr-2 text-xl">✔</span> Active Recall Flashcards</li>
<li class="flex items-center"><span class="text-green-400 mr-2 text-xl">✔</span> Deep Focus Pomodoro Timer</li>
<li class="flex items-center"><span class="text-green-400 mr-2 text-xl">✔</span> Mindfulness Mode</li>
<li class="flex items-center"><span class="text-green-400 mr-2 text-xl">✔</span> Future AI Features Included</li>
<li class="flex items-center"><span class="text-green-400 mr-2 text-xl">✔</span> Lifetime Updates</li>
</ul>
<button class="w-full btn-coming-soon text-lg">Launching Late July</button>
<p class="notify-prompt text-gray-400 mt-4">Get ready! <a href="notify.html" data-page-link="notify" class="text-indigo-400 hover:text-indigo-300">Sign up for launch news!</a></p>
</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="#contact" class="hover:text-indigo-400 transition-colors mx-2">Contact Us (Placeholder)</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');
}
});
});
</script>
</body>
</html>