-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
598 lines (561 loc) · 37.5 KB
/
Copy pathindex.html
File metadata and controls
598 lines (561 loc) · 37.5 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
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
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Priority Queue - AI & Software Development Consulting</title>
<meta name="description" content="Leading software development and consulting firm specializing in AI automation, chatbots, and mobile applications.">
<!-- Google Fonts -->
<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=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Header -->
<header class="header" id="header">
<nav class="nav container">
<div class="nav__logo">
<svg class="nav__logo-icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
<path d="M2 17L12 22L22 17" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
<path d="M2 12L12 17L22 12" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
</svg>
<span class="nav__logo-text">PRIORITY QUEUE</span>
</div>
<ul class="nav__menu">
<li><a href="#home" class="nav__link">Home</a></li>
<li><a href="#services" class="nav__link">Services</a></li>
<li><a href="#about" class="nav__link">About</a></li>
<li><a href="#contact" class="nav__link">Contact</a></li>
</ul>
<div class="nav__toggle" id="nav-toggle">
<span></span>
<span></span>
<span></span>
</div>
</nav>
</header>
<!-- Main Content -->
<main>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="hero__background">
<div class="hero__dots"></div>
</div>
<div class="container">
<div class="hero__content">
<h1 class="hero__title">
Transforming Ideas into
<span class="hero__title-highlight">Intelligent Solutions</span>
</h1>
<p class="hero__subtitle">
We specialize in cutting-edge AI automation, intelligent chatbots, and innovative mobile applications that drive business growth and digital transformation.
</p>
<div class="hero__buttons">
<!-- <a href="#contact" class="btn btn--primary">Get Free Consultation</a> -->
<a href="#services" class="btn btn--secondary">Explore Services</a>
</div>
</div>
<div class="hero__image">
<div class="hero__tech-showcase">
<!-- AI/ML Section -->
<div class="tech-showcase-item ai-ml">
<div class="tech-icon">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M2 17L12 22L22 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M2 12L12 17L22 12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<h3>AI/ML</h3>
<p>Intelligent algorithms & machine learning solutions</p>
<div class="tech-particles"></div>
</div>
<!-- Automation Section -->
<div class="tech-showcase-item automation">
<div class="tech-icon">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 12L11 14L15 10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="currentColor" stroke-width="2"/>
<path d="M12 7V12L15 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<h3>Automation</h3>
<p>Streamlined workflows & process optimization</p>
<div class="tech-particles"></div>
</div>
<!-- Chatbots Section -->
<div class="tech-showcase-item chatbots">
<div class="tech-icon">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 15C21 15.5304 20.7893 16.0391 20.4142 16.4142C20.0391 16.7893 19.5304 17 19 17H7L3 21V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V15Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 9H16" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
<path d="M8 13H12" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
<h3>Chatbots</h3>
<p>24/7 intelligent customer engagement</p>
<div class="tech-particles"></div>
</div>
<!-- Mobile Apps Section -->
<div class="tech-showcase-item mobile-apps">
<div class="tech-icon">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="5" y="2" width="14" height="20" rx="2" ry="2" stroke="currentColor" stroke-width="2"/>
<line x1="12" y1="18" x2="12.01" y2="18" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
<path d="M9 6H15" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
<h3>Mobile Apps</h3>
<p>Cross-platform mobile experiences</p>
<div class="tech-particles"></div>
</div>
<!-- Cloud Section -->
<div class="tech-showcase-item cloud">
<div class="tech-icon">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18 10H16.74C16.3659 7.49025 14.2356 5.5 11.64 5.5C9.17349 5.5 7.12623 7.29593 6.64 9.67157C4.33525 10.1365 2.5 12.2213 2.5 14.7143C2.5 17.3734 4.62657 19.5 7.28571 19.5H18C20.2091 19.5 22 17.7091 22 15.5C22 13.2909 20.2091 11.5 18 11.5V10Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<h3>Cloud Solutions</h3>
<p>Scalable cloud infrastructure & deployment</p>
<div class="tech-particles"></div>
</div>
<!-- Data Analytics Section -->
<div class="tech-showcase-item data-analytics">
<div class="tech-icon">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 3V21H21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 9L12 6L16 10L21 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 5H16" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<h3>Data Analytics</h3>
<p>Insights-driven decision making</p>
<div class="tech-particles"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Tech Toolkit Section -->
<section class="tech-toolkit" id="services">
<div class="container">
<div class="section__header">
<h2 class="section__title">Our Tech Toolkit at a Glance</h2>
<p class="section__subtitle">We dive deep into your project's needs to ensure we select the best tools and frameworks for your product</p>
</div>
<div class="tech-categories">
<!-- Front-End -->
<div class="tech-category">
<h3 class="tech-category__title">Front-End</h3>
<div class="tech-stack">
<div class="tech-item">
<img src="svg/angularjs-original.svg" alt="Angular" class="tech-logo">
<span class="tech-name">Angular</span>
</div>
<div class="tech-item">
<img src="svg/react-original.svg" alt="React" class="tech-logo">
<span class="tech-name">React</span>
</div>
<div class="tech-item">
<img src="svg/vuejs-original.svg" alt="Vue" class="tech-logo">
<span class="tech-name">Vue</span>
</div>
<div class="tech-item">
<img src="svg/nextjs-original.svg" alt="Next.js" class="tech-logo">
<span class="tech-name">Next.js</span>
</div>
<div class="tech-item">
<img src="svg/flutter-original.svg" alt="Flutter" class="tech-logo">
<span class="tech-name">Flutter</span>
</div>
</div>
</div>
<!-- Back-End & Databases -->
<div class="tech-category">
<h3 class="tech-category__title">Back-End & Databases</h3>
<div class="tech-stack">
<div class="tech-item">
<img src="svg/nodejs-original.svg" alt="Node.js" class="tech-logo">
<span class="tech-name">Node.js</span>
</div>
<div class="tech-item">
<img src="svg/express-original.svg" alt="Express.js" class="tech-logo">
<span class="tech-name">Express.js</span>
</div>
<div class="tech-item">
<img src="svg/python-original.svg" alt="Python" class="tech-logo">
<span class="tech-name">Python</span>
</div>
<div class="tech-item">
<img src="svg/mongodb-original.svg" alt="MongoDB" class="tech-logo">
<span class="tech-name">MongoDB</span>
</div>
<div class="tech-item">
<img src="svg/postgresql-original.svg" alt="PostgreSQL" class="tech-logo">
<span class="tech-name">PostgreSQL</span>
</div>
<div class="tech-item">
<img src="svg/redis-original.svg" alt="Redis" class="tech-logo">
<span class="tech-name">Redis</span>
</div>
</div>
</div>
<!-- Infrastructure -->
<div class="tech-category">
<h3 class="tech-category__title">Infrastructure</h3>
<div class="tech-stack">
<div class="tech-item">
<img src="svg/amazonwebservices-original-wordmark.svg" alt="AWS" class="tech-logo">
<span class="tech-name">AWS</span>
</div>
<div class="tech-item">
<img src="svg/googlecloud-original.svg" alt="Google Cloud" class="tech-logo">
<span class="tech-name">Google Cloud</span>
</div>
<div class="tech-item">
<img src="svg/azure-original.svg" alt="Microsoft Azure" class="tech-logo">
<span class="tech-name">Microsoft Azure</span>
</div>
<div class="tech-item">
<img src="svg/kubernetes-plain.svg" alt="Kubernetes" class="tech-logo">
<span class="tech-name">Kubernetes</span>
</div>
<div class="tech-item">
<img src="svg/docker-original.svg" alt="Docker" class="tech-logo">
<span class="tech-name">Docker</span>
</div>
</div>
</div>
<!-- AI & Data Frameworks -->
<div class="tech-category">
<h3 class="tech-category__title">AI & Data Frameworks</h3>
<div class="tech-stack">
<div class="tech-item">
<img src="svg/tensorflow-original.svg" alt="TensorFlow" class="tech-logo">
<span class="tech-name">TensorFlow</span>
</div>
<div class="tech-item">
<img src="svg/pytorch-original.svg" alt="PyTorch" class="tech-logo">
<span class="tech-name">PyTorch</span>
</div>
<div class="tech-item">
<img src="svg/langchain-original.svg" alt="LangChain" class="tech-logo">
<span class="tech-name">LangChain</span>
</div>
<div class="tech-item">
<img src="svg/jupyter-original.svg" alt="Jupyter" class="tech-logo">
<span class="tech-name">Jupyter</span>
</div>
<div class="tech-item">
<img src="svg/pandas-original.svg" alt="Pandas" class="tech-logo">
<span class="tech-name">Pandas</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="container">
<div class="about__content">
<div class="about__text">
<h2 class="section__title">About Priority Queue</h2>
<p class="about__description">
We are a forward-thinking software development and consulting firm dedicated to helping businesses thrive in the digital age. Our team of experts combines deep technical expertise with creative problem-solving to deliver solutions that drive real business value.
</p>
<p class="about__description">
From AI-powered automation systems to intelligent chatbots and cutting-edge mobile applications, we help organizations leverage the latest technologies to stay ahead of the competition and achieve their digital transformation goals.
</p>
<div class="about__stats">
<div class="stat">
<span class="stat__number">50+</span>
<span class="stat__label">Projects Delivered</span>
</div>
<div class="stat">
<span class="stat__number">98%</span>
<span class="stat__label">Client Satisfaction</span>
</div>
<div class="stat">
<span class="stat__number">5+</span>
<span class="stat__label">Years Experience</span>
</div>
</div>
</div>
<div class="about__image">
<div class="tech-ecosystem">
<!-- Central Hub -->
<div class="tech-hub">
<div class="hub-core">
<svg viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="30" cy="30" r="25" fill="url(#hubGradient)" stroke="var(--color-white)" stroke-width="2"/>
<path d="M20 30 L25 25 L25 35 L20 30" fill="var(--color-white)"/>
<path d="M40 30 L35 25 L35 35 L40 30" fill="var(--color-white)"/>
<path d="M30 20 L25 25 L35 25 L30 20" fill="var(--color-white)"/>
<path d="M30 40 L25 35 L35 35 L30 40" fill="var(--color-white)"/>
<defs>
<linearGradient id="hubGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:var(--color-primary);stop-opacity:1" />
<stop offset="100%" style="stop-color:var(--color-accent);stop-opacity:1" />
</linearGradient>
</defs>
</svg>
</div>
</div>
<!-- Tech Nodes -->
<div class="tech-node frontend" data-category="frontend">
<div class="node-icon">
<img src="svg/react-original.svg" alt="React" class="tech-icon-img">
</div>
<div class="node-label">React</div>
<div class="connection-line"></div>
</div>
<div class="tech-node backend" data-category="backend">
<div class="node-icon">
<img src="svg/nodejs-original.svg" alt="Node.js" class="tech-icon-img">
</div>
<div class="node-label">Node.js</div>
<div class="connection-line"></div>
</div>
<div class="tech-node ai-ml" data-category="ai-ml">
<div class="node-icon">
<img src="svg/tensorflow-original.svg" alt="TensorFlow" class="tech-icon-img">
</div>
<div class="node-label">TensorFlow</div>
<div class="connection-line"></div>
</div>
<div class="tech-node cloud" data-category="cloud">
<div class="node-icon">
<img src="svg/amazonwebservices-original-wordmark.svg" alt="AWS" class="tech-icon-img">
</div>
<div class="node-label">AWS</div>
<div class="connection-line"></div>
</div>
<div class="tech-node database" data-category="database">
<div class="node-icon">
<img src="svg/mongodb-original.svg" alt="MongoDB" class="tech-icon-img">
</div>
<div class="node-label">MongoDB</div>
<div class="connection-line"></div>
</div>
<div class="tech-node automation" data-category="automation">
<div class="node-icon">
<img src="svg/python-original.svg" alt="Python" class="tech-icon-img">
</div>
<div class="node-label">Python</div>
<div class="connection-line"></div>
</div>
<!-- Floating Particles -->
<div class="particle particle-1"></div>
<div class="particle particle-2"></div>
<div class="particle particle-3"></div>
<div class="particle particle-4"></div>
<div class="particle particle-5"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section class="portfolio">
<div class="container">
<div class="section__header">
<h2 class="section__title">Our Latest Work</h2>
<p class="section__subtitle">Showcasing innovative solutions that drive business success</p>
</div>
<div class="portfolio__grid">
<div class="portfolio__item">
<div class="portfolio__image">
<img src="images/ai-ecommerce.jpg" alt="AI-Powered E-commerce Platform" class="portfolio__image-img">
</div>
<div class="portfolio__content">
<h3 class="portfolio__title">AI-Powered E-commerce Platform</h3>
<p class="portfolio__description">Intelligent product recommendations and automated inventory management</p>
</div>
</div>
<div class="portfolio__item">
<div class="portfolio__image">
<img src="images/chatbot-support.jpg" alt="Customer Support Chatbot" class="portfolio__image-img">
</div>
<div class="portfolio__content">
<h3 class="portfolio__title">Customer Support Chatbot</h3>
<p class="portfolio__description">24/7 intelligent customer service with natural language processing</p>
</div>
</div>
<div class="portfolio__item">
<div class="portfolio__image">
<img src="images/mobile-banking.jpg" alt="Mobile Banking App" class="portfolio__image-img">
</div>
<div class="portfolio__content">
<h3 class="portfolio__title">Mobile Banking App</h3>
<p class="portfolio__description">Secure, user-friendly mobile banking with biometric authentication</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="testimonials">
<div class="container">
<div class="section__header">
<h2 class="section__title">What Our Clients Say</h2>
<p class="section__subtitle">Trusted by businesses worldwide</p>
</div>
<div class="testimonials__grid">
<div class="testimonial-card">
<div class="testimonial-card__content">
<p class="testimonial-card__text">
"Priority Queue transformed our business operations with their AI automation system. Our efficiency increased by 40% within the first month."
</p>
</div>
<div class="testimonial-card__author">
<div class="testimonial-card__avatar">
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20" fill="var(--color-primary)"/>
<circle cx="20" cy="16" r="6" fill="white"/>
<path d="M8 32 C8 24 14 20 20 20 C26 20 32 24 32 32" fill="white"/>
</svg>
</div>
<div class="testimonial-card__info">
<h4 class="testimonial-card__name">Sarah Johnson</h4>
<p class="testimonial-card__position">CEO, InnovateTech</p>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-card__content">
<p class="testimonial-card__text">
"The chatbot they developed for our customer service has been a game-changer. Response times improved dramatically and customer satisfaction soared."
</p>
</div>
<div class="testimonial-card__author">
<div class="testimonial-card__avatar">
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20" fill="var(--color-accent)"/>
<circle cx="20" cy="16" r="6" fill="white"/>
<path d="M8 32 C8 24 14 20 20 20 C26 20 32 24 32 32" fill="white"/>
</svg>
</div>
<div class="testimonial-card__info">
<h4 class="testimonial-card__name">Michael Chen</h4>
<p class="testimonial-card__position">CTO, Global Retail</p>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-card__content">
<p class="testimonial-card__text">
"Their mobile app development expertise is unmatched. The app they built for us exceeded all expectations and our users love it."
</p>
</div>
<div class="testimonial-card__author">
<div class="testimonial-card__avatar">
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="20" cy="20" r="20" fill="var(--color-primary)"/>
<circle cx="20" cy="16" r="6" fill="white"/>
<path d="M8 32 C8 24 14 20 20 20 C26 20 32 24 32 32" fill="white"/>
</svg>
</div>
<div class="testimonial-card__info">
<h4 class="testimonial-card__name">Emily Rodriguez</h4>
<p class="testimonial-card__position">Product Manager, HealthTech</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer" id="contact">
<div class="container">
<div class="footer__content">
<div class="footer__section">
<div class="footer__logo">
<svg class="footer__logo-icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2L2 7L12 12L22 7L12 2Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
<path d="M2 17L12 22L22 17" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
<path d="M2 12L12 17L22 12" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
</svg>
<span class="footer__logo-text">Priority Queue</span>
</div>
<p class="footer__description">
Transforming businesses through innovative AI solutions and cutting-edge software development.
</p>
<div class="footer__social">
<a href="#" class="footer__social-link" aria-label="LinkedIn">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
</svg>
</a>
<a href="#" class="footer__social-link" aria-label="Twitter">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/>
</svg>
</a>
<a href="#" class="footer__social-link" aria-label="GitHub">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
</a>
</div>
</div>
<div class="footer__section">
<h3 class="footer__title">Services</h3>
<ul class="footer__links">
<li><a href="#services" class="footer__link">AI Automation</a></li>
<li><a href="#services" class="footer__link">Chatbots</a></li>
<li><a href="#services" class="footer__link">Mobile Development</a></li>
<li><a href="#services" class="footer__link">Software Consulting</a></li>
</ul>
</div>
<div class="footer__section">
<h3 class="footer__title">Company</h3>
<ul class="footer__links">
<li><a href="#about" class="footer__link">About Us</a></li>
<li><a href="#portfolio" class="footer__link">Portfolio</a></li>
<li><a href="#testimonials" class="footer__link">Testimonials</a></li>
<li><a href="#contact" class="footer__link">Contact</a></li>
</ul>
</div>
<div class="footer__section">
<h3 class="footer__title">Contact</h3>
<div class="footer__contact">
<p class="footer__contact-item">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<polyline points="22,6 12,13 2,6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
avinash@priorityqueue.com
</p>
<p class="footer__contact-item">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 16.92V19.92C22.0011 20.1985 21.9441 20.4742 21.8325 20.7294C21.7209 20.9845 21.5573 21.2136 21.3521 21.4019C21.1469 21.5901 20.9046 21.7335 20.6407 21.8227C20.3769 21.9119 20.0973 21.9452 19.82 21.92C16.7428 21.5856 13.787 20.5341 11.19 18.85C8.77382 17.3146 6.72533 15.2661 5.18999 12.85C3.49997 10.2412 2.44824 7.27099 2.11999 4.18C2.09494 3.90347 2.12787 3.62476 2.21649 3.36162C2.30512 3.09849 2.44756 2.85669 2.63476 2.65189C2.82196 2.44709 3.0498 2.28367 3.30379 2.17189C3.55778 2.06011 3.83233 2.00277 4.10999 2.003H7.10999C7.59522 1.99522 8.06569 2.16708 8.43373 2.48353C8.80177 2.79999 9.04201 3.23945 9.10999 3.72C9.23662 4.68007 9.47144 5.62273 9.80999 6.53C9.94454 6.88792 9.97351 7.27675 9.89381 7.65319C9.81412 8.02963 9.62877 8.36836 9.35999 8.62L8.08999 9.89C9.51355 12.4135 11.5865 14.4865 14.11 15.91L15.38 14.64C15.6316 14.3712 15.9704 14.1859 16.3468 14.1062C16.7232 14.0265 17.1121 14.0555 17.47 14.19C18.3773 14.5286 19.3199 14.7634 20.28 14.89C20.7658 14.9585 21.2094 15.2032 21.5265 15.5775C21.8437 15.9518 22.0122 16.4296 22 16.92Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
+91 9964701934
</p>
<p class="footer__contact-item">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 10C21 17 12 23 12 23S3 17 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="12" cy="10" r="3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
Bangalore, India
</p>
</div>
</div>
</div>
<div class="footer__bottom">
<p class="footer__copyright">
© 2024 Priority Queue. All rights reserved.
</p>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="script.js"></script>
</body>
</html>