-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
544 lines (524 loc) · 22.2 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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ByteBlaze Technologies</title>
<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:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="images/favicon-logo.jpg">
</head>
<body>
<header>
<div class="navigation">
<nav class="nav-bar">
<!-- <div class="logo"> -->
<img src="images/white-logo.png" alt="white-logo byteblaze">
<!-- </div> -->
<ul class="nav-menu">
<li class="nav-item home"><a href="#hero" class="nav-link" >Home</a></li>
<li class="nav-item"><a href="#services-container" class="nav-link">Services</a></li>
<li class="nav-item"><a href="#" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="#" class="nav-link">Portfolio</a></li>
<li class="nav-item"><a href="#" class="nav-link">About Us</a></li>
<li class="nav-item"><a href="#" class="nav-link btn">Contact Us</a></li>
</ul>
<!-- <div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div> -->
</nav>
</div>
<div class="wrapper">
<div class="hero">
<div class="hero-content">
<h1>
Where <br> INNOVATION <br> meets impact!
</h1>
<p>
Unleashing Your Digital Potential with Innovative, Forward-Thinking Marketing Strategies That Drive Real Impact and Results! </p>
<a href="#" class="btn">Get Started</a>
</div>
<div class="hero-banner">
<div class="hero-image">
<img src="images/Blue.png" alt="mobile-image">
<video autoplay loop muted>
<source src="images/marketing-background.mp4" type="video/mp4">
</video>
<!-- <img src="images/Home.png" alt="inside-image"> -->
</div>
<div class="hero-animation">
<h1>ELEVATING</h1>
</div>
</div>
</div>
</div>
</header>
<!-- END OF HEADER SECTION -->
<div class="wrapper">
<h2>
Services we <br> <span class="light">Provide</span>
</h2>
<section class="services-container">
<div class="left-content">
<div class="services-description">
<h3>
What we do?
</h3>
<p>
Lexogrine specializes in multiple types of services - from custom software development to team augmentation and body leasing. Our experienced team of experts will help you choose the right solution for your business.
</p>
</div>
<div class="left-image">
<img src="images/admin.png" alt="tabs-image" id="image">
</div>
</div>
<div class="right-content">
<ul>
<li>
<h4 onmousemove="changeGraphics()">
Graphics & Animation Studio:
</h4>
<p class="hover-content">
Immerse in creativity with our Graphics & Animation services, where our skilled designers craft engaging visuals and animations that captivate and make your brand unforgettable.
</p>
</li>
<li>
<h4 onmousemove="changeSocial()">
Social Media Hub:
</h4>
<p class="hover-content">
Master the craft of digital storytelling in our Social Media Hub. We create impactful social media campaigns that connect deeply with your audience, enhancing your online influence.
</p>
</li>
<li>
<h4 onmousemove="changeBrand()">
Brand Identity Studio:
</h4>
<p class="hover-content">
Discover the power of first impressions in our Brand Identity Studio, specializing in unique logo creation and comprehensive branding solutions that engage and resonate.
</p>
</li>
<li>
<h4 onmousemove="changeDigital()">
Digital Storefront:
</h4>
<p class="hover-content">
Elevate your online presence with our Web Design & Development services. We create sophisticated, conversion-optimized websites that enhance user engagement and drive business growth.
</p>
</li>
<li>
<h4 onmousemove="changeSearch()">
Search Engine Alchemy:
</h4>
<p class="hover-content">
Elevate your online visibility with our SEO services. Learn how our strategic optimizations make your brand more discoverable, increasing organic traffic effectively.
</p>
</li>
<li>
<h4 onmousemove="changeOdyssey()">
AI-powered Odyssey:
</h4>
<p class="hover-content">
Join our AI-driven marketing revolution, utilizing cutting-edge AI strategies to boost your reach, engagement, and conversion rates, pushing the boundaries of digital marketing.
</p>
</li>
<li>
<h4 onmousemove="changeMobile()">
Mobile Application Studio:
</h4>
<p class="hover-content">
Delve into our Mobile Application Development, creating intuitive, user-centric mobile apps that drive engagement and deliver seamless functionality.
</p>
</li>
</ul>
</div>
</section>
</div>
<!-- end of services section -->
<div class="banner">
<div class="banner-back">
<h3 class="banner-content">
ByteBlaze Technologies
</h3>
</div>
<div class="banner-front">
<h3 class="banner-content">
ByteBlaze Technologies
</h3>
</div>
</div>
<div class="wrapper">
<h2>
Our Customized <br> <span class="light">Work Flow</span>
</h2>
<div class="card-collection">
<div class="card">
<div class="card-content">
<h3>
Concept
</h3>
<p>
Understand client objectives, audience demographics, and brand identity to tailor strategies effectively for maximum impact.
</p>
</div>
</div>
<div class="card">
<div class="card-content">
<h3>
Budget
</h3>
<p>
Develop a comprehensive budget plan, ensuring transparency and flexibility to accommodate client needs and project requirements.
</p>
</div>
</div>
<div class="card">
<div class="card-content">
<h3>
Discussion
</h3>
<p>
Engage in detailed discussions with clients, fostering collaboration and ensuring alignment on strategy, objectives, and expectations.
</p>
</div>
</div>
<div class="card">
<div class="card-content">
<h3>
Processing
</h3>
<p>
Progress with development only after client approval, ensuring each step aligns with their vision and goals seamlessly.
</p>
</div>
</div>
<div class="card">
<div class="card-content">
<h3>
Development
</h3>
<p>
Execute strategies meticulously, crafting compelling content and designs to captivate audiences and achieve desired marketing outcomes.
</p>
</div>
</div>
<div class="card">
<div class="card-content">
<h3>
Result
</h3>
<p>
Analyze campaign performance rigorously, providing actionable insights to optimize strategies for continuous improvement and enhanced ROI
</p>
</div>
</div>
</div>
</div>
<!-- end of work flow section-->
<div class="banner">
<div class="banner-back">
<marquee loop="infinite" scrolldelay="2ms"><h3 class="banner-content">
ByteBlaze Technologies
</h3></marquee>
</div>
<div class="banner-front">
<marquee behavior="alternate" loop="infinite"><h3 class="banner-content">
ByteBlaze Technologies
</h3></marquee>
</div>
</div>
<div class="wrapper">
<h2>
Explore Our <br> <span class="light">Recent Work</span>
</h2>
<div class="portfolio">
<div class="image-set">
<img src="images/desktop (2).png" alt="desktop" id="desktop">
</div>
<div class="image-set">
<img src="images/IPad_Pro_12.png" alt="ipad-pro" id="ipad-pro">
</div>
<div class="image-set">
<img src="images/iphone.png" alt="iphone" id="iphone">
</div>
<div class="image-set">
<img src="images/ipad-mini.png" alt="ipad-mini" id="ipad-mini">
</div>
</div>
<div class="recent-content">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis convallis mae eget aliquam ipsum neque interdum iaculis non.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis convallis mae eget aliquam ipsum neque interdum iaculis non.
</p>
<a href="#" class="btn">See More</a>
</div>
</div>
<!-- end of recent work section-->
<div class="wrapper">
<div class="bg-image">
<div class="bg-box">
<h2 style="color:#000000;">The Results Are Very Satisfying With High Quality Service</h2>
<p>
-Edawad Egene
</p>
</div>
</div>
</div>
<!--reviews section-->
<div class="wrapper">
<h2>
Marketing <br> <span class="light">Insights Hub</span>
</h2>
<div class="marketing-section">
<div class="marketing-1">
<div class="marketing-bg">
<img src="images/marketing.png" alt="">
</div>
<div class="marketing-content">
<div class="text">
<h4>Social Media Marketing</h4>
<p>Search Engine</p>
</div>
<div class="m-image">
<img src="images/arrow.png" alt="" />
</div>
</div>
</div>
<div class="marketing-1">
<div class="marketing-bg">
<img src="images/marketing.png" alt="">
</div>
<div class="marketing-content">
<div class="text">
<h4>Social Media Marketing</h4>
<p>Search Engine</p>
</div>
<div class="m-image">
<img src="images/arrow.png" alt="" />
</div>
</div>
</div>
<div class="marketing-1">
<div class="marketing-bg">
<img src="images/marketing.png" alt="">
</div>
<div class="marketing-content">
<div class="text">
<h4>Social Media Marketing</h4>
<p>Search Engine</p>
</div>
<div class="m-image">
<img src="images/arrow.png" alt="" />
</div>
</div>
</div>
<div class="marketing-1">
<div class="marketing-bg">
<img src="images/marketing.png" alt="">
</div>
<div class="marketing-content">
<div class="text">
<h4>Social Media Marketing</h4>
<p>Search Engine</p>
</div>
<div class="m-image">
<img src="images/arrow.png" alt="" />
</div>
</div>
</div>
</div>
</div>
<!--end of marketing section-->
<div class="wrapper">
<h2>
Pricing Table <br> <span class="light">Start Grooving Your Business</span>
</h2>
<div class="pricing-table-container">
<div class="table-header">
<div class="plans-switch-container">
<input type="checkbox" class="plans-switch">
<span class="Monthly">Monthly</span>
<span class="Yearly">Yearly</span>
</div>
</div>
<div class="pricing-table">
<div class="plan simple">
<div class="content">
<h3>Basic Plan</h3>
<div class="price-container">
<span class="price basic-price">20K INR</span>
<span class="plan-duration">/ month</span>
</div>
</div>
<ul class="features">
<li>
Platforms: Instagram, Facebook
</li>
<li>
Content: 5 reels, 10 posters/month
</li>
<li>
Engagement: Respond to comments/messages
</li>
<li>
Budget: 15K for content, 5K for analytics
</li>
</ul>
<div class="contact-btn">
<a href="#" class="btn">Contact Us</a>
</div>
</div>
<!--end of basic plan-->
<div class="plan best-value">
<div class="content">
<h3>Intermediate Plan</h3>
<div class="price-container">
<span class="price professional-price">50K INR</span>
<span class="plan-duration">/ month</span>
</div>
</div>
<ul class="features">
<li>
Platforms: Instagram, Facebook, Twitter
</li>
<li>
Content: 8 reels, 20 posters/month
</li>
<li>
Strategy: Content calendar, performance optimization
</li>
<li>
Budget: 40K for content, 10K for analytics and promotions
</li>
</ul>
<div class="contact-btn">
<a href="#" class="btn">Contact Us</a>
</div>
</div>
<!--end of Intermediate Plan-->
<div class="plan simple">
<div class="content">
<h3>Advanced Plan</h3>
<div class="price-container">
<span class="price business-price">80K INR</span>
<span class="plan-duration">/ month</span>
</div>
</div>
<ul class="features">
<li>
Platforms: Instagram, Facebook, LinkedIn
</li>
<li>
Content: 10 reels, 30 posters/month, A/B testing
</li>
<li>
Strategy: Influencer collaborations, paid promotions, advanced analytics
</li>
<li>
Budget: 60K for content, 20K for promotions, 20K for analytics
</li>
</ul>
<div class="contact-btn">
<a href="#" class="btn">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
<!-- end of plan section-->
<div class="wrapper">
<div class="ready-box">
<div class="ready-project">
<div class="ready">
<h2>
Ready To <br> Start The <br> New Project?
</h2>
</div>
<div class="form-table">
<h3> Request a project</h3>
<input type="text" name="Your Name" id="name" placeholder="Your Name"/><br/>
<input type="email" name="email" id="email" placeholder="Your Email"><br/>
<input type="textarea" name="details" id="details" placeholder="Your Project details"><br>
<input type="button" value="Send" class="btn dark" onclick="popup()">
</div>
</div>
</div>
</div>
<!-- end of submit section-->
<div class="footer">
<div class="wrapper">
<div class="footer-info">
<div class="details">
<h3>
Do you want more information?
</h3>
<p>
Lorem ipsum dolor sit amet, con adipiscing elit. Duis convallis maecenas eget aliquam interdum iaculis non.
</p>
<div class="link-details">
<span>
Contact Us
</span>
</div>
</div>
<div class="details">
<h3>
Do you want our product?
</h3>
<p>
Lorem ipsum dolor sit amet, con adipiscing elit. Duis convallis maecenas eget aliquam interdum iaculis non.
</p>
<div class="link-details">
<span>
Check Now
</span>
</div>
</div>
<div class="details">
<h3>
Do you want connected with us?
</h3>
<p>
Lorem ipsum dolor sit amet, con adipiscing elit. Duis convallis maecenas eget aliquam interdum iaculis non.
</p>
<div class="link-details">
<span>
Subscribe
</span>
</div>
</div>
</div>
<div class="copyright-details">
<div class="social">
<a href="#">
<img src="images/facebook.png" alt="facebook">
</a>
<a href="https://www.instagram.com/byteblaze_technologies?igsh=dm5mZnMybXRwa2c=">
<img src="images/Instagram.png" alt="instagram">
</a>
<a href="https://www.linkedin.com/in/byteblaze-technologies-6335412ab?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app">
<img src="images/linkedin.png" alt="linkedin">
</a>
<a href="https://x.com/byteblaze_tech/status/1788708568444895417?s=46&t=S5coX4ur6QQR3x5a_aeRsA">
<img src="images/twitter.png" alt="linkedin">
</a>
<a href="https://x.com/byteblaze_tech/status/1788708568444895417?s=46&t=S5coX4ur6QQR3x5a_aeRsA">
<img src="images/medium.png" alt="linkedin">
</a>
</div>
<div class="copyright">
<p>
ByteBlaze 2023
</p>
</div>
</div>
</div>
</div>
<script src="main.js"></script>
<script src="plans.js"></script>
</body>
</html>