forked from dirkcuys/lcl2.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscuss.html
113 lines (87 loc) · 4.82 KB
/
discuss.html
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Course Overview - Learning Creative Learning</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/font-awesome-ie7.css" rel="stylesheet">
<link href="css/customizations.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="http://learn.media.mit.edu/assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://learn.media.mit.edu/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://learn.media.mit.edu/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://learn.media.mit.edu/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://learn.media.mit.edu/assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="syllabus.html">Syllabus</a></li>
<!--<li><a href="course.html">Overview</a></li>
<li><a href="participants.html">Participants</a></li>
<li><a href="emails.html">Weekly Emails</a></li>-->
<li><a href="faq.html">FAQ</a></li>
<li class="active"><a href="discuss.html">Discuss</a></li>
</ul>
</div>
<a class="brand brand1" href="http://info.p2pu.org/" target="_blank"></a>
<a class="brand brand2" href="http://www.media.mit.edu/" target="_blank"></a>
</div>
</div>
</div>
<div id="step1" class="container content">
<div class="row">
<div style="margin-left: 40px; margin-right: 40px; ">
<h2>Community Discussion Forum</h2>
<br/>
<h3>Join the conversation. Visit the community forum. Once the course starts, the forum will be the main place for interaction with other participants. You can go ahead and have a look around now, but things will really only kick off around mid March. </h3>
<br/>
<a href="http://discuss-learn.media.mit.edu" target="_blank"><button class="btn btn-primary">> Take me to the Forum</button></a>
<br/> <br/>
<p class="lead">Last year, we hosted the discussions on this <a href="https://plus.google.com/u/0/communities/106132864609383396284" target="_blank">Google Plus Community.</a> This year we are trying something new, an open source discussion forum made by our friends at <a href="http://discourse.org" target="_blank">Discourse</a>.</p>
</div>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jstz/jstz.min.js"></script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=173328602725813";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37881026-1']);
_gaq.push(['_setDomainName', 'learn.media.mit.edu']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>