From f7ce035efcb8fda61e2320827210703d4970edc5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 6 Apr 2021 13:25:17 -0600 Subject: [PATCH 01/11] make Prettier --- .prettierrc.json | 3 + README.md | 4 +- assets/beyond-theme.css | 86 +++++++++---------- assets/github-markdown.css | 164 +++++++++++++++++++------------------ page.tpl.html | 60 +++++++------- 5 files changed, 159 insertions(+), 158 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index e69de29..b3b052f 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -0,0 +1,3 @@ +{ + "tabWidth": 2 +} diff --git a/README.md b/README.md index 3e33be4..1fdad4b 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ Intentional Markdown blog template - Lightweight, yet Sophisticated. # Credit -- @sindresorhus for [github-markdown.css](https://github.com/sindresorhus/github-markdown-css) (MIT License) -- @uniqname for beyond-theme.css +- @sindresorhus for [github-markdown.css](https://github.com/sindresorhus/github-markdown-css) (MIT License) +- @uniqname for beyond-theme.css diff --git a/assets/beyond-theme.css b/assets/beyond-theme.css index bd6b7c6..a1d220a 100644 --- a/assets/beyond-theme.css +++ b/assets/beyond-theme.css @@ -1,87 +1,87 @@ /* Created by @uniqname */ html, body { - box-sizing: border-box; - font-family: sans-serif; - margin: 0; - padding: 0; + box-sizing: border-box; + font-family: sans-serif; + margin: 0; + padding: 0; } *, *::before, *::after { - color: inherit; + color: inherit; } body { - display: grid; - grid-template-rows: max-content 1fr max-content; - min-height: 100%; + display: grid; + grid-template-rows: max-content 1fr max-content; + min-height: 100%; } .beyond-nav { - display: grid; - gap: 1em; - grid-template-columns: auto 1fr; + display: grid; + gap: 1em; + grid-template-columns: auto 1fr; - background-color: #333; - padding: 1em; - color: #fafafa; + background-color: #333; + padding: 1em; + color: #fafafa; } .beyond-nav > a { - color: #fff; - font-size: 1.5em; + color: #fff; + font-size: 1.5em; } .beyond-nav > ul { - display: grid; - grid-auto-columns: max-content; - gap: 1em; - grid-auto-flow: column; - list-style: none; - margin: 0; - padding: 0; - padding-top: 0.5em; + display: grid; + grid-auto-columns: max-content; + gap: 1em; + grid-auto-flow: column; + list-style: none; + margin: 0; + padding: 0; + padding-top: 0.5em; } .beyond-nav a, .beyond-nav a:visited { - color: inherit; - text-decoration: none; + color: inherit; + text-decoration: none; } .beyond-nav a:hover { - color: #ccc; - text-decoration: none; + color: #ccc; + text-decoration: none; } .beyond-footer { - padding: 1em; - display: grid; - grid-auto-flow: column; - place-items: center; - color: #ccc; + padding: 1em; + display: grid; + grid-auto-flow: column; + place-items: center; + color: #ccc; } .beyond-footer a, .beyond-footer a:visited { - color: #5e8be0; + color: #5e8be0; } .markdown-body { - padding: 1em; + padding: 1em; } /* Markdown wrapper taken from github-markdown-css docs by @sindresorhus */ .markdown-body { - box-sizing: border-box; - min-width: 200px; - max-width: 980px; - margin: 0 auto; - padding: 45px; + box-sizing: border-box; + min-width: 200px; + max-width: 980px; + margin: 0 auto; + padding: 45px; } @media (max-width: 767px) { - .markdown-body { - padding: 15px; - } + .markdown-body { + padding: 15px; + } } diff --git a/assets/github-markdown.css b/assets/github-markdown.css index 182ab26..9666d84 100644 --- a/assets/github-markdown.css +++ b/assets/github-markdown.css @@ -64,15 +64,17 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body h6:hover .anchor .octicon-link:before { width: 16px; height: 16px; - content: ' '; + content: " "; display: inline-block; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E"); -}.markdown-body { +} +.markdown-body { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.5; color: #24292e; - font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji; + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, + sans-serif, Apple Color Emoji, Segoe UI Emoji; font-size: 16px; line-height: 1.5; word-wrap: break-word; @@ -102,7 +104,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body h1 { font-size: 2em; - margin: .67em 0; + margin: 0.67em 0; } .markdown-body img { @@ -112,7 +114,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body code, .markdown-body kbd, .markdown-body pre { - font-family: monospace,monospace; + font-family: monospace, monospace; font-size: 1em; } @@ -131,7 +133,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI overflow: visible; } -.markdown-body [type=checkbox] { +.markdown-body [type="checkbox"] { box-sizing: border-box; padding: 0; } @@ -195,7 +197,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body kbd { display: inline-block; padding: 3px 5px; - font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; line-height: 10px; color: #444d56; vertical-align: middle; @@ -288,7 +290,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body code, .markdown-body pre { - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; font-size: 12px; } @@ -304,102 +306,102 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI appearance: none; } -.markdown-body :checked+.radio-label { +.markdown-body :checked + .radio-label { position: relative; z-index: 1; border-color: #0366d6; } .markdown-body .border { - border: 1px solid #e1e4e8!important; + border: 1px solid #e1e4e8 !important; } .markdown-body .border-0 { - border: 0!important; + border: 0 !important; } .markdown-body .border-bottom { - border-bottom: 1px solid #e1e4e8!important; + border-bottom: 1px solid #e1e4e8 !important; } .markdown-body .rounded-1 { - border-radius: 3px!important; + border-radius: 3px !important; } .markdown-body .bg-white { - background-color: #fff!important; + background-color: #fff !important; } .markdown-body .bg-gray-light { - background-color: #fafbfc!important; + background-color: #fafbfc !important; } .markdown-body .text-gray-light { - color: #6a737d!important; + color: #6a737d !important; } .markdown-body .mb-0 { - margin-bottom: 0!important; + margin-bottom: 0 !important; } .markdown-body .my-2 { - margin-top: 8px!important; - margin-bottom: 8px!important; + margin-top: 8px !important; + margin-bottom: 8px !important; } .markdown-body .pl-0 { - padding-left: 0!important; + padding-left: 0 !important; } .markdown-body .py-0 { - padding-top: 0!important; - padding-bottom: 0!important; + padding-top: 0 !important; + padding-bottom: 0 !important; } .markdown-body .pl-1 { - padding-left: 4px!important; + padding-left: 4px !important; } .markdown-body .pl-2 { - padding-left: 8px!important; + padding-left: 8px !important; } .markdown-body .py-2 { - padding-top: 8px!important; - padding-bottom: 8px!important; + padding-top: 8px !important; + padding-bottom: 8px !important; } .markdown-body .pl-3, .markdown-body .px-3 { - padding-left: 16px!important; + padding-left: 16px !important; } .markdown-body .px-3 { - padding-right: 16px!important; + padding-right: 16px !important; } .markdown-body .pl-4 { - padding-left: 24px!important; + padding-left: 24px !important; } .markdown-body .pl-5 { - padding-left: 32px!important; + padding-left: 32px !important; } .markdown-body .pl-6 { - padding-left: 40px!important; + padding-left: 40px !important; } .markdown-body .f6 { - font-size: 12px!important; + font-size: 12px !important; } .markdown-body .lh-condensed { - line-height: 1.25!important; + line-height: 1.25 !important; } .markdown-body .text-bold { - font-weight: 600!important; + font-weight: 600 !important; } .markdown-body .pl-c { @@ -527,77 +529,77 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI } .markdown-body .mb-0 { - margin-bottom: 0!important; + margin-bottom: 0 !important; } .markdown-body .my-2 { - margin-bottom: 8px!important; + margin-bottom: 8px !important; } .markdown-body .my-2 { - margin-top: 8px!important; + margin-top: 8px !important; } .markdown-body .pl-0 { - padding-left: 0!important; + padding-left: 0 !important; } .markdown-body .py-0 { - padding-top: 0!important; - padding-bottom: 0!important; + padding-top: 0 !important; + padding-bottom: 0 !important; } .markdown-body .pl-1 { - padding-left: 4px!important; + padding-left: 4px !important; } .markdown-body .pl-2 { - padding-left: 8px!important; + padding-left: 8px !important; } .markdown-body .py-2 { - padding-top: 8px!important; - padding-bottom: 8px!important; + padding-top: 8px !important; + padding-bottom: 8px !important; } .markdown-body .pl-3 { - padding-left: 16px!important; + padding-left: 16px !important; } .markdown-body .pl-4 { - padding-left: 24px!important; + padding-left: 24px !important; } .markdown-body .pl-5 { - padding-left: 32px!important; + padding-left: 32px !important; } .markdown-body .pl-6 { - padding-left: 40px!important; + padding-left: 40px !important; } .markdown-body .pl-7 { - padding-left: 48px!important; + padding-left: 48px !important; } .markdown-body .pl-8 { - padding-left: 64px!important; + padding-left: 64px !important; } .markdown-body .pl-9 { - padding-left: 80px!important; + padding-left: 80px !important; } .markdown-body .pl-10 { - padding-left: 96px!important; + padding-left: 96px !important; } .markdown-body .pl-11 { - padding-left: 112px!important; + padding-left: 112px !important; } .markdown-body .pl-12 { - padding-left: 128px!important; + padding-left: 128px !important; } .markdown-body hr { @@ -607,7 +609,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body kbd { display: inline-block; padding: 3px 5px; - font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; line-height: 10px; color: #444d56; vertical-align: middle; @@ -627,12 +629,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI clear: both; } -.markdown-body>:first-child { - margin-top: 0!important; +.markdown-body > :first-child { + margin-top: 0 !important; } -.markdown-body>:last-child { - margin-bottom: 0!important; +.markdown-body > :last-child { + margin-bottom: 0 !important; } .markdown-body a:not([href]) { @@ -653,7 +655,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI } .markdown-body hr { - height: .25em; + height: 0.25em; padding: 0; margin: 24px 0; background-color: #e1e4e8; @@ -663,14 +665,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body blockquote { padding: 0 1em; color: #6a737d; - border-left: .25em solid #dfe2e5; + border-left: 0.25em solid #dfe2e5; } -.markdown-body blockquote>:first-child { +.markdown-body blockquote > :first-child { margin-top: 0; } -.markdown-body blockquote>:last-child { +.markdown-body blockquote > :last-child { margin-bottom: 0; } @@ -692,7 +694,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body h1, .markdown-body h2 { - padding-bottom: .3em; + padding-bottom: 0.3em; border-bottom: 1px solid #eaecef; } @@ -709,11 +711,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI } .markdown-body h5 { - font-size: .875em; + font-size: 0.875em; } .markdown-body h6 { - font-size: .85em; + font-size: 0.85em; color: #6a737d; } @@ -734,12 +736,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI word-wrap: break-all; } -.markdown-body li>p { +.markdown-body li > p { margin-top: 16px; } -.markdown-body li+li { - margin-top: .25em; +.markdown-body li + li { + margin-top: 0.25em; } .markdown-body dl { @@ -790,19 +792,19 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI background-color: #fff; } -.markdown-body img[align=right] { +.markdown-body img[align="right"] { padding-left: 20px; } -.markdown-body img[align=left] { +.markdown-body img[align="left"] { padding-right: 20px; } .markdown-body code { - padding: .2em .4em; + padding: 0.2em 0.4em; margin: 0; font-size: 85%; - background-color: rgba(27,31,35,.05); + background-color: rgba(27, 31, 35, 0.05); border-radius: 3px; } @@ -810,7 +812,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI word-wrap: normal; } -.markdown-body pre>code { +.markdown-body pre > code { padding: 0; margin: 0; font-size: 100%; @@ -853,7 +855,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body .commit-tease-sha { display: inline-block; - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; font-size: 90%; color: #444d56; } @@ -878,10 +880,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI min-width: 50px; padding-right: 10px; padding-left: 10px; - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; font-size: 12px; line-height: 20px; - color: rgba(27,31,35,.3); + color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; @@ -893,7 +895,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI } .markdown-body .blob-num:hover { - color: rgba(27,31,35,.6); + color: rgba(27, 31, 35, 0.6); } .markdown-body .blob-num:before { @@ -910,7 +912,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body .blob-code-inner { overflow: visible; - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; font-size: 12px; color: #24292e; word-wrap: normal; @@ -987,11 +989,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI list-style-type: none; } -.markdown-body .task-list-item+.task-list-item { +.markdown-body .task-list-item + .task-list-item { margin-top: 3px; } .markdown-body .task-list-item input { - margin: 0 .2em .25em -1.6em; + margin: 0 0.2em 0.25em -1.6em; vertical-align: middle; } diff --git a/page.tpl.html b/page.tpl.html index 935d382..7b8380f 100644 --- a/page.tpl.html +++ b/page.tpl.html @@ -1,37 +1,33 @@ - - {{ title }} - - - - - - - + + {{ title }} + + + + + + + -
{{content}}
+
{{content}}
- - - + + + From fd9417a5f34cc564fbde8b5701d7b7861e644a2e Mon Sep 17 00:00:00 2001 From: Cory Brown Date: Tue, 6 Apr 2021 19:26:22 -0600 Subject: [PATCH 02/11] POC for a table like feel on desktop that flows a bit nicer on mobile --- assets/beyond-theme.css | 134 +++++++++++++++++-------- assets/exploites.md | 82 ++++++++++++++++ assets/exploits.html | 119 ++++++++++++++++++++++ page.tpl.html | 212 ++++++++++++++++++++++++++++++++++------ 4 files changed, 472 insertions(+), 75 deletions(-) create mode 100644 assets/exploites.md create mode 100644 assets/exploits.html diff --git a/assets/beyond-theme.css b/assets/beyond-theme.css index bd6b7c6..c973445 100644 --- a/assets/beyond-theme.css +++ b/assets/beyond-theme.css @@ -1,87 +1,135 @@ /* Created by @uniqname */ html, body { - box-sizing: border-box; - font-family: sans-serif; - margin: 0; - padding: 0; + box-sizing: border-box; + font-family: sans-serif; + margin: 0; + padding: 0; } *, *::before, *::after { - color: inherit; + color: inherit; } body { - display: grid; - grid-template-rows: max-content 1fr max-content; - min-height: 100%; + display: grid; + grid-template-rows: max-content 1fr max-content; + min-height: 100%; } .beyond-nav { - display: grid; - gap: 1em; - grid-template-columns: auto 1fr; + display: grid; + gap: 1em; + grid-template-columns: auto 1fr; - background-color: #333; - padding: 1em; - color: #fafafa; + background-color: #333; + padding: 1em; + color: #fafafa; } .beyond-nav > a { - color: #fff; - font-size: 1.5em; + color: #fff; + font-size: 1.5em; } .beyond-nav > ul { - display: grid; - grid-auto-columns: max-content; - gap: 1em; - grid-auto-flow: column; - list-style: none; - margin: 0; - padding: 0; - padding-top: 0.5em; + display: grid; + grid-auto-columns: max-content; + gap: 1em; + grid-auto-flow: column; + list-style: none; + margin: 0; + padding: 0; + padding-top: 0.5em; } .beyond-nav a, .beyond-nav a:visited { - color: inherit; - text-decoration: none; + color: inherit; + text-decoration: none; } .beyond-nav a:hover { - color: #ccc; - text-decoration: none; + color: #ccc; + text-decoration: none; } .beyond-footer { - padding: 1em; - display: grid; - grid-auto-flow: column; - place-items: center; - color: #ccc; + padding: 1em; + display: grid; + grid-auto-flow: column; + place-items: center; + color: #ccc; } .beyond-footer a, .beyond-footer a:visited { - color: #5e8be0; + color: #5e8be0; } .markdown-body { - padding: 1em; + width: 100%; + max-width: 980px; + margin: 0 auto; + padding: 15px; + width: 100%; +} + +@media (min-width: 767px) { + .markdown-body { + padding: 45px; + } } /* Markdown wrapper taken from github-markdown-css docs by @sindresorhus */ .markdown-body { - box-sizing: border-box; - min-width: 200px; - max-width: 980px; - margin: 0 auto; - padding: 45px; + box-sizing: border-box; + min-width: 200px; + max-width: 980px; + margin: 0 auto; + padding: 45px; } @media (max-width: 767px) { - .markdown-body { - padding: 15px; - } + .markdown-body { + padding: 15px; + } +} + +.responsive-table.responsive-table { + display: grid; + grid-template-rows: min-content 1fr; + gap: 1em; + padding: 1em; +} + +.responsive-table + .responsive-table { + margin-top: 4em; +} + +.responsive-table:nth-of-type(odd) { + background-color: #eee; +} + +.responsive-table.responsive-table > dt { + margin: 0; + color: #999; + border-bottom: 1px solid #999; +} +.responsive-table.responsive-table > dd { + padding: 0; +} + +@media (min-width: 767px) { + .responsive-table.responsive-table { + display: grid; + grid-template-rows: min-content 1fr; + grid-auto-flow: column; + gap: 1em; + padding: 1em; + } + + .responsive-table:nth-of-type(odd) { + background-color: unset; + } } diff --git a/assets/exploites.md b/assets/exploites.md new file mode 100644 index 0000000..8d82f69 --- /dev/null +++ b/assets/exploites.md @@ -0,0 +1,82 @@ +Cover Art +: ![][box-0-0] + +Details +: **The Legend of Zelda: Twilight Princess**\ +(17s and 1 button)\ +![][disc-0-0]\ +**$50 ~ $100**\ +[Amazon](https://amzn.to/3ceOPP4) \| [eBay](https://ebay.us/U6lK9d) + +Exploit +: _"Twilight Hack"_\ +Github: [FIX94/twilight-hack-gc][source-0-0]\ +**Download**: [github.com/FIX94/twilight-hack-gc/releases][download-0-0]\ +**Instructions**: [GC Forever: Twilight Hack][readme-0-0]\ +Demo: [youtu.be/BO89dmKzBw4][demo-0-0]\ +Notes: Press Start\ +Buttons: start + +--- + +Cover Art +: ![][box-0-1] + +Details +: **The Legend of Zelda: Wind Waker**\ +(16s and 1 button)\ +![][disc-0-1]\ +**$55 ~ $70**\ +[Amazon](https://amzn.to/2ObHGHn)\ +[eBay](https://ebay.us/LcUYUr)\ + +Exploit +: **"WWHack"**\ +Github: [FIX94/ww-hack-gc][source-0-1]\ +**Download**: [github.com/FIX94/ww-hack-gc/releases][download-0-1]\ +**Instructions**: [GC Forever: Wind Waker Hack][readme-0-1]\ +Demo: [youtu.be/wyfLvGx5LZA][demo-0-1]\ +Notes: Press Start\ +Buttons: start + +--- + +Cover Art +: ![][box-0-2] + +Details +: **Super Mario Sunshine**\ +(5s and 0 buttons)\ +![][disc-0-2]\ +**$45 ~ $75**\ +[Amazon](https://local.kit.co/Proxy.ashx?TSID=25396&GR_URL=http%3A%2F%2Fwww.amazon.co.uk%2Fdp%2FB00006GSHY&TRACK=coolaj86&amazon-ids-by-cc=US%3Dco0dcd-20%2CCA%3Dcoolaj86-20%2CGB%3Dcoolaj86-21)\ +[eBay](https://ebay.us/ctZ08l) + +Exploit +: **"ShineHax"**\ +Github: [QbeRoot/shinehax-gc][source-0-2]\ +**Download**: [github.com/QbeRoot/shinehax-gc/releases][download-0-2]\ +**Instructions**: [GC Forever: shinehax][readme-0-2]\ +Demo: [youtu.be/E1Ef1xSvvFw][demo-0-2]\ +Notes: PAL Only\ +Fully Automatic\ +Buttons: N/A + +[box-0-0]: https://i.imgur.com/wpxhgcc.jpg 'Box Art' +[disc-0-0]: https://i.imgur.com/F5HERXM.png 'Disc Art' +[source-0-0]: https://github.com/FIX94/twilight-hack-gc 'Source Code' +[download-0-0]: https://github.com/FIX94/twilight-hack-gc/releases 'Download' +[readme-0-0]: http://www.gc-forever.com/forums/viewtopic.php?f=39&t=3306 'Instructions' +[demo-0-0]: https://youtu.be/BO89dmKzBw4 'YouTube Demo' +[box-0-1]: https://i.imgur.com/7dW2Gll.jpg 'Box Art' +[disc-0-1]: https://i.imgur.com/n4fRV79.png 'Disc Art' +[source-0-1]: https://github.com/FIX94/ww-hack-gc 'Source Code' +[download-0-1]: https://github.com/FIX94/ww-hack-gc/releases 'Download' +[readme-0-1]: http://www.gc-forever.com/forums/viewtopic.php?f=39&t=3311 'Instructions' +[demo-0-1]: https://youtu.be/wyfLvGx5LZA 'YouTube Demo' +[box-0-2]: https://i.imgur.com/Rwanv1X.jpg 'Box Art' +[disc-0-2]: https://i.imgur.com/yL3OiF9.png 'Disc Art' +[source-0-2]: https://github.com/QbeRoot/shinehax-gc 'Source Code' +[download-0-2]: https://github.com/QbeRoot/shinehax-gc/releases 'Download' +[readme-0-2]: http://www.gc-forever.com/forums/viewtopic.php?f=39&t=4500 'Instructions' +[demo-0-2]: https://youtu.be/E1Ef1xSvvFw?t=134 'YouTube Demo' diff --git a/assets/exploits.html b/assets/exploits.html new file mode 100644 index 0000000..bca0bf2 --- /dev/null +++ b/assets/exploits.html @@ -0,0 +1,119 @@ +
+
Cover Art
+
+
Details
+
+ The Legend of Zelda: Twilight Princess
+ (17s and 1 button)
+
+ $50 ~ $100
+ Amazon | + eBay +
+
Exploit
+
+ “Twilight Hack”
+ Github: + FIX94/twilight-hack-gc
+ Download: + github.com/FIX94/twilight-hack-gc/releases
+ Instructions: + GC Forever: Twilight Hack
+ Demo: + youtu.be/BO89dmKzBw4
+ Notes: Press Start
+ Buttons: start +
+
+
+
+
Cover Art
+
+
Details
+
+ The Legend of Zelda: Wind Waker
+ (16s and 1 button)
+
+ $55 ~ $70
+ Amazon
+ eBay\ +
+
Exploit
+
+ “WWHack”
+ Github: + FIX94/ww-hack-gc
+ Download: + github.com/FIX94/ww-hack-gc/releases
+ Instructions: + GC Forever: Wind Waker Hack
+ Demo: + youtu.be/wyfLvGx5LZA
+ Notes: Press Start
+ Buttons: start +
+
+
+
+
Cover Art
+
+
Details
+
+ Super Mario Sunshine
+ (5s and 0 buttons)
+
+ $45 ~ $75
+ Amazon
+ eBay +
+
Exploit
+
+ “ShineHax”
+ Github: + QbeRoot/shinehax-gc
+ Download: + github.com/QbeRoot/shinehax-gc/releases
+ Instructions: + GC Forever: shinehax
+ Demo: + youtu.be/E1Ef1xSvvFw
+ Notes: PAL Only
+ Fully Automatic
+ Buttons: N/A +
+
diff --git a/page.tpl.html b/page.tpl.html index 935d382..ec911a8 100644 --- a/page.tpl.html +++ b/page.tpl.html @@ -1,37 +1,185 @@ - - {{ title }} - - - - - - - + + {{ title }} + + + + + + + -
{{content}}
+
+ {{content}} +
+ +
-

-
- © 2021 First Last -
- Contact -
- +
+
Cover Art
+
+ +
+
Details
+
+ The Legend of Zelda: Twilight Princess
+ (17s and 1 button)
+
+ $50 ~ $100
+ Amazon | + eBay +
+
Exploit
+
+ “Twilight Hack”
+ Github: + FIX94/twilight-hack-gc
+ Download: + github.com/FIX94/twilight-hack-gc/releases
+ Instructions: + GC Forever: Twilight Hack
+ Demo: + youtu.be/BO89dmKzBw4
+ Notes: Press Start
+ Buttons: start +
+
+
+
Cover Art
+
+ +
+
Details
+
+ The Legend of Zelda: Wind Waker
+ (16s and 1 button)
+
+ $55 ~ $70
+ Amazon
+ eBay\ +
+
Exploit
+
+ “WWHack”
+ Github: + FIX94/ww-hack-gc
+ Download: + github.com/FIX94/ww-hack-gc/releases
+ Instructions: + GC Forever: Wind Waker Hack
+ Demo: + youtu.be/wyfLvGx5LZA
+ Notes: Press Start
+ Buttons: start +
+
+
+
Cover Art
+
+ +
+
Details
+
+ Super Mario Sunshine
+ (5s and 0 buttons)
+
+ $45 ~ $75
+ Amazon
+ eBay +
+
Exploit
+
+ “ShineHax”
+ Github: + QbeRoot/shinehax-gc
+ Download: + github.com/QbeRoot/shinehax-gc/releases
+ Instructions: + GC Forever: shinehax
+ Demo: + youtu.be/E1Ef1xSvvFw
+ Notes: PAL Only
+ Fully Automatic
+ Buttons: N/A +
+
+
+ +
+ © 2021 First Last +
+ Contact +
+ From a3545987884eb18256e6ba4297e126cc595826bb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 7 Apr 2021 22:38:40 -0600 Subject: [PATCH 03/11] make Prettier --- .prettierrc.json | 3 + README.md | 4 +- assets/exploites.md | 36 ++++---- assets/github-markdown.css | 164 +++++++++++++++++++------------------ 4 files changed, 106 insertions(+), 101 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index e69de29..b3b052f 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -0,0 +1,3 @@ +{ + "tabWidth": 2 +} diff --git a/README.md b/README.md index 3e33be4..1fdad4b 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ Intentional Markdown blog template - Lightweight, yet Sophisticated. # Credit -- @sindresorhus for [github-markdown.css](https://github.com/sindresorhus/github-markdown-css) (MIT License) -- @uniqname for beyond-theme.css +- @sindresorhus for [github-markdown.css](https://github.com/sindresorhus/github-markdown-css) (MIT License) +- @uniqname for beyond-theme.css diff --git a/assets/exploites.md b/assets/exploites.md index 8d82f69..0e4611c 100644 --- a/assets/exploites.md +++ b/assets/exploites.md @@ -62,21 +62,21 @@ Notes: PAL Only\ Fully Automatic\ Buttons: N/A -[box-0-0]: https://i.imgur.com/wpxhgcc.jpg 'Box Art' -[disc-0-0]: https://i.imgur.com/F5HERXM.png 'Disc Art' -[source-0-0]: https://github.com/FIX94/twilight-hack-gc 'Source Code' -[download-0-0]: https://github.com/FIX94/twilight-hack-gc/releases 'Download' -[readme-0-0]: http://www.gc-forever.com/forums/viewtopic.php?f=39&t=3306 'Instructions' -[demo-0-0]: https://youtu.be/BO89dmKzBw4 'YouTube Demo' -[box-0-1]: https://i.imgur.com/7dW2Gll.jpg 'Box Art' -[disc-0-1]: https://i.imgur.com/n4fRV79.png 'Disc Art' -[source-0-1]: https://github.com/FIX94/ww-hack-gc 'Source Code' -[download-0-1]: https://github.com/FIX94/ww-hack-gc/releases 'Download' -[readme-0-1]: http://www.gc-forever.com/forums/viewtopic.php?f=39&t=3311 'Instructions' -[demo-0-1]: https://youtu.be/wyfLvGx5LZA 'YouTube Demo' -[box-0-2]: https://i.imgur.com/Rwanv1X.jpg 'Box Art' -[disc-0-2]: https://i.imgur.com/yL3OiF9.png 'Disc Art' -[source-0-2]: https://github.com/QbeRoot/shinehax-gc 'Source Code' -[download-0-2]: https://github.com/QbeRoot/shinehax-gc/releases 'Download' -[readme-0-2]: http://www.gc-forever.com/forums/viewtopic.php?f=39&t=4500 'Instructions' -[demo-0-2]: https://youtu.be/E1Ef1xSvvFw?t=134 'YouTube Demo' +[box-0-0]: https://i.imgur.com/wpxhgcc.jpg "Box Art" +[disc-0-0]: https://i.imgur.com/F5HERXM.png "Disc Art" +[source-0-0]: https://github.com/FIX94/twilight-hack-gc "Source Code" +[download-0-0]: https://github.com/FIX94/twilight-hack-gc/releases "Download" +[readme-0-0]: http://www.gc-forever.com/forums/viewtopic.php?f=39&t=3306 "Instructions" +[demo-0-0]: https://youtu.be/BO89dmKzBw4 "YouTube Demo" +[box-0-1]: https://i.imgur.com/7dW2Gll.jpg "Box Art" +[disc-0-1]: https://i.imgur.com/n4fRV79.png "Disc Art" +[source-0-1]: https://github.com/FIX94/ww-hack-gc "Source Code" +[download-0-1]: https://github.com/FIX94/ww-hack-gc/releases "Download" +[readme-0-1]: http://www.gc-forever.com/forums/viewtopic.php?f=39&t=3311 "Instructions" +[demo-0-1]: https://youtu.be/wyfLvGx5LZA "YouTube Demo" +[box-0-2]: https://i.imgur.com/Rwanv1X.jpg "Box Art" +[disc-0-2]: https://i.imgur.com/yL3OiF9.png "Disc Art" +[source-0-2]: https://github.com/QbeRoot/shinehax-gc "Source Code" +[download-0-2]: https://github.com/QbeRoot/shinehax-gc/releases "Download" +[readme-0-2]: http://www.gc-forever.com/forums/viewtopic.php?f=39&t=4500 "Instructions" +[demo-0-2]: https://youtu.be/E1Ef1xSvvFw?t=134 "YouTube Demo" diff --git a/assets/github-markdown.css b/assets/github-markdown.css index 182ab26..9666d84 100644 --- a/assets/github-markdown.css +++ b/assets/github-markdown.css @@ -64,15 +64,17 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body h6:hover .anchor .octicon-link:before { width: 16px; height: 16px; - content: ' '; + content: " "; display: inline-block; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E"); -}.markdown-body { +} +.markdown-body { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; line-height: 1.5; color: #24292e; - font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji; + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, + sans-serif, Apple Color Emoji, Segoe UI Emoji; font-size: 16px; line-height: 1.5; word-wrap: break-word; @@ -102,7 +104,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body h1 { font-size: 2em; - margin: .67em 0; + margin: 0.67em 0; } .markdown-body img { @@ -112,7 +114,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body code, .markdown-body kbd, .markdown-body pre { - font-family: monospace,monospace; + font-family: monospace, monospace; font-size: 1em; } @@ -131,7 +133,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI overflow: visible; } -.markdown-body [type=checkbox] { +.markdown-body [type="checkbox"] { box-sizing: border-box; padding: 0; } @@ -195,7 +197,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body kbd { display: inline-block; padding: 3px 5px; - font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; line-height: 10px; color: #444d56; vertical-align: middle; @@ -288,7 +290,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body code, .markdown-body pre { - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; font-size: 12px; } @@ -304,102 +306,102 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI appearance: none; } -.markdown-body :checked+.radio-label { +.markdown-body :checked + .radio-label { position: relative; z-index: 1; border-color: #0366d6; } .markdown-body .border { - border: 1px solid #e1e4e8!important; + border: 1px solid #e1e4e8 !important; } .markdown-body .border-0 { - border: 0!important; + border: 0 !important; } .markdown-body .border-bottom { - border-bottom: 1px solid #e1e4e8!important; + border-bottom: 1px solid #e1e4e8 !important; } .markdown-body .rounded-1 { - border-radius: 3px!important; + border-radius: 3px !important; } .markdown-body .bg-white { - background-color: #fff!important; + background-color: #fff !important; } .markdown-body .bg-gray-light { - background-color: #fafbfc!important; + background-color: #fafbfc !important; } .markdown-body .text-gray-light { - color: #6a737d!important; + color: #6a737d !important; } .markdown-body .mb-0 { - margin-bottom: 0!important; + margin-bottom: 0 !important; } .markdown-body .my-2 { - margin-top: 8px!important; - margin-bottom: 8px!important; + margin-top: 8px !important; + margin-bottom: 8px !important; } .markdown-body .pl-0 { - padding-left: 0!important; + padding-left: 0 !important; } .markdown-body .py-0 { - padding-top: 0!important; - padding-bottom: 0!important; + padding-top: 0 !important; + padding-bottom: 0 !important; } .markdown-body .pl-1 { - padding-left: 4px!important; + padding-left: 4px !important; } .markdown-body .pl-2 { - padding-left: 8px!important; + padding-left: 8px !important; } .markdown-body .py-2 { - padding-top: 8px!important; - padding-bottom: 8px!important; + padding-top: 8px !important; + padding-bottom: 8px !important; } .markdown-body .pl-3, .markdown-body .px-3 { - padding-left: 16px!important; + padding-left: 16px !important; } .markdown-body .px-3 { - padding-right: 16px!important; + padding-right: 16px !important; } .markdown-body .pl-4 { - padding-left: 24px!important; + padding-left: 24px !important; } .markdown-body .pl-5 { - padding-left: 32px!important; + padding-left: 32px !important; } .markdown-body .pl-6 { - padding-left: 40px!important; + padding-left: 40px !important; } .markdown-body .f6 { - font-size: 12px!important; + font-size: 12px !important; } .markdown-body .lh-condensed { - line-height: 1.25!important; + line-height: 1.25 !important; } .markdown-body .text-bold { - font-weight: 600!important; + font-weight: 600 !important; } .markdown-body .pl-c { @@ -527,77 +529,77 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI } .markdown-body .mb-0 { - margin-bottom: 0!important; + margin-bottom: 0 !important; } .markdown-body .my-2 { - margin-bottom: 8px!important; + margin-bottom: 8px !important; } .markdown-body .my-2 { - margin-top: 8px!important; + margin-top: 8px !important; } .markdown-body .pl-0 { - padding-left: 0!important; + padding-left: 0 !important; } .markdown-body .py-0 { - padding-top: 0!important; - padding-bottom: 0!important; + padding-top: 0 !important; + padding-bottom: 0 !important; } .markdown-body .pl-1 { - padding-left: 4px!important; + padding-left: 4px !important; } .markdown-body .pl-2 { - padding-left: 8px!important; + padding-left: 8px !important; } .markdown-body .py-2 { - padding-top: 8px!important; - padding-bottom: 8px!important; + padding-top: 8px !important; + padding-bottom: 8px !important; } .markdown-body .pl-3 { - padding-left: 16px!important; + padding-left: 16px !important; } .markdown-body .pl-4 { - padding-left: 24px!important; + padding-left: 24px !important; } .markdown-body .pl-5 { - padding-left: 32px!important; + padding-left: 32px !important; } .markdown-body .pl-6 { - padding-left: 40px!important; + padding-left: 40px !important; } .markdown-body .pl-7 { - padding-left: 48px!important; + padding-left: 48px !important; } .markdown-body .pl-8 { - padding-left: 64px!important; + padding-left: 64px !important; } .markdown-body .pl-9 { - padding-left: 80px!important; + padding-left: 80px !important; } .markdown-body .pl-10 { - padding-left: 96px!important; + padding-left: 96px !important; } .markdown-body .pl-11 { - padding-left: 112px!important; + padding-left: 112px !important; } .markdown-body .pl-12 { - padding-left: 128px!important; + padding-left: 128px !important; } .markdown-body hr { @@ -607,7 +609,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body kbd { display: inline-block; padding: 3px 5px; - font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; line-height: 10px; color: #444d56; vertical-align: middle; @@ -627,12 +629,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI clear: both; } -.markdown-body>:first-child { - margin-top: 0!important; +.markdown-body > :first-child { + margin-top: 0 !important; } -.markdown-body>:last-child { - margin-bottom: 0!important; +.markdown-body > :last-child { + margin-bottom: 0 !important; } .markdown-body a:not([href]) { @@ -653,7 +655,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI } .markdown-body hr { - height: .25em; + height: 0.25em; padding: 0; margin: 24px 0; background-color: #e1e4e8; @@ -663,14 +665,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body blockquote { padding: 0 1em; color: #6a737d; - border-left: .25em solid #dfe2e5; + border-left: 0.25em solid #dfe2e5; } -.markdown-body blockquote>:first-child { +.markdown-body blockquote > :first-child { margin-top: 0; } -.markdown-body blockquote>:last-child { +.markdown-body blockquote > :last-child { margin-bottom: 0; } @@ -692,7 +694,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body h1, .markdown-body h2 { - padding-bottom: .3em; + padding-bottom: 0.3em; border-bottom: 1px solid #eaecef; } @@ -709,11 +711,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI } .markdown-body h5 { - font-size: .875em; + font-size: 0.875em; } .markdown-body h6 { - font-size: .85em; + font-size: 0.85em; color: #6a737d; } @@ -734,12 +736,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI word-wrap: break-all; } -.markdown-body li>p { +.markdown-body li > p { margin-top: 16px; } -.markdown-body li+li { - margin-top: .25em; +.markdown-body li + li { + margin-top: 0.25em; } .markdown-body dl { @@ -790,19 +792,19 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI background-color: #fff; } -.markdown-body img[align=right] { +.markdown-body img[align="right"] { padding-left: 20px; } -.markdown-body img[align=left] { +.markdown-body img[align="left"] { padding-right: 20px; } .markdown-body code { - padding: .2em .4em; + padding: 0.2em 0.4em; margin: 0; font-size: 85%; - background-color: rgba(27,31,35,.05); + background-color: rgba(27, 31, 35, 0.05); border-radius: 3px; } @@ -810,7 +812,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI word-wrap: normal; } -.markdown-body pre>code { +.markdown-body pre > code { padding: 0; margin: 0; font-size: 100%; @@ -853,7 +855,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body .commit-tease-sha { display: inline-block; - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; font-size: 90%; color: #444d56; } @@ -878,10 +880,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI min-width: 50px; padding-right: 10px; padding-left: 10px; - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; font-size: 12px; line-height: 20px; - color: rgba(27,31,35,.3); + color: rgba(27, 31, 35, 0.3); text-align: right; white-space: nowrap; vertical-align: top; @@ -893,7 +895,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI } .markdown-body .blob-num:hover { - color: rgba(27,31,35,.6); + color: rgba(27, 31, 35, 0.6); } .markdown-body .blob-num:before { @@ -910,7 +912,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI .markdown-body .blob-code-inner { overflow: visible; - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; font-size: 12px; color: #24292e; word-wrap: normal; @@ -987,11 +989,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI list-style-type: none; } -.markdown-body .task-list-item+.task-list-item { +.markdown-body .task-list-item + .task-list-item { margin-top: 3px; } .markdown-body .task-list-item input { - margin: 0 .2em .25em -1.6em; + margin: 0 0.2em 0.25em -1.6em; vertical-align: middle; } From cfb8f7e04e6453febf4b6a572e23ae029711f030 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 7 Apr 2021 22:39:14 -0600 Subject: [PATCH 04/11] fix definition lists --- assets/exploites.md | 77 ++++++++++++++++++++++++--------------------- 1 file changed, 42 insertions(+), 35 deletions(-) diff --git a/assets/exploites.md b/assets/exploites.md index 0e4611c..b5b4f9b 100644 --- a/assets/exploites.md +++ b/assets/exploites.md @@ -1,65 +1,72 @@ Cover Art + : ![][box-0-0] Details -: **The Legend of Zelda: Twilight Princess**\ -(17s and 1 button)\ -![][disc-0-0]\ -**$50 ~ $100**\ + +: **The Legend of Zelda: Twilight Princess** \ +(17s and 1 button) \ +![][disc-0-0] \ +**$50 ~ $100** \ [Amazon](https://amzn.to/3ceOPP4) \| [eBay](https://ebay.us/U6lK9d) Exploit -: _"Twilight Hack"_\ -Github: [FIX94/twilight-hack-gc][source-0-0]\ -**Download**: [github.com/FIX94/twilight-hack-gc/releases][download-0-0]\ -**Instructions**: [GC Forever: Twilight Hack][readme-0-0]\ -Demo: [youtu.be/BO89dmKzBw4][demo-0-0]\ -Notes: Press Start\ + +: _"Twilight Hack"_ \ +Github: [FIX94/twilight-hack-gc][source-0-0] \ +**Download**: [github.com/FIX94/twilight-hack-gc/releases][download-0-0] \ +**Instructions**: [GC Forever: Twilight Hack][readme-0-0] \ +Demo: [youtu.be/BO89dmKzBw4][demo-0-0] \ +Notes: Press Start \ Buttons: start --- Cover Art + : ![][box-0-1] Details -: **The Legend of Zelda: Wind Waker**\ -(16s and 1 button)\ -![][disc-0-1]\ -**$55 ~ $70**\ -[Amazon](https://amzn.to/2ObHGHn)\ -[eBay](https://ebay.us/LcUYUr)\ + +: **The Legend of Zelda: Wind Waker** \ +(16s and 1 button) \ +![][disc-0-1] \ +**$55 ~ $70** \ +[Amazon](https://amzn.to/2ObHGHn) \| [eBay](https://ebay.us/LcUYUr) Exploit -: **"WWHack"**\ -Github: [FIX94/ww-hack-gc][source-0-1]\ -**Download**: [github.com/FIX94/ww-hack-gc/releases][download-0-1]\ -**Instructions**: [GC Forever: Wind Waker Hack][readme-0-1]\ -Demo: [youtu.be/wyfLvGx5LZA][demo-0-1]\ -Notes: Press Start\ + +: **"WWHack"** \ +Github: [FIX94/ww-hack-gc][source-0-1] \ +**Download**: [github.com/FIX94/ww-hack-gc/releases][download-0-1] \ +**Instructions**: [GC Forever: Wind Waker Hack][readme-0-1] \ +Demo: [youtu.be/wyfLvGx5LZA][demo-0-1] \ +Notes: Press Start \ Buttons: start --- Cover Art + : ![][box-0-2] Details -: **Super Mario Sunshine**\ -(5s and 0 buttons)\ -![][disc-0-2]\ -**$45 ~ $75**\ -[Amazon](https://local.kit.co/Proxy.ashx?TSID=25396&GR_URL=http%3A%2F%2Fwww.amazon.co.uk%2Fdp%2FB00006GSHY&TRACK=coolaj86&amazon-ids-by-cc=US%3Dco0dcd-20%2CCA%3Dcoolaj86-20%2CGB%3Dcoolaj86-21)\ -[eBay](https://ebay.us/ctZ08l) + +: **Super Mario Sunshine** \ +(5s and 0 buttons) \ +![][disc-0-2] \ +**$45 ~ $75** \ +[Amazon](https://local.kit.co/Proxy.ashx?TSID=25396&GR_URL=http%3A%2F%2Fwww.amazon.co.uk%2Fdp%2FB00006GSHY&TRACK=coolaj86&amazon-ids-by-cc=US%3Dco0dcd-20%2CCA%3Dcoolaj86-20%2CGB%3Dcoolaj86-21) \| [eBay](https://ebay.us/ctZ08l) Exploit -: **"ShineHax"**\ -Github: [QbeRoot/shinehax-gc][source-0-2]\ -**Download**: [github.com/QbeRoot/shinehax-gc/releases][download-0-2]\ -**Instructions**: [GC Forever: shinehax][readme-0-2]\ -Demo: [youtu.be/E1Ef1xSvvFw][demo-0-2]\ -Notes: PAL Only\ -Fully Automatic\ + +: **"ShineHax"** \ +Github: [QbeRoot/shinehax-gc][source-0-2] \ +**Download**: [github.com/QbeRoot/shinehax-gc/releases][download-0-2] \ +**Instructions**: [GC Forever: shinehax][readme-0-2] \ +Demo: [youtu.be/E1Ef1xSvvFw][demo-0-2] \ +Notes: PAL Only \ +Fully Automatic \ Buttons: N/A [box-0-0]: https://i.imgur.com/wpxhgcc.jpg "Box Art" From ec06813ce06249f95b6210b623e41042f9aaaa6d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 7 Apr 2021 23:48:01 -0600 Subject: [PATCH 05/11] bugfix: set width 100% so that article fills container --- assets/beyond-theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/beyond-theme.css b/assets/beyond-theme.css index a1d220a..4e106b7 100644 --- a/assets/beyond-theme.css +++ b/assets/beyond-theme.css @@ -75,6 +75,7 @@ body { .markdown-body { box-sizing: border-box; min-width: 200px; + width: 100%; max-width: 980px; margin: 0 auto; padding: 45px; From 4fb92ae3ee27ba534270c4251cd0f72c6cdd1362 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 7 Apr 2021 23:59:10 -0600 Subject: [PATCH 06/11] update docs --- README.md | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/README.md b/README.md index 1fdad4b..f7098d1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,84 @@ Intentional Markdown blog template - Lightweight, yet Sophisticated. [![](https://user-images.githubusercontent.com/122831/113492733-e735cc80-9496-11eb-8787-43fee2671891.jpg)](https://www.youtube.com/watch?v=LlYrvZuIYUQ&list=PLxki0D-ilnqZfyo2dZe11ZNGP7RJxJcoA&index=11&rel=0) +## How to Use Beyond Theme + +1. Download both stylesheets: + + ```bash + curl -LO https://raw.githubusercontent.com/BeyondCodeBootcamp/beyond-blog-template/main/assets/github-markdown.css + + curl -LO https://raw.githubusercontent.com/BeyondCodeBootcamp/beyond-blog-template/main/assets/beyond-theme.css + ``` + +2. Include them in the `` of your html: + + ```html + + + ``` + +Example: + +```html + + + + + + + + + + + +``` + +## How to use the Beyond Markdown Article + +Inside of your `` create an `
` with the rendered Markdown output. + +```html +
+ +

Hello

+
    +
  1. One
  2. +
  3. Two
  4. +
  5. Three
  6. +
+
+``` + +## How to use the Beyond Header + +Create a `