Added mydeck page
This commit is contained in:
parent
dd4fcfc494
commit
ef05b24bad
BIN
images/mydeck/top.png
Normal file
BIN
images/mydeck/top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 642 KiB |
103
mydeck.html
Normal file
103
mydeck.html
Normal file
@ -0,0 +1,103 @@
|
||||
<!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-us" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="description" content="My Mods for Minetest" />
|
||||
<meta name="keywords" content="minetest, mymods, batman, donbatman, mycorners" />
|
||||
<meta name="author" content="Don" />
|
||||
<title>MyMods by Don</title>
|
||||
<link href="stylin.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<!--Body-->
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<!--Header-->
|
||||
<div id="header">
|
||||
<h1>MyMods for</h1>
|
||||
</div>
|
||||
<!--Menu-->
|
||||
<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>
|
||||
|
||||
|
||||
<!--Leftside-->
|
||||
<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" and left column -->
|
||||
|
||||
|
||||
<!--Main Section-->
|
||||
<div id="main">
|
||||
|
||||
<h2>mydeck</h2>
|
||||
<br>
|
||||
<img src="images/mydeck/top.png">
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<p>
|
||||
mydeck is a mod for minetest that allows you to add realistic looking decks. To build them craft a machine and make the parts.
|
||||
<br>
|
||||
<br>
|
||||
<ul>
|
||||
<li>Minetest Forum Link - <a href="https://forum.minetest.net/viewtopic.php?f=9&t=11729">mydeck</a> </li>
|
||||
<li>Github Link - <a href="https://github.com/DonBatman/mydeck">Veiw Code</a></li>
|
||||
<li>Direct Download - <a href="https://github.com/DonBatman/mydeck/archive/master.zip">mydeck.zip</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
|
||||
<div id="footer">
|
||||
<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>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
103
mydeck.html~
Normal file
103
mydeck.html~
Normal file
@ -0,0 +1,103 @@
|
||||
<!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-us" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="description" content="My Mods for Minetest" />
|
||||
<meta name="keywords" content="minetest, mymods, batman, donbatman, mycorners" />
|
||||
<meta name="author" content="Don" />
|
||||
<title>MyMods by Don</title>
|
||||
<link href="stylin.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<!--Body-->
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<!--Header-->
|
||||
<div id="header">
|
||||
<h1>MyMods for</h1>
|
||||
</div>
|
||||
<!--Menu-->
|
||||
<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>
|
||||
|
||||
|
||||
<!--Leftside-->
|
||||
<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" and left column -->
|
||||
|
||||
|
||||
<!--Main Section-->
|
||||
<div id="main">
|
||||
|
||||
<h2>mybricks</h2>
|
||||
<br>
|
||||
<img src="images/mybricks/top.png">
|
||||
<div class="bottomRight">
|
||||
<div class="content">
|
||||
<p>
|
||||
mybricks adds lines to many blocks to make them look like bricks. You make a brick machine, add the blocks you want turned into bricks, click the style of brick you want and take your bricks.
|
||||
<br>
|
||||
<br>
|
||||
<ul>
|
||||
<li>Minetest Forum Link - <a href="">mybricks</a> (Not yet on the forum)</li>
|
||||
<li>Github Link - <a href="https://github.com/DonBatman/mybricks">Veiw Code</a></li>
|
||||
<li>Direct Download - <a href="https://github.com/DonBatman/mybricks/archive/master.zip">mybricks.zip</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
|
||||
<div id="footer">
|
||||
<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>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -90,6 +90,7 @@ and "content" containers, for the box effect. -->
|
||||
<ul>
|
||||
<li><a href="mybricks.html">mybricks</a></li>
|
||||
<li><a href="mycorners.html">mycorners</a></li>
|
||||
<li><a href="mydeck.html">mydeck</a></li>
|
||||
<li><a href="mydoors.html">mydoors</a></li>
|
||||
<li><a href="myeavestrough.html">myeavestrough</a></li>
|
||||
<li><a href="myholeinthewall.html">myholeinthewall</a></li>
|
||||
|
129
mymods.html~
Normal file
129
mymods.html~
Normal file
@ -0,0 +1,129 @@
|
||||
<!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="The City - A Personal Portfolio" />
|
||||
<meta name="keywords" content="the city, ubik, ubik studios" />
|
||||
<meta name="author" content="Design and Coding by: ubik Studios - Contact me: yewbic[at]yahoo[dot]com" />
|
||||
<title>MyMods by Don</title>
|
||||
<link href="stylin.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<!--
|
||||
The following are CSS Conditional Comments to fix
|
||||
IE's min-height non-existence and also, the fact
|
||||
that serif fonts do not render exactly the same
|
||||
size in all browsers. "lt IE 6" is equivalent to
|
||||
"less than IE 6". -ubik
|
||||
-->
|
||||
|
||||
<!--[if lt IE 6]>
|
||||
<style type="text/css">
|
||||
.content {height:250px}
|
||||
#main {height:400px}
|
||||
h1 {font-size:50px}
|
||||
</style>
|
||||
<![endif]-->
|
||||
|
||||
<!--[if IE 6]>
|
||||
<style type="text/css">
|
||||
.content {height:190px}
|
||||
#main {height:400px}
|
||||
h1 {font-size:55px}
|
||||
</style>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<div id="header">
|
||||
<h1>MyMods for</h1>
|
||||
</div>
|
||||
|
||||
<!-- Just add new links with the class "item" for more menu items -->
|
||||
<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>
|
||||
|
||||
|
||||
<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>My Mods</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="mybricks.html">mybricks</a></li>
|
||||
<li><a href="mycorners.html">mycorners</a></li>
|
||||
<li><a href="mydoors.html">mydoors</a></li>
|
||||
<li><a href="myeavestrough.html">myeavestrough</a></li>
|
||||
<li><a href="myholeinthewall.html">myholeinthewall</a></li>
|
||||
<li><a href="mymeshnodes.html">mymeshnodes</a></li>
|
||||
<li><a href="mymineshaft.html">mymineshaft</a></li>
|
||||
<li><a href="mymillwork.html">mymillork</a></li>
|
||||
<li><a href="mymulch.html">mymulch</a></li>
|
||||
<li><a href="mypaths.html">mypaths</a></li>
|
||||
<li><a href="myroofs.html">myroofs</a></li>
|
||||
<li><a href="mysponge.html">mysponge</a></li>
|
||||
<!--<li><a href="myslopes.html">myslopes</a></li>-->
|
||||
<li><a href="mysoffit.html">mysoffit</a></li>
|
||||
<!--<li><a href="mystreets.html">mystreets</a></li>-->
|
||||
<li><a href="mywoodslopes.html">mywoodslopes</a></li>
|
||||
<li><a href="worldedge.html">worldedge</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
|
||||
<div id="footer">
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user