Removed ignored files

This commit is contained in:
Jet Hughes 2022-06-10 23:32:23 +12:00
parent e5f386df1b
commit c30ee71f9b
143 changed files with 151 additions and 688 deletions

18
.gitignore vendored
View File

@ -1,9 +1,9 @@
.DS_Store
public/
resources
content/.obsidian
content/private
content/Attachments
.vscode/
assets/indices/linkIndex.json
assets/indices/contentIndex.json
.DS_Store
public/
resources
content/.obsidian
content/private
content/Attachments
.vscode/
assets/indices/linkIndex.json
assets/indices/contentIndex.json

View File

@ -1,3 +0,0 @@
{
"makefile.extensionOutputFolder": "./.vscode"
}

View File

@ -1,21 +1,21 @@
MIT License
Copyright (c) 2021 jackyzha0
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License
Copyright (c) 2021 jackyzha0
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,24 +1,24 @@
// Add your own CSS here!
:root {
--light: #faf8f8;
--dark: #141021;
--secondary: #284b63;
--tertiary: #84a59d;
--visited: #afbfc9;
--primary: #f28482;
--gray: #4e4e4e;
--lightgray: #f0f0f0;
--outlinegray: #dadada;
}
[saved-theme="dark"] {
--light: #1e1e21 !important;
--dark: #fbfffe !important;
--secondary: #6b879a !important;
--visited: #4a575e !important;
--tertiary: #84a59d !important;
--primary: #f58382 !important;
--gray: #d4d4d4 !important;
--lightgray: #292633 !important;
--outlinegray: #343434 !important;
// Add your own CSS here!
:root {
--light: #faf8f8;
--dark: #141021;
--secondary: #284b63;
--tertiary: #84a59d;
--visited: #afbfc9;
--primary: #f28482;
--gray: #4e4e4e;
--lightgray: #f0f0f0;
--outlinegray: #dadada;
}
[saved-theme="dark"] {
--light: #1e1e21 !important;
--dark: #fbfffe !important;
--secondary: #6b879a !important;
--visited: #4a575e !important;
--tertiary: #84a59d !important;
--primary: #f58382 !important;
--gray: #d4d4d4 !important;
--lightgray: #292633 !important;
--outlinegray: #343434 !important;
}

View File

@ -1,99 +1,99 @@
/* Background */ .chroma { color: #f8f8f2; background-color: #282a36; overflow: hidden }
/* Other */ .chroma .x { }
/* Error */ .chroma .err { }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* Keyword */ .chroma .k { color: #ff79c6 }
/* KeywordConstant */ .chroma .kc { color: #ff79c6 }
/* KeywordDeclaration */ .chroma .kd { color: #8be9fd; font-style: italic }
/* KeywordNamespace */ .chroma .kn { color: #ff79c6 }
/* KeywordPseudo */ .chroma .kp { color: #ff79c6 }
/* KeywordReserved */ .chroma .kr { color: #ff79c6 }
/* KeywordType */ .chroma .kt { color: #8be9fd }
/* Name */ .chroma .n { }
/* NameAttribute */ .chroma .na { color: #50fa7b }
/* NameBuiltin */ .chroma .nb { color: #8be9fd; font-style: italic }
/* NameBuiltinPseudo */ .chroma .bp { }
/* NameClass */ .chroma .nc { color: #50fa7b }
/* NameConstant */ .chroma .no { }
/* NameDecorator */ .chroma .nd { }
/* NameEntity */ .chroma .ni { }
/* NameException */ .chroma .ne { }
/* NameFunction */ .chroma .nf { color: #50fa7b }
/* NameFunctionMagic */ .chroma .fm { }
/* NameLabel */ .chroma .nl { color: #8be9fd; font-style: italic }
/* NameNamespace */ .chroma .nn { }
/* NameOther */ .chroma .nx { }
/* NameProperty */ .chroma .py { }
/* NameTag */ .chroma .nt { color: #ff79c6 }
/* NameVariable */ .chroma .nv { color: #8be9fd; font-style: italic }
/* NameVariableClass */ .chroma .vc { color: #8be9fd; font-style: italic }
/* NameVariableGlobal */ .chroma .vg { color: #8be9fd; font-style: italic }
/* NameVariableInstance */ .chroma .vi { color: #8be9fd; font-style: italic }
/* NameVariableMagic */ .chroma .vm { }
/* Literal */ .chroma .l { }
/* LiteralDate */ .chroma .ld { }
/* LiteralString */ .chroma .s { color: #f1fa8c }
/* LiteralStringAffix */ .chroma .sa { color: #f1fa8c }
/* LiteralStringBacktick */ .chroma .sb { color: #f1fa8c }
/* LiteralStringChar */ .chroma .sc { color: #f1fa8c }
/* LiteralStringDelimiter */ .chroma .dl { color: #f1fa8c }
/* LiteralStringDoc */ .chroma .sd { color: #f1fa8c }
/* LiteralStringDouble */ .chroma .s2 { color: #f1fa8c }
/* LiteralStringEscape */ .chroma .se { color: #f1fa8c }
/* LiteralStringHeredoc */ .chroma .sh { color: #f1fa8c }
/* LiteralStringInterpol */ .chroma .si { color: #f1fa8c }
/* LiteralStringOther */ .chroma .sx { color: #f1fa8c }
/* LiteralStringRegex */ .chroma .sr { color: #f1fa8c }
/* LiteralStringSingle */ .chroma .s1 { color: #f1fa8c }
/* LiteralStringSymbol */ .chroma .ss { color: #f1fa8c }
/* LiteralNumber */ .chroma .m { color: #bd93f9 }
/* LiteralNumberBin */ .chroma .mb { color: #bd93f9 }
/* LiteralNumberFloat */ .chroma .mf { color: #bd93f9 }
/* LiteralNumberHex */ .chroma .mh { color: #bd93f9 }
/* LiteralNumberInteger */ .chroma .mi { color: #bd93f9 }
/* LiteralNumberIntegerLong */ .chroma .il { color: #bd93f9 }
/* LiteralNumberOct */ .chroma .mo { color: #bd93f9 }
/* Operator */ .chroma .o { color: #ff79c6 }
/* OperatorWord */ .chroma .ow { color: #ff79c6 }
/* Punctuation */ .chroma .p { }
/* Comment */ .chroma .c { color: #6272a4 }
/* CommentHashbang */ .chroma .ch { color: #6272a4 }
/* CommentMultiline */ .chroma .cm { color: #6272a4 }
/* CommentSingle */ .chroma .c1 { color: #6272a4 }
/* CommentSpecial */ .chroma .cs { color: #6272a4 }
/* CommentPreproc */ .chroma .cp { color: #ff79c6 }
/* CommentPreprocFile */ .chroma .cpf { color: #ff79c6 }
/* Generic */ .chroma .g { }
/* GenericDeleted */ .chroma .gd { color: #8b080b }
/* GenericEmph */ .chroma .ge { text-decoration: underline }
/* GenericError */ .chroma .gr { }
/* GenericHeading */ .chroma .gh { font-weight: bold }
/* GenericInserted */ .chroma .gi { font-weight: bold }
/* GenericOutput */ .chroma .go { color: #44475a }
/* GenericPrompt */ .chroma .gp { }
/* GenericStrong */ .chroma .gs { }
/* GenericSubheading */ .chroma .gu { font-weight: bold }
/* GenericTraceback */ .chroma .gt { }
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
/* TextWhitespace */ .chroma .w { }
.lntd:first-of-type > .chroma {
padding-right: 0;
}
.chroma code {
font-family: 'Fira Code' !important;
font-size: 0.85em;
line-height: 1em;
background: none;
padding: 0;
}
.chroma {
border-radius: 3px;
margin: 0;
/* Background */ .chroma { color: #f8f8f2; background-color: #282a36; overflow: hidden }
/* Other */ .chroma .x { }
/* Error */ .chroma .err { }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
/* Keyword */ .chroma .k { color: #ff79c6 }
/* KeywordConstant */ .chroma .kc { color: #ff79c6 }
/* KeywordDeclaration */ .chroma .kd { color: #8be9fd; font-style: italic }
/* KeywordNamespace */ .chroma .kn { color: #ff79c6 }
/* KeywordPseudo */ .chroma .kp { color: #ff79c6 }
/* KeywordReserved */ .chroma .kr { color: #ff79c6 }
/* KeywordType */ .chroma .kt { color: #8be9fd }
/* Name */ .chroma .n { }
/* NameAttribute */ .chroma .na { color: #50fa7b }
/* NameBuiltin */ .chroma .nb { color: #8be9fd; font-style: italic }
/* NameBuiltinPseudo */ .chroma .bp { }
/* NameClass */ .chroma .nc { color: #50fa7b }
/* NameConstant */ .chroma .no { }
/* NameDecorator */ .chroma .nd { }
/* NameEntity */ .chroma .ni { }
/* NameException */ .chroma .ne { }
/* NameFunction */ .chroma .nf { color: #50fa7b }
/* NameFunctionMagic */ .chroma .fm { }
/* NameLabel */ .chroma .nl { color: #8be9fd; font-style: italic }
/* NameNamespace */ .chroma .nn { }
/* NameOther */ .chroma .nx { }
/* NameProperty */ .chroma .py { }
/* NameTag */ .chroma .nt { color: #ff79c6 }
/* NameVariable */ .chroma .nv { color: #8be9fd; font-style: italic }
/* NameVariableClass */ .chroma .vc { color: #8be9fd; font-style: italic }
/* NameVariableGlobal */ .chroma .vg { color: #8be9fd; font-style: italic }
/* NameVariableInstance */ .chroma .vi { color: #8be9fd; font-style: italic }
/* NameVariableMagic */ .chroma .vm { }
/* Literal */ .chroma .l { }
/* LiteralDate */ .chroma .ld { }
/* LiteralString */ .chroma .s { color: #f1fa8c }
/* LiteralStringAffix */ .chroma .sa { color: #f1fa8c }
/* LiteralStringBacktick */ .chroma .sb { color: #f1fa8c }
/* LiteralStringChar */ .chroma .sc { color: #f1fa8c }
/* LiteralStringDelimiter */ .chroma .dl { color: #f1fa8c }
/* LiteralStringDoc */ .chroma .sd { color: #f1fa8c }
/* LiteralStringDouble */ .chroma .s2 { color: #f1fa8c }
/* LiteralStringEscape */ .chroma .se { color: #f1fa8c }
/* LiteralStringHeredoc */ .chroma .sh { color: #f1fa8c }
/* LiteralStringInterpol */ .chroma .si { color: #f1fa8c }
/* LiteralStringOther */ .chroma .sx { color: #f1fa8c }
/* LiteralStringRegex */ .chroma .sr { color: #f1fa8c }
/* LiteralStringSingle */ .chroma .s1 { color: #f1fa8c }
/* LiteralStringSymbol */ .chroma .ss { color: #f1fa8c }
/* LiteralNumber */ .chroma .m { color: #bd93f9 }
/* LiteralNumberBin */ .chroma .mb { color: #bd93f9 }
/* LiteralNumberFloat */ .chroma .mf { color: #bd93f9 }
/* LiteralNumberHex */ .chroma .mh { color: #bd93f9 }
/* LiteralNumberInteger */ .chroma .mi { color: #bd93f9 }
/* LiteralNumberIntegerLong */ .chroma .il { color: #bd93f9 }
/* LiteralNumberOct */ .chroma .mo { color: #bd93f9 }
/* Operator */ .chroma .o { color: #ff79c6 }
/* OperatorWord */ .chroma .ow { color: #ff79c6 }
/* Punctuation */ .chroma .p { }
/* Comment */ .chroma .c { color: #6272a4 }
/* CommentHashbang */ .chroma .ch { color: #6272a4 }
/* CommentMultiline */ .chroma .cm { color: #6272a4 }
/* CommentSingle */ .chroma .c1 { color: #6272a4 }
/* CommentSpecial */ .chroma .cs { color: #6272a4 }
/* CommentPreproc */ .chroma .cp { color: #ff79c6 }
/* CommentPreprocFile */ .chroma .cpf { color: #ff79c6 }
/* Generic */ .chroma .g { }
/* GenericDeleted */ .chroma .gd { color: #8b080b }
/* GenericEmph */ .chroma .ge { text-decoration: underline }
/* GenericError */ .chroma .gr { }
/* GenericHeading */ .chroma .gh { font-weight: bold }
/* GenericInserted */ .chroma .gi { font-weight: bold }
/* GenericOutput */ .chroma .go { color: #44475a }
/* GenericPrompt */ .chroma .gp { }
/* GenericStrong */ .chroma .gs { }
/* GenericSubheading */ .chroma .gu { font-weight: bold }
/* GenericTraceback */ .chroma .gt { }
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
/* TextWhitespace */ .chroma .w { }
.lntd:first-of-type > .chroma {
padding-right: 0;
}
.chroma code {
font-family: 'Fira Code' !important;
font-size: 0.85em;
line-height: 1em;
background: none;
padding: 0;
}
.chroma {
border-radius: 3px;
margin: 0;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 KiB

View File

@ -1,28 +0,0 @@
![300](https://i.imgur.com/RGsVI94.jpg)
![300](https://i.imgur.com/1VxppyF.jpg)
![300](https://i.imgur.com/IVlvyiu.jpg)
![300](https://i.imgur.com/LYUsZsc.jpg)
![300](https://i.imgur.com/W250pFy.jpg)
![300](https://i.imgur.com/TKILRGr.jpg)
![300](https://i.imgur.com/X3o6CVM.jpg)
![300](https://i.imgur.com/EPtSXXq.jpg)
![300](https://i.imgur.com/3hiej7Q.jpg)
![300](https://i.imgur.com/tQpOVdO.jpg)
![300](https://i.imgur.com/GgsO55c.jpg)
![300](https://i.imgur.com/QxPoMv1.jpg)
![300](https://i.imgur.com/golxYiJ.jpg)
![300](https://i.imgur.com/b4P43Tt.jpg)
![300](https://i.imgur.com/ldPPltS.jpg)
![300](https://i.imgur.com/RiBdUWY.jpg)
![300](https://i.imgur.com/zDesOpU.jpg)
![300](https://i.imgur.com/iqpbmoY.jpg)
![300](https://i.imgur.com/MUnXEJ5.jpg)
![300](https://i.imgur.com/IVRkQId.jpg)
![300](https://i.imgur.com/wHizjAN.jpg)

View File

@ -1,23 +0,0 @@
![300](Attachments/screenshots/getatrick/Screenshot_20220409-191929_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-191934_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-192004_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-192053_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-192109_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-192115_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-192121_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-192223_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-192304_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-192327_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-192532_Opera.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-191832_Opera.jpg)
![300](Screenshot_20220409-192248_Opera%201.jpg)
![300](Screenshot_20220409-192346_Opera%201.jpg)
![300](Screenshot_20220409-192442_Opera%201.jpg)
![300](Attachments/screenshots/getatrick/Screenshot_20220409-191939_Opera.jpg)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

View File

@ -1,9 +0,0 @@
[mobile-app-ass-03](notes/mobile-app-ass-03.md)
- [freestyle-generator](Attachments/screenshots/freestyle-generator.md)
- [getatrick](Attachments/screenshots/getatrick.md)
- [scooter-trick-generator](Attachments/screenshots/scooter-trick-generator.md)
- [skateboard-tricks](Attachments/screenshots/skateboard-tricks.md)
- [skate-dice](Attachments/screenshots/skate-dice.md)
- [skategen](Attachments/screenshots/skategen.md)
- [skatetricks](Attachments/screenshots/skatetricks.md)

View File

@ -1,5 +0,0 @@
![](Attachments/screenshots/skatedice/Screenshot_20220409-192630_Skate%20Dice.jpg)
![](Attachments/screenshots/skatedice/Screenshot_20220409-192642_Skate%20Dice.jpg)
![](Attachments/screenshots/skatedice/Screenshot_20220409-192744_Skate%20Dice.jpg)
![300](Attachments/screenshots/skatedice/Screenshot_20220409-192624_Skate%20Dice.jpg)

View File

@ -1,10 +0,0 @@
![](Attachments/screenshots/skateboardtricks/Screenshot_20220409-193841_Skateboard%20tricks.jpg)
![](Attachments/screenshots/skateboardtricks/Screenshot_20220409-193846_Skateboard%20tricks.jpg)
![](Attachments/screenshots/skateboardtricks/Screenshot_20220409-193856_Skateboard%20tricks.jpg)
![](Attachments/screenshots/skateboardtricks/Screenshot_20220409-193912_Skateboard%20tricks.jpg)
![](Attachments/screenshots/skateboardtricks/Screenshot_20220409-194012_Skateboard%20tricks.jpg)
![](Attachments/screenshots/skateboardtricks/Screenshot_20220409-194026_Skateboard%20tricks.jpg)
![](Attachments/screenshots/skateboardtricks/Screenshot_20220409-194033_Skateboard%20tricks.jpg)
![](Attachments/screenshots/skateboardtricks/Screenshot_20220409-193823_Skateboard%20tricks.jpg)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 KiB

View File

@ -1,18 +0,0 @@
![](Attachments/screenshots/skategen/Screenshot_20220409-194631_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194658_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194703_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194729_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194828_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194921_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194835_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194912_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194928_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194933_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194619_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194741_Skate%20Gen.jpg)
![](Attachments/screenshots/skategen/Screenshot_20220409-194857_Skate%20Gen.jpg)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 944 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 661 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 874 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 699 KiB

View File

@ -1,36 +0,0 @@
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193029_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193032_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193038_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193052_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193104_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193146_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193156_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193213_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193244_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193252_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193257_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193312_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193318_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193322_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193424_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193448_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193520_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193544_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193604_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193756_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193714_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193749_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193720_Skate%20Tricks.jpg)
![](Attachments/screenshots/skatetricks/Screenshot_20220409-193025_Skate%20Tricks.jpg)
![200](Attachments/screenshots/skatetricks/Screenshot_20220409-193552_Skate%20Tricks.jpg)
![200](Attachments/screenshots/skatetricks/Screenshot_20220409-193620_Skate%20Tricks.jpg)
![200](Attachments/screenshots/skatetricks/Screenshot_20220409-193431_Skate%20Tricks.jpg)

Some files were not shown because too many files have changed in this diff Show More