Skip to content

Commit 5519167

Browse files
committed
Release 1.0.0
1 parent e9ffe5f commit 5519167

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
# Osseous CSS
22

3+
[![CDN](https://img.shields.io/badge/cdn-cloudflare-orange.svg)](https://austindelamar.com/osseous/)
4+
[![License](https://img.shields.io/:license-MIT-blue.svg)](https://github.com/amdelamar/osseous/blob/master/LICENSE)
5+
36
A bony CSS framework without guts.
47

58
## Download
69

710
Add to your project using this link or download the CSS file.
811

912
```html
10-
<link rel="stylesheet" href="https://austindelamar.com/osseous/css/osseous.min.css">
11-
```
12-
13-
(Optional) This tiny JavaScript file is only for the sidebar popup. It might not be needed in a later release.
13+
<link rel="stylesheet" href="https://austindelamar.com/osseous/1.0.0/osseous.min.css">
1414

15-
```html
16-
<script type="text/javascript" src="https://austindelamar.com/osseous/js/osseous.min.js"></script>
15+
<!--This tiny JavaScript file is just for the sidebar (mobile menu).-->
16+
<script type="text/javascript" src="https://austindelamar.com/osseous/1.0.0/osseous.min.js"></script>
1717
```
1818

19+
(The links are using Cloudflare CDN for delivery.)
20+
1921
## Examples
2022

2123
Checkout the website for live demo and full examples: https://austindelamar.com/osseous/
@@ -28,4 +30,4 @@ If you'd like to contribute, feel free to fork and make changes, then open a pul
2830

2931
## License
3032

31-
[MIT](/LICENSE)
33+
[MIT](/LICENSE) and free forever.

docs/index.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:type" content="website">
1616
<meta property="og:locale" content="en_US">
1717
<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">
1919
<meta property="og:description" content="A bony CSS framework without guts.">
2020

2121
<!-- Twitter Card data -->
@@ -24,17 +24,17 @@
2424
<meta name="twitter:creator" content="amdelamar">
2525
<meta name="twitter:title" content="osseous">
2626
<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">
2828

2929
<!-- Schema.org markup for Google+ -->
3030
<meta itemprop="name" content="osseous">
3131
<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">
3333

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">
3838
<title>Osseous - A bony CSS framework without guts.</title>
3939
</head>
4040
<body>
@@ -107,7 +107,7 @@
107107
<header class="row padding-top-large margin-top-large border-bottom">
108108
<div class="container text-center">
109109
<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." />
111111
</div>
112112
<div class="twelve columns">
113113
<h1 class="text-uppercase text-thinner text-wide">Osseous</h1>
@@ -171,10 +171,12 @@ <h2>Download</h2>
171171
<p>
172172
Add Osseous to your project using this link or download the CSS file.
173173
</p>
174-
<pre><code class="html">&lt;link rel="stylesheet" href="https://austindelamar.com/osseous/css/osseous.min.css"&gt;
174+
<pre><code class="html">&lt;link rel="stylesheet" href="https://austindelamar.com/osseous/1.0.0/osseous.min.css"&gt;
175175

176176
&lt;!--This tiny JavaScript file is just for the sidebar (mobile menu).--&gt;
177-
&lt;script type="text/javascript" src="https://austindelamar.com/osseous/js/osseous.min.js"&gt;&lt;/script&gt;</code></pre>
177+
&lt;script type="text/javascript" src="https://austindelamar.com/osseous/1.0.0/osseous.min.js"&gt;&lt;/script&gt;</code></pre>
178+
179+
<p>(The links are using Cloudflare CDN for delivery.)</p>
178180

179181
<div class="text-center">
180182
<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>
11351137
</footer>
11361138

11371139
<!-- 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>
11391141

11401142
<!-- 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>
11421144
<script>hljs.initHighlightingOnLoad();</script>
11431145

11441146
</body>

0 commit comments

Comments
 (0)