Advertisement
Guest User

Untitled

a guest
Nov 28th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <meta charset="utf-8">
  4.  
  5. <head>
  6. <link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
  7. <link rel="stylesheet" type="text/css" href="normalize.css" media="all" />
  8. <link href="style.css" type="text/css" rel="stylesheet" media="all" />
  9. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
  10. <title>Fine Rolling Media</title>
  11. </head>
  12.  
  13. <body>
  14. <div id="container">
  15.  
  16.  
  17. <div id="homebannerwrapper">
  18. <h1>Welcome to</h1>
  19. <img id="logo" src="images/logoli.png" alt="Fine Rolling Media">
  20. <img id="homebanner" src="images/banner.png" alt="Fine Rolling Media">
  21.  
  22. </div>
  23.  
  24. <div id="indexnavigation">
  25. <ul id="indexnavi">
  26. <li class="navilinks"><a class="navilinkstyle" href="index.html">Home</a></li>
  27. <li class="navilinks"><a class="navilinkstyle" href="aboutus.html">About Us</a></li>
  28. <li class="navilinks"><a class="navilinkstyle" href="prices.html">Prices</a></li>
  29. <li class="navilinks"><a class="navilinkstyle" href="productions.html">Productions</a></li>
  30. <li class="navilinks"><a class="navilinkstyle" href="contactus.html">Contact Us</a></li>
  31. </ul>
  32. </div>
  33.  
  34. <img id="finerollingimage" src="images/finerolling1.png" alt="Fine Rolling Media" width="65%">
  35.  
  36. <div id="rightimagewrapper">
  37. <img src="images/quiktime.png" class="frontimages">
  38. <img src="images/skatepic.png" class="frontimages">
  39. <img src="images/danpic.png" class="frontimages">
  40. <img src="images/exhibition.png" class="frontimages">
  41. </div>
  42.  
  43.  
  44. <div id="indextextbox">
  45. <h2 class="fronttitle">We like to create</h2>
  46.  
  47. <h3 class="frontsubheads">We bring ideas to life</h3>
  48.  
  49. <p class="paragraph">
  50. Fine Rolling Media is a small independent video production company based in South Wales. We focus on fine, creative work to help brands, organisations and events connect with their audience! We will engineer fine visuals; whether the job be big or small.<br><br>
  51.  
  52. We are fully qualified in the production sector which will show in our work. Every job will be taken with enthusiasm! We believe that the key to making our clients happy is to have an open mind about your ideas when producing our videos. We can create content for a variety of formats, like DVD, mobile devices and the web.
  53. </p>
  54.  
  55. <h3 class="frontsubheads">What is to come</h3>
  56.  
  57. <p class="paragraph">
  58. At this moment in time; we are using high quality Canon DSLR's. Due to the lack of funds we only have two! We are currently awaiting a grant from the Welsh Assembly for new equipment, such as cameras, tripods, software and lighting!
  59. </p>
  60. </div>
  61.  
  62.  
  63. </div>
  64.  
  65. <div id="footer">
  66. <div id="footerwrapper">
  67. <img src="images/filmstrap.png" id="filmstrap">
  68. </div>
  69.  
  70. </div>
  71. </body>
  72.  
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement