-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathindex.html~
More file actions
64 lines (49 loc) · 1.55 KB
/
Copy pathindex.html~
File metadata and controls
64 lines (49 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Learn Teach Code - Java</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Learn Teach Code</h1>
<p class="tagline">A community for anyone who wants to learn about computer science or programming</p>
<h2>Welcome to the Java Study Group page!</h2>
<p>
Find us in the #java channel by <a href="http://learnteachcode.herokuapp.com">joining our chatroom on Slack</a>:
<script async="" defer="" src="http://learnteachcode.herokuapp.com/slackin.js?"></script>
</p>
</header>
<section>
<h2>Active Projects:</h2>
<p>Please make a pull request or join us at our project-based meetups if you're interested in collaborating.</p>
<ul>
<li></li>
</ul>
</section>
<section>
<h2>Past Projects:</h2>
<p>Please contact owners for more info.</p>
<ul>
<li></li>
</ul>
</section>
<section>
<h2>Recommend Resources:</h2>
<p>Here's a list that we've compiled for beginners and up.</p>
<ul>
<li></li>
</ul>
</section>
<footer>
<p>
<strong>Want to get more involved with our community?</strong>
<a href="http://learnteachcode.herokuapp.com">Join our chatroom on Slack</a> and follow us on <a href="https://twitter.com/LearnToCodeLA">Twitter</a> and <a href="https://github.com/learnteachcode">GitHub</a>!
</p>
<p>
<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>
</body>
</html>