Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 4540f86

Browse files
committed
Replace MaxCDN with StackPath.
1 parent 252a920 commit 4540f86

File tree

8 files changed

+108
-148
lines changed

8 files changed

+108
-148
lines changed

icomoon-selection.json

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

source/_includes/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ <h3>Follow us on</h3>
5353
</a>
5454
</div>
5555

56-
<div class="col-xs-12 col-sm-3 footer-center maxcdn">
56+
<div class="col-xs-12 col-sm-3 footer-center stackpath">
5757
<p>
58-
Binaries powered by <a href="https://www.maxcdn.com/" target="_blank" rel="noopener">MaxCDN</a>
58+
Binaries powered by <a href="https://www.stackpath.com/" target="_blank" rel="noopener">StackPath</a>
5959
</p>
60-
<a href="https://www.maxcdn.com/" title="MaxCDN" target="_blank" rel="noopener">
61-
<span class="fa fa-maxcdn fa-5x" aria-hidden="true"></span>
60+
<a href="https://www.stackpath.com/" title="StackPath" target="_blank" rel="noopener">
61+
<img src="/assets/img/stackpath-monogram-reversed-screen.svg" alt="StackPath Logo" width="74" height="74">
6262
</a>
6363
</div>
6464
<!--googleon: all-->

source/assets/css/style.css

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -281,17 +281,8 @@ footer ul {
281281
color: #fe9900;
282282
}
283283

284-
.fa-maxcdn {
285-
color: #ff5b02;
286-
}
287-
288-
.fa-maxcdn:hover,
289-
.fa-maxcdn:focus {
290-
opacity: 0.9;
291-
}
292-
293284
.cloudvps a,
294-
.maxcdn a {
285+
.stackpath a {
295286
display: inline-block;
296287
}
297288

@@ -482,9 +473,8 @@ h6[id]:before {
482473
text-align: justify;
483474
}
484475

485-
.maxcdn .fa-maxcdn {
486-
vertical-align: middle;
487-
line-height: normal;
476+
.stackpath p {
477+
margin-bottom: 30px;
488478
}
489479

490480
.footer-left,

source/assets/css/vendor/font-awesome.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@font-face {
22
font-family: 'FontAwesome';
3-
src: url('../fonts/fontawesome-custom-4.6.3.woff') format('woff'), url('../fonts/fontawesome-custom-4.6.3.ttf') format('truetype'), url('../fonts/fontawesome-custom-4.6.3.svg#fontawesomeregular') format('svg');
3+
src: url('../fonts/fontawesome-custom-4.6.3.1.woff') format('woff'), url('../fonts/fontawesome-custom-4.6.3.1.ttf') format('truetype'), url('../fonts/fontawesome-custom-4.6.3.1.svg#fontawesomeregular') format('svg');
44
font-weight: normal;
55
font-style: normal;
66
}
@@ -265,9 +265,6 @@
265265
.fa-info:before {
266266
content: "\f129";
267267
}
268-
.fa-maxcdn:before {
269-
content: "\f136";
270-
}
271268
.fa-file-text:before {
272269
content: "\f15c";
273270
}

source/assets/fonts/fontawesome-custom-4.6.3.svg renamed to source/assets/fonts/fontawesome-custom-4.6.3.1.svg

Lines changed: 0 additions & 1 deletion
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)