Advertisement
M00371202

aboutpage coursework2

Apr 24th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Friba Weather Forecast Station</title>
  6. <link href="style.css" rel="stylesheet" type="text/css" />
  7. <script type="text/javascript" src="jquery.min.js"></script>
  8. <script type="text/javascript" src="weatherlogs.js"></script>
  9. <script type="text/javascript" src="weather.js"></script>
  10. </head>
  11.  
  12. <body>
  13.  
  14. <header>
  15. <div class="logo">Weather Forecast</div>
  16.  
  17. </header>
  18. <div class="pagelayout">
  19. <menu>
  20. <ul id="menu"><!-- namvigation menue -->
  21. <li><a href="index.html">Home</a></li>
  22. <li><a href="about.html">About us</a></li>
  23. <li><a href="register.html">Register</a></li>
  24. <li><a href="contact.html">Contact us</a></li>
  25. <li><a href="weather.html">Weekly Forecast</a></li>
  26. <li><a href="login.html">Log In</a></li>
  27. </ul>
  28. </menu>
  29.  
  30. <div class="page_content">
  31. <p><strong>About Page</strong><br /><br /><br /><!-- information in text formate on about content page -->
  32. <strong>Main idea and benefits of this website</strong><br /><br /><br />
  33. Everything is done by enthusiasts team. Our aim is to make meteorology open and available to everybody so it makes weekly weather forecast.</p>
  34. <p><strong><u></u></strong><br />
  35. Data are not depend on any cartographic service. We use OpenStreetMap that is very close to our spirit.</p>
  36. <p>&nbsp;</p>
  37. <p><strong><u></u></strong> Data of current weather and forecasts are available for connection to any cartographic services through API. </p>
  38. <p><strong><u></u></strong> The screen with selected region and weather layers can be saved for all next visits of the web site, and the link to the view can be sent to friends or colleagues. Settings can be changed at any time. </p><br /><br />
  39. <p><strong><u>more info</u></strong><br />we are a non profitable team that provides you the weather condition in more update form.</p><br /><br /><br />
  40.  
  41. </div>
  42.  
  43. </div>
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement