Author: jm Date: 2012-04-13 07:40:03 -0700 (Fri, 13 Apr 2012) New Revision: 28822
Added: code.cytoscape.org/index.html code.cytoscape.org/jenkins_logo.png code.cytoscape.org/redmine_logo.png Log: Added static content Added: code.cytoscape.org/index.html =================================================================== --- code.cytoscape.org/index.html (rev 0) +++ code.cytoscape.org/index.html 2012-04-13 14:40:03 UTC (rev 28822) @@ -0,0 +1,42 @@ +<!DOCTYPE HTML> +<html> + <head> + <title>code.cytoscape.org</title> + <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'> + <style> +body, th, td { + font-family: 'Ubuntu Condensed', sans-serif; +} + +body { + text-align: center; +} + +#links a img { + margin: 16px; + border: none; +} + + </style> + </head> + <body> + <h1>code.cytoscape.org</h1> + <div id="links"> + <div> + <a href="/redmine"> + <img src="redmine_logo.png"/> + </a> + </div> + <div> + <a href="/jenkins"> + <img src="jenkins_logo.png"/> + </a> + </div> + <div> + <a href="/nexus"> + <img src="/nexus/images/nexus.png"/> + </a> + </div> + </div> + </body> +</html> \ No newline at end of file Added: code.cytoscape.org/jenkins_logo.png =================================================================== (Binary files differ) Property changes on: code.cytoscape.org/jenkins_logo.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: code.cytoscape.org/redmine_logo.png =================================================================== (Binary files differ) Property changes on: code.cytoscape.org/redmine_logo.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
