From 89cf0650d1f44ed1953e491bfae573d20cfce17f Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Tue, 16 Jul 2024 10:22:15 -0700 Subject: [PATCH] consistent img link title --- assignments/src/overview.html | 8 +++++++- examples/src/overview.html | 12 +++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/assignments/src/overview.html b/assignments/src/overview.html index 81b795de1d..af691634bc 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 51f0247dfd..82a6235b33 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> -- GitLab