|
8 | 8 | <meta name="description" content="CodeWith's main web site"> |
9 | 9 | <meta name="author" content="Drew Morgan"> |
10 | 10 |
|
| 11 | + <title>CodeWith - Activities</title> |
| 12 | + |
11 | 13 | <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> |
12 | 14 | <!--[if lt IE 9]><script src="/js/ie8-responsive-file-warning.js"></script><![endif]--> |
13 | 15 | <script src="./js/ie-emulation-modes-warning.js"></script> |
|
30 | 32 | <link rel="stylesheet" href="./css/open-dyslexic.css" type="text/css" charset="utf-8" /> |
31 | 33 |
|
32 | 34 | <link rel="stylesheet" href="css/style.css"> |
33 | | - <title>CodeWith - Activities</title> |
| 35 | + <link rel="stylesheet" href="css/sidebar.css"> |
34 | 36 |
|
35 | 37 | </head> |
36 | 38 |
|
@@ -119,6 +121,7 @@ <h1 class="cover-heading">CODEWITH<span id="suffix" class="typed-suffix">US</spa |
119 | 121 | <div class="row unpadded"> |
120 | 122 | <div class="col-lg-10"> |
121 | 123 | <h1>Activities</h1> |
| 124 | + |
122 | 125 | <p> |
123 | 126 | There are plenty of places to go on the Internet to learn, practice, share and discover more about code, and |
124 | 127 | quite often we get people attending who are working their way through resources they've found elsewhere on |
@@ -439,16 +442,32 @@ <h4> |
439 | 442 | <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
440 | 443 | <script src="./js/ie10-viewport-bug-workaround.js"></script> |
441 | 444 |
|
442 | | -<script crossorigin="anonymous" src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="></script> |
443 | | -<script crossorigin="anonymous" src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="></script> |
444 | | -<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"></script> |
445 | | -<script crossorigin="anonymous" src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"></script> |
| 445 | +<script crossorigin="anonymous" src="https://code.jquery.com/jquery-3.5.1.min.js" |
| 446 | + integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="></script> |
| 447 | +<script crossorigin="anonymous" src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" |
| 448 | + integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="></script> |
| 449 | +<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" |
| 450 | + integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"></script> |
| 451 | +<script crossorigin="anonymous" src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" |
| 452 | + integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"></script> |
446 | 453 |
|
447 | 454 | <script src="./js/change-font.js"></script> |
448 | 455 | <script src="./js/check-width.js"></script> |
449 | 456 | <script src="./js/sidebar.js"></script> |
450 | 457 | <script src="./js/typed-suffix.js"></script> |
451 | 458 |
|
| 459 | +<!-- Global site tag (gtag.js) - Google Analytics --> |
| 460 | +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174926144-1"></script> |
| 461 | +<script> |
| 462 | + window.dataLayer = window.dataLayer || []; |
| 463 | + |
| 464 | + function gtag() { |
| 465 | + dataLayer.push(arguments); |
| 466 | + } |
| 467 | + |
| 468 | + gtag('js', new Date()); |
| 469 | + gtag('config', 'UA-174926144-1'); |
| 470 | +</script> |
452 | 471 | </div> |
453 | 472 | </body> |
454 | 473 |
|
|
0 commit comments