|
15 | 15 | <meta property="og:type" content="website"> |
16 | 16 | <meta property="og:locale" content="en_US"> |
17 | 17 | <meta property="og:title" content="osseous"> |
18 | | - <meta property="og:image" content="https://austindelamar.com/osseous/img/skull-200x200.png"> |
| 18 | + <meta property="og:image" content="https://austindelamar.com/osseous/assets/img/skull-200x200.png"> |
19 | 19 | <meta property="og:description" content="A bony CSS framework without guts."> |
20 | 20 |
|
21 | 21 | <!-- Twitter Card data --> |
|
24 | 24 | <meta name="twitter:creator" content="amdelamar"> |
25 | 25 | <meta name="twitter:title" content="osseous"> |
26 | 26 | <meta name="twitter:description" content="A bony CSS framework without guts."> |
27 | | - <meta name="twitter:image" content="https://austindelamar.com/osseous/img/skull-200x200.png"> |
| 27 | + <meta name="twitter:image" content="https://austindelamar.com/osseous/assets/img/skull-200x200.png"> |
28 | 28 |
|
29 | 29 | <!-- Schema.org markup for Google+ --> |
30 | 30 | <meta itemprop="name" content="osseous"> |
31 | 31 | <meta itemprop="description" content="A bony CSS framework without guts."> |
32 | | - <meta itemprop="image" content="https://austindelamar.com/osseous/img/skull-200x200.png"> |
| 32 | + <meta itemprop="image" content="https://austindelamar.com/osseous/assets/img/skull-200x200.png"> |
33 | 33 |
|
34 | | - <link rel="icon" type="image/x-icon" href="img/skull-32x32.png?v=1"> |
35 | | - <link rel="stylesheet" href="css/osseous.css?v=alpha-0.1.4"> |
36 | | - <link rel="stylesheet" href="icomoon/icomoon.css?v=alpha-0.1.2"> |
37 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"> |
| 34 | + <link rel="icon" type="image/x-icon" href="assets/img/skull-32x32.png"> |
| 35 | + <link rel="stylesheet" href="1.0.0/osseous.min.css"> |
| 36 | + <link rel="stylesheet" href="assets/icomoon/icomoon.css"> |
| 37 | + <link rel="stylesheet" href="assets/highlightjs/default.min.css"> |
38 | 38 | <title>Osseous - A bony CSS framework without guts.</title> |
39 | 39 | </head> |
40 | 40 | <body> |
|
107 | 107 | <header class="row padding-top-large margin-top-large border-bottom"> |
108 | 108 | <div class="container text-center"> |
109 | 109 | <div class="twelve columns"> |
110 | | - <img class="round" src="img/skull-382x382.png" width="200" height="200" alt="Banner" title="Photo Credit: Google Images of all places." /> |
| 110 | + <img class="round" src="assets/img/skull-382x382.png" width="200" height="200" alt="Banner" title="Photo Credit: Google Images of all places." /> |
111 | 111 | </div> |
112 | 112 | <div class="twelve columns"> |
113 | 113 | <h1 class="text-uppercase text-thinner text-wide">Osseous</h1> |
@@ -171,10 +171,12 @@ <h2>Download</h2> |
171 | 171 | <p> |
172 | 172 | Add Osseous to your project using this link or download the CSS file. |
173 | 173 | </p> |
174 | | - <pre><code class="html"><link rel="stylesheet" href="https://austindelamar.com/osseous/css/osseous.min.css"> |
| 174 | + <pre><code class="html"><link rel="stylesheet" href="https://austindelamar.com/osseous/1.0.0/osseous.min.css"> |
175 | 175 |
|
176 | 176 | <!--This tiny JavaScript file is just for the sidebar (mobile menu).--> |
177 | | -<script type="text/javascript" src="https://austindelamar.com/osseous/js/osseous.min.js"></script></code></pre> |
| 177 | +<script type="text/javascript" src="https://austindelamar.com/osseous/1.0.0/osseous.min.js"></script></code></pre> |
| 178 | + |
| 179 | + <p>(The links are using Cloudflare CDN for delivery.)</p> |
178 | 180 |
|
179 | 181 | <div class="text-center"> |
180 | 182 | <a href="https://github.com/amdelamar/osseous/archive/master.zip" class="button button-blue"><span class="icon-embed text-medium margin-right"></span>Download</a> |
@@ -1135,10 +1137,10 @@ <h2>License</h2> |
1135 | 1137 | </footer> |
1136 | 1138 |
|
1137 | 1139 | <!-- Lazy load JavaScript, just for sidebar popup --> |
1138 | | -<script type="text/javascript" src="js/osseous.js?v=0.1.2"></script> |
| 1140 | +<script type="text/javascript" src="1.0.0/osseous.js"></script> |
1139 | 1141 |
|
1140 | 1142 | <!-- Highlightjs for color coding --> |
1141 | | -<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> |
| 1143 | +<script src="assets/highlightjs/highlight.min.js"></script> |
1142 | 1144 | <script>hljs.initHighlightingOnLoad();</script> |
1143 | 1145 |
|
1144 | 1146 | </body> |
|
0 commit comments