Merge branch 'master' into update-USERS.md
This commit is contained in:
commit
de84c9b4c3
3
USERS.md
3
USERS.md
@ -43,6 +43,9 @@
|
|||||||
- https://mathiejosh.xyz **Josh Mathie** (Electrical Engineering Technology Student/Sales and Engineering Tech)
|
- https://mathiejosh.xyz **Josh Mathie** (Electrical Engineering Technology Student/Sales and Engineering Tech)
|
||||||
- https://yuji.ne.jp/ **YUJI** (Student & Software Developer)
|
- https://yuji.ne.jp/ **YUJI** (Student & Software Developer)
|
||||||
- https://linuxbase.nl **Michael Trip** (DevOps Engineer)
|
- https://linuxbase.nl **Michael Trip** (DevOps Engineer)
|
||||||
|
- https://markopolo123.github.io **Markopolo** (DevOps Engineer)
|
||||||
|
- https://mcwertgaming.github.io **Damon Leven** (Student & Software Developer)
|
||||||
|
- https://sethsimmons.me **Seth Simmons** (Information Security Engineer, Cryptocurrency Writer)
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
TEMPLATE:
|
TEMPLATE:
|
||||||
|
6
assets/css/gist.css
Normal file
6
assets/css/gist.css
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
body .gist .blob-num /* line numbers */,
|
||||||
|
body .gist .blob-code-inner
|
||||||
|
{
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
@ -228,7 +228,7 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
table-layout: fixed;
|
table-layout: auto;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 40px 0;
|
margin: 40px 0;
|
||||||
|
@ -14,3 +14,4 @@
|
|||||||
@import 'syntax.css';
|
@import 'syntax.css';
|
||||||
@import 'code.css';
|
@import 'code.css';
|
||||||
@import 'terms.css';
|
@import 'terms.css';
|
||||||
|
@import 'gist.css';
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -3689,9 +3689,9 @@ inherits@2.0.3:
|
|||||||
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
|
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
|
||||||
|
|
||||||
ini@^1.3.4, ini@^1.3.5:
|
ini@^1.3.4, ini@^1.3.5:
|
||||||
version "1.3.5"
|
version "1.3.7"
|
||||||
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
|
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz#a09363e1911972ea16d7a8851005d84cf09a9a84"
|
||||||
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
|
integrity sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==
|
||||||
|
|
||||||
inquirer@^6.2.2:
|
inquirer@^6.2.2:
|
||||||
version "6.5.2"
|
version "6.5.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user