diff --git a/html/etherpads.html b/html/etherpads.html index e840b4f..34f3084 100644 --- a/html/etherpads.html +++ b/html/etherpads.html @@ -3,13 +3,32 @@ - List of PTG Etherpads + Project Teams Gathering - List of Etherpads
-

List of PTG Etherpads

+ + +
+

We use etherpads to track the agenda of topics that should be covered in each track.

@@ -43,6 +62,7 @@ each track.

+ diff --git a/html/index.html b/html/index.html index b1b479d..508a86c 100644 --- a/html/index.html +++ b/html/index.html @@ -2,31 +2,50 @@ - Quick PTG Resources + Project Teams Gathering - Useful links

-

Quick PTG Resources

-

Follow links to useful sites for the Project Teams Gathering.

+ + +
+ +

Follow links to useful resources for the Project Teams Gathering.

-
+ diff --git a/html/logo.png b/html/logo.png new file mode 100644 index 0000000..c40375d Binary files /dev/null and b/html/logo.png differ diff --git a/html/motd.js b/html/motd.js new file mode 100644 index 0000000..c2b45d1 --- /dev/null +++ b/html/motd.js @@ -0,0 +1,9 @@ +// sets variable source to the animalTemplate id in index.html +var dsource = document.getElementById("MOTDTemplate").innerHTML; + +// Handlebars compiles the above source into a template +var dtemplate = Handlebars.compile(dsource); + +$.getJSON("ptg.json", function(json) { + document.getElementById("MOTD").innerHTML = dtemplate(json); +}); diff --git a/html/ptg.html b/html/ptg.html index 7c1fa35..83179ec 100644 --- a/html/ptg.html +++ b/html/ptg.html @@ -3,18 +3,36 @@ - Currently at the PTG + Project Teams Gathering - Currently at the PTG
-

Project Teams Gathering

+ + +
+

See what is being discussed currently at the PTG, and what's coming next.

- +