OSDN Git Service

Correctly handle internal page section references.
[mingw/website.git] / about.html
index 5978eb9..4676c85 100644 (file)
@@ -2,6 +2,9 @@
  *
  * about.html
  *
+ * Default landing page content for the MinGW.org web-site.
+ *
+ *
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
  *    &#8221;   right (closing) typographic double quote
  *
 -->
+<dl class="masthead"><!-- hidden for masthead class -->
+<!-- FIXME: is there a better way to do this?  We need to propagate
+ content to the "as-page-title" and "as-page-subtitle" place-holders,
+ within the "page-content" div of "index.html"; our javascript page
+ loader will explicitly look for these hidden elements, and copy
+ their content into the corresponding visible place-holders.
+-->
+ <dt id="page-title">Welcome to MinGW.org</dt>
+ <dt id="page-subtitle">Home of the MinGW and MSYS Projects</dt>
+</dl><!-- masthead -->
 <p><strong>MinGW</strong>,
 a contraction of &#8220;Minimalist GNU for Windows&#8221;,
 is a minimalist development environment
@@ -158,7 +171,8 @@ project mailing lists available
 subscription to these older lists is no longer permitted.
 </p>
 <hr />
-<h3 id="cross-compile">Using MinGW for Cross-Hosted Development</h3>
+<div class="overlapped" id="cross-compile">
+<h3>Using MinGW for Cross-Hosted Development</h3>
 <p>While <strong>MinGW</strong> provides tools
 primarily intended for use by developers working on the
 MS&#8209;Windows platform,
@@ -175,6 +189,6 @@ although we may be able to help out with advice related to the specifics
 of MS&#8209;Windows applications development,
 common to the use of our own native tool chains
 and to such cross&#8209;compilers.
-</p>
+</p></div><!-- cross-compile -->
 
 <!-- $RCSfile$: end of file -->