index.html 6.5 KB
Newer Older
Y
Yu Yang 已提交
1
<!DOCTYPE html>
Y
Yu Yang 已提交
2
<html lang="zh-Hans">
Y
Yu Yang 已提交
3
<head>
Y
Yu Yang 已提交
4 5 6 7 8 9 10
    <meta charset="UTF-8">
    <title>深度学习入门</title>
    <link href="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet">
    <script src="http://cdn.bootcss.com/tether/1.4.0/js/tether.js"></script>
    <script src="http://cdn.bootcss.com/jquery/3.1.0/jquery.slim.js"></script>
    <script src="http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"></script>
    <style>
Y
Yu Yang 已提交
11 12 13
* {
    font-family:"Roboto","Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
}
Y
Yu Yang 已提交
14
.left-panel {
Y
Yu Yang 已提交
15
    background: #E5E6EA;
Y
Update  
Yi Wang 已提交
16
}
17

Y
Yu Yang 已提交
18 19 20 21 22
.left-panel .card-block a.click_active {
    background-color: #597cf1;
    color: #fff;
}
 
Y
Yu Yang 已提交
23 24 25
.left-panel .card-header {
    background: #ecedee;
}
26

Y
Yu Yang 已提交
27

Y
Yu Yang 已提交
28
.left-panel .card-header a {
Y
Yu Yang 已提交
29 30 31 32 33 34
    font-size: 14px;
}


.left-panel .card-block a:not(.click_active) {
    background: #e4e6e9;
Y
Yu Yang 已提交
35
}
36

Y
Yu Yang 已提交
37 38 39
.left-panel .card-block a {
    border-radius: 0px;
    font-size: 13px;
Y
Yu Yang 已提交
40
    color: #2F323A;
Y
Yu Yang 已提交
41 42 43
    padding-left: 40px;
    border: 1px solid rgba(0,0,0,.125);
}
44

Y
Yu Yang 已提交
45
.left-panel .card-block a.active_color {
Y
Yu Yang 已提交
46
    color:  rgb(70, 74, 76);
Y
Yu Yang 已提交
47 48
    font-weight: bolder;
}
49

Y
Yu Yang 已提交
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
.left-panel .list-group-item {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: -1px;
    padding: 0.75rem 1.25rem;
    position: relative;
    color: #2f323a;
}

.navbar img {
    height: 90%;
    width: 90%;
}

   </style>
Y
Yu Yang 已提交
67 68 69 70 71 72 73 74
</head>
<body>
    <nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse">
        <a class="navbar-brand mr-auto" href="#">
            <img alt="PaddlePaddle" src="./.theme/PP_w.png">
        </a>
        <ul class="nav navbar-nav">
          <li class="nav-item">
Y
Yu Yang 已提交
75 76 77
            <a class="nav-link" href="http://paddlepaddle.org">
                首页
            </a>
Y
Yu Yang 已提交
78 79
          </li>
          <li class="nav-item active">
Y
Yu Yang 已提交
80 81 82
            <a class="nav-link" href="#">
                深度学习入门
            </a>
Y
Yu Yang 已提交
83
          </li>
Y
Yu Yang 已提交
84 85 86 87
          <li class="nav-item ">
            <a class="nav-link" href="./index.en.html">
                English
            </a>
Y
Yu Yang 已提交
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
          </li>
          <li class="nav-item">
            <a class="nav-link" href="https://github.com/PaddlePaddle/book/">Fork on Github</a>
          </li>
        </ul>
    </nav>
    <div class="container-fluid">
        <div class="row">
            <div class="col-3 pl-1 pr-1 left-panel">
                <div id="accordion" role="tablist" aria-multiselectable="true">
                  <div class="card">
                    <div class="card-header" role="tab" id="headingOne">
                      <h5 class="mb-0">
                        <a aria-expanded="true" aria-controls="collapseOne">
                            深度学习入门
                        </a>
                      </h5>
                    </div>
                    <div id="collapseOne" class="rounded-0 collapse show" role="tabpanel" aria-labelledby="headingOne">
                      <div class="card-block pl-0 pr-0 pt-0 pb-0">
                        <div class="list-group ">
                          
Y
Yu Yang 已提交
110
                            <a href="./fit_a_line/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Y
Yu Yang 已提交
111 112 113
                                新手入门
                            </a>
                          
Y
Yu Yang 已提交
114
                            <a href="./recognize_digits/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Y
Yu Yang 已提交
115 116 117
                                识别数字
                            </a>
                          
Y
Yu Yang 已提交
118
                            <a href="./image_classification/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Y
Yu Yang 已提交
119 120 121
                                图像分类
                            </a>
                          
Y
Yu Yang 已提交
122
                            <a href="./word2vec/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Y
Yu Yang 已提交
123 124 125
                                词向量
                            </a>
                          
Y
Yu Yang 已提交
126
                            <a href="./understand_sentiment/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Y
Yu Yang 已提交
127 128 129
                                情感分析
                            </a>
                          
Y
Yu Yang 已提交
130
                            <a href="./label_semantic_roles/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Y
Yu Yang 已提交
131 132 133
                                语义角色标注
                            </a>
                          
Y
Yu Yang 已提交
134
                            <a href="./machine_translation/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Y
Yu Yang 已提交
135 136 137
                                机器翻译
                            </a>
                          
Y
Yu Yang 已提交
138
                            <a href="./recommender_system/index.html" target="content_iframe" class="list-group-item list-group-item-action" style="border: 0px; border-bottom: 2px solid #dddfe3;">
Y
Yu Yang 已提交
139 140 141 142 143 144 145 146 147 148
                                个性化推荐
                            </a>
                          
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
            </div>
            <div class="col">
Y
Yu Yang 已提交
149
                <iframe src="./fit_a_line/index.html" style="border: none; overflow-y : hidden" width="100%" height="100%" name="content_iframe" id="content_iframe">
Y
Yu Yang 已提交
150 151 152 153 154 155 156
                </iframe>
            </div>
        </div>
    </div>
    <script>
    $('#content_iframe').on('load', function(){
        $("#content_iframe").height(200)  // trick code to shrink iframe size
Y
Yu Yang 已提交
157 158 159
        var body = $('#content_iframe').contents().find("body")
        body.css("overflow-y", "hidden")
        $("#content_iframe").height(body.height()+20)
Y
Yu Yang 已提交
160 161 162 163
        var alllinks = $('#content_iframe').contents().find("a")
        for (var i =0; i<alllinks.length; ++i) {
            alllinks[i].setAttribute("target", "_blank")
        }
Y
Yu Yang 已提交
164
    });
Y
Yu Yang 已提交
165 166 167 168 169
    $(".list-group a").click(function(){ 
       $(".list-group a.click_active").removeClass("click_active"); 
       $(this).addClass("click_active"); 
    })
    $($(".list-group a")[0]).addClass("click_active") 
Y
Yu Yang 已提交
170
    </script>
Y
Yu Yang 已提交
171
</body>
Y
Yu Yang 已提交
172
</html>