2016年1月7日 星期四

bootstrap househk rental


https://www.dropbox.com/s/vrnhjq1mlxm81wu/Course_Files.zip  course download


http://www.picresize.com/#  resize jpg


https://scotch.io/bar-talk/bootstrap-3-tips-and-tricks-you-might-not-know#don’t-forget-container-fluid-for-full-width-rows  bootstrap tips

http://codepen.io/jakestuts/pen/tGpju   table

https://www.youtube.com/watch?v=5mgsQ2csCIU  Less


http://plugins.krajee.com/file-basic-usage-demo  upload files with preview

https://datatables.net/examples/styling/bootstrap.html

http://rent.591.com.hk/?did=51

http://p18.on.cc/listing/index.html

http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-get-started.php  tutorial


http://startbootstrap.com/template-categories/all/   menu


http://getbootstrap.com/css/ tutorial

https://www.youtube.com/watch?v=ZGotwBWGL7A  introduce


https://www.youtube.com/watch?v=oepmLGQP1m4&list=PLUoqTnNH-2Xz_BUrjcahKWDhPcUj-FTOt&index=3   tutorial 26


<head>
 <meta charset="utf-8">
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 <meta name="viewport" content="width=device-width, initial-scale=1">

 <!-- Bootstrap -->
 <link href="css/bootstrap.min.css" rel="stylesheet">
 <!-- your layout style -->
 <link href="css/style.css" rel="stylesheet">

</head>
<body>
  <h1>Hello, world!</h1>
  <!-- Js in bottom so the DOM will laod Faster-->
  <script src="js/jquery.min.js"></script>
  <script src="js/bootstrap.min.js"></script>
</body>
</html>