mirror of
				https://github.com/dawidolko/Website-Templates.git
				synced 2025-10-30 00:03:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			70 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			70 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 class="selected"><a href="index.html">home</a></li>
 | |
|           <li><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">
 | |
|       <ul class="slideshow">
 | |
|         <li class="show"><img width="950" height="450" src="images/home_1.jpg" alt=""You can put a caption for your image right here"" /></li>
 | |
|         <li><img width="950" height="450" src="images/home_2.jpg" alt=""You can put a description of the image here if you like, or anything else if you want."" /></li>
 | |
|         <li><img width="950" height="450" src="images/home_3.jpg" alt=""You can put a description of the image here if you like, or anything else if you want."" /></li>
 | |
|       </ul>
 | |
|     </div>
 | |
|     <!-- end content -->
 | |
| 
 | |
|     <!-- begin footer -->
 | |
|     <footer>
 | |
|       <p>Copyright © 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" /> <img src="images/facebook.png" alt="facebook" /> <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>
 | |
|   <script type="text/javascript" src="js/image_fade.js"></script>
 | |
|   <!-- initialise sooperfish menu -->
 | |
|   <script type="text/javascript">
 | |
|     $(document).ready(function() {
 | |
|       $('ul.sf-menu').sooperfish();
 | |
|     });
 | |
|   </script>
 | |
| </body>
 | |
| </html>
 |