forked from mitmedialab/lcl-2014.media.mit.edu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbadges.html
110 lines (83 loc) · 4.22 KB
/
badges.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/favicon.png">
<title>Badges | PWYM</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom-NEW.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<!-- Google Analytics: DO NOT EDIT -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1J5K700B51"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1J5K700B51');
</script>
</head>
<body>
<!-- NAVBAR
=========================================================================== -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="img/steinhardt-logo.png"/>
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="about.html">About</a></li>
<li><a href="http://community.playwithyourmusic.org">Community</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="map.html">Map</a></li>
<li class="active"><a href="badges.html">Badges</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div><!--/.navbar-collapse -->
</div>
</div>
<div class="jumbotron" id="faq-jumbo">
<h1>Badges</h1>
</div>
<div class="container faq-content">
<p>We've created four badges for use within Play With Your Music. You can submit your project for a badge. You'll get some feedback from your fellow learners, and a spiffy badge to show off on the interwebs.</p>
<iframe id="badge_embed" type="text/html" frameborder="0" height="310" width="210" src="http://badges.p2pu.org/en/badge/view/209/embedded/?rendering=normal"></iframe>
<iframe id="badge_embed" type="text/html" frameborder="0" height="310" width="210" src="http://badges.p2pu.org/en/badge/view/210/embedded/?rendering=normal"></iframe>
<iframe id="badge_embed" type="text/html" frameborder="0" height="310" width="210" src="http://badges.p2pu.org/en/badge/view/211/embedded/?rendering=normal"></iframe>
<iframe id="badge_embed" type="text/html" frameborder="0" height="310" width="210" src="http://badges.p2pu.org/en/badge/view/212/embedded/?rendering=normal"></iframe>
<p>To find out more about open badges and the learning theory behind them, check out badges.p2pu.org.</p>
<!-- ==================== FOOTER ====================== -->
<hr>
<footer>
<div class="col-lg-8 col-md-8">
<p> Supported by: </p>
<div class="container" id="sponsor-logos">
<a href="http://steinhardt.nyu.edu/music/"><div id="logo-nyusteinhardt"></div></a>
<a href="http://musedlab.org"><div id="logo-musedlab"></div></a>
<a href="http://p2pu.org"><div id="logo-p2pu"></div></a>
</div>
</div>
</footer>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>