Skip to content

Commit ec32313

Browse files
committed
-update
1 parent e06e579 commit ec32313

30 files changed

Lines changed: 45 additions & 45 deletions

File tree

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cssreference.io
1+
bgooonz-blog.github.io

_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: https://cssreference.io
5+
url: https://bgooonz-blog.github.io
66
markdown: kramdown
77
permalink: pretty
88
exclude: ["node_modules"]

_includes/collections/backgrounds.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ <h2 class="property-name">
683683
Uses the image defined in the <strong>url</strong> path. This path can
684684
either be <em>relative</em> (to the css file) or
685685
<em>absolute</em> (like
686-
<code>http://cssreference.io/images/jt.png</code>).
686+
<code>http://bgooonz-blog.github.io/images/jt.png</code>).
687687
</p>
688688
</div>
689689
</header>
@@ -965,7 +965,7 @@ <h2 class="property-name">
965965
<div class="example-description">
966966
<p>
967967
Like with the
968-
<a href="http://cssreference.io/#background-position"
968+
<a href="http://bgooonz-blog.github.io/#background-position"
969969
><code>background-position</code></a
970970
>, you can specify the <strong>position</strong> of the gradient.
971971
</p>

_includes/collections/box-model.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2 class="property-name">
3131
<p>
3232
Like
3333
<code class="shorthand"
34-
><a href="http://cssreference.io/#border-width">border-width</a></code
34+
><a href="http://bgooonz-blog.github.io/#border-width">border-width</a></code
3535
>, but for the <strong>bottom</strong> border only.
3636
</p>
3737
</div>
@@ -140,7 +140,7 @@ <h2 class="property-name">
140140
<p>
141141
Like
142142
<code class="shorthand"
143-
><a href="http://cssreference.io/#border-width">border-width</a></code
143+
><a href="http://bgooonz-blog.github.io/#border-width">border-width</a></code
144144
>, but for the <strong>left</strong> border only.
145145
</p>
146146
</div>
@@ -249,7 +249,7 @@ <h2 class="property-name">
249249
<p>
250250
Like
251251
<code class="shorthand"
252-
><a href="http://cssreference.io/#border-width">border-width</a></code
252+
><a href="http://bgooonz-blog.github.io/#border-width">border-width</a></code
253253
>, but for the <strong>right</strong> border only.
254254
</p>
255255
</div>
@@ -358,7 +358,7 @@ <h2 class="property-name">
358358
<p>
359359
Like
360360
<code class="shorthand"
361-
><a href="http://cssreference.io/#border-width">border-width</a></code
361+
><a href="http://bgooonz-blog.github.io/#border-width">border-width</a></code
362362
>, but for the <strong>top</strong> border only.
363363
</p>
364364
</div>
@@ -815,7 +815,7 @@ <h2 class="property-name">
815815
<strong>overflow</strong>. How the container will handle this
816816
overflowing content is defined by the
817817
<code class="shorthand"
818-
><a href="http://cssreference.io/#overflow">overflow</a></code
818+
><a href="http://bgooonz-blog.github.io/#overflow">overflow</a></code
819819
>
820820
property.
821821
</p>
@@ -2592,7 +2592,7 @@ <h2 class="property-name">
25922592
<strong>overflow</strong>. How the container will handle this
25932593
overflowing content is defined by the
25942594
<code class="shorthand"
2595-
><a href="http://cssreference.io/#overflow">overflow</a></code
2595+
><a href="http://bgooonz-blog.github.io/#overflow">overflow</a></code
25962596
>
25972597
property.
25982598
</p>

_includes/collections/transitions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,17 +436,17 @@ <h2 class="property-name">
436436
<ul>
437437
<li>
438438
<code class="shorthand"
439-
><a href="http://cssreference.io/#background">background</a></code
439+
><a href="http://bgooonz-blog.github.io/#background">background</a></code
440440
>
441441
</li>
442442
<li>
443443
<code class="shorthand"
444-
><a href="http://cssreference.io/#color">color</a></code
444+
><a href="http://bgooonz-blog.github.io/#color">color</a></code
445445
>
446446
</li>
447447
<li>
448448
<code class="shorthand"
449-
><a href="http://cssreference.io/#transform">transform</a></code
449+
><a href="http://bgooonz-blog.github.io/#transform">transform</a></code
450450
>
451451
</li>
452452
</ul>

_includes/collections/typography.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2385,7 +2385,7 @@ <h2 class="property-name">
23852385
<p>
23862386
As with
23872387
<code class="shorthand"
2388-
><a href="http://cssreference.io/#color">color</a></code
2388+
><a href="http://bgooonz-blog.github.io/#color">color</a></code
23892389
>, you can use color names, hexadecimal, rgb, hsl...
23902390
</p>
23912391
</div>

_includes/modals/share.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<a
2222
id="modal-twitter"
2323
class="button is-twitter"
24-
href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fcssreference.io&text=CSS%20Reference%3A%20a%20visual%20guide%20to%20the%20most%20popular%20%23CSS%20properties"
24+
href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fbgooonz-blog.github.io&text=CSS%20Reference%3A%20a%20visual%20guide%20to%20the%20most%20popular%20%23CSS%20properties"
2525
>Share on Twitter</a
2626
>
2727
<a
2828
id="modal-facebook"
2929
class="button is-facebook"
30-
href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fcssreference.io"
30+
href="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fbgooonz-blog.github.io"
3131
>Share on Facebook</a
3232
>
3333
</p>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1 class="header-figure">
5757
<h2 class="header-title">{{site.subtitle}}</h2>
5858
<p class="header-subtitle">
5959
<strong>Learn by example</strong>:
60-
<a href="{{site.url}}">cssreference.io</a> is a free visual guide
60+
<a href="{{site.url}}">bgooonz-blog.github.io</a> is a free visual guide
6161
to CSS. It features the most popular <strong>properties</strong>,
6262
and explains them with illustrated and animated
6363
<strong>examples</strong>.

javascript/main.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ document.addEventListener("DOMContentLoaded", function () {
220220
var baseURL = "" + window.location.origin + window.location.pathname;
221221
baseURL = "https://bgooonz-blog.github.io/";
222222
var facebookURL =
223-
"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fcssreference.io";
223+
"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fbgooonz-blog.github.io";
224224
var twitterURL =
225-
"https://twitter.com/intent/tweet?url=http%3A%2F%2Fcssreference.io&text=CSS%20Reference%3A%20a%20visual%20guide%20to%20the%20most%20popular%20%23CSS%20properties";
225+
"https://twitter.com/intent/tweet?url=http%3A%2F%2Fbgooonz-blog.github.io&text=CSS%20Reference%3A%20a%20visual%20guide%20to%20the%20most%20popular%20%23CSS%20properties";
226226

227227
Array.prototype.forEach.call($propertyShares, function ($el, index) {
228228
$el.addEventListener("click", function (e) {
@@ -276,9 +276,9 @@ document.addEventListener("DOMContentLoaded", function () {
276276
isModaling = false;
277277
$modalShare.classList.remove("is-active");
278278
facebookURL =
279-
"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fcssreference.io";
279+
"https://www.facebook.com/sharer.php?u=http%3A%2F%2Fbgooonz-blog.github.io";
280280
twitterURL =
281-
"https://twitter.com/intent/tweet?url=http%3A%2F%2Fcssreference.io&text=CSS%20Reference%3A%20a%20visual%20guide%20to%20the%20most%20popular%20%23CSS%20properties";
281+
"https://twitter.com/intent/tweet?url=http%3A%2F%2Fbgooonz-blog.github.io&text=CSS%20Reference%3A%20a%20visual%20guide%20to%20the%20most%20popular%20%23CSS%20properties";
282282
}
283283

284284
var modalClipboard = new Clipboard("#modal-copy");

property/background-image/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2 class="property-name">
9898
Uses the image defined in the <strong>url</strong> path. This path can
9999
either be <em>relative</em> (to the css file) or
100100
<em>absolute</em> (like
101-
<code>http://cssreference.io/images/jt.png</code>).
101+
<code>http://bgooonz-blog.github.io/images/jt.png</code>).
102102
</p>
103103
</div>
104104
</header>
@@ -388,7 +388,7 @@ <h2 class="property-name">
388388
<div class="example-description">
389389
<p>
390390
Like with the
391-
<a href="http://cssreference.io/#background-position"
391+
<a href="http://bgooonz-blog.github.io/#background-position"
392392
><code>background-position</code></a
393393
>, you can specify the <strong>position</strong> of the gradient.
394394
</p>

0 commit comments

Comments
 (0)