DonBatman.github.io/index.html~

126 lines
3.2 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="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>Mods 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>
<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">Minetest</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>
This site focuses on my contributions to the minetest community. Click on the My Mods link to see the mods I have made.
You can also click on the Mods I like link to see mods from othe people that I think are amazing.
My server is not up at the moment but I will update the site when it is.
</p>
</div>
</div>
<div class="bottomRight">
<div class="content">
<h2>My Latest Project</h2>
<p>
I will put the latest project here!
</p>
</div>
</div>
</div>
<!--If you have many links, you can edit the margin-left in "#footer a" in the CSS-->
<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>