-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathfaq.html
182 lines (165 loc) · 7.41 KB
/
faq.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ</title>
<link rel="stylesheet" href="faq.css">
<link rel="stylesheet" href="style.css">
<!-- Firebase Script Starts-->
<script src="https://www.gstatic.com/firebasejs/9.6.1/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.6.1/firebase-auth-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.6.1/firebase-firestore-compat.js"></script>
<!-- Firebase Script Ends -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Notion Quick QR</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/qrcode/build/qrcode.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
<script src="script.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/qr-scanner/qr-scanner.umd.min.js"></script>
</head>
<body>
<header class="header">
<button class="hamburger-menu" aria-label="Open menu">
<i class="fas fa-bars"></i>
</button>
<div class="logo">
<a href="index.html" class="logo-link">
<div class="logo-icon">
<i class="fas fa-qrcode"></i>
<i class="fas fa-wand-magic-sparkles overlay-icon"></i>
</div>
<h1>QuickQR</h1>
</a>
</div>
<!-- Regular auth section (hidden on mobile) -->
<div class="auth-section">
<div class="auth-btn-container">
<button id="loginBtn" class="auth-btn">
<i class="fas fa-user"></i> Login
</button>
<div id="dropdownMenu" class="dropdown-menu" style="display: none;">
<button id="manageQRBtn" class="dropdown-item">Manage QR Codes</button>
<button id="logoutBtn" class="dropdown-item">Logout</button>
</div>
</div>
<button id="howToUseBtn" class="auth-btn">
<a href="./instruction.html">How to use ?</a>
</button>
<!-- Move theme toggle button here -->
<button id="theme-toggle" class="theme-btn">
<i class="fas fa-lightbulb"></i>
</button>
</div>
<!-- Mobile theme toggle -->
<button id="mobile-theme-toggle" class="theme-btn mobile-only">
<i class="fas fa-lightbulb"></i>
</button>
<div id="toast" class="toast"></div>
</header>
<div class="back-button">
<a href="index.html">
<i class="fas fa-arrow-left"></i> Back to Home
</a>
</div>
<main class="faq-container">
<h1>Frequently Asked Questions</h1>
<div class="faq">
<h2>What is QuickQR?</h2>
<p>QuickQR is a professional QR Code Generator with customization options. It allows you to create QR codes for your business, personal use, and more.</p>
</div>
<div class="faq">
<h2>How do I use QuickQR?</h2>
<p>Using QuickQR is simple. Just enter the data you want to encode in the QR code, customize the design, and download the QR code image.</p>
</div>
<div class="faq">
<h2>Is QuickQR free to use?</h2>
<p>Yes, QuickQR is free to use. You can create QR codes without any cost.</p>
</div>
<div class="faq">
<h2>Can I customize the design of the QR code?</h2>
<p>Yes, QuickQR allows you to customize the design of the QR code. You can change the color, add a logo, and more.</p>
</div>
<div class="faq">
<h2>How do I download the QR code?</h2>
<p>After customizing the QR code, you can download the image by clicking the download button.</p>
</div>
</main>
<footer class="footer">
<div class="footer-container">
<div class="footer-brand">
<div class="footer-logo">
<i class="fas fa-qrcode"></i>
QuickQR
</div>
<p class="footer-description">
Simplifying QR code generation with powerful customization and seamless sharing.
Create, manage, and share QR codes effortlessly.
</p>
<div class="footer-social">
<a href="https://www.instagram.com/notion.vit/" target="_blank" class="social-link">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/company/notion_vit/" target="_blank" class="social-link">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/notion-vit" target="_blank" class="social-link">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="footer-links">
<h4>Quick Links</h4>
<a href="#"><i class="fas fa-arrow-right"></i> Home</a>
<a href="#"><i class="fas fa-arrow-right"></i> Generate QR</a>
<a href="#"><i class="fas fa-arrow-right"></i> Manage QR Codes</a>
<a href="#"><i class="fas fa-arrow-right"></i> Instructions</a>
</div>
<div class="footer-links">
<h4>Support</h4>
<a href="#"><i class="fas fa-arrow-right"></i> Contact Us</a>
<a href="faq.html"><i class="fas fa-arrow-right"></i> FAQ</a>
<a href="privacy.html"><i class="fas fa-arrow-right"></i> Privacy Policy</a>
<a href="#"><i class="fas fa-arrow-right"></i> Terms of Service</a>
</div>
</div>
<div class="footer-bottom">
<div class="made-with-love">
Made with <i class="fas fa-heart"></i> by Notion Community, VIT Bhopal
</div>
</div>
</footer>
<script>
document.addEventListener("DOMContentLoaded", () => {
const themeToggle = document.getElementById("mode-toggle");
if (!themeToggle) {
console.error("theme-toggle not found!");
return;
}
// Default to light mode if no theme is set
if (!localStorage.getItem("theme")) {
localStorage.setItem("theme", "light");
}
// Apply saved theme
if (localStorage.getItem("theme") === "dark") {
document.body.classList.add("dark-mode");
themeToggle.checked = true;
} else {
document.body.classList.remove("dark-mode");
}
// Toggle theme on checkbox change
themeToggle.addEventListener("change", () => {
if (themeToggle.checked) {
document.body.classList.add("dark-mode");
localStorage.setItem("theme", "dark");
} else {
document.body.classList.remove("dark-mode");
localStorage.setItem("theme", "light");
}
});
});
</script>
</body>
</html>