Skip to content

Commit 4e38520

Browse files
committed
Cleaned up the page by removing unnecessary js & css libs and links
1 parent 2b27933 commit 4e38520

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

code_of_conduct.html

+3-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="shortcut icon" href=" ">
77
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> -->
88
<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>
1010

1111
<!-- Google Analytics - Global site tag (gtag.js) -->
1212
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118124010-1"></script>
@@ -17,16 +17,14 @@
1717
gtag('config', 'UA-118124010-1');
1818
</script>
1919
<!-- 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+
2321
<link rel="stylesheet" href="style.css">
2422
</head>
2523

2624
<body>
2725
<header>
2826
<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>
3028
</header>
3129

3230
<section>
@@ -93,12 +91,5 @@ <h3>Attribution</h3>
9391
<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!
9492
</p>
9593
</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>
10394
</body>
10495
</html>

0 commit comments

Comments
 (0)