add About
This commit is contained in:
parent
7e8b3454c1
commit
f5631fb37d
@ -13,9 +13,9 @@
|
||||
<ul class="w3-navbar w3-green">
|
||||
<li><img style="image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: optimize-contrast; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor;" src="../img/logo.png" alt="" height="45"></li>
|
||||
<li><a class="w3-padding-16" href="../index.html">Home</a></li>
|
||||
<li><a class="w3-padding-16" href="../Download/download.html">Download </a></li>
|
||||
<li><a class="w3-padding-16" href="../Galerie/galerie.html">Galerie</a></li>
|
||||
<li><a class="w3-padding-16" href="../about_us/about_us.html">about us</a></li>
|
||||
<li><a class="w3-padding-16" href="../Download/index.html">Download </a></li>
|
||||
<li><a class="w3-padding-16" href="../Galerie/index.html">Galerie</a></li>
|
||||
<li><a class="w3-padding-16" href="../about_us/index.html">about us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -13,9 +13,9 @@
|
||||
<ul class="w3-navbar w3-green">
|
||||
<li><img style="image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: optimize-contrast; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor;" src="../img/logo.png" alt="" height="45"></li>
|
||||
<li><a class="w3-padding-16" href="../index.html">Home</a></li>
|
||||
<li><a class="w3-padding-16" href="../Download/download.html">Download </a></li>
|
||||
<li><a class="w3-padding-16" href="../Galerie/galerie.html">Galerie</a></li>
|
||||
<li><a class="w3-padding-16" href="../about_us/about_us.html">about us</a></li>
|
||||
<li><a class="w3-padding-16" href="../Download/index.html">Download </a></li>
|
||||
<li><a class="w3-padding-16" href="../Galerie/index.html">Galerie</a></li>
|
||||
<li><a class="w3-padding-16" href="../about_us/index.html">about us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta content="">
|
||||
<style></style>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
60
about_us/index.html
Normal file
60
about_us/index.html
Normal file
@ -0,0 +1,60 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Advanced trains mod for minetest</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../css/pixel.css">
|
||||
<link rel="stylesheet" href="../css/w3.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body style="background-image: url('https://cdn.kde.org/img/bg.png')">
|
||||
<div>
|
||||
<!--Navbar-->
|
||||
<ul class="w3-navbar w3-green">
|
||||
<li><img style="image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: optimize-contrast; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor;" src="../img/logo.png" alt="" height="45"></li>
|
||||
<li><a class="w3-padding-16" href="../index.html">Home</a></li>
|
||||
<li><a class="w3-padding-16" href="../Download/index.html">Download </a></li>
|
||||
<li><a class="w3-padding-16" href="../Galerie/index.html">Galerie</a></li>
|
||||
<li><a class="w3-padding-16" href="../about_us/index.html">about us</a></li>
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<p><h3>about us</h3>
|
||||
|
||||
<div class="w3-row-padding w3-margin-top">
|
||||
|
||||
<div class="w3-third">
|
||||
<div class="w3-card-2">
|
||||
<img class="pixelcanvas" src="https://forum.minetest.net/download/file.php?avatar=17391_1471894194.png" height="300">
|
||||
<div class="w3-container">
|
||||
<h3>orvel</h3>
|
||||
<h6>developer</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-third">
|
||||
<div class="w3-card-2">
|
||||
<img class="pixelcanvas" src="../img/mbb.png" height="300">
|
||||
<div class="w3-container">
|
||||
<h3>mbb</h3>
|
||||
<h6>models,textures,Website</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-third">
|
||||
<div class="w3-card-2">
|
||||
<img class="pixelcanvas" src="https://forum.minetest.net/download/file.php?avatar=10677_1403212852.png" height="300">
|
||||
<div class="w3-container">
|
||||
<h3>DS-minetest</h3>
|
||||
<h6>models,textures</h6>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
8
css/pixel.css
Normal file
8
css/pixel.css
Normal file
@ -0,0 +1,8 @@
|
||||
.pixelcanvas{
|
||||
image-rendering: optimizeSpeed;
|
||||
image-rendering: -moz-crisp-edges;
|
||||
image-rendering: -webkit-optimize-contrast;
|
||||
image-rendering: optimize-contrast; image-rendering: pixelated;
|
||||
-ms-interpolation-mode:
|
||||
nearest-neighbor;
|
||||
}
|
BIN
img/mbb.png
Normal file
BIN
img/mbb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
@ -14,9 +14,9 @@
|
||||
<ul class="w3-navbar w3-green">
|
||||
<li><img style="image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: optimize-contrast; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor;" src="img/logo.png" alt="" height="45"></li>
|
||||
<li><a class="w3-padding-16" href="index.html">Home</a></li>
|
||||
<li><a class="w3-padding-16" href="Download/download.html">Download </a></li>
|
||||
<li><a class="w3-padding-16" href="Galerie/galerie.html">Galerie</a></li>
|
||||
<li><a class="w3-padding-16" href="about_us/about_us.html">about us</a></li>
|
||||
<li><a class="w3-padding-16" href="Download/index.html">Download </a></li>
|
||||
<li><a class="w3-padding-16" href="Galerie/index.html">Galerie</a></li>
|
||||
<li><a class="w3-padding-16" href="about_us/index.html">about us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user