HTML edit.

- Added github link with logo
- Fixed a typo in footer
This commit is contained in:
Krafpy
2021-08-16 17:30:26 +02:00
parent 7d19427d18
commit 7cce4f96b8
3 changed files with 10 additions and 1 deletions

View File

@@ -11,6 +11,9 @@
<body>
<div id="container">
<header>
<a id="github-link" href="https://github.com/Krafpy/KSP-MGA-Planner">
<img src="logos/GitHub-Mark-Light-32px.png" alt="Github link">
</a>
<h1>Multiple Gravity Assist Trajectory Planner for KSP</h1>
<h6>By Krafpy</h6>
<p>
@@ -384,7 +387,7 @@
<a href="https://github.com/">Github</a>.
</p>
<p>
Uses <a href="https://threejs.org/">THREE.js</a>, <a href="https://www.chartjs.org/">Chartjs</a> and
Uses <a href="https://threejs.org/">THREE.js</a>, <a href="https://www.chartjs.org/">Chart.js</a> and
<a href="https://github.com/nodeca/js-yaml">js-yaml</a>.
</p>
<p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -15,6 +15,12 @@ h1, .calculation-panel-title
margin-bottom: 0px;
}
#github-link
{
float: right;
padding-top: 3px;
}
.calculation-subtitle
{
margin-top: 5px;