-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
162 lines (152 loc) · 9.56 KB
/
Copy pathabout.html
File metadata and controls
162 lines (152 loc) · 9.56 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
<!DOCTYPE html>
<html lang="en" class="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About NoteFlow - Windows Study App</title>
<meta name="description" content="Learn about the mission and vision behind NoteFlow, the all-in-one study application for Windows.">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="canonical" href="https://www.noteflow.software/about.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": "About NoteFlow",
"url": "https://www.noteflow.software/about.html",
"description": "Learn about the mission and vision behind NoteFlow, the all-in-one study application for Windows.",
"mainEntity": {
"@type": "Organization",
"name": "NoteFlow Team",
"description": "Creators of NoteFlow, dedicated to helping students study smarter on Windows.",
"url": "https://www.noteflow.software/"
}
}
</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="about" class="page-content active py-10">
<div class="max-w-4xl mx-auto px-4 scroll-reveal">
<h1 class="page-title">About NoteFlow</h1>
<div class="glass-card p-8 md:p-10 text-gray-300 space-y-6 text-lg leading-relaxed">
<p>
NoteFlow was born from a simple idea: studying should be organized, focused, and less stressful. As students ourselves, we juggled countless apps – one for notes, another for to-do lists, separate timers, and flashcard apps. It was chaotic and inefficient.
</p>
<p>
We envisioned a single, powerful application specifically for Windows users that integrates all essential study tools into one seamless experience. NoteFlow is the result of that vision.
</p>
<p>
Our mission is to empower students like you to achieve academic success by providing a tool that not only helps you manage your workload but also promotes better study habits and well-being. We believe that with the right tools, anyone can unlock their full academic potential.
</p>
<p>
NoteFlow is built with care, focusing on a clean interface, robust features, and the promise of a one-time purchase for lifetime value. We're committed to continuously improving NoteFlow and supporting our community of learners.
</p>
<p class="font-semibold text-indigo-400 mt-8">Thank you for choosing NoteFlow!</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>