Skip to content
Snippets Groups Projects
Commit 89cf0650 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

consistent img link title

parent f1386696
No related branches found
No related tags found
No related merge requests found
<html> <html>
<!-- this page is used as part of javadoc autogeneration --> <!-- this page is used as part of javadoc autogeneration -->
<body> <body>
<h1> Course Resources </h1>
<p> <p>
<!-- Note that javadoc throws an incorrect error regarding title attribute, but resulting HTML works as expected --> <!-- 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/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/examples" target="_blank">examples</a>, and
<a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/presentations" target="_blank">presentations</a> <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/presentations" target="_blank">presentations</a>
...@@ -14,6 +16,10 @@ ...@@ -14,6 +16,10 @@
of the of the
<a href="https://www.nps.edu" target="_blank">Naval Postgraduate School (NPS)</a>. <a href="https://www.nps.edu" target="_blank">Naval Postgraduate School (NPS)</a>.
</p> </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> <h1> References </h1>
......
<html> <html>
<!-- this page is used as part of javadoc autogeneration --> <!-- this page is used as part of javadoc autogeneration -->
<body> <body>
<h1> Course Resources </h1>
<p> <p>
<!-- Note that javadoc throws an incorrect error regarding title attribute, but resulting HTML works as expected --> <!-- 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> <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 @@ ...@@ -14,14 +16,14 @@
of the of the
<a href="https://www.nps.edu" target="_blank">Naval Postgraduate School (NPS)</a>. <a href="https://www.nps.edu" target="_blank">Naval Postgraduate School (NPS)</a>.
</p> </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> <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> <li>
The The
<a href="https://github.com/open-dis/opendis7-java" target="_blank">opendis7-java</a> <a href="https://github.com/open-dis/opendis7-java" target="_blank">opendis7-java</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment