DonBatman.github.io/index.html

127 lines
3.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="en-gb" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Mods for Minetest" />
<meta name="keywords" content="Don Batman minetest mods" />
<meta name="author" content="Design and Coding by: Don" />
<title>Mods by Max and Don</title>
<link href="stylin.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="header">
<h1>Mymods for</h1>
</div>
<div id="menu">
<a class="item" href="index.html">Home</a>
<a class="item" href="mymods.html">My Mods</a>
<a class="item" href="favmods.html">Mods I like</a>
<a class="item" href="server.html">My Server</a>
<a class="item" href="http://minetest.net" target=blank>Minetest.net</a>
<div class="leftbox">
<h4>Top MyMods</h4>
<ul>
<li><a href="mymillwork.html">mymillwork</a></li>
<li><a href="mycorners.html">mycorners</a></li>
<li><a href="mypaths.html">mypaths</a></li>
</ul>
</div>
<div class="leftbox">
<h4>Top Minetest Mods</h4>
<ul>
<li><a href="https://forum.minetest.net/viewtopic.php?id=4394">moretrees</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=509">moreblocks</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2538">technic</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?t=628">mesecons</a></li>
<li><a href="https://forum.minetest.net/viewtopic.php?id=2155">pipeworks</a></li>
</ul>
</div>
</div>
<!--End "Menu" or left column in other words-->
<!-- All content inside the "main" container should be wrapped with "bottomRight"
and "content" containers, for the box effect. -->
<div id="main">
<div class="bottomRight">
<div class="content">
<h2>Welcome</h2>
<p>
MaxCohen and Batman welcome you!
<br>
This site focuses on our contributions to the minetest community. Click on the My Mods link to see the mods we have made.
You can also click on the Mods I like link to see mods from othe people that I think are amazing.
The server has been restarted. We are working to get better profomance. We will move many of the old buildings to the new map. please be patient.
</p>
<p>
All my work is free and opensource. Download it, use it, share it or modify it all you want. Just do not use it to make money.
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2>News</h2>
<p>
MaxCohen and I are working hard to make al the mods great. Max has changed a few to mesh nodes already. We have made a few more mods. I will get them listed on this site soon. We have put a lot of work into them thelast week. So much more to come.
</p>
<p>
Nathan Salapat is working with me to bring a new mod. Not going to say what it is but I am sure you will love it once we get it done.
<br>
You should check out his youtube channel. <a href="https://www.youtube.com/channel/UCr8qeSw90b7O3YMD7IPE0NQ" target=blank> Nathans Channel</a>
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2>Learn to mod</h2>
<p>
When I started playing Minetest I wished there were more mods. I decided to make my own.
</p>
<p>
Rubanwardy wrote a book on how to make mods. It helped me a lot. If you want to learn how then check out his book.
</p>
<p>
You can veiw it here <a href="http://rubenwardy.com/minetest_modding_book/" target=blank>Minetest Modding Book.</a> Keep in mind that it is a work in progress.
</p>
</div>
</div>
</div>
<div id="footer">
<hr>
<a href="index.html">Home</a>
<a href="mymods.html">My Mods</a>
<a href="favmods.html">Mods I Like</a>
<a href="server.html">My Server</a>
<hr>
<br><br>
</div>
</div>
</body>
</html>