Advertisement
ukwiz

Untitled

Jan 27th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <title>Rare Partnership - Home</title>
  6. <base href="http://rarepartnership.co.uk/" />
  7.  
  8. <meta charset="utf-8">
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10.  
  11. <link rel="stylesheet" href="/assets/site/css/libraries.min.css">
  12. <link rel="stylesheet" href="/assets/site/css/app.min.css">
  13. <script src="/assets/site/js/vendor/modernizr.min.js"></script>
  14.  
  15.  
  16. </head>
  17. <body>
  18. <div class="fixed">
  19. <nav class="top-bar" data-topbar role="navigation">
  20. <ul class="title-area">
  21. <li class="name">
  22. <h1><a href="http://rarepartnership.co.uk/">Rare Partnership</a>
  23. </h1>
  24. </li>
  25. <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
  26. <li class="toggle-topbar menu-icon">
  27. <a href="#">
  28. <span>Menu</span>
  29. </a>
  30. </li>
  31. </ul>
  32.  
  33. <section class="top-bar-section">
  34. <!-- Left Nav Section -->
  35. <ul class="left">
  36. <li>
  37. <a href="our-services.html">Our Services</a>
  38. </li>
  39. <li class="has-dropdown"><a href="casestudies.html">Case Studies</a>
  40. <ul class="dropdown">
  41. <li><a href="#ush">Upper Shirley High</a>
  42. </li>
  43. <li><a href="#next">Next School</a>
  44. </li>
  45. <li><a href="#another">Another School</a>
  46. </li>
  47. </ul>
  48. </li>
  49. <li class="has-dropdown"><a href="giving-back/">Giving Back</a>
  50. <ul class="dropdown">
  51. <li><a href="social-responsibility-policy.html">Social Responsibility</a>
  52. </li>
  53. </ul>
  54. </li>
  55. <li><a href="links.html">Links</a>
  56. </li>
  57. <li><a href="get-in-touch.html">Get in Touch</a>
  58. </li>
  59. </ul>
  60. <!-- Right Nav Section -->
  61.  
  62.  
  63. </section>
  64.  
  65. </nav>
  66. </div>
  67.  
  68. <div class="row ">
  69. <div class="large-12 columns">
  70. <div class="branding whitebg">
  71. <h2>
  72. <img class="centre" src="images/rarelogo.png" alt="Rare Partnership logo">
  73. </h2>
  74. </div>
  75. </div>
  76. </div>
  77.  
  78. <div class="row">
  79. <div class="large-12 columns container1">
  80. <div class="large-1 medium-1 small-1 columns">
  81. &nbsp;
  82. </div>
  83. <div class="large-10 medium-10 small-10 columns middlebit">
  84. <!-- This is the content of the page -->
  85. <p style="padding-left: 300px;"><strong><img style="display: block; margin-left: auto; margin-right: auto;" src="assets/site/images/homepageresize2.jpg" alt="" width="321" height="242" /></strong></p>
  86. <p><strong>Why work with us?</strong></p>
  87. <p>We are chartered HR experts with wide ranging experience of working closely with schools, colleges and Higher Education institutions to provide solutions to recruitment and selection, retention, human resources and people development issues.</p>
  88. <p> </p>
  89. <p>We take time and effort to build a professional partnership, built on confidentiality, with each of our client institutions. We get to know the ethos, values and culture to provide practical solutions that fit and have impact.</p>
  90. <p> </p>
  91. <p>We work openly and directly with our clients and we will always ask you to decide:</p>
  92. <ul>
  93. <li>Do you want a service where we undertake to provide ongoing support and input</li>
  94. </ul>
  95. <p>or</p>
  96. <ul>
  97. <li>Do you want us to transfer our skills and knowledge to a member of your team or department?</li>
  98. </ul>
  99. <p>We know busy institutions need solutions and answers, and if we can, we will.</p>
  100. <h2> </h2>
  101.  
  102. <!-- End of content -->
  103. </div>
  104. <div class="large-1 medium-1 small-1 columns">
  105. &nbsp;
  106. </div>
  107. </div>
  108. </div>
  109.  
  110. <footer>
  111. <div class="row">
  112.  
  113. <div class="columns large-12 footerstyle2">
  114. <img class="centre" src="images/tagline2.png" alt="">
  115. <p class="foot text-center">&copy;Rare Partnership 2015 | ICO Registration Number: A1063763</p>
  116. </div>
  117. </div>
  118. </footer>
  119.  
  120. <script>
  121. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  122. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  123. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  124. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  125.  
  126. ga('create', 'UA-20145596-6', 'auto');
  127. ga('send', 'pageview');
  128.  
  129. </script>
  130.  
  131. </body>
  132. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement