-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.1 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.1 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
---
layout: default
---
<div id="about">
<p>Educoder is an information hub for developers of educational technology, with an eye to research. Its mission is to support community among EdTech developers. To participate, come chat on the <a href="http://groups.google.com/group/educoder/">mailing list</a> (below). We are also gather <a href="https://www.facebook.com/home.php?sk=group_226303434048976&ap=1">on Facebook</a> and on <a href="https://plus.google.com/117799352776195277626/posts">on Google+</a>.</p>
</div>
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="800"
height="600">
</iframe>
<script type="text/javascript">
document.getElementById('forum_embed').src =
'https://groups.google.com/forum/embed/?place=forum/educoder'
+ '&showsearch=true&showpopout=true&showtabs=false'
// + '&parenturl=' + encodeURIComponent(window.location.href);
</script>
<!-- <aside class="sidebar">
{% if site.blog_index_asides.size %}
{% include_array blog_index_asides %}
{% else %}
{% include_array default_asides %}
{% endif %}
</aside> -->