Skip to content

Commit 3922ea4

Browse files
authored
Update index.html
1 parent 9c2bf7e commit 3922ea4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ <h1 id="title">Mars Sim</h1>
6060
<div class="container">
6161

6262
<header>
63-
<h2 class="alt">Welcome to the Mars Sim project website</h2>
64-
<p>This site is the home of the simulation of settler's life on Mars.<br />
65-
This is an Open Source development on GitHub.</p>
63+
<h2 class="alt">Welcome to the Mars Simulation Project</h2>
64+
<p>The home of the future human settlement on Mars<br/>
65+
An Open Source project on GitHub</p>
6666
</header>
6767

6868
</div>
@@ -76,7 +76,7 @@ <h2>Introduction</h2>
7676
</header>
7777
<figure><a href="images/MSPLogo2.jpg"><img src="images/MSPLogo2.jpg" alt="" /></a>
7878
<figcaption class="container">
79-
<h6>(Image showing how buildings are interconnected in mars-sim to create a pressurized environment for living)</h6>
79+
<h6>(Image showing the interconnected modules forming a pressurized environment for living)</h6>
8080
</figcaption>
8181
</figure>
8282
<p>The <strong>Mars Simulation Project (mars-sim) </strong> is an open source Java project aiming at building computer models that characterize operational and relational aspects of establishing human settlements on Mars. </p>
@@ -285,18 +285,18 @@ <h3>(I). Mission Scenarios</h3>
285285

286286

287287
<br/><br/>
288-
<div class="container" style="max-width:500px;">
288+
<div class="container" style="max-width:750px;">
289289
<figure><a href="images/config.png" class="container" ><img src="images/config.png" alt="Simulation Configuration Editor" /></a>
290290
<figcaption>
291-
<h6>(Image from Simulation Configuration Editor in mars-sim)</h6>
291+
<h6>(Image from the Simulation Configuration Editor)</h6>
292292
</figcaption>
293293
</figure>
294294
</div>
295295
<br/>
296-
<div class="container" style="max-width:500px;">
296+
<div class="container" style="max-width:750px;">
297297
<figure><a href="images/creweditor.png" class="container" ><img src="images/creweditor.png" alt="Crew Editor" /></a>
298298
<figcaption>
299-
<h6>(Image from Crew Editor in mars-sim)</h6>
299+
<h6>(Image from the Crew Editor)</h6>
300300
</figcaption>
301301
</figure>
302302
</div>
@@ -490,8 +490,8 @@ <h2>Comment</h2>
490490

491491
<!-- Copyright -->
492492
<ul class="copyright">
493-
<li>&copy; Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
494-
<li>Project Website by Manny Kung. Courtesy of <a href="https://html5up.net">HTML5 UP.</a></li>
493+
<li>&copy; Scott Davis, 2023, All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
494+
<li>Project Website by Manny Kung and Barry Evans. Courtesy of <a href="https://html5up.net">HTML5 UP.</a></li>
495495
<li>Banner image by <a href="https://unsplash.com/@daniele71043?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Daniele Colucci</a> on <a href="https://unsplash.com/photos/OtXJhYjbKeg?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a></li>
496496
</ul>
497497

@@ -507,4 +507,4 @@ <h2>Comment</h2>
507507
<script src="assets/js/main.js"></script>
508508

509509
</body>
510-
</html>
510+
</html>

0 commit comments

Comments
 (0)