-
Notifications
You must be signed in to change notification settings - Fork 0
/
working.html
168 lines (145 loc) · 6.49 KB
/
working.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="./icon.ico" type="image/x-icon">
<link rel="manifest" href="./appmanifest.json">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,600&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css">
<link
href="https://fonts.googleapis.com/css2?family=Cherry+Swash:wght@400;700&family=Playfair+Display+SC:wght@700&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap" rel="stylesheet">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="red">
<link rel="apple-touch-icon" href="./icons/icon-72x72.png" />
<link rel="apple-touch-icon" href="./icons/icon-96x96.png" />
<link rel="apple-touch-icon" href="./icons/icon-128x128.png" />
<link rel="apple-touch-icon" href="./icons/icon-144x144.png" />
<link rel="apple-touch-icon" href="./icons/icon-152x152.png" />
<link rel="apple-touch-icon" href="./icons/icon-192x192.png" />
<link rel="apple-touch-icon" href="./icons/icon-384x384.png" />
<link rel="apple-touch-icon" href="./icons/icon-512x512.png" />
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<script>
window.addEventListener("load", () => {
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("./service-worker.js");
}
});
</script>
<title>Jump 2 Chat | Working</title>
</head>
<body>
<div class="header">
<nav>
<div class="bar">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<div class="logo"><img src="./icons/logo.png" alt="jumptochat"></div>
<ul class="navlink">
<li><a href="./index.html">Home</a></li>
<li><a href="#">Working</a></li>
<li><a href="./index.html">Creator : Mehul</a></li>
</ul>
</nav>
</div>
</div>
<div class="bg-white shadow overflow-hidden sm:rounded-lg">
<div class="px-4 py-5 sm:px-6">
<h3 class="text-lg leading-6 font-medium text-gray-900">
How J2C (Jump to Chat) Works
</h3>
<p class="mt-1 max-w-2xl text-sm text-gray-500">
This works on simple returning a special link.
</p>
<p class="mt-1 max-w-2xl text-sm text-gray-500">
<b style="color: red;">
* * Note : This website is not affiliated nor endorsed by WhatsApp Inc. * *
</b>
</p>
</div>
<div class="border-t border-gray-200">
<dl>
<div class="bg-gray-50 px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
Is anything stored in database ?
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
No! Not All. We just return whatsapp api link.
</dd>
</div>
<div class="bg-white px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
Is pwa available?
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
Yes !!!
</dd>
</div>
<div class="bg-gray-50 px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
Can it run offline?
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
Yes , but for sending message you will need internet.
</dd>
</div>
<div class="bg-white px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
What things Can be done using it?
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2 sm:gap-4 sm:px-4">
Send message to yourself & use it for to do list.
</dd>
</div>
<div class="bg-gray-50 px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
Exactly How it works
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
In user input when the number is entered a javascript function is fired. Which Returns a link like: <br><br> https://api.whatsapp.com/send?phone=91{ number entered} <br><br>and this is opened which natively launches whatsapp into that chat.
</dd>
</div>
<div class="bg-white px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6" style="margin: auto;
justify-content: center;
align-self: center;
display: contents;">
<dt class="text-sm font-medium text-gray-500">
References
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
<ul class="border border-gray-200 rounded-md divide-y divide-gray-200">
<li class="pl-3 pr-4 py-3 flex items-center justify-between text-sm">
<div class="w-0 flex-1 flex items-center">
<!-- Heroicon name: solid/paper-clip -->
<i class="fas fa-link"></i>
<span class="ml-2 flex-1 w-0 truncate">
Whatsapp Faq
</span>
</div>
<div class="ml-4 flex-shrink-0">
<a href="https://faq.whatsapp.com/iphone/how-to-link-to-whatsapp-from-a-different-app/?lang=en" class="font-medium text-indigo-600 hover:text-indigo-500 sm:gap-4 sm:px-6px">
Visit
</a>
</div>
</li>
</ul>
</dd>
</div>
</dl>
</div>
<footer>
<span>Created By <a href="https://www.instagram.com/mehul.exe.x64" target="_blank">Mehul Minat</a></span>
</footer>
</div>
<script src="./script.js"></script>
</body>
</html>