mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2025-10-27 16:03:10 +01:00
73 lines
3.2 KiB
HTML
73 lines
3.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
|
|
<head>
|
|
<title>my portfolio two</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" />
|
|
<link rel="stylesheet" type="text/css" href="css/style.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">
|
|
<header>
|
|
<div id="logo"><h1>MY<a href="#">PORTFOLIO</a>TWO</h1></div>
|
|
<nav>
|
|
<ul class="lavaLampWithImage" id="lava_menu">
|
|
<li><a href="index.html">home</a></li>
|
|
<li><a href="about.html">about me</a></li>
|
|
<li><a href="portfolio.html">my portfolio</a></li>
|
|
<li class="current"><a href="blog.html">blog</a></li>
|
|
<li><a href="contact.php">contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<div id="site_content">
|
|
<div id="sidebar_container">
|
|
<div id="gallery">
|
|
<ul class="images">
|
|
<li class="show"><img width="450" height="450" src="images/1.jpg" alt="photo_one" /></li>
|
|
<li><img width="450" height="450" src="images/2.jpg" alt="photo_two" /></li>
|
|
<li><img width="450" height="450" src="images/3.jpg" alt="photo_three" /></li>
|
|
<li><img width="450" height="450" src="images/4.jpg" alt="photo_four" /></li>
|
|
<li><img width="450" height="450" src="images/5.jpg" alt="photo_five" /></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="content">
|
|
<h1>Blog</h1>
|
|
<div id="blog_container">
|
|
<div class="blog"><h2>Nov</h2><h3>22nd</h3></div>
|
|
<h4 class="select"><a href="#">Magazine Photo-Shoot on the Isle-Of-Islay</a></h4>
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <a href="#">read more.....</a></p>
|
|
<div class="blog"><h2>Oct</h2><h3>25th</h3></div>
|
|
<h4><a href="#">Wedding Shoot in Edinburgh</a></h4>
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <a href="#">read more.....</a></p>
|
|
</div>
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<p><a href="index.html">home</a> | <a href="about.html">about me</a> | <a href="portfolio.html">my portfolio</a> | <a href="blog.html">blog</a> | <a href="contact.php">contact</a></p>
|
|
<p>© 2012 my portfolio two. All Rights Reserved. | <a href="http://www.css3templates.co.uk">design from css3templates.co.uk</a></p>
|
|
</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.min.js"></script>
|
|
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
|
|
<script type="text/javascript" src="js/image_fade.js"></script>
|
|
<script type="text/javascript">
|
|
$(function() {
|
|
$("#lava_menu").lavaLamp({
|
|
fx: "backout",
|
|
speed: 700
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|