Added download page

TODO: Valid download links
master
byYottaFLOPS 2017-02-02 15:30:25 +01:00
parent a7842a0e01
commit 4735da2b10
2 changed files with 47 additions and 2 deletions

44
download.html Normal file
View File

@ -0,0 +1,44 @@
<html>
<head>
<link rel="stylesheet" href="main.css"/>
<style>
td {
font-size: 23px;
width: 150px;
}
</style>
</head>
<body>
<div class="header">
<h1>Minetest Modinstaller</h1>
</div>
<div class="menu_bar">
<a href="index.html"><div class="menu_item">Home</div></a>
<a href="download.html"><div class="menu_item">Download</div></a>
<a href="submit.html"><div class="menu_item">Submit Mod</div></a>
<a href="contact.html"><div class="menu_item">Contact</div></a>
</div>
<div class="content">
Choose the download that fits your operating system below:<br>
<h2>Universal (Windows, Linux, MacOS)</h2>
<table>
<tr>
<td>Get the .jar: </td>
<td><a href="https://github.com/DevsWithoutHobbies/minetest-modinstaller/releases" style="color: #5882FA;">Download</a></td><!-- TODO: -->
</tr>
</table>
<h2>MacOS</h2>
<table>
<tr>
<td>Get the installer: </td>
<td><a href="https://github.com/DevsWithoutHobbies/minetest-modinstaller/releases" style="color: #5882FA;">Download</a></td><!-- TODO: -->
</tr>
<tr>
<td>Get the .app: </td>
<td><a href="https://github.com/DevsWithoutHobbies/minetest-modinstaller/releases" style="color: #5882FA;">Download</a></td><!-- TODO: -->
</tr>
</table>
</div>
</body>
</html>

View File

@ -27,7 +27,7 @@ h1 {
}
.menu_bar {
height: 150px;
height: 200px;
width: 100%;
background-color: #33cc33;
padding: 0;
@ -66,7 +66,7 @@ a {
margin: 0;
background-color: #EEEEEE;
font-family: "Segoe UI", Arial, sans-serif;
font-size: 25px;
font-size: 23px;
color: #222;
box-sizing: border-box;
}
@ -108,6 +108,7 @@ textarea {
.second {
width: 80%;
font-size: 20px;
}
.no-robot {