/index.html

https://bitbucket.org/lfun/tuweb · HTML · 83 lines · 59 code · 15 blank · 9 comment · 0 complexity · 05639c8de399ca1178b80601b3c22f48 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 charset="utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9. <title></title>
  10. <meta name="description" content="">
  11. <meta name="viewport" content="width=device-width">
  12. <link rel="stylesheet" href="css/bootstrap.min.css">
  13. <link rel="stylesheet" href="css/bootstrap-responsive.min.css">
  14. <link rel="stylesheet" href="css/mine.css">
  15. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
  16. <script src="js/vendor/handlebars.js"></script>
  17. <script src="js/vendor/bootstrap.min.js"></script>
  18. <script src="js/vendor/underscore.js"></script>
  19. <script src="js/vendor/backbone.js"></script>
  20. <script src="tmp/templates.js"></script>
  21. </head>
  22. <body>
  23. <!--[if lt IE 7]>
  24. <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
  25. <![endif]-->
  26. <div class="navbar navbar-inverse navbar-fixed-top">
  27. <div class="navbar-inner">
  28. <div class="container">
  29. <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="brand" href="#">News</a>
  35. <div class="nav-collapse collapse">
  36. <ul class="nav">
  37. <li class="active"><a href="#cate/Cover">Cover</a></li>
  38. <li ><a href="#cate/Business">Business</a></li>
  39. <li><a href="#cate/Technology">Technology</a></li>
  40. <li ><a href="#cate/Fashion">Fashion</a></li>
  41. <li ><a href="#cate/Science">Science</a></li>
  42. <li ><a href="#cate/Sports">Sports</a></li>
  43. </ul>
  44. </div><!--/.nav-collapse -->
  45. </div>
  46. </div>
  47. </div>
  48. <div class="hero-unit">
  49. <h1 id='hello'>Hello,Lukas</h1>
  50. <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
  51. <p><a href="#" class="btn btn-primary btn-large">Learn more &raquo;</a></p>
  52. </div>
  53. <!-- for pictures only-->
  54. <div id="pictures" class="container" >
  55. </div>
  56. <!-- for popup up pictuer only -->
  57. <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  58. <div class="modal-body">
  59. <div id="myCarousel" class="carousel slide">
  60. <a class="left carousel-control" href="#myCarousel" data-slide="prev"></a>
  61. <a class="right carousel-control" href="#myCarousel" data-slide="next"></a>
  62. </div>
  63. </div>
  64. </div>
  65. <!-- model endd-->
  66. <script src="js/data.js"></script>
  67. </body>
  68. </html>