Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
closes #119
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneubauer committed Mar 12, 2013
1 parent cb5facd commit 924a05a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions helpers/pages.js
Expand Up @@ -23,7 +23,7 @@ exports.pages = {
title: "Participate",
introText: "Connect with a friendly, engaging, and ever expanding community online or in person.",
featured: null,
related: ["q_and_a", "channels","contributors", "events","beer"]
related: ["q_and_a", "channels","contributors", "events","graphistas_map","beer"]
},
download : {
path : "/download",
Expand Down Expand Up @@ -257,7 +257,7 @@ exports.pages = {
next: ["jvm"],
prev: ["java"],
featured: [
content.tracks.java_basics
content.tracks.tracks_java_basics
],
related: ["neo4j", content.links.eclipse_maven_neo4j_setup, "cypher_track_start"]

Expand All @@ -269,7 +269,6 @@ exports.pages = {
next: ["server_plugins"],
prev: ["java_basics"],
featured: [
// content.tracks.jvm_projects
],
related: [content.projects.neoclipse, content.apps.structr, content.projects.spatial, content.projects.jdbc, content.projects.jpa, content.drivers.neo4j_rest, content.projects.graph_collections]
},
Expand Down Expand Up @@ -635,9 +634,10 @@ exports.pages = {
conferences: {
path: "/participate/events/conferences",
title: "Neo4j at Conferences",
introText: "(TODO) intro text neo4j conferences",
introText: "There is a lot of interest in graph databases and Neo4j. here are some of the conferences where you can learn and " +
"talk more about Neo4j.",
actionText: "Neo4j at conferences",
featured: ["content_article_gc2012"],
featured: [content.links.graphconnect],
related: ["events", "meetups", "webinars"]

},
Expand Down Expand Up @@ -1126,5 +1126,16 @@ exports.pages = {
content: "",
featured: [content.projects.jdbc],
related: []
} ,

graphistas_map: {
path: "/participate/graphistas_map",
thumbnail: asset("img/still/graphistas_map.png"),
title: "The Graphistas map - add yourself!",
author: ["rickardoberg","mesirii"],
introText: '<p>Go to the <a target="_blank" href="https://maps.google.com/maps/ms?ie=UTF8&amp;oe=UTF8&amp;msa=0&amp;msid=215787240736307886514.00049e70e573cbd8a91e5&amp;t=m&amp;ll=24.527135,-20.039062&amp;spn=123.963155,225&amp;z=2&amp;source=embed" style="text-align:left">map edit page</a>. Then zoom to your place, hit the red "Edit" button and then place a landmark, add your info and a icon from the google selection. Click the "Done", when you\'re satisfied.</p>',
content: '<iframe width="100%" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;oe=UTF8&amp;msa=0&amp;msid=215787240736307886514.00049e70e573cbd8a91e5&amp;t=m&amp;ll=24.527135,-20.039062&amp;spn=123.963155,225&amp;z=2&amp;output=embed"></iframe>',
featured: [],
related: []
}
}
Binary file added public/assets/img/still/graphistas_map.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 924a05a

Please sign in to comment.