-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
624 lines (563 loc) · 32.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
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
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Developer Console</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Varela" rel="stylesheet">
<!-- Favicon
================================================== -->
<link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="icon" sizes="16x16" href="img/favicon.ico">
<link rel="manifest" href="img/manifest.json">
<link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- Stylesheets
================================================== -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Font Awesome core CSS -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<script src="https://kit.fontawesome.com/6de10c8209.js" crossorigin="anonymous"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Hero Section, Background Image change in css -->
<div id="top" class="hero background-overlay">
<div class="hero-arrow page-scroll home-arrow-down">
<a class="" href="#intro"><i class="fa fa-angle-double-down" aria-hidden="true"></i></a>
</div><!-- /.hero-arrow -->
</div><!-- /.hero -->
<!-- End Hero -->
<!-- Header -->
<header id="masthead" class="site-header">
<nav id="primary-navigation" class="site-navigation" data-spy="affix">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#portfolio-perfect-collapse" aria-expanded="false" >
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Name -->
<div class="page-scroll site-logo">
<a href="#top">Developer Console</a>
</div>
</div><!-- /.navbar-header -->
<div class="main-menu collapse navbar-collapse" id="portfolio-perfect-collapse">
<!-- Navigation -->
<ul class="nav navbar-nav navbar-right">
<li class="page-scroll"><a href="#top">Home</a></li>
<li class="page-scroll"><a href="#intro">Intro</a></li>
<li class="page-scroll"><a href="#about">About</a></li>
<li class="page-scroll"><a href="#services">Services</a></li>
<li class="page-scroll"><a href="#works">Works</a></li>
<li class="page-scroll"><a href="#contact">Contact</a></li>
</ul><!-- /.navbar-nav -->
</div><!-- /.navbar-collapse -->
</div>
</nav><!-- /.primary-navigation -->
</header><!-- /#header -->
<!-- End Header -->
<!-- Main content -->
<main id="main" class="site-main">
<!-- Hello section -->
<section class="site-section section-hello" id="intro">
<div class="container">
<h2>HELLO & WELCOME</h2>
<p class="section-subtitle"><span>EXPLORE OUR WORLD</span></p>
<div class="row">
<div class="col-sm-4">
<div class="main-service text-right">
<div class="rectangle">
<i class="fa fa-calendar" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>We Meet Deadlines</h3>
<p>Your deadline is the most important value for us. Our job is to make sure the job is done perfectly before the deadline.</p>
</div><!-- /.main-service -->
<div class="main-service text-right">
<div class="rectangle">
<i class="fa fa-comments" aria-hidden="true"></i>
</div>
<h3>Communication Is Key</h3>
<p>Our team is available to check on your questions and take in feedback as soon as possibly.</p>
</div><!-- /.main-service -->
</div>
<div class="col-sm-4">
<div class="big-rectangle ">
<img style="height:200%" src="img/john-logo.png" alt="">
</div><!-- /.big-rectangle -->
</div>
<div class="col-sm-4">
<div class="main-service text-left">
<div class="rectangle">
<i class="fa fa-check" aria-hidden="true"></i>
</div>
<h3>Quality Control</h3>
<p>We test out everything to make sure that your project is fully functional, cross–browser compatible and meets your specifications.</p>
</div><!-- /.main-service -->
<div class="main-service text-left">
<div class="rectangle">
<i class="fa fa-list" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>Pixel Perfect</h3>
<p>We develop meaningful digital products and experiences that matter with design thinking and creative craftsmanship.</p>
</div><!-- /.main-service -->
</div>
</div>
</div>
</section><!-- /.section-hello -->
<!-- End Hello section -->
<!-- Quote section -->
<section class="section-background section-quote background-overlay text-center">
<div class="container">
<p>We provide <span>Solutions</span> that enable people to grow their <span>Business</span> to the Next Level.</p>
</div>
</section><!-- /.section-quote -->
<!-- End Quote section -->
<!-- About section -->
<section class="site-section section-about text-center" id="about">
<div class="container">
<h2>ABOUT US & AND OUR GOALS</h2>
<p class="section-subtitle"><span>Our goal is to be a Best Development Company In The World</span></p>
<div class="row">
<div class="col-sm-3 col-xs-6">
<div class="feature-about">
<div class="medium-rectangle rectangle">
<i class="fa fa-database" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>Web Application Development</h3>
<p>Our website development company works with clients based all over Pakistan and worldwide. A website is the central tool for the visibility of a business on the Internet. An effective website will not only strengthen the attraction, but also the acquisition and retention of new customers. If you have the ambition to accelerate your growth and increase your income, collaborating with our website design agency.</p>
</div><!-- /.feature-about -->
</div>
<div class="col-sm-3 col-xs-6">
<div class="feature-about">
<div class="medium-rectangle rectangle">
<i class="fa fa-mobile" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>Mobile Application Development</h3>
<p>To improve your digital strategy and benefit from all the advantages of the mobile digital age, the mobile application allows you to open new distribution channels for your business. A dedicated application makes it possible to improve the visibility of brands, build customer loyalty, promote, locate products and services or even improve your company's business processes.</p>
</div><!-- /.feature-about -->
</div>
<div class="col-sm-3 col-xs-6">
<div class="feature-about">
<div class="medium-rectangle rectangle">
<i class="fa fa-code" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>Web Design UX/UI</h3>
<p>We believe in making the dreams come true. Our web design is not just a combination of colors and styles, it is something that speaks about your vision and goal. Our designers have received jaw-dropping remarks across the globe for their designs. We follow the current market trends and provide the best graphics.</p>
</div><!-- /.feature-about -->
</div>
<div class="col-sm-3 col-xs-6">
<div class="feature-about">
<div class="medium-rectangle rectangle">
<i class="fa-solid fa-bug-slash"></i>
</div><!-- /.rectangle -->
<h3>TESTING</h3>
<p>We offer a wide range of software testing services for both web and mobile applications. Our hands-on experience has been confirmed by numerous awards and testimonials from real clients.We collaborate with SMEs and large enterprises, and our specialists have extensive experience of working on large-scope and sophisticated projects.</p>
</div><!-- /.feature-about -->
</div>
</div>
</div>
</section><!-- /.section-about -->
<!-- End About section -->
<!-- Counters section -->
<section class="site-section section-counters text-center">
<div class="container">
<div class="row">
<div class="col-sm-2 col-xs-6 col-sm-offset-1">
<div class="counter">
<div class="rectangle medium-rectangle ">
<i class="fa fa-clock-o" aria-hidden="true"></i>
<span class="counter-start" data-to="2017" data-speed="2000">2017</span>
</div><!-- /.rectangle -->
<p>Working From</p>
</div><!-- /.counter -->
</div>
<div class="col-sm-2 col-xs-12">
<div class="counter">
<div class="rectangle medium-rectangle ">
<i class="fa fa-rocket" aria-hidden="true"></i>
<span class="counter-start" data-to="27" data-speed="2000">27</span>
</div><!-- /.rectangle -->
<p>Projects Launched</p>
</div><!-- /.counter -->
</div>
<div class="col-sm-2 col-xs-6">
<div class="counter">
<div class="rectangle medium-rectangle ">
<i class="fa fa-clock-o" aria-hidden="true"></i>
<span class="counter-start" data-to="1440" data-speed="2000">1440</span>
</div><!-- /.rectangle -->
<p>Hours of work</p>
</div><!-- /.counter -->
</div>
<div class="col-sm-2 col-xs-6">
<div class="counter">
<div class="rectangle medium-rectangle ">
<i class="fa fa-trophy" aria-hidden="true"></i>
<span class="counter-start" data-to="32" data-speed="2000">32</span>
</div><!-- /.rectangle -->
<p>Awards won</p>
</div><!-- /.counter -->
</div>
<div class="col-sm-2 col-xs-6">
<div class="counter">
<div class="rectangle medium-rectangle ">
<i class="fa fa-paper-plane" aria-hidden="true"></i>
<span class="counter-start" data-to="44" data-speed="2000">44</span>
</div><!-- /.rectangle -->
<p>Proposals Sent</p>
</div><!-- /.counter -->
</div>
</div>
</div>
</section><!-- /.section-counters -->
<!-- End Counters section -->
<!-- Services section -->
<section class="site-section section-services" id="services">
<div class="container-fluid">
<h2>SERVICES WE OFFER</h2>
<p class="section-subtitle"><span>Exceptional level of service</span></p>
</div>
<div class="container">
<div class="carousel slide" id="services-carousel">
<div class="item-controls text-center">
<a href="#services-carousel" class="left btn carousel-control" data-slide="prev"><i class="fa fa-angle-left" aria-hidden="true"></i>
</a>
<a href="#services-carousel" class="right btn carousel-control" data-slide="next"><i class="fa fa-angle-right" aria-hidden="true"></i>
</a>
</div><!-- /.item-controls -->
<div class="carousel-indicators nav-tabs text-center">
<a data-target="#services-carousel" href="#" data-slide-to="0" class="active">
<div class="col-xs-4 col-sm-fifth">
<div class="service">
<div class="rectangle">
<i class="fa fa-laptop" aria-hidden="true"></i>
</div>
<p class="hidden-xs">Web Design UX/UI</p>
</div>
</div>
</a><!-- /.item -->
<a data-target="#services-carousel" href="#" data-slide-to="1">
<div class="col-xs-4 col-sm-fifth">
<div class="service">
<div class="rectangle">
<i class="fa fa-code" aria-hidden="true"></i>
</div>
<p class="hidden-xs">Web Application development</p>
</div>
</div>
</a><!-- /.item -->
<a data-target="#services-carousel" href="#" data-slide-to="2">
<div class="col-xs-4 col-sm-fifth">
<div class="service">
<div class="rectangle">
<i class="fa fa-mobile" aria-hidden="true"></i>
</div>
<p class="hidden-xs">Mobile Application Development</p>
</div>
</div>
</a><!-- /.item -->
<a data-target="#services-carousel" href="#" data-slide-to="3">
<div class="col-xs-4 col-sm-fifth">
<div class="service">
<div class="rectangle">
<i class="fa fa-search" aria-hidden="true"></i>
</div>
<p class="hidden-xs">SEO optimization</p>
</div>
</div>
</a><!-- /.item -->
<a data-target="#services-carousel" href="#" data-slide-to="4">
<div class="col-xs-4 col-sm-fifth">
<div class="service">
<div class="rectangle">
<i class="fa-solid fa-bug-slash"></i>
</div>
<p class="hidden-xs">Testing</p>
</div>
</div>
</a><!-- /.item -->
</div><!-- /.carousel-indicators -->
<div class="carousel-inner">
<!-- Item 1 -->
<div id="item1" class="item tab-pane active">
<div class="row">
<div class="col-md-5">
<div class="service-info">
<h3 class="service-title">Web Design</h3>
<p>Decorations don’t drive home messages. Content does. Reducing text-based content to a visual design element (the shape of the text) can result in bloated and unrealistic client expectations once real data replaces the dummy content. We allow our design decisions to be dictated by the on-page content and messaging, and often our designers use the actual content to inspire interesting elements that might not have been conceived without it</p>
</div>
</div>
<div class="col-md-7">
<img src="img/web-design.jpg" class="img-responsive" alt="">
</div>
</div>
</div><!-- /.item -->
<!-- Item 2 -->
<div id="item2" class="item tab-pane">
<div class="row">
<div class="col-md-5">
<div class="service-info">
<h3 class="service-title">Web Application Development</h3>
<p>Once we have come up with a unique design and have finalized the textures and graphics to be added, the next step is to make it all come together. And that is what we aim to achieve at our web development agency India. Only a professionally designed website can justify the uniqueness of your idea and this is a fact clearly understood by our team. </p>
<p>While a good design can impress the users, it is the codes and development process that ensures that your target users will find the browsing experience equally amazing as your design. </p>
</div>
</div>
<div class="col-md-7">
<img src="img/web-development.jpg" class="img-responsive" alt="">
</div>
</div>
</div><!-- /.item -->
<!-- Item 3 -->
<div id="item3" class="item tab-pane">
<div class="row">
<div class="col-md-5">
<div class="service-info">
<h3 class="service-title">Mobile Development</h3>
<p>In this tech-driven era, businesses are compelling consumers from all possible ends to expand their influence, create an impact, and showcase their services. Here Mobile Applications Development play a pivotal role.
Our developed mobile apps share and commission the same performance on all OS core code which makes the entire development faster and cheaper. This is the tactic between a dull app and a lively app.
We deploy the optimal practices to deliver the best mobile applications that aid businesses to generate the maximum ROI and profits. Our mobile app developers are highly responsible to develop top-notch mobile apps and a last rigorous quality testing before delivery to ensure the bug-free app which is compatible on all platforms.</p>
</div>
</div>
<div class="col-md-7">
<img src="img/mobile-development.jpg" class="img-responsive" alt="">
</div>
</div>
</div><!-- /.item -->
<!-- Item 4 -->
<div id="item4" class="item tab-pane">
<div class="row">
<div class="col-md-5">
<div class="service-info">
<h3 class="service-title">SEO optimization</h3>
<p>Search engine optimization (SEO) is the process of improving the visibility of a web site in search engines. Consumer puts a lot of trust in search engines to find what they need. Google receives 34,000 searches per second. Those searches involve finding products, reviewing brands, and looking up business locations.</p>
</div>
</div>
<div class="col-md-7">
<img src="img/seo-optimization.jpg" class="img-responsive" alt="">
</div>
</div>
</div><!-- /.item -->
<!-- Item 5 -->
<div id="item5" class="item tab-pane">
<div class="row">
<div class="col-md-5">
<div class="service-info">
<h3 class="service-title">Testing</h3>
<p>Rich domain expertise is one of the most important aspects that must be taken into account. The more expertise specialists working on your project have in your industry - the faster they can become familiar with the project. Such specialists are aware of your main business needs, industry tendencies, challenges, and common workflows. This knowledge lets them understand what exactly you need, foresee and mitigate possible risks as well as prevent issues in the early stages of the development process. Our company has experts with diverse domain expertise including healthcare, fintech, entertainment, cybersecurity, education, real estate, retail, and many others.</p>
</div>
</div>
<div class="col-md-7">
<img src="img/testing.jpg" class="img-responsive" alt="">
</div>
</div>
</div><!-- /.item -->
</div><!-- /.carousel-inner -->
</div><!-- /.carousel -->
</div>
</section><!-- /.section-services -->
<!-- End Services section -->
<!-- Portfolio/Works section -->
<section class="section-background section-me background-overlay text-center" id="works">
<div class="container">
<h2>Transform your business with new technologies</h2>
<p class="section-subtitle"><span>Aurora solutions helps companies use technology to solve core business problems</span></p>
<div class="portfolio">
<div id="grid">
<!-- Portfolio item -->
<div class="col-md-3 col-sm-4 col-xs-6" data-groups='["webdesign"]'>
<div class="portfolio-item">
<div class="portfolio-item-thumb">
<img src="img/portfolio-1.jpg" alt="" class="img-res">
</a>
</div><!-- /.portfolio-item-thumb -->
<div class="portfolio-info">
<h3>Angular Js</h3>
<!-- <p>Web Design</p> -->
</div><!-- /.portfolio-info -->
</div>
</div><!-- /.col-md-3 -->
<!-- Portfolio item -->
<div class="col-md-3 col-sm-4 col-xs-6" data-groups='["webdev"]'>
<div class="portfolio-item">
<div class="portfolio-item-thumb">
<img src="img/portfolio-2.jpg" alt="" class="img-res">
</a>
</div><!-- /.portfolio-item-thumb -->
<div class="portfolio-info">
<h3>Ruby On Rails</h3>
<!-- <p>Web Development</p> -->
</div><!-- /.portfolio-info -->
</div>
</div><!-- /.col-md-3 -->
<!-- Portfolio item -->
<div class="col-md-3 col-sm-4 col-xs-6" data-groups='["mobileapps"]'>
<div class="portfolio-item">
<div class="portfolio-item-thumb">
<img src="img/portfolio-4.jpg" alt="" class="img-res">
</a>
</div><!-- /.portfolio-item-thumb -->
<div class="portfolio-info">
<h3>React Js</h3>
<!-- <p>Mobile App</p> -->
</div><!-- /.portfolio-info -->
</div>
</div><!-- /.col-md-3 -->
<!-- Portfolio item -->
<div class="col-md-3 col-sm-4 col-xs-6" data-groups='["webdesign"]'>
<div class="portfolio-item">
<div class="portfolio-item-thumb">
<img src="img/portfolio-3.jpg" alt="" class="img-res">
</a>
</div><!-- /.portfolio-item-thumb -->
<div class="portfolio-info">
<h3>Flutter</h3>
<!-- <p>Web Design</p> -->
</div><!-- /.portfolio-info -->
</div>
</div><!-- /.col-md-3 -->
<!-- Portfolio item -->
<div class="col-md-3 col-sm-4 col-xs-6" data-groups='["webdev"]'>
<div class="portfolio-item">
<div class="portfolio-item-thumb">
<img src="img/portfolio-5.jpg" alt="" class="img-res">
</a>
</div><!-- /.portfolio-item-thumb -->
<div class="portfolio-info">
<h3>Node Js</h3>
<!-- <p>Web Development</p> -->
</div><!-- /.portfolio-info -->
</div>
</div><!-- /.col-md-3 -->
<!-- Portfolio item -->
<div class="col-md-3 col-sm-4 col-xs-6" data-groups='["mobileapps"]'>
<div class="portfolio-item">
<div class="portfolio-item-thumb">
<img src="img/portfolio-6.jpg" alt="" class="img-res">
</a>
</div><!-- /.portfolio-item-thumb -->
<div class="portfolio-info">
<h3>Vue Js</h3>
</div><!-- /.portfolio-info -->
</div>
</div><!-- /.col-md-3 -->
<!-- Portfolio item -->
<div class="col-md-3 col-sm-4 col-xs-6" data-groups='["webdev"]'>
<div class="portfolio-item">
<div class="portfolio-item-thumb">
<img src="img/portfolio-7.jpg" alt="" class="img-res">
</a>
</div><!-- /.portfolio-item-thumb -->
<div class="portfolio-info">
<h3>Python</h3>
</div><!-- /.portfolio-info -->
</div>
</div><!-- /.col-md-3 -->
<!-- Portfolio item -->
<div class="col-md-3 col-sm-4 col-xs-6" data-groups='["webdesign"]'>
<div class="portfolio-item">
<div class="portfolio-item-thumb">
<img src="img/portfolio-8.jpg" alt="" class="img-res">
</a>
</div><!-- /.portfolio-item-thumb -->
<div class="portfolio-info">
<h3>Spree</h3>
</div><!-- /.portfolio-info -->
</div>
</div><!-- /.col-md-3 -->
</div><!-- /#grid -->
</div>
</div>
</section><!-- /.section-works -->
<!-- Contacts section -->
<section class="site-section section-contact" id="contact">
<div class="container">
<h2>CONTACT US</h2>
<p class="section-subtitle"><span>Here we are</span></p>
<div class="row">
<form action="/my-handling-form-page" method="post">
<div class="col-md-6">
<input class="form-control" type="text" id="name" name="name" placeholder= "Name" required>
</div>
<div class="col-md-6">
<input class="form-control" type="email" id="email" name="email" placeholder="Email" required>
</div>
<div class="col-sm-12">
<textarea class="form-control" placeholder="Your Message" required></textarea>
</div>
<div class="col-sm-12">
<button class="btn btn-inverted">Send Message</button>
</div>
</form>
</div>
</div>
</section><!-- /.section-contact-->
<!-- End Contacts section -->
</main><!-- /#main -->
<!-- End Main content -->
<!-- Footer -->
<footer id="colophon" class="site-footer">
<div class="container-fluid">
<ul class="list-unstyled list-inline">
<li class="page-scroll"><a href="#top">Home</a></li>
<li class="page-scroll"><a href="#intro">Intro</a></li>
<li class="page-scroll"><a href="#about">About</a></li>
<li class="page-scroll"><a href="#services">Services</a></li>
<li class="page-scroll"><a href="#works">Works</a></li>
<li class="page-scroll"><a href="#contact">Contact</a></li>
</ul>
<div class="page-scroll">
<a href="#top" class="rectangle">
<i class="fa fa-angle-double-up"></i>
</a>
</div>
</div>
<div class="container text-center">
<p class="copyright">© <a href="https://www.linkedin.com/company/dev-console/" target="_blank">Developer Console</a> - 2022</p>
<p class="linkedin">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg>
<a href="https://www.linkedin.com/company/dev-console/" target="_blank">Dev Console</a>
</p>
</div>
</footer><!-- /#footer -->
<!-- End Footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- jQuery core js | Do not Delete -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap core js | Do not Delete -->
<script src="js/bootstrap.min.js"></script>
<!-- Bootstrap progressbar JS -->
<script src="js/bootstrap-progressbar.min.js"></script>
<!-- Count To JS -->
<script src="js/jquery.countTo.min.js"></script>
<!-- Easing JS -->
<script src="js/jquery.easing.min.js"></script>
<!-- Shuffle JS -->
<script src="js/jquery.shuffle.min.js"></script>
<!-- Slick Carousel JS -->
<script src="js/slick.min.js"></script>
<!-- Touchswipe JS -->
<script src="js/touchswipe.min.js"></script>
<!-- Custom JS -->
<script src="js/script.js"></script>
</body>
</html>