Free Template 01 หน้าแรกของเว็บไซต์ โมดิฟายจาก Bootstrap นะครับ ใช้ class ง่ายๆ เช่น navbar, carousel,container,row, col-md-xx, col-xs-xx, รองรับการใช้งานบน desktop และหน้าจอมือถือนะครับ เป็น Responsive Web ได้เลย และtemplate นี้สามารถนำไปพัฒนาต่อได้เต็มที่นะครับ และอย่าลืมแชร์ต่อๆให้ผมด้วยน๊าาา ^_^
ตัวอย่างหน้าจาก desktop
หน้าจอมือถือ
code ทั้งหมด
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>Free Template by devbanban.com</title> <!-- Bootstrap --> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> </head> <body> <div class="container"> <div class="row"> <!-- <div class="col-md-12"> <div align="center" class=""> Free Template by devbanban.com <p>โมดิฟายจาก bootstrap </p> <p class="lead"> <a class="btn btn-info" href="http://devbanban.com/"> Click </a> </p> </div> </div> --> <!--start menu--> <div class="col-md-12 col-xs-12"> <nav class="navbar navbar-default"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Brand</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="active"><a href="#">Link <span class="sr-only">(current)</span></a></li> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li role="separator" class="divider"></li> <li><a href="#">Separated link</a></li> <li role="separator" class="divider"></li> <li><a href="#">One more separated link</a></li> </ul> </li> </ul> <form class="navbar-form navbar-left" role="search"> <div class="form-group"> <input type="text" class="form-control" placeholder="devbanban.com"> </div> <button type="submit" class="btn btn-primary">Submit</button> </form> <ul class="nav navbar-nav navbar-right"> <li><a href="#">Link</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> <li><a href="#">Something else here</a></li> <li role="separator" class="divider"></li> <li><a href="#">Separated link</a></li> </ul> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div> <!--end menu--> <!--start slide --> <div class="col-md-12 col-xs-12"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="http://devbanban.com/wp-content/uploads/2016/07/d1.jpg" width="100%"> <div class="carousel-caption"> devbanban.com </div> </div> <div class="item"> <img src="http://devbanban.com/wp-content/uploads/2016/07/d2.jpg" width="100%"> <div class="carousel-caption"> devbanban.com </div> </div> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> </div> <!--start slide --> </div> </div> <!--start articles--> <div class="container"> <div class="row"> <div class="col-md-12 col-xs-12"><h4> Articles </h4></div> <div class="col-md-4 col-xs-12"> <img src="http://devbanban.com/wp-content/uploads/2016/07/d2.jpg" width="100%" height="150px"> </div> <div class="col-md-8 col-xs-12"> <b> Template by devbanban.com modify from bootstrap </b><br/> Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap <br/> <a href="http://devbanban.com" class="btn btn-info btn-xs"> <span class="glyphicon glyphicon-search"> </span> read more </a> <hr> </div> </div> <div class="row"> <div class="col-md-4 col-xs-12"> <img src="http://devbanban.com/wp-content/uploads/2016/07/d1.jpg" width="100%" height="150px"> </div> <div class="col-md-8 col-xs-12"> <b> Template by devbanban.com modify from bootstrap </b><br/> Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap <br/> <a href="http://devbanban.com" class="btn btn-info btn-xs"> <span class="glyphicon glyphicon-search"> </span> read more </a> <hr> </div> </div> <div class="row"> <div class="col-md-4 col-xs-12"> <img src="http://devbanban.com/wp-content/uploads/2016/07/d2.jpg" width="100%" height="150px"> </div> <div class="col-md-8 col-xs-12"> <b> Template by devbanban.com modify from bootstrap </b><br/> Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap Template by devbanban.com modify from bootstrap <br/> <a href="http://devbanban.com" class="btn btn-info btn-xs"> <span class="glyphicon glyphicon-search"> </span> read more </a> <hr> </div> </div> </div> <!--end articles--> <!--start footer--> <p align="center"> Template by devbanban.com modify from bootstrap </p> <!--end footer--> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> </body> </html> |
อย่าลืมเอาไปพัฒนาต่อนะครับ ^_^