|
6 | 6 | <title>{{page.title}}</title>
|
7 | 7 |
|
8 | 8 | <meta name="description" content="{{page.description}}">
|
9 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
10 | 10 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
11 | 11 |
|
12 | 12 | <link rel="apple-touch-icon" sizes="57x57" href="/assets/favicon/apple-icon-57x57.png">
|
|
28 | 28 | <meta name="theme-color" content="#ffffff">
|
29 | 29 | <!-- Place favicon.ico in the root directory -->
|
30 | 30 |
|
31 |
| - <!-- Material Design fonts --> |
32 |
| - <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700"> |
33 |
| - <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/icon?family=Material+Icons"> |
| 31 | + <!-- Material Design for Bootstrap fonts and icons --> |
| 32 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons"> |
34 | 33 |
|
35 |
| - <!-- Bootstrap --> |
36 |
| - <link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> |
37 |
| - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/4.0.2/bootstrap-material-design.min.css" /> |
| 34 | + <!-- Material Design for Bootstrap CSS --> |
| 35 | + <link rel=" stylesheet" href=" https://unpkg.com/[email protected]/dist/css/bootstrap-material-design.min.css" integrity=" sha384-wXznGJNEXNG1NFsbm0ugrLFMQPWswR3lds2VeinahP8N0zJw9VWSopbjv2x7WCvX" crossorigin=" anonymous" > |
38 | 36 |
|
39 | 37 | <!-- Font Awesome Icons -->
|
40 | 38 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
48 | 46 | {% include header.html %}
|
49 | 47 |
|
50 | 48 | <div id="content" class="container">
|
51 |
| - |
| 49 | + <br> |
52 | 50 | {{content}}
|
53 |
| - |
54 | 51 | </div>
|
55 |
| - |
56 |
| -<br> |
57 |
| -<br> |
58 |
| -<br> |
59 |
| -<br> |
60 |
| -<br> |
61 |
| -<br> |
62 |
| - |
63 | 52 | <div class="row">
|
64 |
| - <div class="container"> |
65 |
| - <small> |
66 |
| - <a class="pull-right" |
67 |
| - title="Редактировать эту страницу" |
68 |
| - href="https://github.com/deeprefactoring/deeprefactoring.github.io/edit/master/{{page.path}}">✎ редактировать</a> |
69 |
| - </small> |
70 |
| - </div> |
| 53 | + <div class="container"> |
| 54 | + <small> |
| 55 | + <a class="pull-right" |
| 56 | + title="Редактировать эту страницу" |
| 57 | + href="https://github.com/deeprefactoring/deeprefactoring.github.io/edit/master/{{page.path}}">✎ редактировать</a> |
| 58 | + </small> |
| 59 | + </div> |
71 | 60 | </div>
|
72 | 61 |
|
73 | 62 | {% include footer.html %}
|
74 | 63 | {% include google_analytics.html %}
|
75 | 64 |
|
76 |
| -<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> |
77 |
| -<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> |
| 65 | +<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> |
| 66 | +<script src=" https://unpkg.com/[email protected]/dist/umd/popper.js" integrity=" sha384-fA23ZRQ3G/J53mElWqVJEGJzU0sTs+SvzG8fXVWP+kJQ1lwFAOkcUOysnlKJC33U" crossorigin=" anonymous" ></script> |
| 67 | +<script src=" https://unpkg.com/[email protected]/dist/js/bootstrap-material-design.js" integrity=" sha384-CauSuKpEqAFajSpkdjv3z9t8E7RlpJ1UP0lKM/+NdtSarroVKu069AlsRPKkFBz9" crossorigin=" anonymous" ></script> |
| 68 | +<script>$(document).ready(function() { $('body').bootstrapMaterialDesign(); });</script> |
78 | 69 |
|
79 | 70 | </body>
|
80 | 71 | </html>
|
0 commit comments