-
Notifications
You must be signed in to change notification settings - Fork 58
/
index.html
581 lines (480 loc) · 21.6 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
<!DOCTYPE HTML>
<html>
<head>
<body style="background-color:#F0F8FF;">
<title>Online Tools</title>
<link rel="stylesheet" href="./style.css">
<meta charset="UTF-8">
<meta name="description" content="This is Novous Neurons' online tools page.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<a href="https://novus-neurons.github.io/Online-tools" class="page-heading">
<h1>online tools⚙️</h1>
</a>
<hr>
<div class="content">
<h4>This is the collection of online free to use tools that you'll need when working on your next creation.</h4>
<h4 style="text-align: left;">This collection is made by students.How to contribute: You can visit the GitHub repo <a href="https://github.com/novus-neurons/Online-tools">here.</a> Contribution instructions have been provided there.</h4>
<hr>
<h2>Tool List: </h2>
<table>
<tr class="light">
<th>Site Name</th>
<th>Description</th>
<th>Link</th>
</tr>
<tr>
<td>Remove Bg</td>
<td>A simple online tool that removes the backgrouds of your images for free.</td>
<td><a href="https://remove.bg" target="_blank">Visit</a></td>
</tr>
<br>
<br>
<td>HackerRank</td>
<td> Learn how to hire technical talent from anywhere!</td>
<td><a href="https://www.hackerrank.com/">Visit</a></td>
</tr>
<br>
<tr>
<td>canva</td>
<td>A online, easy to use, graphic design tool for all your basic needs. </td>
<td><a href="https://canva.com"target="_blank">Visit</a></td>
</tr>
<tr>
<td>Adobe color</td>
<td>All your color needs, here. :) </td>
<td><a href="https://color.adobe.com" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Image Color Picker</td>
<td>Make color palette from your images.</td>
<td><a href="https://imagecolorpicker.com" target="_blank">Visit</a></td>
</tr>
<tr>
<td>I ❤️ PDF</td>
<td>A comprehensive PDF editing tool.</td>
<td><a href="https://ilovepdf.com" target="_blank">Visit</a></td>
</tr>
<tr>
<td>WeTransfer</td>
<td>we transfer our ideas and information with help of wetransfer.</td>
<td><a href="https://wetransfer.com" target="_blank">Visit</a></td>
<!-- -->
<td>Zoom</td>
<td>Zoom is a great free online collaboration tool that lets you hold virtual meetings.</td>
<td><a href=" https://zoom.us/" target="_blank">Visit</a></td>
<!-- add link here -->
</tr>
<tr>
<td>Toggl Track</td>
<td>Toggl Track helps you track your time, across apps and tasks. Useful for freelancers.</td>
<td><a href="https://toggl.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Discord</td>
<td>Originally for gamers, Discord is quickly becoming a great free online collaboration tool. Popular among gen Z.</td>
<td><a href="https://discord.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>LYX</td>
<td>LyX is a document processor that encourages an approach to writing based on the structure of your documents (WYSIWYM) and not simply their appearance (WYSIWYG).</td>
<td><a href="https://www.lyx.org/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>GeeksforGeeks</td>
<td>A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles.</td>
<td><a href="https://www.geeksforgeeks.org/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>LastPass</td>
<td>LastPass is a password manager that makes it easy to log in to any website or app. It provides secure vault where you can save all your login info</td>
<td><a href="https://www.lastpass.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Zoom</td>
<td>Zoom allows the user to conduct online meeting anytime.</td>
<td><a href="https://zoom.us/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Codeforces</td>
<td>A simple online competitive programming platform where you can code and improve your logic building</td>
<td><a href="https://codeforces.com/" target="_blank">Visit</a></td>
</tr>
<br>
</table>
=======
<h4>This is the collection of online free to use tools that you'll need when working on your next creation.</h4>
<h4 style="text-align: left;">This collection is made by students. How to contribute: You can visit the GitHub
repo <a href="https://github.com/novus-neurons/Online-tools">here.</a> Contribution instructions have been
provided there.</h4>
<hr>
<h2>Tool List: </h2>
<table>
<tr class="light">
<th>Site Name</th>
<th>Description</th>
<th>Link</th>
</tr>
<br>
<tr>
<td>Snapseed</td>
<td>A Very Simple tool that helps to edit photos and get effective output.</td>
<td><a href="https://en.wikipedia.org/wiki/Snapseed" target="_blank">visit</a></td>
</tr>
<tr>
<td>HP</td>
<td>Experience Using Top-Rated Laptops with Powerful Features. Laptops with Intel inside. Get Laptops of the Best Quality with an 12th Gen Intel Core Processor.</td>
<td><a href="https://www.hp.com/" target="_blank">visit</a></td>
</tr>
<tr>
<td>light room</td>
<td>Best application to edit photos.</td>
<td><a href="https://en.wikipedia.org/wiki/Adobe_Lightroom" target="_blank">Visit</a></td>
</tr>
<tr>
<td>VEED</td>
<td>VEED is a super-powerful online video editing tool that's easy to use. With all the functionality you need to trim, crop, add music, subtitles, filters, and more.</td>
<td><a href="https://www.veed.io/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Google Meet</td>
<td>Google Meet is a great free online collaboration tool that lets you hold virtual meetings.</td>
<td><a href="https://meet.google.com" target="_blank">Visit</a></td>
</tr>
<tr>
<td>ilovepdf</td>
<td>Used to conert any type file in a required format.</td>
<td><a href="https://www.ilovepdf.com/">Visit</a></td>
</tr>
<tr>
<td>Microsoft teams</td>
<td>Microsoft teams is a great free online collaboration tool that lets you hold virtual meetings.</td>
<td><a href="https://en.wikipedia.org/wiki/Microsoft_Teams" target="_blank">Visit</a></td>
</tr>
=======
<tr>
<td>great learning</td>
<td>great learning is a online platform. it help you to learn the in-demand skills to advance your career.</td>
<td><a href="https://play.google.com/store/apps/details?id=com.lms.greatlakes&hl=en_IN&gl=US"_blank>Visit</a></td>
</tr>
=======
<tr>
<td>Goodreads</td>
<td>Goodreads is the world’s largest site for readers and book recommendations.</td>
<td><a href="https://www.goodreads.com/" target="_blank">visit</a></td>
</tr>
<tr>
<td>Notion</td>
<td>great for writing Notes, also used for planning business, and for overall productivity</td>
<td><a href="https://www.notion.so/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>BMI calculator</td>
<td>The Body Mass Index (BMI) Calculator can be used to calculate BMI value and corresponding weight status while taking age into consideration. </td>
<td><a href="https://www.calculator.net/bmi-calculator.html" target="_blank">Visit</a></td>
</tr>
<br>
=======
</table>
=======
<br>
<tr>
<td>Canva</td>
<td>A online, easy to use, graphic design tool for all your basic needs. </td>
<td><a href="https://canva.com" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Soundtrap</td>
<td>The Soundtrap Capture App provides a simple and quick way to record and develop music ideas
collaboratively on mobile. </td>
<td><a href="https://www.soundtrap.com" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Adobe Color</td>
<td>All your color needs, here. :) </td>
<td><a href="https://color.adobe.com" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Picsart</td>
<td>All your color,templates,etc needs, here. :) </td>
<td><a href="https://picsart.com/" target="_blank">Visit</a></td>
</tr>
</tr>
<td>github</td>
<td>Best application to host code.</td>
<td><a href="github.com" target="_blank">Visit</a></td>
</tr>
<tr>
<td>LastPass</td>
<td>last pass is a collaboration tool example that lets orgination store and share password. </td>
<td><a
href="https://www.lastpass.com/get-premium?sdfc_id=7014P000001rVliQAM&sfdc_id=7014P000001rVIiQAM&gclid=CjwKCAjwqJSaBh"
target="_blank">Visit</a></td>
</tr>
</tr>
<tr>
<td>Image Color Picker</td>
<td>Make color palette from your images.</td>
<td><a href="https://imagecolorpicker.com" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Ytmp3</td>
<td>Helps convert youtube videos into audio with mp3 format and download them in high quality</td>
<td><a href="https://ytmp3.cc/c7ada/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Icons8</td>
<td>Download design elements for free: icons, photos, vector illustrations, and music for your videos</td>
<td><a href="https://icons8.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>flaticon</td>
<td>Download Free Icons and Stickers for your projects</td>
<td><a href="https://www.flaticon.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>I ❤️ PDF</td>
<td>A comprehensive PDF editing tool.</td>
<td><a href="https://ilovepdf.com" target="_blank">Visit</a></td>
</tr>
<tr>
<td>CANVA</td>
<td>Canva is a free graphic design platform that allows you to easily create invitations, business cards,
flyers, lesson plans, Zoom backgrounds, and more using professionally designed templates.</td>
<td><a href="https://www.canva.com/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>WeTransfer</td>
<td>we transfer our ideas and information with help of wetransfer.</td>
<td><a href="https://wetransfer.com" target="_blank">Visit</a></td>
<!-- add link here -->
<tr>
<td>Zoom</td>
<td>Zoom is a great free online collaboration tool that lets you hold virtual meetings.</td>
<td><a href=" https://zoom.us/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>HP</td>
<td></td>
<td><a href=" https://zoom.us/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Toggl Track</td>
<td>Toggl Track helps you track your time, across apps and tasks. Useful for freelancers.</td>
<td><a href="https://toggl.com/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Discord</td>
<td>Originally for gamers, Discord is quickly becoming a great free online collaboration tool. Popular among
gen Z.</td>
<td><a href="https://discord.com/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Buff</td>
<td>gamers get rewards for completing tasks. </td>
<td><a href="https://www.buff.game" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Adobe Scan</td>
<td>An application that is used for converting photos into convenient and professional format like PDF , Docs
etc</td>
<td><a href="https://www.adobe.com/in/acrobat/mobile/scanner-app.html" target="_blank">Visit</a></td>
</tr>
<br><!-- Template Starts -->
<!-- Copy and paste this template given below. -->
<tr>
<td>TinkerCad</td>
<td>Take your 2D ideas and bring them to life, an effortlessly simple online graphic design toolkit for
creating innovative 3D designs and coding.</td>
<td><a href="https://www.tinkercad.com/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Google Meet</td>
<td>Google Meet is a great free online collaboration tool that lets you hold virtual meetings.</td>
<td><a href="https://meet.google.com" target="_blank">Visit</a></td>
</tr>
<tr>
<tr>
<td>Pinterest</td>
<td>Pinterest is a great free online collaboration tool that lets you download images.</td>
<td><a href="https://in.pinterest.com/">Visit</a></td>
</tr>
<tr>
<td>LYX</td>
<td>LyX is a document processor that encourages an approach to writing based on the structure of your
documents (WYSIWYM) and not simply their appearance (WYSIWYG).</td>
<td><a href="https://www.lyx.org/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Integrately</td>
<td>One Click Automation</td>
<td><a href="https://integrately.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Codecademy</td>
<td>This course is the perfect place to start if you are brand new to coding.</td>
<td><a href="https://www.codecademy.com/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
</tr>
<tr>
<td>Noloco</td>
<td>No/low Code SaaS builder</td>
<td><a href="https://noloco.io/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Google Workspace (G Suite)</td>
<td>Google Workplace tools include Drive, Docs, Sheets, Slides, Calendar, and Gmail.</td>
<td><a href="https://workspace.google.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>GeeksforGeeks</td>
<td>A Computer Science portal for geeks. It contains well written, well thought and well explained computer
science and programming articles.</td>
<td><a href="https://www.geeksforgeeks.org/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>W3 School </td>
<td> The platform is very good for any tutorial. you can understand any computer language and any thing
related to computer science.Its help for sure to all people.</td>
<td><a href="https://www.w3schools.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Versoly</td>
<td>Free tool to build static websites</td>
<td><a href="https://www.versoly.com/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Insert Sample Name Here</td>
<td>Description</td>
<td><a href="Insert Link here" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Write essays easily</td>
<td>Using this bot you can write essay easily</td>
<td><a href="https://www.essaybot.com/" target="_blank">Visit</a></td>
</tr>
<br>
<tr>
<td>Hackerrank</td>
<td>HackerRank, a coding-based technical skills and assessment platform. It is usually used to prepare for
interviews and develop problem solving skills</td>
<td><a href="https://www.hackerrank.com" target="_blank">Visit</a></td>
</tr>
<tr>
<td>LeetCode</td>
<td>Leet Code is the one of the best platform to help you enhance your skills and prepare for interviews.</td>
<td><a href="https://leetcode.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>LeetCode</td>
<td>Leet Code is the one of the best platform to help you enhance your skills and prepare for interviews.</td>
<td><a href="https://leetcode.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Codepen.io</td>
<td>CodePen is a social development environment for front-end designers and developers.</td>
<td><a href="https://codepen.io/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Udemy</td>
<td>Udemy is a platform in which you can learn new skills and get certifications of those courses. A very good
platform to improve skills</td>
<td><a href="https://www.udemy.com" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Unacademy</td>
<td>Unacademy is an Indian online educational platform[2] with its headquarters in Bangalore, Karnataka. It
prepares students for various competitive exams, as well as provides content on foundational (K-12) and
skill building courses</td>
<td><a href="https://unacademy.com/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>VEED</td>
<td>VEED is a super-powerful online video editing tool that's easy to use. With all the functionality you need
to trim, crop, add music, subtitles, filters, and more.</td>
<td><a href="https://www.veed.io/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>microsoft teams</td>
<td>microsoft teams is a great business communication platform.</td>
<td><a href="https://www.microsoft.com/en-in/microsoft-teams/download-app/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Canva</td>
<td>It is Famous Video Editing Platform.</td>
<td><a href="https://www.canva.com/video-editor/" target="_blank">visit</a></td>
</tr>
<td>DALL.E</td>
<td>DALL.E is a great image creator by using text.</td>
<td><a href="https://openai.com/blog/dall-e/" target="_blank">Visit</a></td>
</tr>
<td>Programiz/</td>
<td>This is website which contains all programming language tutorail, the can also learn dsa in every language
helpful for Computer science students</td>
<td><a href="https://www.programiz.com/">Visit</a></td>
</tr>
<tr>
<td>Zoro.to</td>
<td>zoro.to is platform where you can watch anime content for free.</td>
<td><a href="https://zoro.to/home" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Aarogya Setu</td>
<td>Aarogya Setu is a Best Covid Vaccine Certification app.</td>
<td><a href="https://www.aarogyasetu.gov.in/" target="_blank">Visit</a></td>
</tr>
<td>genial.ly</td>
<td>Make interactive presentations, animated infographics, multimedia e-learning materials and other beautiful
content for free in Genially.</td>
<td><a href="https://genial.ly/" target="_blank">Visit</a></td>
</tr>
<tr>
<td>Awesome cheatsheets</td>
<td>Cheatsheets for popular programming languages, frameworks and development tools.
They include everything you should know in one single file..</td>
<td><a href="https://lecoupa.github.io/awesome-cheatsheets/" target="_blank">Visit</a></td>
</tr>
</table>
<br>
<br>
<hr>
</div>
<div class="footer">
<p>📜 <b>Links:</b>
[<a href="https://github.com/novus-neurons">GitHub</a>]
[<a href="https://www.instagram.com/novus_neurons/">Instagram</a>]
<!-- [<a href = "insert your link here">Twitter</a>]</p> -- Redundant - Do NOT alter. -->
<p>💌<b>Contact:</b> [<a href="mialto:novousneurons.dypiemr@gmail.com">Gmail</a>]
<hr>
<p class="copyright">Copyright © Novus Neurons (2022). Best Viewed With
<a id="anylink" href="https://anybrowser.org/campaign/"><b>Any Browser</b></a>
[<a id="themebutton" onclick="SwitchTheme()">Light Mode</a>]
</p>
<p style="text-align:center">
<h6> Made with refernce to: [<a href="https://aayushakacloudy.is-a.dev/online-tools" target="_blank"><a
href="aayushakacloudy.is-a.dev">Aayush's Website</a></a>] </h6>
<br> PS. Drink Your <a href="https://demonkingswarn.is-a.dev/" target="_blank">milk</a> and have a <a
href="https://aayushakacloudy.is-a.dev/" target="_blank">banana.</a> </h6>
</p>
</div>
<script type="text/javascript" src="./script.js"></script>
</body>
</html>