|
380 | 380 | response += ', <strong>shades()</strong>'; |
381 | 381 | response += ', <strong>twShare()</strong>'; |
382 | 382 | response += ', <strong>stl()</strong>'; |
| 383 | + response += ', <strong>cp()</strong>'; |
383 | 384 | response += ', <strong>pyDocs()</strong>'; |
384 | 385 | response += ', <strong>newsletter()</strong>'; |
385 | 386 | response += ', <strong>test()</strong>' |
|
406 | 407 | if (customFunctionName == 'shades') response = 'See the world through the eyes of a douchebag.'; |
407 | 408 | if (customFunctionName == 'twShare') response = 'Share Codecell with you friends on Twitter.'; |
408 | 409 | if (customFunctionName == 'stl') response = 'Opens STL Reference material by Codecell team'; |
| 410 | + if (customFunctionName == 'cp') response = 'Opens Logic Building (for competitive programming) Reference material by Codecell team'; |
409 | 411 | if (customFunctionName == 'git') response = 'Opens Git-Github Reference material by Codecell team'; |
410 | 412 | if (customFunctionName == 'pyDocs') response = 'Opens Python reference material by Codecell team'; |
411 | 413 | if (customFunctionName == 'newsletter') response = 'Opens our exquisitive newsletter, written only for you !'; |
|
680 | 682 | } |
681 | 683 |
|
682 | 684 | function stl() { |
683 | | - window.open("http://www.kjscecodecell.com/standard-library-in-x/"); |
| 685 | + window.open("https://www.kjscecodecell.com/standard-library-in-x/"); |
| 686 | + } |
| 687 | + |
| 688 | + function cp() { |
| 689 | + window.open("https://www.kjscecodecell.com/CP-Bootcamp-2021/"); |
684 | 690 | } |
685 | 691 |
|
686 | 692 | function git() { |
687 | 693 | window.open("https://www.kjscecodecell.com/Git-CheatSheet/"); |
688 | 694 | } |
689 | 695 |
|
690 | 696 | function pyDocs() { |
691 | | - window.open("http://www.kjscecodecell.com/Introduction-to-programming/python/"); |
| 697 | + window.open("https://www.kjscecodecell.com/Introduction-to-programming/python/"); |
692 | 698 | } |
693 | 699 |
|
694 | 700 | function newsletter() { |
|
0 commit comments