-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresources.html
More file actions
78 lines (70 loc) · 3.2 KB
/
Copy pathresources.html
File metadata and controls
78 lines (70 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>KidsDoCoding!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">KidsDoCoding!</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Who We Are</a></li>
<li><a href="curriculum.html">What We Teach</a></li>
<li class="active"><a href="resources.html">Resources</a></li>
<li><a href="schedule.html">Calendar</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<section class="resources">
<article class="post featured">
<header class="major">
<h1>Resources</h1>
<p>Here are some great resources that you can use to expand your computer science knowledge. <b>Click on the name of the resource to be redirected to the resource's website.</b></p>
</header>
</article>
<article>
<header>
<a href="https://codingbat.com/" target="_blank" rel="noopener noreferrer"><h2><u>CodingBat</u></h2></a>
</header>
<p>CodingBat is an excellent site to visit if you're looking to practice coding. They offer practice exercises in both Java and Python and sort the exercises by the topic they cover.</p>
<br>
<header>
<a href="https://www.geeksforgeeks.org/" target="_blank" rel="noopener noreferrer"><h2><u>GeeksForGeeks</u></h2></a>
</header>
<p>Geeks for Geeks is a computer science portal that covers almost every topic in computer science in almost every language. We reccomend visiting Geeks for Geeks to reference code while coding up commonly used algorithms.</p>
<br>
<header>
<a href="https://stackoverflow.com/" target="_blank" rel="noopener noreferrer"><h2><u>Stack Overflow</u></h2></a>
</header>
<p>Stack Overflow is the most popular online Computer Science Q&A forum. Anytime you have a question, you can visit Stack Overflow and you'll likely find the answer. If not, you can always ask a question yourself and get responses from real people.</p>
</article>
</section>
</div>
<header id="header"><a href="https://forms.gle/7L3zvbzcCvpv7rXUA" target="_blank" rel="noopener noreferrer" class="logo">Join KidsDoCoding!</a><header>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>