2023-07-26 19:33:39 +02:00

71 lines
2.8 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>PhotoArtWork2_reverse</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!-- stylesheets -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/colour.css" rel="stylesheet" type="text/css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<div id="main">
<!-- begin header -->
<header>
<div id="logo"><h1>PHOTO<a href="#">ART</a>WORK 2_reverse</h1></div>
<nav>
<ul class="sf-menu" id="nav">
<li><a href="index.html">home</a></li>
<li class="selected"><a href="about.html">about me</a></li>
<li><a href="#">my portfolio</a>
<ul>
<li><a href="portfolio_one.html">portfolio_one</a></li>
<li><a href="portfolio_two.html">portfolio_two</a></li>
</ul>
</li>
<li><a href="blog.html">blog</a></li>
<li><a href="contact.php">contact</a></li>
</ul>
</nav>
</header>
<!-- end header -->
<!-- begin content -->
<div id="site_content">
<div id="left_content">
<h1>About This Template</h1>
<p>This simple, fixed width website template is released under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 Licence</a>. This means you are free to download and use it for personal and commercial projects. However, you <strong>must leave the 'design from css3templates.co.uk' link in the footer of the template</strong>. This template is written entirely in <strong>HTML5</strong> and <strong>CSS3</strong>.</p>
</div>
<div id="right_content">
<img style="float: left;" src="images/about.jpg" title="about me" alt="about me"/>
</div>
</div>
<!-- end content -->
<!-- begin footer -->
<footer>
<p>Copyright &copy; 2012 PhotoArtWork2_reverse. All Rights Reserved. <a href="http://www.css3templates.co.uk">Design from css3templates.co.uk</a>.</p>
<p><img src="images/twitter.png" alt="twitter" />&nbsp;<img src="images/facebook.png" alt="facebook" />&nbsp;<img src="images/rss.png" alt="rss" /></p>
</footer>
<!-- end footer -->
</div>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing-sooper.js"></script>
<script type="text/javascript" src="js/jquery.sooperfish.js"></script>
<!-- initialise sooperfish menu -->
<script type="text/javascript">
$(document).ready(function() {
$('ul.sf-menu').sooperfish();
});
</script>
</body>
</html>