diff --git a/_data/feedback.json b/_data/feedback.json
index 015af0fe4ee984c814843f2181d5923bcf294bd3..518b13d5c263870b9a618fc0db4da2fb3adbe03a 100644
--- a/_data/feedback.json
+++ b/_data/feedback.json
@@ -1,10 +1,13 @@
 {
-	"feedback": [
-		{
-			"criteria": "thing",
-			"mark": "?",
-			"maxMark": 25,
-			"feedback": ""
+	"assignments": [
+		{ 
+			"name": "feedback_sheet",
+			"feedback": [{
+				"criteria": "thing",
+				"mark": "?",
+				"maxMark": 25,
+				"feedback": ""
+			}]
 		}
 	]
 }
diff --git a/_data/index.json b/_data/index.json
new file mode 100644
index 0000000000000000000000000000000000000000..e1d7a729e30748bc895886bdfb76c5a6101c4bba
--- /dev/null
+++ b/_data/index.json
@@ -0,0 +1,86 @@
+{
+	"assignments": {
+		"Week 1": [
+			{
+				"name": "1",
+				"topic": "Recap",
+				"links": {
+				}
+			},
+			{
+				"name": "2 AM",
+				"topic": "Proc Gen",
+				"links": {
+				}
+			},
+			{
+				"name": "2 PM",
+				"topic": "Flappy Bird & Practical",
+				"links": {
+				}
+			},
+			{
+				"name": "3",
+				"topic": "Game Design Hack",
+				"links": {
+				}
+			},
+			{
+				"name": "4 AM",
+				"topic": "Game Design Hack",
+				"links": {
+				}
+			},
+			{
+				"name": "4 PM",
+				"topic": "Play Testing",
+				"links": {
+				}
+			},
+			{
+				"name": "5",
+				"topic": "Game Balance and Assignment",
+				"links": {
+				}
+			}
+		],
+		"Week 2": [
+			{
+				"name": "1",
+				"topic": "",
+				"links": {
+				}
+			},
+			{
+				"name": "2",
+				"topic": "AI Experiments and candidate games",
+				"links": {
+				}
+			},
+			{
+				"name": "3",
+				"topic": "User Testing",
+				"links": {
+				}
+			},
+			{
+				"name": "4",
+				"topic": "Report & Presnetation",
+				"links": {
+				}
+			},
+			{
+				"name": "5 AM",
+				"topic": "Report & presentation",
+				"links": {
+				}
+			},
+			{
+				"name": "5 PM",
+				"topic": "Group Presentations",
+				"links": {
+				}
+			}
+		]
+	}
+}
diff --git a/_templates/index.html b/_templates/index.html
index c5fd0c2fe21a64f45bf7d94afa9f2e7061d099ad..87e4559beade553656d36d40cc65dd77d3fcb837 100644
--- a/_templates/index.html
+++ b/_templates/index.html
@@ -1,92 +1,9 @@
 {% extends "_base.html" %}
 
 {% block content %}
-	<h2>Week 1</h2>
-	<table class="table table-striped">
-	  <thead>
-		  <tr>
-			<th>Session</th>
-			<th>Topic</th>
-			<th>Downloads</th>
-		  </tr>
-	  </thead>
-          <tbody>
-		  <tr>
-			<th>1</td>
-			<td>Recap</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-				</ul>
-			</td>
-		  </tr>
-
-		  <tr>
-			<th>2 AM</td>
-			<td>Prodedural Generation</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-				</ul>
-			</td>
-		  </tr>
-
-		  <tr>
-			<th>2 PM</td>
-			<td>Flappy Bird &amp; Pratical</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-				</ul>
-			</td>
-		  </tr>
-
-		  <tr>
-			<th>3</td>
-			<td>Game Design Hack</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-					<a href="#">Starter</a>
-				</ul>
-			</td>
-		  </tr>
-
-		  <tr>
-			<th>4 AM</td>
-			<td>Game Design Hack</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-				</ul>
-			</td>
-		  </tr>
-
-		  <tr>
-			<th>4 PM</td>
-			<td>Play Testing</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-					<!-- <a href="#">Games</a> -->
-				</ul>
-			</td>
-		  </tr>
-
-		  <tr>
-			<th>5</td>
-			<td>Game Balance and Assignment</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-				</ul>
-			</td>
-		  </tr>
-          </tbody>
-	</table>
-
-	<h2>Week 2</h2>
 
+	{% for (key, data) in assignments.items() %}
+	<h2>{{key}}</h2>
 	<table class="table table-striped">
 	  <thead>
 		  <tr>
@@ -96,67 +13,21 @@
 		  </tr>
 	  </thead>
           <tbody>
+		{% for session in data %}
 		  <tr>
-			<th>1</td>
-			<td></td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-				</ul>
-			</td>
-		  </tr>
-
-		  <tr>
-			<th>2</td>
-			<td>AI Experiments &amp; candidate games</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-				</ul>
-			</td>
-		  </tr>
-
-
-		  <tr>
-			<th>3</td>
-			<td>User Testing</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-				</ul>
-			</td>
-		  </tr>
-
-		  <tr>
-			<th>4</td>
-			<td>Report &amp; presnetation</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-				</ul>
-			</td>
-		  </tr>
-
-		  <tr>
-			<th>5 AM</td>
-			<td>Report &amp; presnetation</td>
-			<td>
-				<ul class="list-inline">
-					<a href="#">PDF</a>
-				</ul>
-			</td>
-		  </tr>
-
-		  <tr>
-			<th>5 PM</td>
-			<td>Group Presentations</td>
+			<th>{{ session.name }}</td>
+			<td>{{ session.topic }}</td>
 			<td>
 				<ul class="list-inline">
-					<a href="#">PDF</a>
+					{% for (title, link) in session.links.items() %}
+					<a href="{{link}}">{{title}}</a>
+					{% endfor %}
 				</ul>
 			</td>
 		  </tr>
+		{% endfor %}
           </tbody>
 	</table>
+	{% endfor %}
 
 {% endblock %}