BR4DLEY
Web Developer
- Jan 2, 2012
- 328
- 23
Okay, So I have been practising HTML5 for quite some time now and I am ready to release my first design.
Please note I only did 50% of the code, So yeah
Here this the link:
Top of the page:
Middle of the page:
Bottom of the page:
HTML code:
Feedback would be nice.
Please note I only did 50% of the code, So yeah
Here this the link:
You must be registered for see links
Top of the page:
You must be registered for see links
Middle of the page:
You must be registered for see links
Bottom of the page:
You must be registered for see links
HTML code:
HTML:
<!DOCTYPE HTML>
<!--
Minecraft Template by BR4DLEY (Do not remove this)
https://devbest.com/members/br4dley.10966/ | BR4DLEY
Please note I do not take all the credit
-->
<html>
<head>
<title>Minecraft Server Name</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="A Minecraft Server" />
<meta name="keywords" content="Minecraft,Server,Version,Write,Your,Keywords,Here" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header-wrapper">
<div id="header">
<!-- Logo -->
<h1><a href="index.html">Minecraft Server</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li><a href="#l">Forums</a></li>
<li><a href="#l">Donate</a></li>
<li><a href="#l">Staff</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<header>
<h2>Welcome to Server.</h2>
<p>A responsive template by BR4DLEY of Devbest</p>
</header>
</section>
<!-- Intro -->
<section id="intro" class="container">
<div class="row">
<div class="4u">
<section class="first">
<i class="icon featured fa-cog"></i>
<header>
<h2>Fully Configured</h2>
</header>
<p>This server has fully configured plugins and are always up-to-date!</p>
</section>
</div>
<div class="4u">
<section class="middle">
<i class="icon featured alt fa-flash"></i>
<header>
<h2>(Ram_Amount)GB Ram</h2>
</header>
<p>The server is Running on max ram so the server can hold unlimited slots!</p>
</section>
</div>
<div class="4u">
<section class="last">
<i class="icon featured alt2 fa-star"></i>
<header>
<h2>Quality Support</h2>
</header>
<p>Our staff are always online so feel free to ask them questions whenever you feel the need!</p>
</section>
</div>
</div>
<footer>
<ul class="actions">
<li><a href="#" class="button big">Visit our Forums</a></li>
</ul>
</footer>
</section>
</div>
</div>
<!-- Main -->
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper">
<section id="footer" class="container">
<div class="row">
<div class="8u">
<section>
<header>
<div class="4u">
</section>
</div>
</div>
<div class="row">
<div class="4u">
<section>
<header>
<h2>Links</h2>
</header>
<ul class="divided">
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
</ul>
</section>
</div>
<div class="4u">
<section>
<header>
<h2>Other</h2>
</header>
<ul class="divided">
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
</ul>
</section>
</div>
</div>
<div class="row">
<div class="12u">
<!-- Copyright -->
<div id="copyright">
<ul class="links">
<li>© server.com. All rights reserved.</li><li>Edit by: <a href="https://devbest.com/members/br4dley.10966/">BR4DLEY</a></li>
</ul>
</div>
</div>
</div>
</section>
</div>
</body>
</html>
Feedback would be nice.