Use honest <h2>s for second-level headings instead of styled <p>s.
[mkws-moved-to-github.git] / tools / htdocs / index.html
index 807e5e1..09f1ddf 100644 (file)
@@ -7,14 +7,14 @@
       font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif;
       }
       h1 { color: #606060 }
-      p { font-weight: bold }
+      h2 { font-size: 100% }
     </style>
   </head>
   <body>
+    <img src="images/mkws-logo-300px.jpeg" alt="MKWS logo" =
+        style="float:right; margin: 1.5em"/>
     <h1>MKWS: the MasterKey Widget Set</h1>
-    <p>
-      This site contains tools, not content:
-    </p>
+    <h2>This site contains tools, not content:</h2>
     <ul>
       <li>
         <a href="mkws.js">mkws.js</a>
@@ -49,9 +49,7 @@
     -->
       </li>
     </ul>
-    <p>
-      For examples of how to use the widget-set, see:
-    </p>
+    <h2>For examples of how to use the widget-set, see:</h2>
     <ul>
       <li>
         A very simple application at
       </li>
       <li>
         <a href="http://example.indexdata.com/dict.html"
-           >An application that used MKWS to find dictionary
+           >An application that uses MKWS to find dictionary
            definitions of words when you highlight them</a>.
       </li>
       <li>
+        <a href="http://example.indexdata.com/auto.html"
+           >An application that runs an automatic search on load</a>.
+      </li>
+      <li>
+       <a href="http://example.indexdata.com/localauth.html"
+          >An application that uses a local authentication regime</a>,
+       and the corresponding
+       <a href="http://example.indexdata.com/apache-config.txt"
+          >Apache2 configuration stanza</a>.
+      </li>
+      <li>
         An existing web-site,
         <a href="http://sagp.miketaylor.org.uk/"
            >The Self-Appointed Grammar Police</a>,
        which has been fitted with a popup MKWS search-box.
       </li>
     </ul>
-    <p>
-      The set of targets can be maintained:
-    </p>
+    <h2>The set of targets can be maintained:</h2>
     <ul>
       <li>
        Use the main
        and act as the "MK Demo" library administrator.
       </li>
     </ul>
-    <p>
-      Documentation:
-    </p>
+    <h2>Documentation:</h2>
     <ul>
       <li>
         The <a href="whitepaper.html">The whitepaper, including a reference section.</a>