Skip to content

Commit e7cbf76

Browse files
authored
chore: corrected some hyperlinks (pattern-lab#1403)
* chore: correcting brads homepage URL Brads old URL seems to have been conquered by some company … * chore: corrected Brians homepage URL to HTTPS * chore: switched to HTTPS URLs * chore: switched to HTTPS and removing www. subdomain as this is even also the current redirect target of this domain * chore: correcting this URL to its successor * chore: switched to HTTPS URLs * chore: correcting this URL to its successor * chore: switched to HTTPS and adding/removing www. subdomain as these are even also the current redirect targets of these URLs * chore: correcting these URLs to their successors and some code reformatting included, most likely because of prettier/pretty-quick * fix: correctly renamed this file
1 parent 46a6f7f commit e7cbf76

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

packages/uikit-workshop/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Brian Muenzenmeyer, http://brianmuenzenmeyer.com & Brad Frost, http://bradfrostweb.com
3+
Copyright (c) 2018 Brian Muenzenmeyer, https://brianmuenzenmeyer.com & Brad Frost, https://bradfrost.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

packages/uikit-workshop/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# UIKit Default
66

7-
Front-end assets and templates for the default Pattern Lab [workshop](http://bradfrost.com/blog/post/the-workshop-and-the-storefront/) view.
7+
Front-end assets and templates for the default Pattern Lab [workshop](https://bradfrost.com/blog/post/the-workshop-and-the-storefront/) view.
88

99
This code is responsible for creating Pattern Lab's default workshop UI look, feel, and functionality.
1010

@@ -20,9 +20,9 @@ Pattern Lab Node uses [npm](https://www.npmjs.com/) to manage project dependenci
2020

2121
In order to modify these assets you need to install the following:
2222

23-
* [Node.js](http://nodejs.org) and NPM
24-
* [Bower](http://bower.io)
25-
* [Ruby Sass](http://sass-lang.com/install)
23+
* [Node.js](https://nodejs.org/) and NPM
24+
* [Bower](https://bower.io/)
25+
* [Ruby Sass](https://sass-lang.com/install)
2626

2727
## Development Set-up
2828

packages/uikit-workshop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"authors": [
1515
{
1616
"name": "Brad Frost",
17-
"homepage": "http://bradfrostweb.com",
17+
"homepage": "https://bradfrost.com",
1818
"role": "Creator"
1919
},
2020
{
2121
"name": "Brian Muenzenmeyer",
22-
"homepage": "http://brianmuenzenmeyer.com",
22+
"homepage": "https://brianmuenzenmeyer.com",
2323
"role": "Developer"
2424
},
2525
{

packages/uikit-workshop/src/css/prism-okaidia.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+handlebars+php+php-extras+twig&plugins=line-numbers+autolinker */
1+
/* https://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+handlebars+php+php-extras+twig&plugins=line-numbers+autolinker */
22
/**
33
* prism.js default theme for JavaScript, CSS and HTML
4-
* Based on dabblet (http://dabblet.com)
4+
* Based on dabblet (https://dabblet.com)
55
* @author Lea Verou
66
*/
77

packages/uikit-workshop/src/sass/scss/03-vendor/_prism.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+handlebars+php+php-extras+twig&plugins=line-numbers+autolinker */
1+
/* https://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+handlebars+php+php-extras+twig&plugins=line-numbers+autolinker */
22
/**
33
* prism.js default theme for JavaScript, CSS and HTML
4-
* Based on dabblet (http://dabblet.com)
4+
* Based on dabblet (https://dabblet.com)
55
* @author Lea Verou
66
*/
77
.pl-c-tabs__panel {

packages/uikit-workshop/src/scripts/lit-components/pl-icon/unsafe-svg.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* @license
33
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
44
* This code may only be used under the BSD style license found at
5-
* http://polymer.github.io/LICENSE.txt
5+
* https://polymer.github.io/LICENSE.txt
66
* The complete set of authors may be found at
7-
* http://polymer.github.io/AUTHORS.txt
7+
* https://polymer.github.io/AUTHORS.txt
88
* The complete set of contributors may be found at
9-
* http://polymer.github.io/CONTRIBUTORS.txt
9+
* https://polymer.github.io/CONTRIBUTORS.txt
1010
* Code distributed by Google as part of the polymer project is also
1111
* subject to an additional IP rights grant found at
12-
* http://polymer.github.io/PATENTS.txt
12+
* https://polymer.github.io/PATENTS.txt
1313
*/
1414

1515
import { reparentNodes } from 'lit-html/lib/dom.js';

packages/uikit-workshop/src/scripts/lit-components/pl-viewport/pl-viewport.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pl-iframe {
3939
z-index: 0;
4040
flex-grow: 1;
4141
transition: height 0.3s ease;
42-
42+
4343
// @supports (position: sticky) {
4444
// top: 0;
4545
// }
@@ -140,7 +140,7 @@ pl-iframe {
140140
/**
141141
* Hay Mode transition
142142
* 1) Hay Mode (disabled by default) starts with the smallest
143-
* viewport then slowly expands http://bradfrost.com/blog/post/ish-2-0/
143+
* viewport then slowly expands https://bradfrost.com/blog/post/ish-2-0/
144144
*/
145145
&.hay-mode {
146146
transition: all 40s linear;
@@ -235,7 +235,7 @@ pl-iframe {
235235
flex-direction: column;
236236
max-width: 100vw;
237237
position: relative; // used for absolute positioning if position sticky isn't supported
238-
238+
239239
.pl-c-body--theme-sidebar & {
240240
@media all and (min-width: $pl-bp-med) {
241241
max-width: calc(100vw - #{$pl-sidebar-width});

packages/uikit-workshop/views/partials/general-footer.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</script>
5757

5858
<script id="pl-js-insert-{{ cacheBuster }}" nomodule>
59-
/*! loadJS: load a JS file asynchronously. [c]2014 @scottjehl, Filament Group, Inc. (Based on http://goo.gl/REQGQ by Paul Irish). Licensed MIT */
59+
/*! loadJS: load a JS file asynchronously. [c]2014 @scottjehl, Filament Group, Inc. (Based on https://goo.gl/REQGQ by Paul Irish). Licensed MIT */
6060
!function(e){var t=function(t,n){"use strict";var o=e.document.getElementsByTagName("script")[0],r=e.document.createElement("script");return r.src=t,r.async=!0,o.parentNode.insertBefore(r,o),n&&"function"==typeof n&&(r.onload=n),r};"undefined"!=typeof module?module.exports=t:e.loadJS=t}("undefined"!=typeof global?global:this);
6161
6262
// always load Pattern-specific JS so UI like accordions, etc can continue to work even when viewed as a standalone HTML page

0 commit comments

Comments
 (0)