forked from pratap360/MyToolKits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
380 lines (345 loc) · 18.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Toolkits</title>
<!-- favicon here -->
<link rel="icon" type="image/x-icon" href="./assets/icons/favicon.ico">
<!-- styles import -->
<link rel="stylesheet" href="css/style.css">
<!-- materialize icons, css & js -->
<link type="text/css" href="./css/materialize.min.css" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!-- fonts import -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- font awesome cdn import -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- main logo font and nav bar font import -->
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
<!-- all contents fonts import -->
<link href="https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300&display=swap" rel="stylesheet">
<script type="text/javascript" src="./js/materialize.min.js"></script>
<!-- manifest import -->
<link rel="manifest" href="./manifest.json">
<!-- required data for browser -->
<meta name="theme-color" content="#00796b">
</head>
<body>
<section class="navbar">
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper teal darken-2">
<a href="https://pratap360.github.io/MyToolKits/" class="brand-logo">
<img src=" ./assets/main-logo/main-logo.png" alt="brand-logo" id="logo"></a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul id="nav" class="right hide-on-med-and-down">
<li><a class="waves-effect btn deep-purple darken-3 hoverable" href="https://github.com/pratap360/MyToolKits"><i class="material-icons fab fa-github fa-lg"></i></a></li>
<li><a href="#" onclick="toggleModal();">How to use</a></li>
<li><a href="./pages/about-us.html">About us</a></li>
<!-- <li><a href="/pages/favorites.html">Favorites</a></li> -->
<!-- Dropdown Trigger -->
<li><a class="dropdown-trigger hoverable" href="#" data-target="dropdown1">
<i class="material-icons right">more_vert</i></a></li>
<!-- light/dark mode toggle button in nav bar -->
<!-- <li><a href="#" class="btn-floating btn-small waves-effect waves-light light-blue accent-4">
<i class="material-icons left">brightness_4</i></a>
</li> -->
</ul>
<!-- dropdown menus -->
<ul id="dropdown1" class="dropdown-content">
<li><a href="./pages/Disclamer.html">Disclamer</a></li>
<!-- <li><a href="/pages/contact-us.html">Contact Us</a></li> -->
<li><a href="./pages/privacy policy.html">Privacy Policy</a></li>
<li><a href="./pages/tnc.html">Terms & Conditions</a></li>
</ul>
</div>
</nav>
</div>
<!-- Here is the Mobile side navbar -->
<ul class="sidenav" id="mobile-demo">
<!-- login button -->
<li><a href="./pages/login.html" class="waves-effect waves-light deep-purple darken-3 btn-large z-depth-2">
<i class="material-icons left">account_circle</i>Login/Sign Up</a></li>
<li><a href="https://github.com/pratap360/MyToolKits">Github</a></li>
<li><a href="#" onclick="toggleModal();">How to use</a></li>
<li><a href="./pages/about-us.html">About us</a></li>
<!-- <li><a href="/pages/favorites.html">Favorites</a></li> -->
<li><a href="./pages/Disclamer.html">Disclamer</a></li>
<li><a href="./pages/privacy policy.html">Privacy Policy</a></li>
<li><a href="./pages/tnc.html">Terms & Conditions</a></li>
<!-- light/dark mode toggle button in side nav bar -->
<!-- <li><a href="#" class="btn-floating btn-small waves-effect waves-light light-blue accent-4">
<i class="material-icons left">brightness_4</i></a>
</li> -->
</ul>
</section>
<!-- basic tools lists -->
<section class="tools">
<!-- qr code gen -->
<div class="row" style="padding-left: 30px; padding-right: 30px;">
<section class="tool-catogries center">
<h3>Basic Tools</h3>
<hr>
</section>
<div class="col s12 m6 l3" style="padding: 65px 35px;">
<div class="card hoverable z-depth-5" style="border-radius: 15px; backdrop-filter: blur( 15px )!important">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/tools-logo/qrcode.png" alt="a qrcode">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" title="description">Qr Code Generator
<i class="material-icons right">menu_open</i>
</span>
<p><a href="./tools/qrcode/qr_code.html"><i class="material-icons left">launch</i>Click to open</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Qr Code Generator<i
class="material-icons right">close</i></span>
<p>You can Generate qr code just pasting the any link, text or what ever you what to paste</p>
</div>
</div>
</div>
<!-- Todo list -->
<div class="col s12 m6 l3" style="padding: 65px 35px;">
<div class="card hoverable z-depth-5" style="border-radius: 15px; backdrop-filter: blur( 15px )!important">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="https://img.icons8.com/material-sharp/100/000000/ok--v2.png" alt="a check">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" title="description">Todo<br>List
<i class="material-icons right">menu_open</i></span>
<p><a href="./tools/to_do_list/todo-list.html"><i class="material-icons left">launch</i>Click to open</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Todo list<i class="material-icons right">close</i></span>
<p>You can create you todo list as per your daily Schedule,also delete it after the task is finished</p>
</div>
</div>
</div>
<!-- password generator-->
<div class="col s12 m6 l3" style="padding: 65px 35px;">
<div class="card hoverable z-depth-5" style="border-radius: 15px; backdrop-filter: blur( 15px )!important ">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/tools-logo/pwd-gen.png" alt="password with a padlock">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" title="description">Password Generator
<i class="material-icons right">menu_open</i></span>
<p><a href="./tools/pass_gen/pass_gen.html"><i class="material-icons left">launch</i>Click to open</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Password Generator<i
class="material-icons right">close</i></span>
<p>This is the Password Generator You can Generate as many as password you can !</p>
</div>
</div>
</div>
<!-- Draw -->
<div class="col s12 m6 l3" style="padding: 65px 35px;">
<div class="card hoverable z-depth-5" style="border-radius: 15px; backdrop-filter: blur( 15px )!important">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/tools-logo/draw.png" alt="a crisscross pencil and brush">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" title="description">Draw
<i class="material-icons right">menu_open</i>
</span>
<p><a href="./tools/draw/draw.html" title="upcoming tool in production"><i
class="material-icons left">launch</i>Click to open</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Draw<i class="material-icons right">close</i></span>
<p>Just for time pass :) Draw it what you want & download the files & share it to anyone</p>
</div>
</div>
</div>
</div>
</section>
<section class="tools">
<!-- up coming tools-->
<div class="row" style="padding-left: 30px; padding-right: 30px;">
<section class="tool-catogries center">
<h3>Up Coming Tools</h3>
<hr>
</section>
<!-- Expense Calculator -->
<div class="col s12 m6 l3" style="padding: 65px 35px;">
<div class="card hoverable z-depth-5" style="border-radius: 15px; backdrop-filter: blur( 15px )!important">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="assets/tools-logo/expense-cal.png" alt="currency expense">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" title="description">Expense Calculator
<i class="material-icons right">menu_open</i>
</span>
<p><a href="./tools/expense_calculator/expense-cal.html" title="fixing bug"><i
class="material-icons left">launch</i>Click to open </a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Expense Calculator<i
class="material-icons right">close</i></span>
<p>Here is the Expense Calculator to track the expense of you earnings.</p>
</div>
</div>
</div>
<!-- Habit tracker-->
<div class="col s12 m6 l3" style="padding: 65px 35px;">
<div class="card hoverable z-depth-5" style="border-radius: 15px; backdrop-filter: blur( 15px )!important">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/tools-logo/habit-track.png" alt="habit track">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" title="description">habit tracker
<i class="material-icons right">menu_open</i>
</span>
<p><a href="#" title="upcoming tool in production"><i class="material-icons left">launch</i>Click to
open</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">habit tracker<i
class="material-icons right">close</i></span>
<p>You can Generate you good Habits just add it</p>
</div>
</div>
</div>
</div>
</section>
<!-- coming soon tools section -->
<section class="tools">
<!-- tool 8 , 9 10 -->
<div class="row" style="padding-left: 30px; padding-right: 30px;">
<section class="tool-catogries center">
<h3>Advance Tools (Coming Soon)</h3>
<hr>
</section>
<div class="col s12 m6 l3" style="padding: 65px 35px;">
<div class="card hoverable z-depth-5" style="border-radius: 15px; backdrop-filter: blur( 15px )!important">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="https://img.icons8.com/material/100/000000/news--v1.png">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" title="description">Tool Name 8<i
class="material-icons right">description</i></span>
<p><a href="#"><i class="material-icons left">launch</i>Click to open</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Tool Name 8<i class="material-icons right">close</i></span>
<p>Here is some more information about this product that is only revealed once clicked on.</p>
</div>
</div>
</div>
<!-- tool 9 -->
<div class="col s12 m6 l3" style="padding: 65px 35px;">
<div class="card hoverable z-depth-5" style="border-radius: 15px; backdrop-filter: blur( 15px )!important">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="https://img.icons8.com/material/100/000000/puzzle--v1.png" alt="puzzel">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" title="description">Tool Name 9<i
class="material-icons right">description</i></span>
<p><a href="#"><i class="material-icons left">launch</i>Click to open</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Tool Name 9<i class="material-icons right">close</i></span>
<p>Here is some more information about this product that is only revealed once clicked on.</p>
</div>
</div>
</div>
<!-- tool 10 -->
<div class="col s12 m6 l3" style="padding: 65px 35px;">
<div class="card hoverable z-depth-5" style="border-radius: 15px; backdrop-filter: blur( 15px )!important">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="https://img.icons8.com/material/100/000000/share-2.png" alt="share">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4" title="description">Tool Name 10<i
class="material-icons right">description</i></span>
<p><a href="tools/tool-name-7.html"><i class="material-icons left">launch</i>Click To Open</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">Tool name 10<i
class="material-icons right">close</i></span>
<p>Here is some more information about this product that is only revealed once clicked on.</p>
<div class="chip">tool tag</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- another seciton for tools -->
<!-- <section class="tools">
<div class="row" style="padding-left: 30px; padding-right: 30px;">
<section class="tool-catogries center">
<h3>"Tools Section 4 name "</h3>
<hr>
</section>
</div>
</div>
</section> -->
<!-- modal-content for how to use-->
<section class="infomodal">
<div id="modal3" class="modal modal-fixed-footer">
<div class="modal-content">
<h4 id="info-modal-heading">How To Use</h4>
<h5 id="info-modal-content" class="center-on-small-only">So What is PWA</h5>
<hr>
<p class="justify">A progressive web application (PWA), commonly known as a progressive web app, is a type of
application software delivered through the web, built using common web technologies including HTML, CSS,
JavaScript, and WebAssembly. It is intended to work on any platform that uses a standards-compliant browser,
including both desktop and mobile devices.</p>
<p>Since a progressive web app is a type of webpage or website known as a web application, they do not require
separate bundling or distribution. Developers can just publish the web application online, ensure that it
meets baseline "installability requirements", and users will be able to add the application to their home
screen.Publishing the app to digital distribution systems like Apple App Store or Google Play is optional</p>
<h5 id="info-modal-content" class="center-on-small-only">how to add this web app</h5>
<hr>
<p><b>Here are the steps to add</b></p>
<ol>
<li>First and formost you will see the download icon on the address bar of your browser if you use chrome </li>
<img src="./assets/images/dwl-pwa.jpg" alt="Toolkits" class="popup-img-size"> on dektop or on android mobile
<img src="./assets/images/add2home.jpeg" alt="Add toolkits to home screen" class="center-on-small-only popup-img-size">
<li>Then just click add or download as per on which ever your device is</li>
<li>Give some time to download </li>
<li>after your dowload is finished you will get this notification like this</li>
<img src="./assets/images/notify.jpeg" alt="download share favorites" class="center-on-small-only popup-img-size">
<li>Now you will see the app icon on your home screen Hurray!</li>
</ol>
<p>Now your Good to go</p>
<h5 id="info-modal-content" class="center-on-small-only">special features</h5>
<hr>
<p class="deep-purple-text">
<i>It can work offline as it is a native web app after net permits it works like as usual</i>
</p>
<!-- btn for know more -->
<span class="waves-light waves-effect btn deep-purple darken-3">
<a href="https://web.dev/progressive-web-apps/" target="_blank" class="white-text">To know More Info click me</a>
</span>
</div>
<div class="modal-footer">
<a href="#!" class="modal-close waves-effect waves-green btn-flat">Close</a>
</div>
</div>
</section>
<!-- light/dark mode button -->
<div class="fixed-action-btn">
<a class="btn-floating btn-large deep-purple darken-3 hoverable light-dark-mode">
<i class="large material-icons">brightness_4</i>
</a>
</div>
<!-- jquery import -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!-- custom js files -->
<script src="./js/script.js"></script>
<script src="./js/app.js"></script>
</body>
</html>