|
6 | 6 | <link rel="shortcut icon" href=" ">
|
7 | 7 | <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> -->
|
8 | 8 | <meta name="viewport" content="width=device-width, user-scalable=no" />
|
9 |
| - <title>Learn Teach Code</title> |
| 9 | + <title>Code of Conduct | Learn Teach Code</title> |
10 | 10 |
|
11 | 11 | <!-- Google Analytics - Global site tag (gtag.js) -->
|
12 | 12 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-118124010-1"></script>
|
|
17 | 17 | gtag('config', 'UA-118124010-1');
|
18 | 18 | </script>
|
19 | 19 | <!-- Google Analytics - END -->
|
20 |
| - <link rel="stylesheet" href="https://unpkg.com/leaflet@1.4.0/dist/leaflet.css" |
21 |
| - integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA==" |
22 |
| - crossorigin=""/> |
| 20 | + |
23 | 21 | <link rel="stylesheet" href="style.css">
|
24 | 22 | </head>
|
25 | 23 |
|
26 | 24 | <body>
|
27 | 25 | <header>
|
28 | 26 | <h1>Learn Teach Code</h1>
|
29 |
| - <h5><a href="https://join.slack.com/t/learnteachcode/shared_invite/enQtNDQ2MTM3NTk3MjMyLThlNjQzYTMzMzEwYWU1MDhmOGUyZmJmMTllZWM3MWQ1ZGU3ZDRkYzY3ZDc3YjE2YjliMTg0MjM2ZWZiMmIwYWU">Join our Slack!</a> | <a href="https://github.com/LearnTeachCode/code-coffee-compendium">Resources</a> | <a href="./code_of_conduct.html">Code of Conduct</a></h5> |
| 27 | + <h5><a href="https://learnteachcode.org" title="Back to Homepage">Home</a> | <a href="https://join.slack.com/t/learnteachcode/shared_invite/enQtNDQ2MTM3NTk3MjMyLThlNjQzYTMzMzEwYWU1MDhmOGUyZmJmMTllZWM3MWQ1ZGU3ZDRkYzY3ZDc3YjE2YjliMTg0MjM2ZWZiMmIwYWU">Join our Slack!</a> | <a href="https://github.com/LearnTeachCode/code-coffee-compendium">Resources</a> | <a href="./code_of_conduct.html">Code of Conduct</a></h5> |
30 | 28 | </header>
|
31 | 29 |
|
32 | 30 | <section>
|
@@ -93,12 +91,5 @@ <h3>Attribution</h3>
|
93 | 91 | <strong>Want to sponsor us?</strong> We're always on the lookout for more meeting spaces. Let us know if you have any suggestions or would like to sponsor us at your office!
|
94 | 92 | </p>
|
95 | 93 | </footer>
|
96 |
| - |
97 |
| - <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> |
98 |
| - <script src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js" |
99 |
| - integrity="sha512-QVftwZFqvtRNi0ZyCtsznlKSWOStnDORoefr1enyq5mVL4tmKB3S/EnC3rRJcxCPavG10IcrVGSmPh6Qw5lwrg==" |
100 |
| - crossorigin=""></script> |
101 |
| - <script src="custom.js"></script> |
102 |
| - <script src="slider.js"></script> |
103 | 94 | </body>
|
104 | 95 | </html>
|
0 commit comments