-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotify.html
More file actions
152 lines (142 loc) · 8.86 KB
/
Copy pathnotify.html
File metadata and controls
152 lines (142 loc) · 8.86 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
<!DOCTYPE html>
<html lang="en" class="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notify Me - NoteFlow Launch</title>
<meta name="description" content="Sign up to be the first to know when NoteFlow for Windows launches on the Microsoft Store.">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="canonical" href="https://www.noteflow.software/notify.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": "Get Notified for NoteFlow Launch",
"url": "https://www.noteflow.software/notify.html",
"description": "Sign up to be the first to know when NoteFlow for Windows launches on the Microsoft Store."
}
</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="notify" class="page-content active py-10">
<div class="max-w-4xl mx-auto px-4 scroll-reveal">
<h1 class="page-title">Be The First to Know!</h1>
<p class="page-text mb-10">
NoteFlow is gearing up for launch! We're putting the final touches on the ultimate study app for Windows.
Sign up below with your email address to receive an exclusive notification the moment NoteFlow is live on the Microsoft Store.
You'll also be eligible for any early-bird specials we might announce!
</p>
<div class="iframe-container">
<iframe width="640px" height="480px" src="https://forms.microsoft.com/r/S1Jt5s0zM1?embed=true" frameborder="0" marginwidth="0" marginheight="0" style="border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
</div>
<p class="text-center text-sm text-gray-500 mt-8">
We respect your privacy. Your email will only be used to notify you about the NoteFlow launch.
</p>
</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>