-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
452 lines (385 loc) · 19.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Phantom Insights - Automation and Data Services</title>
<meta content="Specialized services in automation and data lifecycle" name="description">
<meta content="web scraper,selenium,beautifulsoup,python" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: eNno
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/enno-free-simple-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html">Phantom Insights</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li><a class="nav-link scrollto " href="#portfolio">Portfolio</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1>We provide solutions for your automation and data needs.</h1>
<h2></h2>
<div class="d-flex">
<a href="#services" class="btn-get-started scrollto">Get Started</a>
<a href="https://github.com/PhantomInsights" class="btn-watch-video"><i class="bi bi-github"></i><span>Find
us on GitHub</span></a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img">
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container">
<div class="section-title">
<span>Services</span>
<h2>Services</h2>
<p>We offer a wide variety of data and automation services</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="icon-box">
<div class="icon"><i class="bx bxl-dribbble"></i></div>
<h4>Web Scraping</h4>
<p>Do you need to collect data from a website that doesn't have an API? We develop custom web scrapers
that work on Linux, macOS and Windows using the popular Requests and BeautifulSoup libraries.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-file"></i></div>
<h4>Bots</h4>
<p>Do you need to automate and schedule tasks such as seeding content in your soecial media? We offer
development of custom bots for Reddit, Telegram, Twitter and Discord.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4>Data Reporting</h4>
<p>We offer custom beautiful data reports powered by Matplotlib, Seaborn and Plotly.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4>Data Cleaning</h4>
<p>Do you have a dataset that needs clean up? We offer custom solutions to delete duplicates, fill missing
data and modelling for your Data Science needs.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-slideshow"></i></div>
<h4>Media Automation</h4>
<p>Do you have a lot of images and or videos that need to be rescaled, reencoded and stitched together? We
offer custom solutions using FFMPEG, ImageMagick and the Pillow library.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-arch"></i></div>
<h4>Web Automation</h4>
<p>Do you want to automate a repetitive task in a web site? We offer custom solutions powered by Selenium.
</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<span>Portfolio</span>
<h2>Portfolio</h2>
<p>We love data visualization, check out some of our reporting examples.</p>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Data Viz</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/1.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Donut chart</h4>
<p>Data Viz</p>
<a href="assets/img/portfolio/1.png" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/2.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Radar chart</h4>
<p>Data Viz</p>
<a href="assets/img/portfolio/2.png" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/3.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Horizontal bar chart</h4>
<p>Data Viz</p>
<a href="assets/img/portfolio/3.png" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/4.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Horizontal chart</h4>
<p>Data Viz</p>
<a href="assets/img/portfolio/4.png" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/5.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Vertical bar chart and line plot</h4>
<p>Data Viz</p>
<a href="assets/img/portfolio/5.png" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/6.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Vertical bar chart and line plot</h4>
<p>Data Viz</p>
<a href="assets/img/portfolio/6.png" data-gallery="portfolioGallery"
class="portfolio-lightbox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials section-bg">
<div class="container">
<div class="section-title">
<span>Testimonials</span>
<h2>Testimonials</h2>
<p>Here you can read the valuable feedback from our clients</p>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
George was very professional and completed his work quickly and right on time. We look forward to the
opportunity to work with him again in the future.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/4.png" class="testimonial-img" alt="">
<h3>Michelle L.</h3>
<h4>Upwork client</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
George is absolutely fantastic! We plan on working on more projects in the future. He communicated
great, hit deadlines and problem solved around some tough software programming.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/2.png" class="testimonial-img" alt="">
<h3>John C.</h3>
<h4>Upwork client</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
George is smart and very considerate. He's a great pleasure to work with and a great coder!
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/3.png" class="testimonial-img" alt="">
<h3>Tom C.</h3>
<h4>Upwork client</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I can recommend George 100% for Selenium related tasks. Quick and very responsive.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/7.png" class="testimonial-img" alt="">
<h3>Adam M.</h3>
<h4>Upwork client</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Really great experience working with George on this project. The man is a genius
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/6.png" class="testimonial-img" alt="">
<h3>Joe S.</h3>
<h4>Upwork client</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
My suggestion is that if George is available for your work that you hire him without hesitation.
George is quick, hard-working and honest. I do not know what else that you could want in hiring a
freelancer. I
would not hesitate in working with him again.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/2.png" class="testimonial-img" alt="">
<h3>Chris W.</h3>
<h4>Upwork client</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
George is very knowledgeable about python. He was able to help me not only understand how to get my
script going but made the original script so much better than what we intended. Hire him, he's good!
We'll ask him again.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/2.png" class="testimonial-img" alt="">
<h3>Drew T.</h3>
<h4>Upwork client</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
The best developer for this type of work, if you are looking for an expert in AS3, Starling, AIR, and
much more... he is the one! Thanks George!
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/1.png" class="testimonial-img" alt="">
<h3>Alex U.</h3>
<h4>Upwork client</h4>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
George was extremely prompt and went above and beyond in suggesting what more could be done with the
project. Would definitely work with him again!
</p>
<img src="assets/img/testimonials/5.png" class="testimonial-img" alt="">
<h3>Lydia M.</h3>
<h4>Upwork client</h4>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<span>Contact</span>
<h2>Contact</h2>
<p>Interested in our services? Feel free to send us a message.</p>
</div>
<div class="d-flex align-items-center justify-content-center">
<div class="php-email-form">
<a href="mailto:phantom@phantom.im">
<div class="text-center"><button type="submit">Send E-mail</button></div>
</a>
</div>
<div class="php-email-form">
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSehYrSF26k5_mKz5LvnxBAgaFdWGI2q70dqlosUnyj_N6tVIA/viewform">
<div class="text-center"><button type="submit">Fill contact form</button></div>
</a>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>Phantom Insights</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/enno-free-simple-bootstrap-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>