|
57 | 57 | <link rel="apple-touch-icon" href="/apple-touch-icon.png"> <!-- 192x192px --> |
58 | 58 | <!-- favicon.ico をルートディレクトリにそっと置く。しかしheadには書かない。 --> |
59 | 59 |
|
60 | | - <script src="https://kit.fontawesome.com/c6331cba56.js"></script> |
61 | | - <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0"> |
62 | | - <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> |
63 | | - <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> |
64 | | - <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> |
65 | | - <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script> |
66 | | - |
67 | 60 | <!-- CSS Framework -------------------------- --> |
68 | 61 | <!-- Font Awasome https://fontawesome.com/ --> |
69 | | - <!--<script src="https://kit.fontawesome.com/c6331cba56.js"></script> --> |
70 | 62 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
71 | 63 | <!-- Bootstrap https://getbootstrap.jp/ --> |
72 | | - <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> --> |
| 64 | + <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> |
73 | 65 |
|
74 | 66 |
|
75 | 67 | <!-- CSS -------------------------- --> |
|
78 | 70 |
|
79 | 71 | <!-- JS Framework -------------------------- --> |
80 | 72 | <!-- JQuery https://releases.jquery.com/ --> |
81 | | - <!-- |
82 | 73 | <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> |
83 | | - <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> |
84 | 74 | <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script> |
85 | | ---> |
86 | | - <script> |
| 75 | + <script> |
87 | 76 | $(function () { |
88 | 77 | var headerHight = 500; |
89 | 78 | $('a[href^="#"]').click(function () { |
|
0 commit comments