Photran rev2 site based on Nova template
diff --git a/rev2/pages/_index.html b/rev2/pages/_index.html
index 8d59562..c01a4e1 100755
--- a/rev2/pages/_index.html
+++ b/rev2/pages/_index.html
@@ -1,19 +1,19 @@
<div id="bigbuttons">
<h3>Primary Links</h3>
<ul>
- <li><a id="buttonDownload" href="download.php" title="Download">Eclipse
- Distribution, Update Site, Dropins</a></li>
- <li><a id="buttonDocumentation" href="midcolumn_example.php"
- title="Documentation">Tutorials, Examples, Videos, Reference Documentation</a></li>
- <li><a id="buttonSupport" href="midcolumn_example.php" title="Download">Bug
- Tracker, Newsgroup, Professional Support</a></li>
- <li><a id="buttonInvolved" href="midcolumn_example.php" title="Getting Involved">CVS,
- Workspace Setup, Wiki, Committers</a></li>
+<li><a id="buttonDownload" href="downloads.php" title="Download">
+ Eclipse IDE Distribution, Software Install Site</a></li>
+<li><a id="buttonDocumentation" href="documentation.php" title="Documentation">
+ Tutorials, Examples, Videos, Online Reference</a></li>
+<li><a id="buttonSupport" href="support.php" title="Support">
+ Bug Tracker, Newsgroup</a></li>
+<li><a id="buttonInvolved" href="developers.php" title="Getting Involved">
+ People Involved, Getting Photran's Source Code</a></li>
</ul>
</div>
<div id="midcolumn">
-<h3>Photran ċ Eclipse Fortran Development Tooling</h3>
+<h3>Photran (Eclipse Fortran Development Tooling)</h3>
<div id="introText">
<p>Photran is an integrated development environment and refactoring tool for
@@ -23,9 +23,9 @@
</div>
-<div id="screencast">
+<!--div id="screencast">
<object width="640" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8260921&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=DBD7EF&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8260921&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=DBD7EF&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></embed></object>
-</div>
+</div-->
<!--
<h3>...and yet powerful</h3>
diff --git a/rev2/style.css b/rev2/style.css
index 3272ae2..3541853 100755
--- a/rev2/style.css
+++ b/rev2/style.css
@@ -104,19 +104,19 @@
}
#buttonDownload {
- background:transparent url("images/buttonDownload_empty.png") no-repeat 0 0;
+ background:transparent url("images/buttonDownload.png") no-repeat 0 0;
}
#buttonDocumentation {
- background:transparent url("images/buttonDocumentation_empty.png") no-repeat 0 0;
+ background:transparent url("images/buttonDocumentation.png") no-repeat 0 0;
}
#buttonSupport {
- background:transparent url("images/buttonSupport_empty.png") no-repeat 0 0;
+ background:transparent url("images/buttonSupport.png") no-repeat 0 0;
}
#buttonInvolved {
- background:transparent url("images/buttonInvolved_empty.png") no-repeat 0 0;
+ background:transparent url("images/buttonInvolved.png") no-repeat 0 0;
}
#bigbuttons a * {