PageRenderTime 25ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/csr.html

https://bitbucket.org/tiseno/vend-media-website
HTML | 143 lines | 105 code | 25 blank | 13 comment | 0 complexity | 7204136fd87c4928e33dc72042ae2f09 MD5 | raw file
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <link href="css/stylesheet.css" rel="stylesheet" type="text/css" media="screen">
  9. <script src="js/modernizr-2.6.1.min.js"></script>
  10. <!---Video Gallery--->
  11. <script type="text/javascript" src="js/html5gallery.js"></script>
  12. <!---Video Gallery End--->
  13. <!---Content Area Scroll--->
  14. <!-- styles needed by jScrollPane -->
  15. <link type="text/css" href="css/jquery.jscrollpane.css" rel="stylesheet" media="all" />
  16. <!-- latest jQuery direct from google's CDN -->
  17. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  18. <!-- the mousewheel plugin - optional to provide mousewheel support -->
  19. <script type="text/javascript" src="js/jquery.mousewheel.js"></script>
  20. <!-- the jScrollPane script -->
  21. <script type="text/javascript" src="js/jquery.jscrollpane.min.js"></script>
  22. <script type="text/javascript">
  23. $(function(){
  24. $('.scroll-pane').jScrollPane();
  25. });
  26. </script>
  27. <!---Content Area Scroll End--->
  28. <!--Image Preload--->
  29. <script language="JavaScript">
  30. if (document.images)
  31. {
  32. preload_image_object = new Image();
  33. // set image url
  34. image_url = new Array();
  35. image_url[0] = "images/";
  36. image_url[1] = "images/";
  37. image_url[2] = "images/";
  38. var i = 0;
  39. for(i=0; i<=2; i++)
  40. preload_image_object.src = image_url[i];
  41. }
  42. </script>
  43. <!--Image Preload End--->
  44. <title>Welcome to VendMedia - CSR Participation</title>
  45. </head>
  46. <body style="background: url(images/csr_background.jpg) no-repeat center center fixed;">
  47. <div class="wrapper">
  48. <header>
  49. <div class="content_wrapper">
  50. <div class="menu_border">
  51. <nav class="mainmenu">
  52. <ul>
  53. <li><a href="rewards.html">REWARDS</a></li>
  54. <li><a href="news.html">NEWS & EVENTS</a></li>
  55. <li><a href="csr.html" id="maincurrent">CSR PARTICIPATION</a></li>
  56. <li><a href="machines.html">MACHINES</a></li>
  57. <li><a href="about.html">ABOUT US</a></li>
  58. <li><a href="index.html">HOME</a></li>
  59. </ul>
  60. </nav>
  61. </div>
  62. </div>
  63. </header>
  64. <div class="content_wrapper">
  65. <aside>
  66. <div class="side_menu">
  67. <ul>
  68. <li><a href="#" id="side_current">CSR Participation</a></li>
  69. <li><a href="corporate_participation.html">Corporate Participation</a></li>
  70. <li><a href="client.html">Our Clients</a></li>
  71. </ul>
  72. </div>
  73. </aside>
  74. <div class="content">
  75. <div class="scroll-pane" style="padding-top:10px; border:0px solid #fff;">
  76. <h1>Corporate Social Responsibility</h1>
  77. <p>An obligation, beyond that required by the law and economics, for a firm to pursue long term goals that are good for society</p>
  78. <p>Possible Benefits</p>
  79. <ul>
  80. <li>It aids the attraction and retention of staff</li>
  81. <li>It attracts green and ethical investment</li>
  82. <li>It attracts ethically conscious customers</li>
  83. <li>It can lead to a reduction in costs through re-cycling</li>
  84. <li>It differentiates the firm from its competitor and can be a source of competitive advantage</li>
  85. <li>It can lead to increased profitability in the long run</li>
  86. </ul>
  87. <p>Increasingly, companies/corporation is seeing CSR as value creation as depicted in the diagram extracted from Wikipedia.</p>
  88. <div align="center"><img src="images/csr_img_1.jpg" style="height:450px;"/></div><br /><br />
  89. </div>
  90. </div>
  91. <div class="logo"></div>
  92. </div>
  93. <footer>
  94. <div class="content_wrapper" align="center">
  95. <div class="clear" style="width:820px;">
  96. <div style="float:left; padding:0px 20px 0px 20px;">
  97. <a href="#" class="facebook"></a>
  98. <a href="#" class="rss"></a>
  99. <a href="#" class="twitter"></a>
  100. <a href="#" class="pinterest"></a>
  101. </div>
  102. <div class="footer_menu">
  103. <ul>
  104. <li><a href="index.html">HOME</a></li>
  105. <li><a href="about.html">ABOUT US</a></li>
  106. <li><a href="machines.html">MACHINES</a></li>
  107. <li><a href="csr.html">CSR PARTICIPATION</a></li>
  108. <li><a href="news.html">NEWS & EVENTS</a></li>
  109. <li><a href="rewards.html">REWARDS</a></li>
  110. </ul>
  111. </div>
  112. <div class="copyright">© 2012 VendMedia. All rights reserved.</div>
  113. </div>
  114. </div>
  115. </footer>
  116. </div>
  117. </body>
  118. </html>