-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
684 lines (657 loc) · 25.7 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
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Socmint</title>
<link rel="stylesheet" href="/stylesheets/components.css" />
<link rel="stylesheet" href="/stylesheets/icons.css" />
<link rel="stylesheet" href="/stylesheets/responsee.css" />
<link rel="stylesheet" href="/owl-carousel/owl.carousel.css" />
<link rel="stylesheet" href="/owl-carousel/owl.theme.css" />
<link rel="stylesheet" href="/stylesheets/lightcase.css" />
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- Css Styles -->
<link rel="stylesheet" href="/stylesheets/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/elegant-icons.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/flaticon.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/nice-select.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/barfiller.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/jquery-ui.min.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/owl.carousel.min.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/slicknav.min.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/style.css" type="text/css" />
<!-- CUSTOM STYLE -->
<link rel="stylesheet" href="/stylesheets/template-style.css" />
<link
href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,700,900&subset=latin-ext"
rel="stylesheet"
/>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
</head>
<body class="size-1280">
<!-- HEADER -->
<header role="banner" class="position-absolute">
<!-- Top Navigation -->
<nav
class="background-transparent background-primary-dott full-width sticky"
>
<div class="top-nav">
<!-- mobile version logo -->
<div class="logo hide-l hide-xl hide-xxl">
<a href="index.html" class="logo">
<!-- Logo White Version -->
<img class="logo-white" src="img/1.png" alt="" />
<!-- Logo Dark Version -->
<img class="logo-dark" src="img/2.png" alt="" />
</a>
</div>
<p class="nav-text"></p>
<!-- left menu items -->
<div class="top-nav left-menu">
<ul class="right top-ul chevron">
<li><a href="index.html">Socmint Tool</a></li>
<li><a href="gallery.html">Tutorials</a></li>
<li><a href="services.html">Our Services</a></li>
</ul>
</div>
<!-- logo -->
<ul class="logo-menu">
<a href="index.html" class="logo">
<!-- Logo White Version -->
<img class="logo-white" src="img/1.png" alt="" />
<!-- Logo Dark Version -->
<img class="logo-dark" src="img/2.png" alt="" />
</a>
</ul>
<!-- right menu items -->
<div class="top-nav right-menu">
<ul class="top-ul chevron">
<li>
<a>Test</a>
<ul>
<li><a>Sentiment Analysis</a></li>
<li><a>Search Topics</a></li>
<li><a>Search for an account</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="/about">Documentation</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- MAIN -->
<main role="main">
<!-- Header -->
<header
class="section-top-padding background-image text-center"
style="background-image: url(img/img-05.jpg);"
>
<h1
class="text-extra-thin text-white text-s-size-30 text-m-size-40 text-size-50 text-line-height-1 margin-bottom-40 margin-top-130"
>
<b>SOCMINT</b><br />
Social Media Intelligence Analyser
</h1>
<p class="text-white">
Get the results in minutes<br />
Analyse any social media handle by Username.
</p>
<i
class="slow icon-sli-arrow-down text-white margin-top-20 text-size-16"
></i>
<!-- Hero Section Begin -->
<section class="hero set-bg" data-setbg="img/hero/hero-bg.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="hero__text">
<div class="section-title">
<h2>Type a Username & get all details</h2>
<p>
Offer you with Sentiment Analysis with various hashtags,
bio, stories, using the Twint and OSINT technologies<br />
with a User-Friendly environment.
</p>
</div>
<div class="hero__search__form">
<form action="#">
<input type="text" placeholder="Search..." />
<div class="select__option">
<select>
<option value="">Choose Social Media</option>
</select>
</div>
<div class="select__option">
<select>
<option value="">Filter Output</option>
</select>
</div>
<button type="submit">Test & Analyse</button>
</form>
</div>
<ul class="hero__categories__tags">
<li>
<a href="#"
><img src="img/hero/cat-1.png" alt="" /> Twitter</a
>
</li>
<li>
<a href="#"
><img src="img/hero/cat-2.png" alt="" /> Facebook</a
>
</li>
<li>
<a href="#"
><img src="img/hero/cat-3.png" alt="" /> Instagram</a
>
</li>
<li>
<a href="#"
><img src="img/hero/cat-4.png" alt="" /> Snapchat</a
>
</li>
<li>
<a href="#"
><img src="img/hero/cat-5.png" alt="" /> Snapchat</a
>
</li>
<li>
<a href="#"
><img src="img/hero/cat-6.png" alt="" /> Search All</a
>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Hero Section End -->
<!-- Image -->
<img class="margin-top-20 center" src="img/app.png" alt="" />
<!-- dark full width arrow object -->
<img class="arrow-object" src="img/arrow-object-dark.svg" alt="" />
</header>
<!-- OUTPUT OF ANALYSIS HERE-->
<div id="output_box1">
<output name="result" for="a b"><b>Output is here</b></output>
</div>
<!--Text | Pics | Content Shown here -->
<div id="output_box2">
<output>
Hendrerit in vulputate duis autem vel eum iriure dolor in velit esse
molestie consequat, vel illum dolore nulla facilisis
<br />
Hendrerit in vulputate duis autem vel eum iriure dolor in velit esse
molestie consequat, vel illum dolore nulla facilisis
</output>
</div>
<!-- Section 2 -->
<section class="section-top-padding background-white">
<div class="line text-center">
<i class="icon-sli-heart text-primary text-size-40"></i>
<h2 class="text-dark text-size-50 text-m-size-40">
SOCMINT's <b>Features</b>
</h2>
<hr
class="break background-primary break-small break-center margin-bottom-50"
/>
</div>
<div class="line">
<div class="margin2x">
<!--Description 1-->
<div class="s-12 m-6 l-4 margin-bottom-60">
<div class="float-left">
<i
class="icon-sli-equalizer text-primary text-size-40 text-line-height-1"
></i>
</div>
<div class="margin-left-60">
<h3
class="text-strong text-size-20 text-line-height-1 margin-bottom-20"
>
Analyse Twitter
</h3>
<p>
The tool analyses the hashtags , followers , following, tweets
etc. and harvest the text analysis as output.
<img src="./img/twitter-analysis-pic.png" />
</p>
<a class="text-more-info text-primary" href="/">Read more</a>
</div>
</div>
<!--Description 2-->
<div class="s-12 m-6 l-4 margin-bottom-60">
<div class="float-left">
<i
class="icon-sli-layers text-primary text-size-40 text-line-height-1"
></i>
</div>
<div class="margin-left-60">
<h3
class="text-strong text-size-20 text-line-height-1 margin-bottom-20"
>
Save Contents in various formats.
</h3>
<p>
Save the analysed and processed data in formats like .pdf,
.txt, etc. Compression saves storage space.
<br />
Faster transfer to other media as File Allocation Table needs
to be updated only once. This is exceptionally true when you
have a very large collection
<img src="./img/save-files.gif" />
</p>
<a class="text-more-info text-primary" href="/">Read more</a>
</div>
</div>
<!--Description 3-->
<div class="s-12 m-6 l-4 margin-bottom-60">
<div class="float-left">
<img src="./img/bully-icon.png" />
</div>
<div class="margin-left-60">
<h3
class="text-strong text-size-20 text-line-height-1 margin-bottom-20"
>
Detect Cyber Bully
</h3>
<p>
Cyberbullying or cyberharassment is a form of bullying or
harassment using electronic means.It has become increasingly
common, especially among teenagers, as the digital sphere has
expanded and technology has advanced. <br />India Ranks Third
on Global Cyber Bullying List
<img src="./img/bully.png" />
</p>
<a class="text-more-info text-primary" href="/">Read more</a>
</div>
</div>
<!--Description 4-->
<div class="s-12 m-6 l-4 margin-m-bottom-60">
<div class="float-left">
<i
class="icon-sli-paper-plane text-primary text-size-40 text-line-height-1"
></i>
</div>
<div class="margin-left-60">
<h3
class="text-strong text-size-20 text-line-height-1 margin-bottom-20"
>
Parallax Background
</h3>
<p>
Hendrerit in vulputate duis autem vel eum iriure dolor in
velit esse molestie consequat, vel illum dolore nulla
facilisis
</p>
<a class="text-more-info text-primary" href="/">Read more</a>
</div>
</div>
<!--Description 5-->
<div class="s-12 m-6 l-4 margin-m-bottom-60">
<div class="float-left">
<i
class="icon-sli-diamond text-primary text-size-40 text-line-height-1"
></i>
</div>
<div class="margin-left-60">
<h3
class="text-strong text-size-20 text-line-height-1 margin-bottom-20"
>
Responsive Layoute
</h3>
<p>
Hendrerit in vulputate duis autem vel eum iriure dolor in
velit esse molestie consequat, vel illum dolore nulla
facilisis
</p>
<a class="text-more-info text-primary" href="/">Read more</a>
</div>
</div>
<!--Description 6 -->
<div class="s-12 m-6 l-4 margin-m-bottom-60">
<div class="float-left">
<i
class="icon-sli-rocket text-primary text-size-40 text-line-height-1"
></i>
</div>
<div class="margin-left-60">
<h3
class="text-strong text-size-20 text-line-height-1 margin-bottom-20"
>
And many more...
</h3>
<p>
Hendrerit in vulputate duis autem vel eum iriure dolor in
velit esse molestie consequat, vel illum dolore nulla
facilisis
</p>
<a class="text-more-info text-primary" href="/">Read more</a>
</div>
</div>
</div>
</div>
</section>
<!-- Section 3 -->
<section class="section background-white">
<div class="line text-center">
<p class="text-primary text-size-20">Lorem ipsum dolor sit amet</p>
<h2 class="text-dark text-size-50 text-m-size-40">
Responsive <b>Components</b>
</h2>
<i
class="icon-chevron_down text-primary margin-bottom-50 text-size-20"
></i>
</div>
<div class="l-12 xl-7 center">
<div class="margin">
<!-- Left Column -->
<div class="s-12 m-12 l-4 text-right">
<div class="margin-right-50">
<i
class="icon-sli-paper-plane text-primary text-size-40 margin-bottom-20"
></i>
<h3
class="text-strong text-size-20 text-line-height-1 margin-bottom-20"
>
Responsive Carousel
</h3>
<p>
Hendrerit in vulputate duis autem vel eum iriure dolor in
velit esse molestie consequat, illum nulla facilisis
</p>
</div>
<div class="line">
<hr
class="break background-primary break-small right margin-top-bottom-40"
/>
</div>
<div class="margin-right-50">
<i
class="icon-sli-bulb text-primary text-size-40 margin-bottom-20"
></i>
<h3
class="text-strong text-size-20 text-line-height-1 margin-bottom-20"
>
Tabs with URL Hash
</h3>
<p>
Hendrerit in vulputate duis autem vel eum iriure dolor in
velit esse molestie consequat, dolore nulla facilisis
</p>
</div>
</div>
<!-- Middle Column (carousel)-->
<div class="s-12 m-12 l-4">
<div
class="carousel-default owl-carousel carousel-hide-arrows margin-m-top-bottom-50"
>
<div class="item">
<img src="img/responsive-01.png" />
</div>
<div class="item">
<img src="img/responsive-02.png" />
</div>
<div class="item">
<img src="img/responsive-03.png" />
</div>
<div class="item">
<img src="img/responsive-04.png" />
</div>
</div>
</div>
<!-- Right Column -->
<div class="s-12 m-12 l-4">
<div class="margin-left-50">
<i
class="icon-sli-heart text-primary text-size-40 margin-bottom-20"
></i>
<h3
class="text-strong text-size-20 text-line-height-1 margin-bottom-20"
>
Unlimited Color Variants
</h3>
<p>
Hendrerit in vulputate duis autem vel eum iriure dolor in
molestie consequat, vel illum dolore nulla facilisis
</p>
</div>
<div class="line">
<hr
class="break background-primary break-small margin-top-bottom-40"
/>
</div>
<div class="margin-left-50">
<i
class="icon-sli-layers text-primary text-size-40 margin-bottom-20"
></i>
<h3
class="text-strong text-size-20 text-line-height-1 margin-bottom-20"
>
Responsive Navigation
</h3>
<p>
Hendrerit in vulputate duis autem vel eum iriure dolor in
velit esse molestie vel illum dolore nulla facilisis
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Section 4 -->
<section class="background-primary full-width">
<div class="m-12 l-6 xl-5 xxl-4">
<img class="full-img" src="img/img-02.jpg" />
</div>
<div class="m-12 l-6 xl-7 xxl-8">
<div class="l-12 xl-11 xxl-8 padding-2x">
<h2 class="text-l-size-40 text-size-50 text-white">
Always <b>Nearby</b>
</h2>
<p class="margin-bottom">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam
erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci
tation ullamcorper suscipit lobortis nisl ut aliquip.
</p>
<!-- white Start your Business object -->
<img
class="margin-left-20 margin-top-30 margin-bottom-60"
src="img/start-your-business.svg"
alt=""
/>
</div>
</div>
</section>
<!-- Section 5 -->
<section class="section-small-padding background-grey">
<div class="margin2x">
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-1.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-2.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-3.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-1.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-4.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-5.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-3.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-1.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-5.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-4.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-1.png" />
</div>
<div class="m-6 l-1">
<img class="margin-bottom" src="img/logo-2.png" />
</div>
</div>
</section>
<!-- Section 7 -->
<section class="section-small-padding background-dark text-center">
<div class="line">
<h2 class="text-white text-size-50 text-m-size-40 margin-bottom-20">
Get <b>Free Version</b>
</h2>
<div class="m-10 l-6 xl-4 center">
<div class="margin">
<a class="s-12 m-6 margin-s-bottom" href="/">
<img class="full-img right" src="img/google-play.svg" alt="" />
</a>
<a class="s-12 m-6" href="/">
<img class="full-img" src="img/app-store.svg" alt="" />
</a>
</div>
</div>
</div>
</section>
</main>
<!-- FOOTER -->
<footer>
<!-- Social -->
<div class="background-primary padding text-center">
<a href="/"
><i class="icon-facebook_circle text-size-25 text-dark"></i
></a>
<a href="/"
><i class="icon-twitter_circle text-size-25 text-dark"></i
></a>
<a href="/"
><i class="icon-google_plus_circle text-size-25 text-dark"></i
></a>
<a href="/"
><i class="icon-instagram_circle text-size-25 text-dark"></i
></a>
<a href="/"
><i class="icon-linked_in_circle text-size-25 text-dark"></i
></a>
</div>
<!-- Main Footer -->
<section class="section background-dark">
<div class="line">
<div class="margin2x">
<div class="s-12 m-6 l-3 xl-5">
<h4 class="text-white text-strong">Our Mission</h4>
<p>
<b class="text-size-20">Veri fastidii consectetuer</b> ius in,
eum alii dicunt omnium eu. Wisi nostrud equidem ut usu.
<b class="text-size-20">Deleniti pertinacia eu est</b>, te his
soluta quaestio pericula.
</p>
</div>
<div class="s-12 m-6 l-3 xl-2">
<h4 class="text-white text-strong margin-m-top-30">
Useful Links
</h4>
<a class="text-primary-hover" href="page.html">FAQ</a><br />
<a class="text-primary-hover" href="contact.html">Contact Us</a
><br />
<a class="text-primary-hover" href="blog.html">Blog</a>
</div>
<div class="s-12 m-6 l-3 xl-2">
<h4 class="text-white text-strong margin-m-top-30">
Term of Use
</h4>
<a class="text-primary-hover" href="page.html"
>Terms and Conditions</a
><br />
<a class="text-primary-hover" href="page.html">Refund Policy</a
><br />
<a class="text-primary-hover" href="page.html">Disclaimer</a>
</div>
<div class="s-12 m-6 l-3 xl-3">
<h4 class="text-white text-strong margin-m-top-30">Contact Us</h4>
<p>
<i class="icon-sli-screen-smartphone text-primary"></i> 0800
4521 800 50
</p>
<a
class="text-primary-hover"
href="mailto:contact@sampledomain.com"
><i class="icon-sli-mouse text-primary"></i>
contact@sampledomain.com</a
><br />
<a
class="text-primary-hover"
href="mailto:office@sampledomain.com"
><i class="icon-sli-mouse text-primary"></i>
office@sampledomain.com</a
>
</div>
</div>
</div>
</section>
<div class="background-dark">
<div class="line">
<hr class="break margin-top-bottom-0" style="border-color: #777;" />
</div>
</div>
<!-- Bottom Footer -->
<section class="padding-2x background-dark full-width">
<div class="line">
<div class="s-12 l-6">
<p class="text-size-12">
Copyright 2019, Vision Design - graphic zoo
</p>
<p class="text-size-12">
All images have been purchased from Bigstock. Do not use the
images in your website.
</p>
</div>
<div class="s-12 l-6">
<a
class="right text-size-12 text-primary-hover"
href="http://www.myresponsee.com"
title="Responsee - lightweight responsive framework"
>Design and coding<br />
by Responsee Team</a
>
</div>
</div>
</section>
</footer>
<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="js/template-scripts.js"></script>
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/jquery.barfiller.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>