-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (82 loc) · 4.85 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
---
layout: default
---
<div class='container d-flex flex-column'>
<div class='d-flex flex-row justify-content-between align-items-center' id='header'>
<nav class=''>
<!-- <a class='p-2 text-dark text-decoration-none' href='{{site.baseurl}}/privacy-policy'>Privacy Policy</a>-->
</nav>
<a href='{{site.baseurl}}/' id='logo'>
<svg x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'> <g> <g> <path d='M0,0v512h512V0H0z M384,228.571h-45.714v54.857H384v54.857h-45.714V384h-54.857v-45.714h-54.857V384h-54.857v-45.714H128 v-54.857h45.714v-54.857H128v-54.857h45.714V128h54.857v45.714h54.857V128h54.857v45.714H384V228.571z' /> </g> </g>
<g> <g> <rect x='228.571' y='228.571' width='54.857' height='54.857' /> </g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g>
<g> </g> </svg>
</a>
<div class='social-icons'>
<!-- <a href='' class='d-inline-block mr-3'>-->
<!-- <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='#000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-facebook'>-->
<!-- <path d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'></path>-->
<!-- </svg>-->
<!-- </a>-->
<a href='https://twitter.com/intent/tweet?text=Try InstantTag — generate trending tags to get more reach. https://adnanahmed.info/instanttag-html/?ref=twitter'
class='d-inline-block mr-3'>
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='#000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-twitter'>
<path d='M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z'></path>
</svg>
</a>
<a href='mailto:[email protected]' class='d-inline-block'>
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='#000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-mail'>
<path d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'></path>
<polyline points='22,6 12,13 2,6'></polyline>
</svg>
</a>
</div>
</div>
<div class='d-flex flex-column align-items-center' id='intro'>
<h2>INSTANTTAG</h2>
<p class='lead mb-0'>Generate trending tags to get more reach</p>
</div>
<div class='d-flex flex-row align-items-center justify-content-center' id='app-stores'>
<a href='https://apps.apple.com/us/app/instanttag/id1491617224' class='d-inline-block'>
<img src='./assets/img/appstore.svg' alt='appstore' />
</a>
<a href='https://play.google.com/store/apps/details?id=com.instanttag' class='d-inline-block ml-3'>
<img src='./assets/img/playstore.svg' alt='playstore' />
</a>
</div>
<div class='d-flex flex-column align-items-center'>
<div class='iphone'>
<div class='slider'>
<img src='assets/img/app/1.jpg' alt=''>
<img src='assets/img/app/3.jpg' alt=''>
<img src='assets/img/app/4.jpg' alt=''>
<img src='assets/img/app/5.jpg' alt=''>
</div>
</div>
</div>
<div class='d-flex flex-column align-items-center' id='features'>
<h4>FEATURES</h4>
<div class='w-75 font-weight-light' id='feature-list'>
<ul class='text-center fa-ul mb-0'>
<li>Automatically generate trending tags from an image or keyword. Upload an image or enter a keyword, generate tags and click to copy</li>
<li>Put trending tags on your content which will bring more traffic so you can get views followers and likes</li>
<li>We have bots that continuously scorch the internet media and social networks to gather data about what is trending and the topics that people are most excited about. We then use this knowledge to generate tags for you that would get your content in front of more people</li>
<li>Try for free for one week and then keep using if you like it</li>
<li>Upload photo or search tags by inputting text like "globalvillage"</li>
</ul>
</div>
</div>
</div>