Skip to content

Cleaned up the CoC page by removing unnecessary js & css libs and links #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions code_of_conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="shortcut icon" href=" ">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> -->
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>Learn Teach Code</title>
<title>Code of Conduct | Learn Teach Code</title>

<!-- Google Analytics - Global site tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118124010-1"></script>
Expand All @@ -17,16 +17,14 @@
gtag('config', 'UA-118124010-1');
</script>
<!-- Google Analytics - END -->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.4.0/dist/leaflet.css"
integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
crossorigin=""/>

<link rel="stylesheet" href="style.css">
</head>

<body>
<header>
<h1>Learn Teach Code</h1>
<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>
<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>
</header>

<section>
Expand Down Expand Up @@ -93,12 +91,5 @@ <h3>Attribution</h3>
<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!
</p>
</footer>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js"
integrity="sha512-QVftwZFqvtRNi0ZyCtsznlKSWOStnDORoefr1enyq5mVL4tmKB3S/EnC3rRJcxCPavG10IcrVGSmPh6Qw5lwrg=="
crossorigin=""></script>
<script src="custom.js"></script>
<script src="slider.js"></script>
</body>
</html>