diff --git a/src/overview.html b/src/overview.html
index 40abdfe1885b442fb760977343ccd8febe0daa9d..fb6a02944fe14de0ec503c027f8966c1611f06fc 100644
--- a/src/overview.html
+++ b/src/overview.html
@@ -1,15 +1,42 @@
 <html>
     <body>
         <p>
+            <a href="https://github.com/open-dis/open-dis7-java" target="_blank"><img src="OpenDisSurferDude.png" align="right"/></a>
+            The
             <a href="https://github.com/open-dis/open-dis7-java" target="_blank">open-dis7-java</a> 
-            provides a complete type-safe Java implementation of the DIS Protocol version 7 (IEEE 1278.1-2012) and SISO-REF-010 Enumerations specifications. 
+            library provides a complete type-safe Java implementation of both
+            the DIS Protocol version 7 (IEEE 1278.1-2012) and SISO-REF-010 Enumerations specifications,
             interfaces and objects, all as open source.
         </p>
-        <p>
-            Over 22,000 SISO-REF-010 enumeration values are provided.  
-            IEEE DIS Protocol Data Unit (PDU) packet-definition classes are defined in the
-            <a href="edu/nps/moves/dis7/pdus/package-summary.html">edu.nps.moves.dis7.pdus</a> package.
-        </p>
+        
+        <ul>
+            <li>
+                Over 22,000 SISO-REF-010 enumeration values are provided.  
+            </li>
+            <li>
+                <a href="edu/nps/moves/dis7/pdus/package-summary.html">edu.nps.moves.dis7.pdus</a> 
+                package contains
+                IEEE DIS Protocol Data Unit (PDU) packet-definition classes.
+            </li>
+            <li>
+                <a href="edu/nps/moves/dis7/utilities/package-summary.html">edu.nps.moves.dis7.utilities</a>
+                package contains
+                network interface and data-conversion utilities.
+            </li>
+            <li>
+                <a href="edu/nps/moves/dis7/utilities/stream/package-summary.html">edu.nps.moves.dis7.utilities.stream</a>
+                package contains
+                stream utilities for DIS file saving, conversions and playback.
+            </li>
+            <li>
+                Experimental
+                <a href="https://savage.nps.edu/open-dis7-java/xml/DIS_7_2012.autogenerated.xsd" target="_blank">DIS XML schema</a>
+                and
+                <a href="https://savage.nps.edu/open-dis7-java/xml/SchemaDocumentation" target="_blank">documentation</a>
+                assist with data-centric processing of DIS streams.
+            </li>
+        </ul>
+        
         <p>
             Further examples, presentations and projects are provided in
             <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500" target="_blank">Networked Graphics MV3500</a>