From 015704c71a36564d72a31598572449994ece97e7 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Wed, 10 May 2023 01:43:52 -0700
Subject: [PATCH] sort for clarity

---
 distribution.html | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/distribution.html b/distribution.html
index 886fa71c32..84820d7a42 100644
--- a/distribution.html
+++ b/distribution.html
@@ -63,11 +63,20 @@
                     <li>    
                         <a href="https://savage.nps.edu/opendis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated.html" target="_blank">DIS7 PDU XML Schema Documentation</a>
                     </li>
-                    <li>
-                        <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/specifications/IeeeDisPduColorFigures.pdf" target="_blank">IEEE DIS7 PDU color figures</a>
-                    </li>
                 </ul>
             </li>
+            <li>
+                <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/specifications/IeeeDisPduColorFigures.pdf" target="_blank">IEEE DIS7 PDU color figures</a>
+            </li>
+        </ul>
+        <p>
+            Codebase design and production:
+        </p>
+        <ul>
+            <li>
+                <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/conferences/SIW2022/README.md" target="_blank">Generating Distributed Interactive Simulation (DIS) Codebases using opendis7-source-generator</a>,
+                Simulation Interoperability Workshop (SIW) February 2022
+            </li>
         </ul>
         
         <h2>
@@ -88,10 +97,6 @@
                     <li>
                         <a href="https://savage.nps.edu/opendis7-java/javadoc-examples/index.html" target="_blank">MV3500 examples Javadoc</a>
                     </li>
-                    <li>
-                        <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/conferences/SIW2022/README.md" target="_blank">Generating Distributed Interactive Simulation (DIS) Codebases using opendis7-source-generator</a>,
-                        Simulation Interoperability Workshop (SIW) February 2022
-                    </li>
                 </ul>
             </li>
         </ul>
-- 
GitLab