This repository was archived by the owner on Mar 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
201 lines (185 loc) · 9.19 KB
/
faq.html
File metadata and controls
201 lines (185 loc) · 9.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ - No Box Dev</title>
<meta name="description" content="Frequently asked questions about NoBoxDev's development and design services.">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- Header -->
<header class="header" id="header">
<div class="header-bar"></div>
<div class="container">
<div class="header-inner">
<a href="/" class="logo">
<img src="assets/images/logo.svg" alt="No Box Dev" class="logo-img">
</a>
<nav class="nav">
<a href="index.html#services" class="nav-link">Services</a>
<a href="index.html#case-studies" class="nav-link">Case studies</a>
<a href="index.html#how-we-work" class="nav-link">How we work</a>
<a href="index.html#contact" class="btn btn-coral">Contact us</a>
</nav>
<button class="mobile-menu-btn" id="mobile-menu-btn" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
</header>
<!-- Mobile Navigation -->
<nav class="mobile-nav" id="mobile-nav">
<a href="index.html#services" class="mobile-nav-link">Services</a>
<a href="index.html#case-studies" class="mobile-nav-link">Case studies</a>
<a href="index.html#how-we-work" class="mobile-nav-link">How we work</a>
<a href="index.html#contact" class="btn btn-coral">Contact us</a>
</nav>
<!-- FAQ Content -->
<main class="faq-page">
<div class="container">
<a href="index.html" class="btn btn-coral" style="margin-bottom: var(--spacing-lg);">Go Back</a>
<div class="faq-header">
<h1 class="faq-title">Frequently Asked Questions</h1>
</div>
<div class="faq-list">
<div class="faq-item">
<div class="faq-question">
<span class="faq-question-text">How does a project usually start?</span>
<span class="faq-toggle">▼</span>
</div>
<div class="faq-answer">
<p>Every project starts with a clarity phase. We take time to understand your idea, your users, and what problem you're truly solving. Together, we define scope, priorities, and a practical first version (often an MVP). Only once that's clear do we move into design and build.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span class="faq-question-text">How long does it take to build an app?</span>
<span class="faq-toggle">▼</span>
</div>
<div class="faq-answer">
<p>Most projects take 2 to 10 weeks, depending on complexity and scope. We work in short cycles, share progress frequently, and make sure you always know:</p>
<ul>
<li>where we are,</li>
<li>why we're building it,</li>
<li>and what comes next.</li>
</ul>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span class="faq-question-text">What makes NoBoxDev different from others?</span>
<span class="faq-toggle">▼</span>
</div>
<div class="faq-answer">
<p>We combine technical expertise with psychological insight. With a background in psychology, we don't just build what you ask for, but also consider:</p>
<ul>
<li>how users make decisions,</li>
<li>where friction appears,</li>
<li>and what helps people feel confident using your product.</li>
</ul>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span class="faq-question-text">Can you work with an existing product?</span>
<span class="faq-toggle">▼</span>
</div>
<div class="faq-answer">
<p>Yes. We often:</p>
<ul>
<li>improve existing applications,</li>
<li>add new features,</li>
<li>simplify logic.</li>
</ul>
<p>We'll first assess what's already there, then advise on what makes sense to change (and what doesn't).</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span class="faq-question-text">How do you ensure quality?</span>
<span class="faq-toggle">▼</span>
</div>
<div class="faq-answer">
<p>We carry out extensive internal testing and offer three clear feedback rounds as part of our process. We never compromise on quality. That said, making the best possible end result is always a collaborative effort between us and you.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span class="faq-question-text">Can I follow the progress?</span>
<span class="faq-toggle">▼</span>
</div>
<div class="faq-answer">
<p>Yes. Transparency is part of how we work. You'll have:</p>
<ul>
<li>regular check-ins,</li>
<li>access to your own personal dashboard (soon to be launched),</li>
<li>a clear way to give feedback.</li>
</ul>
<p>No black boxes, no surprises.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span class="faq-question-text">What about maintenance and support?</span>
<span class="faq-toggle">▼</span>
</div>
<div class="faq-answer">
<p>After launch, we can stay involved through:</p>
<ul>
<li>maintenance,</li>
<li>improvements,</li>
<li>and ongoing support.</li>
</ul>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<span class="faq-question-text">Will my product be future-proof?</span>
<span class="faq-toggle">▼</span>
</div>
<div class="faq-answer">
<p>We build every product with growth in mind. If a feature needs room for expansion or scalability, we discuss it upfront and prepare it from day one—not retroactively later.</p>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<a href="/" class="footer-logo">
<img src="assets/images/logo-footer.svg" alt="No Box Dev" class="footer-logo-img">
</a>
</div>
<div class="footer-nav">
<h4 class="footer-nav-title">Navigation</h4>
<ul class="footer-nav-list">
<li><a href="index.html#services">Services</a></li>
<li><a href="index.html#case-studies">Case Studies</a></li>
<li><a href="index.html#how-we-work">How we work</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p class="footer-copyright">© 2026 No Box Dev. All rights reserved.</p>
<div class="footer-legal">
<a href="faq.html">FAQ</a>
<a href="terms.html">Terms & Conditions</a>
<a href="privacy.html">Privacy Policy</a>
</div>
</div>
</div>
<!-- Decorative polygon -->
<div class="footer-decoration">
<img src="assets/images/polygon-footer.svg" alt="">
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>