-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
326 lines (318 loc) · 14.7 KB
/
index.html
File metadata and controls
326 lines (318 loc) · 14.7 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Growth App</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
</head>
<body>
<nav class="navbar">
<div class="container">
<div class="logo">
<a href="index.html">
<img src="img/Logo-Black.png" width="126" height="35" alt="logo">
</a>
</div>
<div class="main-menu">
<ul class="nav-items">
<li><a href="#">Features</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li>
<a href="#" class="btn">
<i class="fas fa-user"></i> Log In
</a>
</li>
</ul>
</div>
<!-- Hamburger Button & Mobile menu -->
<div class="hamburger-container">
<label class="hamburger-button">
<input type="checkbox">
</label>
<div class="mobile-menu">
<ul class="nav-items">
<li><a href="#">Features</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li>
<a href="#">
<i class="fas fa-user"></i> Log In
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!-- Hero -->
<section class="hero">
<div class="container">
<div class="hero-content">
<h1 class="hero-heading text-xxl">A powerful solution to grow your startup. Fast!</h1>
<p class="hero-text">Organise, collaborate, and track progress seamlessly with our one-stop-shop startup
growth tool.</p>
<div class="hero-buttons">
<button type="button" class="btn btn-primary">Get Started</button>
<button type="button" class="btn btn-light"><i class="fas fa-laptop"></i> Book a
Demo</button>
</div>
<div class="mobile-image">
<img src="img/Hero-Mobile.png" width="343" height="402"
alt="Picture detailing positive impact on sales when opting in to Growth">
</div>
</div>
</div>
</section>
<!-- Video Section -->
<section class="video bg-black">
<div class="container-sm">
<h2 class="video-heading text-xl text-center">See how it works and get started
in less than 2 minutes</h2>
<div class="video-content">
<a href="#">
<img class="video-preview" src="img/Video.png" alt="video">
</a>
<a href="https://google.com" class="button-style">Get Started</a>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="testimonials bg-black">
<div class="container">
<h3 class="testimonials-heading text-xl">Don't just take our word for it, see the success stories from
businesses just like yours.</h3>
<div class="testimonials-flex">
<div class="card card-1">
<p><em>
“Our business has seen a significant increase in productivity since we started using the
Growth
app.”
</em></p>
<p><strong>Katherine Smith</strong><br>
Capodopera</p>
</div>
<div class="card card-2">
<p><em>
“As a small business owner, it's important to have a tool that can help me keep track of
everything. The Growth app has been a lifesaver for me, allowing me to manage my contacts,
schedule appointments, and track progress all in one place..”
</em></p>
<p><strong>Jonathan Lee</strong><br>
Red Bolt</p>
</div>
<div class="card card-3">
<p><em>
“The dashboards and reporting feature has provided valuable insights into our performance
and
helped us make data-driven decisions. It's a game changer for us.”
</em></p>
<p><strong>David Wilson</strong><br>
Slide</p>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section class="pricing">
<div class="container-sm">
<h3 class="pricing-heading text-xl text-center">Pricing</h3>
<p class="pricing-subheading text-sm text-center">Start free and scale while you grow. No hidden fees.
Unlimited users for
free.</p>
<div class="pricing-grid">
<!-- Pricing Card 1 -->
<div class="card simple-card bg-light">
<div class="pricing-card-header">
<h4 class="pricing-heading text-xl">
Simple
</h4>
<p class="pricing-card-subheading">
Keep track of your contacts, gain valuable insights, analyse live data and performance
metrics.
</p>
<p class="pricing-card-price text-sm">
<span class="text-xl">Free</span>
* No credit card needed
</p>
</div>
<div class="pricing-card-body">
<ul>
<li>Real-time monitoring</li>
<li>Track key performance indicators</li>
<li>Schedule appointments</li>
<li>Organize, delegate and keep track of tasks</li>
</ul>
<button class="btn btn-primary btn-block" type="button">Get Started</button>
</div>
</div>
<!-- Pricing Card 2 -->
<div class="card premium-card bg-black">
<div class="pricing-card-header">
<h4 class="pricing-heading text-xl">
Premium
</h4>
<p class="pricing-card-subheading">
Keep track of your contacts, gain valuable insights, analyse live data and performance
metrics.
</p>
<p class="pricing-card-price">
<span class="text-xl">$49</span>
/month
</p>
</div>
<div class="pricing-card-body">
<p>Everything from the free plan plus:</p>
<ul>
<li>Data-driven decisions</li>
<li>Data visualisation</li>
<li>Schedule appointments</li>
<li>Store and organise contact information</li>
<li>Real-time communication tools for messaging and video
conferencing</li>
</ul>
<button class="btn btn-primary btn-block" type="button">Get Started</button>
</div>
</div>
</div>
<div class="pricing-footer">
<p class="text-center">
All prices are in USD and charged per month with applicable taxes added at checkout.
</p>
<a href="#features">View features ↓</a>
</div>
</div>
</section>
<!-- FAQ -->
<section class="faq bg-white">
<div class="container-sm">
<h3 class="faq-header text-xl text-center">Frequently Asked Questions</h3>
<h3 class="faq-header-mobile text-xl text-center">FAQ</h3>
<div class="faq-categories-menu bg-light" id="features">
<input type="radio" name="selector" id="s1" checked>
<label for="s1">All</label>
<input type="radio" name="selector" id="s2">
<label for="s2">Getting Started</label>
<input type="radio" name="selector" id="s3">
<label for="s3">Pricing</label>
</div>
<div class="faq-content">
<div class="faq-group">
<details>
<summary class="question text-md">
How does the contact management feature help me keep track of clients and partners?
</summary>
<div class="answer text-md">
Keep track of your contacts, gain valuable insights, analyse live data and performance
metrics.
</div>
</details>
<details>
<summary class="question text-md">
Can I customize the dashboards and reporting feature to display the metrics that are most
important to my business?
</summary>
<div class="answer text-md">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea unde accusantium quibusdam,
exercitationem cum sapiente dolor quis molestias fuga id dolorum officiis odit animi veniam?
</div>
</details>
<details>
<summary class="question text-md">
How does the task management feature help me delegate tasks to my team and track progress?
</summary>
<div class="answer text-md">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet deleniti illo quod asperiores
maxime porro distinctio suscipit ipsum rerum tempore.
</div>
</details>
<details>
<summary class="question text-md">
Can I collaborate with my team in real-time using all tools?
</summary>
<div class="answer text-md">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Aliquam fugit molestiae doloremque
suscipit ut magni!
</div>
</details>
<details>
<summary class="question text-md">
Is the app available on all devices?
</summary>
<div class="answer text-md">
Any device running Android / iOS 10 or newer will be able to use the app.
</div>
</details>
<details>
<summary class="question text-md">
How does the app help me stay compliant when working with freelancers and contractors?
</summary>
<div class="answer text-md">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Harum ratione laudantium
necessitatibus eveniet consequatur maxime, totam eaque molestiae, tempore corrupti aliquam
nam quo dicta reprehenderit, beatae repudiandae sint rem deserunt.
</div>
</details>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer bg-black">
<div class="container">
<div class="footer-logo">
<a href="index.html">
<img src="img/Logo-White.png" width="126" height="35" alt="logo">
</a>
</div>
<div class="footer-grid">
<div class="card">
<h4>Subscribe to newsletter</h4>
<p class="text-sm">
Subscribe now to receive tips on how to take your business to the next level.
</p>
<form>
<input type="email" name="email-field" id="email" placeholder=" Enter your email">
<button type="submit" class="btn btn-primary">Subscribe</button>
</form>
</div>
<div class="company-links">
<h4>Company</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Our Process</a></li>
<li><a href="#">Join Our Team</a></li>
</ul>
</div>
<div class="resources-links">
<h4>Resources</h4>
<ul>
<li><a href="#">News</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Recent Projects</a></li>
</ul>
</div>
<div class="contact-links">
<h4>Contact</h4>
<ul>
<li><a href="#">hello@growthapp.com</a></li>
</ul>
</div>
</div>
<div class="brand-links">
<i class="fab fa-linkedin"></i>
<i class="fab fa-twitter"></i>
</div>
<div class="copyright">
<p class="text-sm">© 2023 Growth. All rights reserved</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>