diff --git a/assignments/src/overview.html b/assignments/src/overview.html index 81b795de1dc5588fd41da7acb6e60c8403ff61c5..af691634bc34dcde11206ea919b4cae0dcbba697 100644 --- a/assignments/src/overview.html +++ b/assignments/src/overview.html @@ -1,9 +1,11 @@ <html> <!-- this page is used as part of javadoc autogeneration --> <body> + + <h1> Course Resources </h1> <p> <!-- Note that javadoc throws an incorrect error regarding title attribute, but resulting HTML works as expected --> - <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/README.md" target="_blank"><img src="OpenDisSurferDude.png" alt="Open-Dis Surfer Dude, Thanks Don McGregor!" style="float:right"/></a> + <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/assignments/README.md" target="_blank" title="Open-Dis Surfer Dude, Thanks Don McGregor!"><img src="OpenDisSurferDude.png" alt="Open-Dis Surfer Dude, Thanks Don McGregor!" style="float:right"/></a> <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/assignments" target="_blank">Assignments</a>, <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/examples" target="_blank">examples</a>, and <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/presentations" target="_blank">presentations</a> @@ -14,6 +16,10 @@ of the <a href="https://www.nps.edu" target="_blank">Naval Postgraduate School (NPS)</a>. </p> + <p> + <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/MV3500DistributedSimulationSyllabus2023MarchJune.pdf" target="_blank">MV3500 Course Syllabus</a> + provides a hands-on programming introduction to distributed communications in simulation applications. + </p> <h1> References </h1> diff --git a/examples/src/overview.html b/examples/src/overview.html index 51f0247dfdf66c2c1ff953b1621ad74a60122dc6..82a6235b33386717c8373b3f553040842b0a5f5e 100644 --- a/examples/src/overview.html +++ b/examples/src/overview.html @@ -1,6 +1,8 @@ <html> <!-- this page is used as part of javadoc autogeneration --> <body> + + <h1> Course Resources </h1> <p> <!-- Note that javadoc throws an incorrect error regarding title attribute, but resulting HTML works as expected --> <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/examples/README.md" target="_blank" title="Open-Dis Surfer Dude, Thanks Don McGregor!"><img src="OpenDisSurferDude.png" alt="Open-Dis Surfer Dude, Thanks Don McGregor!" style="float:right"/></a> @@ -14,14 +16,14 @@ of the <a href="https://www.nps.edu" target="_blank">Naval Postgraduate School (NPS)</a>. </p> + <p> + <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/MV3500DistributedSimulationSyllabus2023MarchJune.pdf" target="_blank">MV3500 Course Syllabus</a> + provides a hands-on programming introduction to distributed communications in simulation applications. + </p> - <h3> References </h3> + <h1> References </h1> <ul> - <li> - <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/raw/master/MV3500DistributedSimulationSyllabus2023MarchJune.pdf" target="_blank">MV3500 Course Syllabus</a> - provides a hands-on programming introduction to distributed communications in simulation applications. - </li> <li> The <a href="https://github.com/open-dis/opendis7-java" target="_blank">opendis7-java</a>