View file Game Design Template/about.html

File size: 3.54Kb
<!DOCTYPE HTML>
<!-- Website Template by freewebsitetemplates.com -->
<html>
<head>
	<meta charset="UTF-8">
	<title>About - Game Website Template</title>
	<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
	<div id="background">
		<div id="header">
			<div>
				<div>
					<a href="index.html" class="logo"><img src="images/logo.png" alt=""></a>
					<ul>
						<li>
							<a href="index.html" id="menu1">home</a>
						</li>
						<li>
							<a href="media.html" id="menu2">media</a>
						</li>
						<li>
							<a href="games.html" id="menu3">games</a>
						</li>
						<li class="selected">
							<a href="about.html" id="menu4">about</a>
						</li>
						<li>
							<a href="blog.html" id="menu5">blog</a>
						</li>
					</ul>
				</div>
			</div>
		</div>
		<div id="body">
			<div>
				<div>
					<div class="about">
						<div class="content">
							<ul>
								<li>
									<h3>We Have Free Templates for Everyone</h3>
									<div>
										<p>
											Our website templates are created with inspiration, checked for quality and originality and meticulously sliced and coded.
										</p>
										<p>
											<span>What’s more, they’re absolutely free! <br> You can do a lot with them. You can modify them.</span>
										</p>
										<p>
											You can modify them. You can use them to design websites for clients, so long as you agree with the <a href="http://uz.cm">Terms of Use</a>. You can even remove all our links if you want to.
										</p>
									</div>
								</li>
								<li>
									<h3>We Have More Templates for You</h3>
									<div>
										<span>Looking for more templates?</span>
										<p>
											Just browse through all our <a href="http://uz.cm/">Free Website Templates</a> and find what you’re looking for. But if you don’t find any website template you can use, you can try our <a href="http://uz.cm/">Free Web Design</a> service and tell us all about it. Maybe you’re looking for something different, something special. And we love the challenge of doing something different and something special.
										</p>
									</div>
								</li>
							</ul>
						</div>
						<div class="aside">
							<ul>
								<li>
									<h3>Be Part of Our Community</h3>
									<div>
										<p>
											If you’re experiencing issues and concerns about this website template, join the discussion on <a href="http://uz.cm/">on our forum</a> and meet other people in the community who share the same interests with you.
										</p>
									</div>
								</li>
								<li>
									<h3>Template details</h3>
									<div>
										<p>
											Design version 4<br>Code version 2<br>Website Template details, discussion and updates for this <a href="http://uz.cm/">Game Website Template</a>. Website Template design by <a href="http://uz.cm/">Free Website Templates</a>. Please feel free to remove some or all the text and links of this page and replace it with your own About content.
										</p>
									</div>
								</li>
							</ul>
						</div>
					</div>
				</div>
			</div>
		</div>
		<div id="footer">
			<div>
				<ul>
					<li id="facebook">
						<a href="http://uz.cm/">facebook</a>
					</li>
					<li id="twitter">
						<a href="http://uz.cm/">twitter</a>
					</li>
					<li id="googleplus">
						<a href="http://uz.cm/">googleplus</a>
					</li>
				</ul>
				<p>
					@ copyright 2012. all rights reserved.
				</p>
			</div>
		</div>
	</div>
</body>
</html>