Skip to content

Commit f6ecc6d

Browse files
committed
Use https
1 parent f467885 commit f6ecc6d

70 files changed

Lines changed: 81 additions & 81 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# [CSS Reference](http://cssreference.io): a free visual guide to the most popular CSS properties
1+
# [CSS Reference](https://cssreference.io): a free visual guide to the most popular CSS properties
22

3-
[![CSS Reference screenshot](https://raw.github.com/jgthms/css-reference/master/images/css-reference-share.png)](http://cssreference.io)
3+
[![CSS Reference screenshot](https://raw.github.com/jgthms/css-reference/master/images/css-reference-share.png)](https://cssreference.io)
44

55
# License
66

7-
The content of this project itself is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
7+
The content of this project itself is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
88

9-
The underlying source code used to format and display that content is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php).
9+
The underlying source code used to format and display that content is licensed under the [MIT license](https://opensource.org/licenses/mit-license.php).
1010

1111
# Sponsor
1212

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: CSS Reference
22
subtitle: "A free visual guide to CSS"
33
description: "CSS Reference is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples."
44
share: "CSS Reference: a free visual guide to the most popular CSS properties."
5-
url: http://cssreference.io
5+
url: https://cssreference.io
66
markdown: kramdown
77
permalink: pretty
88
exclude: ['node_modules']

_includes/collections/animations.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

_includes/collections/backgrounds.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_includes/collections/box-model.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_includes/collections/flexbox.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_includes/collections/transitions.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_includes/collections/typography.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_includes/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
<footer class="footer">
7474
<p class="footer-title">
75-
<strong>{{site.subtitle}}</strong> <small>Created by <a href="https://twitter.com/jgthms">@jgthms</a></small>
75+
<strong>{{site.subtitle}}</strong> <small>Created by <a href="https://jgthms.com">@jgthms</a></small>
7676
</p>
7777
<p class="footer-share footer-share--social">
7878
<strong class="footer-share-label">Share</strong>

_includes/sister.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h4 class="sister-title">
44
Check out our sister website:<br>
55
<strong>HTML Reference</strong> 😃
66
</h4>
7-
<a class="sister-banner" href="http://htmlreference.io">
7+
<a class="sister-banner" href="https://htmlreference.io">
88
<img src="{{site.url}}/images/html-reference-logo.png" alt="HTML Reference logo">
99
</a>
1010
</div>
@@ -13,7 +13,7 @@ <h4 class="sister-title">
1313
Need a CSS framework?<br>
1414
Try out <strong>Bulma</strong> 😎
1515
</h4>
16-
<a class="sister-banner" href="http://bulma.io">
16+
<a class="sister-banner" href="https://bulma.io">
1717
<img src="{{site.url}}/images/bulma-logo.png" alt="Bulma logo">
1818
</a>
1919
</div>

0 commit comments

Comments
 (0)