mirror of
				https://github.com/dawidolko/Website-Templates.git
				synced 2025-10-27 16:03:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			158 lines
		
	
	
		
			6.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			158 lines
		
	
	
		
			6.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE HTML>
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
|   <title>scenic_photo</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">
 | |
|         <div id="logo_text">
 | |
|           <!-- class="logo_colour", allows you to change the colour of the text -->
 | |
|           <h1><a href="index.html">scenic<span class="logo_colour">_photo</span></a></h1>
 | |
|           <h2>Simple. Contemporary. Website Template.</h2>
 | |
|         </div>
 | |
|       </div>
 | |
|       <nav>
 | |
|         <div id="menu_container">
 | |
|           <ul class="sf-menu" id="nav">
 | |
|             <li><a href="index.html">Home</a></li>
 | |
|             <li><a href="examples.html">Examples</a></li>
 | |
|             <li><a href="page.html">A Page</a></li>
 | |
|             <li><a href="another_page.html">Another Page</a></li>
 | |
|             <li><a href="#">Example Drop Down</a>
 | |
|               <ul>
 | |
|                 <li><a href="#">Drop Down One</a></li>
 | |
|                 <li><a href="#">Drop Down Two</a>
 | |
|                   <ul>
 | |
|                     <li><a href="#">Sub Drop Down One</a></li>
 | |
|                     <li><a href="#">Sub Drop Down Two</a></li>
 | |
|                     <li><a href="#">Sub Drop Down Three</a></li>
 | |
|                     <li><a href="#">Sub Drop Down Four</a></li>
 | |
|                     <li><a href="#">Sub Drop Down Five</a></li>
 | |
|                   </ul>
 | |
|                 </li>
 | |
|                 <li><a href="#">Drop Down Three</a></li>
 | |
|                 <li><a href="#">Drop Down Four</a></li>
 | |
|                 <li><a href="#">Drop Down Five</a></li>
 | |
|               </ul>
 | |
|             </li>
 | |
|             <li><a href="contact.php">Contact Us</a></li>
 | |
|           </ul>
 | |
|         </div>
 | |
|       </nav>
 | |
|     </header>
 | |
|     <div id="site_content">
 | |
|       <div id="sidebar_container">
 | |
|         <div class="sidebar">
 | |
|           <h3>Latest News</h3>
 | |
|           <h4>New Website Launched</h4>
 | |
|           <h5>January 1st, 2012</h5>
 | |
|           <p>2012 sees the redesign of our website. Take a look around and let us know what you think.<br /><a href="#">Read more</a></p>
 | |
|         </div>
 | |
|         <div class="sidebar">
 | |
|           <h3>Useful Links</h3>
 | |
|           <ul>
 | |
|             <li><a href="#">First Link</a></li>
 | |
|             <li><a href="#">Another Link</a></li>
 | |
|             <li><a href="#">And Another</a></li>
 | |
|             <li><a href="#">One More</a></li>
 | |
|             <li><a href="#">Last One</a></li>
 | |
|           </ul>
 | |
|         </div>
 | |
|       </div>
 | |
|       <div class="content">
 | |
|         <h1>Examples</h1>
 | |
|         <p>This page contains examples of all the styled elements available as part of this design. Use this page for reference, whilst you build your website.</p>
 | |
|         <h2>Headings</h2>
 | |
|         <p>These are the different heading formats:</p>
 | |
|         <h1>Heading 1</h1>
 | |
|         <h2>Heading 2</h2>
 | |
|         <h3>Heading 3</h3>
 | |
|         <h4>Heading 4</h4>
 | |
|         <h5>Heading 5</h5>
 | |
|         <h6>Heading 6</h6>
 | |
|         <h2>Text</h2>
 | |
|         <p>The following examples show how the text (within '<p></p>' tags) will appear:</p>
 | |
|         <p><strong>This is an example of bold text</strong></p>
 | |
|         <p><i>This is an example of italic text</i></p>
 | |
|         <p><a href="#">This is a hyperlink</a></p>
 | |
|         <h2>Lists</h2>
 | |
|         <p>This is an unordered list:</p>
 | |
|         <ul>
 | |
|           <li>Item 1</li>
 | |
|           <li>Item 2</li>
 | |
|           <li>Item 3</li>
 | |
|           <li>Item 4</li>
 | |
|         </ul>
 | |
|         <p>This is an ordered list:</p>
 | |
|         <ol>
 | |
|           <li>Item 1</li>
 | |
|           <li>Item 2</li>
 | |
|           <li>Item 3</li>
 | |
|           <li>Item 4</li>
 | |
|         </ol>
 | |
|         <h2>Images</h2>
 | |
|         <p>images can be placed on the left, in the center or on the right:</p>
 | |
|         <span class="left"><img src="images/graphic.jpg" alt="example graphic" /></span>
 | |
|         <p>
 | |
|           Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
 | |
|           incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
 | |
|           exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
 | |
|           irure dolor in reprehenderit in voluptate velit esse cillum.
 | |
|         </p>
 | |
|         <span class="center"><img src="images/graphic.jpg" alt="example graphic" /></span>
 | |
|         <span class="right"><img src="images/graphic.jpg" alt="example graphic" /></span>
 | |
|         <p>
 | |
|           Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
 | |
|           incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
 | |
|           exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
 | |
|           irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
 | |
|           pariatur.
 | |
|         </p>
 | |
|         <h2>Tables</h2>
 | |
|         <p>Tables should be used to display data and not used for laying out your website:</p>
 | |
|         <table style="width:100%; border-spacing:0;">
 | |
|           <tr><th>Item</th><th>Description</th></tr>
 | |
|           <tr><td>Item 1</td><td>Description of Item 1</td></tr>
 | |
|           <tr><td>Item 2</td><td>Description of Item 2</td></tr>
 | |
|           <tr><td>Item 3</td><td>Description of Item 3</td></tr>
 | |
|           <tr><td>Item 4</td><td>Description of Item 4</td></tr>
 | |
|         </table>
 | |
|         <h2>Form Elements</h2>
 | |
|         <form action="#" method="post">
 | |
|           <div class="form_settings">
 | |
|             <p><span>Form field example</span><input type="text" name="name" value="" /></p>
 | |
|             <p><span>Textarea example</span><textarea rows="8" cols="50" name="name"></textarea></p>
 | |
|             <p><span>Checkbox example</span><input class="checkbox" type="checkbox" name="name" value="" /></p>
 | |
|             <p><span>Dropdown list example</span><select id="id" name="name"><option value="1">Example 1</option><option value="2">Example 2</option></select></p>
 | |
|             <p style="padding-top: 15px"><span> </span><input class="submit" type="submit" name="name" value="button" /></p>
 | |
|           </div>
 | |
|         </form>
 | |
|       </div>
 | |
|     </div>
 | |
|     <footer>
 | |
|       <p>Copyright © scenic_photo | <a href="http://www.css3templates.co.uk">design from css3templates.co.uk</a></p>
 | |
|     </footer>
 | |
|   </div>
 | |
|   <p> </p>
 | |
|   <!-- javascript at the bottom for fast page loading -->
 | |
|   <script type="text/javascript" src="js/jquery.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">
 | |
|     $(document).ready(function() {
 | |
|       $('ul.sf-menu').sooperfish();
 | |
|     });
 | |
|   </script>
 | |
| </body>
 | |
| </html>
 |