學(xué)做Bootstrap的第一個(gè)頁(yè)面
來(lái)源:易賢網(wǎng) 閱讀:1565 次 日期:2016-06-29 16:25:38
溫馨提示:易賢網(wǎng)小編為您整理了“學(xué)做Bootstrap的第一個(gè)頁(yè)面”,方便廣大網(wǎng)友查閱!

這篇文章主要為大家介紹了學(xué)做Bootstrap的第一個(gè)頁(yè)面,這是學(xué)bootstrap的第一個(gè)頁(yè)面,還有許多需要改進(jìn)的地方,希望大家批評(píng)指正

本文實(shí)例分享了第一個(gè)Bootstrap頁(yè)面的實(shí)現(xiàn)代碼,供大家參考,具體內(nèi)容如下

效果圖:

名單

實(shí)現(xiàn)代碼:

代碼如下:

<!DOCTYPE html>

<html>

 <head>

  <meta charset="utf-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1" /><!--為了確保適當(dāng)?shù)睦L制和觸屏縮放,需要在 <head> 之中添加 viewport 元數(shù)據(jù)標(biāo)簽。-->

  <title></title>

   <link href="css/bootstrap.min.css" rel="stylesheet">

   <script type="text/javascript" src="js/jquery-1.9.1.min.js" ></script>

   <script src="js/bootstrap.min.js"></script>

   <style>

    .masthead{

     padding: 110px 0px 110px;

     margin-bottom: 0px;

    }

    .masthead:after{

     content: '';

     display: block;

     position: absolute;

     top: 0;

     right: 0;

     bottom: 0;

     left: 0; 

     background: url(img/bg1.png) repeat center center;

     opacity: 0.4;

    }

    .masthead h1{

     font-weight: 700;

     font-size: 700%;

    }

    .active{font-size: 120%;font-weight: bold;}

    .masthead-a{

     opacity: 0.5;

     color: white;

     font-size: medium;

    }

    .masthead-a:hover{

     color: white;

     opacity: 1;

    }

    .modal-header li i{opacity: 0.5;}

    .text-align{

     display: inline;

    }

    .img-ls{

     width: 23%;

     border: 1px solid hsl(0, 0%, 87%);

     margin-right: 2%;

     padding: 4px 0px;

     margin-bottom: 6%;

     min-height: 350px;

     max-height: 600px;

     float: left;

    }

    .img-ls img{

     width: 97%;

     height: auto;

    }

    .img-ls img:hover{

     cursor: pointer;

    }

    .footer{

     padding: 50px 50px;

    }

    .navbar-nav li{display: inline;}

   </style>

 </head>

 <body>

  <div class="navbar-inverse navbar-fixed-top">

  <!-- 定義個(gè)內(nèi)部框架表現(xiàn)的基調(diào),位置大小背景等 -->

    <div class="container">

      <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".navbar-collapse">

      <span class="sr-only">Toggle navigation</span>

      <span class="icon-bar"></span>

      <span class="icon-bar"></span>

      <span class="icon-bar"></span>

      </button>

      <ul class="nav navbar-nav"><li><a href="#" class="active">Bootstrap中文網(wǎng)</a></li></ul>

     <div class="navbar-collapse collapse" role="navigation">

      <ul class="nav navbar-nav"> 

       <li><a href="#">Bootstrap2中文文檔</a></li>

       <li><a href="#">Bootstrap3中文文檔</a></li>

       <li><a href="#">Bootstrap 4.0 預(yù)覽</a></li>

       <li><a href="#">Less 教程</a></li>

       <li><a href="#">jQuery API</a></li>

       <li><a href="#">網(wǎng)站實(shí)例</a></li>

       <li><a href="#">前端高薪職位</a></li>

       <li><a href="#">關(guān)于</a></li>

      </ul>

     </div>

    </div>

  </div>

  <div class="jumbotron masthead">

    <div class="container">

     <h1>Bootstrap</h1>

     <h2>簡(jiǎn)潔、直觀、強(qiáng)悍的前端開(kāi)發(fā)框架,讓web開(kāi)發(fā)更迅速、簡(jiǎn)單。</h2>

     <p><a class="btn btn-lg btn-primary" href="#">Bootstrap3中文文檔(v3.3.5)</a></p>

     <p><a href="#" class="masthead-a">Bootstrap2中文文檔(v2.3.2)</a></p>

    </div>

  </div>

  <div class="modal-header text-center">

   <div class="container">

    <ul>

     <li class="text-align">Bootstrap技術(shù)交流群:318630708 <i>|</i> </li>

     <li class="text-align">Bootstrap問(wèn)答社區(qū) <i>|</i> </li>

     <li class="text-align">新浪微博:@Bootstrap中文網(wǎng)</li>

    </ul>

   </div>

  </div>

  <div class="modal-header">

   <div class="container">

    <div class="page-header text-center">

     <h2>Bootstrap相關(guān)優(yōu)質(zhì)項(xiàng)目推薦</h2>

     <p>這些項(xiàng)目或者是對(duì)Bootstrap進(jìn)行了有益的補(bǔ)充,或者是基于Bootstrap開(kāi)發(fā)的</p>

    </div>

    <div class="img-ls col-lg-3 text-center">

     <img src="img/codeguide.png" />

     <h3>

      <a href="javascript:void(0)" class="btn btn-lg">Bootstrap 編碼規(guī)范<br/><small>by @mdo</small></a>

     </h3>

     <p class="modal-body">

      Bootstrap 編碼規(guī)范:編寫(xiě)靈活、穩(wěn)定、高質(zhì)量的 HTML 和 CSS 代碼的規(guī)范。

     </p>

    </div>

    <div class="img-ls col-lg-3 text-center">

     <img src="img/jqueryapi.png" />

     <h3>

      <a href="javascript:void(0)" class="btn btn-lg">jQuery API <br/><small>中文手冊(cè)</small></a>

     </h3>

     <p class="modal-body">

      根據(jù)最新的 jQuery 1.11.x 和 2.1.x 版本翻譯的 jQuery API 中文文檔/手冊(cè)。

     </p>

    </div>

    <div class="img-ls col-lg-3 text-center">

     <img src="img/w3schools.png" />

     <h3>

      <a href="javascript:void(0)" class="btn btn-lg">w3schools<br/><small>原版國(guó)內(nèi)鏡像</small></a>

     </h3>

     <p class="modal-body">

      w3schools.com 是最受歡迎的前端技術(shù)教程網(wǎng)站,但是國(guó)內(nèi)用戶(hù)一直不能訪問(wèn),并且國(guó)內(nèi)的中文翻譯版本十分陳舊。因此做了個(gè)鏡像,希望英文好的同學(xué)直接去看原版教程吧!

     </p>

    </div>

    <div class="img-ls col-lg-3 text-center">

     <img src="img/expo.png"/>

     <h3>

      <a href="javascript:void(0)" class="btn btn-lg">優(yōu)站精選<br/><small>Bootstrap網(wǎng)站實(shí)例</small></a>

     </h3>

     <p class="modal-body">

      Bootstrap優(yōu)站精選頻道收集了眾多基于 Bootstrap 構(gòu)建、設(shè)計(jì)精美的、有創(chuàng)意的網(wǎng)站。

     </p>

    </div>

   </div>

  </div>

  <footer class="footer">

   <div class="container modal-header">

    <div class="col-lg-6">

     <img src="img/logo.png" />

     <h5>

      <p>本網(wǎng)站所列開(kāi)源項(xiàng)目的中文版文檔全部由<a href="javascript:void(0)"><small>Bootstrap中文網(wǎng)</small></a>成員翻譯整理,并全部遵循 <a href="javascript:void(0)"><small>CC BY 3.0</small></a>協(xié)議發(fā)布。</p>

     </h5>

    </div>

    <div class="col-lg-6">

     <div class="col-xs-3">

      <h4>關(guān)于</h4>

      <h4>

       <ul class="list-unstyled">

        <li><a href="javascript:void(0)"><small>關(guān)于我們</small></a></li>

        <li><a href="javascript:void(0)"><small>廣告合作</small></a></li>

        <li><a href="javascript:void(0)"><small>友情鏈接</small></a></li>

        <li><a href="javascript:void(0)"><small>招聘</small></a></li>

       </ul>

      </h4>

     </div>

     <div class="col-xs-3">

      <h4>聯(lián)系方式</h4>

      <h4>

       <ul class="list-unstyled">

        <li><a href="javascript:void(0)"><small>新浪微博</small></a></li>

        <li><a href="javascript:void(0)"><small>電子郵件</small></a></li>

       </ul>

      </h4>

     </div>

      <div class="col-xs-3">

      <h4>旗下網(wǎng)站</h4>

      <h4>

       <ul class="list-unstyled">

        <li><a href="javascript:void(0)"><small>Laravel中文網(wǎng)</small></a></li>

        <li><a href="javascript:void(0)"><small>Ghost中國(guó)</small></a></li>

       </ul>

      </h4>

     </div>

      <div class="col-xs-3">

      <h4>贊助商</h4>

      <h4>

       <ul class="list-unstyled">

        <li><a href="javascript:void(0)"><small>UCloud</small></a></li>

        <li><a href="javascript:void(0)"><small>又拍云</small></a></li>

       </ul>

      </h4>

     </div>

    </div>

   </div>

   <h4 class="text-center "><a href="javascript:void(0)"><small>京ICP備11008151號(hào)</small></a><small> | 京公網(wǎng)安備11010802014853</small></h4>

  </footer>

 </body>

</html>

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助。

更多信息請(qǐng)查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:學(xué)做Bootstrap的第一個(gè)頁(yè)面
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢(xún)回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門(mén)公布的正式信息和咨詢(xún)?yōu)闇?zhǔn)!

2025國(guó)考·省考課程試聽(tīng)報(bào)名

  • 報(bào)班類(lèi)型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢(xún) | 簡(jiǎn)要咨詢(xún)須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專(zhuān)用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢(xún)關(guān)注公眾號(hào):hfpxwx
咨詢(xún)QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專(zhuān)用圖標(biāo)