-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
344 lines (302 loc) · 10 KB
/
index.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
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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="mobile-menu-items">
<div class="close-icon">
<img src="images/close-icon.svg" alt="" />
</div>
<a href="#about">About Us</a>
<a href="#services">Services</a>
<a href="#blog">Blog</a>
<a href="#contact">Contact Us</a>
<a href="#" class="btn">Learn</a>
</div>
<div class="container">
<nav>
<div class="logo">
<a href="#">LOGO</a>
</div>
<div class="menu-items">
<a href="#about">About Us</a>
<a href="#services">Services</a>
<a href="#blog">Blog</a>
<a href="#contact">Contact Us</a>
<a href="#" class="btn">Learn</a>
</div>
<div class="menu-icon">
<img src="images/menu-icon.svg" alt="" />
</div>
</nav>
<!-- End of navbar -->
<header>
<div class="left">
<h1>Transforming Ideas into Innovative Mobile Apps</h1>
<p class="sub-heading">
With our expertise and passion for innovation, we bring your ideas
to life and deliver exceptional user experiences.
</p>
<div class="buttons">
<a href="#" class="btn">Learn More</a>
<a href="#" class="btn outlined">Contact Us</a>
</div>
</div>
<div class="right">
<img src="images/hero-image.png" alt="" />
</div>
<div class="bg-color"></div>
</header>
</div>
<!-- End of hero section -->
<div class="featured">
<div class="container">
<h2>Featured on</h2>
<div class="logos">
<img src="images/airbnb-logo.svg" alt="" />
<img src="images/spotify-logo.svg" alt="" />
<img src="images/google-logo.svg" alt="" />
<img src="images/canva-logo.svg" alt="" />
</div>
</div>
</div>
<!-- End of featured section -->
<section id="about">
<div class="container">
<div class="left">
<h2>Unlock the Power of Flutter for Mobile App Development</h2>
<p>
Discover how Flutter can help you create stunning and
high-performance mobile apps in record time.
</p>
<div class="features-container">
<div class="feature">
<div class="icon">
<img src="images/check-icon.svg" alt="" />
</div>
<h3>Simplified Development</h3>
<p>
With Flutter, you can write code once and deploy it on both iOS
and Android platforms.
</p>
</div>
<div class="feature">
<div class="icon">
<img src="images/check-icon.svg" alt="" />
</div>
<h3>Beautiful UI</h3>
<p>
Create visually stunning user interfaces with Flutter's rich set
of customizable widgets.
</p>
</div>
</div>
<a href="#" class="btn outlined">Learn More</a>
</div>
<div class="right">
<img src="images/image1.jpg" alt="" />
</div>
</div>
</section>
<!-- End of about section -->
<section id="services">
<div class="container">
<div class="heading-container">
<h2>Service We Offer</h2>
<p>
We create cutting-edge mobile apps with Flutter, working closely
with you to turn ideas into user-friendly applications.
</p>
</div>
<div class="services-container">
<div class="service">
<img src="images/service1.jpg" alt="" />
<div class="content">
<h3>Mobile App Development</h3>
<p>
Our mobile app development services include native app
development, cross-platform app development, and app
maintenance.
</p>
</div>
</div>
<div class="service">
<img src="images/service2.jpg" alt="" />
<div class="content">
<h3>UI/UX Design Services</h3>
<p>
We provide UI/UX design services to create visually stunning and
intuitive mobile app interfaces.
</p>
</div>
</div>
<div class="service">
<img src="images/service3.jpg" alt="" />
<div class="content">
<h3>App Quality Assurance</h3>
<p>
Our team ensures that your mobile app is thoroughly tested and
meets the highest quality standards.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End of services section -->
<section id="why">
<div class="container">
<div class="left">
<img src="images/image2.png" alt="" />
</div>
<div class="right">
<h2>Why Choose Our Company for Mobile App Development</h2>
<p>
We excel in mobile app development using Flutter, delivering
innovative, high-performing apps with top-notch quality, seamless
user experience, and timely delivery.
</p>
<div class="features-container">
<div class="feature">
<div class="icon">
<img src="images/check-icon.svg" alt="" />
</div>
<h3>Expertise</h3>
<p>
Our team of skilled developers has extensive expertise in
Flutter app development.
</p>
</div>
<div class="feature">
<div class="icon">
<img src="images/check-icon.svg" alt="" />
</div>
<h3>Customization</h3>
<p>
We tailor each mobile app to meet the unique requirements and
preferences of our clients.
</p>
</div>
</div>
<a href="#" class="btn light">Contact Us</a>
</div>
</div>
</section>
<!-- End of why choose us section -->
<div class="container">
<section id="blog">
<div class="heading-container">
<h2>Our Latest Articles</h2>
<p>Discover the Latest Insights, Trends, and Updates from Our Team</p>
</div>
<div class="services-container">
<div class="service">
<a href="#">
<img src="images/blog1.jpg" alt="" />
</a>
<div class="content">
<a href="#">
<h3>Getting Started with Game Development Using Flutter</h3>
</a>
<div class="labels">
<a href="#" class="label">Game Dev</a>
<a href="#" class="label">Programming</a>
</div>
<p>
Learn the basics of game development with Flutter and create
your first game.
</p>
</div>
</div>
<div class="service">
<a href="#">
<img src="images/blog2.jpg" alt="" />
</a>
<div class="content">
<a href="#">
<h3>Game Dev: Animations & Optimization</h3>
</a>
<div class="labels">
<a href="#" class="label">Game Dev</a>
<a href="#" class="label">Animations</a>
</div>
<p>
Improve your Flutter games with advanced animations and
optimization tips.
</p>
</div>
</div>
<div class="service">
<a href="#">
<img src="images/blog3.jpg" alt="" />
</a>
<div class="content">
<a href="#">
<h3>Adding Multiplayer Features to Flutter Games</h3>
</a>
<div class="labels">
<a href="#" class="label">Networking</a>
<a href="#" class="label">Advanced</a>
</div>
<p>
Integrate real-time multiplayer functionality into your Flutter
games.
</p>
</div>
</div>
</div>
<a href="blog-list.html" class="btn outlined">View All Posts</a>
</section>
</div>
<!-- End of Blog section -->
<section id="contact">
<div class="container">
<div class="heading-container">
<h2>Still have questions?</h2>
<p>Contact us for more information or assistance.</p>
</div>
<form action="#">
<div class="group">
<input type="text" placeholder="Full Name" />
<input type="text" placeholder="Email" />
</div>
<textarea placeholder="Your Message"></textarea>
<button class="btn">Send Message</button>
</form>
</div>
</section>
<!-- End of contact form -->
<footer>
<div class="container">
<div class="top">
<div class="left">
<a href="#" class="logo">LOGO</a>
<p>Creating innovative solutions for a connected world.</p>
</div>
<div class="right">
<p>Follow us on</p>
<div class="social">
<a href="#">
<img src="images/x-logo.svg" alt="" />
</a>
<a href="#">
<img src="images/instagram-logo.svg" alt="" />
</a>
<a href="#">
<img src="images/dribbble-logo.svg" alt="" />
</a>
</div>
</div>
</div>
<div class="copyright">
This website was developed by Live Blogger © 2024
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>