mirror of
				https://github.com/dawidolko/Website-Templates.git
				synced 2025-10-27 16:03:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			74 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			74 lines
		
	
	
		
			3.4 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 class="current"><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><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 class="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>Welcome to My Portfolio Two</h1>
 | |
|         <p>This standards compliant, fixed width website template is released as an 'open source' design (under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 Licence</a>), which means that you are free to use it for anything you want (including modifying and amending it). All I ask is that you leave the 'design from css3templates.co.uk' link in the footer of the template.</p>
 | |
|         <p>The template uses a lavalamp menu (based on jQuery) from <a href="http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/">here</a>. All of the images were shot by me - use as you wish.</p>
 | |
|         <h2>Browser Compatibility</h2>
 | |
|         <p>This template has been tested in the following browsers:</p>
 | |
|         <ul>
 | |
|           <li>Internet Explorer 8</li>
 | |
|           <li>Internet Explorer 7</li>
 | |
|           <li>FireFox 10</li>
 | |
|           <li>Google Chrome 17</li>
 | |
|         </ul>
 | |
|       </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>
 |