Skip to content

Commit

Permalink
🚀 v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Feb 1, 2020
1 parent 97743ca commit df92fcb
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 13 deletions.
10 changes: 5 additions & 5 deletions docs/bundle.js

Large diffs are not rendered by default.

Binary file modified docs/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions docs/friendo.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Friendo",
"short_name": "Friendo",
"description": "Watch your virtual pal grow as you train them to maximize their potential!",
"start_url": "/index.html",
"display": "standalone",
"theme_color": "#FFFFFF",
"background_color": "#FFFFFF",
"icons": [
{
"src": "favicon.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/img/icons/192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/icons/512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
Binary file added docs/img/emoji/1f4f2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/icons/512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="en"><head><title>Friendo</title><meta charset="utf-8"><meta name="viewport" content="width=device-width"><link rel="shortcut icon" type="image/png" href="favicon.png"><link rel="stylesheet" href="styles.css"><script src="bundle.js"></script></head><!-- Structure of the header--><!-- format of header links--><!-- dialog that displays attributions--><!-- UI segment for friendo deletion--><!-- set of modals the header controls have to be set before the header--><div class="modal fade" id="attributions" role="dialog"><div class="modal-dialog" role="document"><div class="modal-content"><div class="modal-header"><h5 class="modal-title">Attributions</h5></div><div class="modal-body"><ul><li>Game by Matt DelSordo</li><li>Emoji from
<!DOCTYPE html><html lang="en"><head><title>Friendo</title><meta charset="utf-8"><meta name="viewport" content="width=device-width"><link rel="shortcut icon" type="image/png" href="favicon.png"><link rel="stylesheet" href="styles.css"><link rel="manifest" href="/friendo.webmanifest"><script src="bundle.js"></script></head><!-- Structure of the header--><!-- format of header links--><!-- dialog that displays attributions--><!-- UI segment for friendo deletion--><!-- set of modals the header controls have to be set before the header--><div class="modal fade" id="attributions" role="dialog"><div class="modal-dialog" role="document"><div class="modal-content"><div class="modal-header"><h5 class="modal-title">Attributions</h5></div><div class="modal-body"><ul><li>Game by Matt DelSordo</li><li>Emoji from
<a href="https://github.com/twitter/twemoji" target="_blank">twemoji</a>
by
<a href="https://github.com/twitter" target="_blank">Twitter</a>
Expand All @@ -9,11 +9,7 @@
Restore</a></li><li class="nav-item"><a class="nav-link" id="delete-pill-tab" data-toggle="pill" href="#delete-pill" role="tab"><img class="emoji" draggable="false" src="./img/emoji/1f5d1.png">
Delete</a></li></ul><div class="tab-content mt-1" id="dna-pill-content"><div class="tab-pane fade" id="backup-pill" role="tabpanel"><div id="download-zone"><div class="card card-body"><p>The game will save automatically, but it never hurts to keep a backup!
<i>If you clear your cookies, your Friendo's DNA will probably be deleted.</i></p><button class="btn btn-primary mt-1" id="backup-btn">Download</button></div></div></div><div class="tab-pane fade" id="restore-pill" role="tabpanel"><div id="upload-zone"><div class="card card-body"><p>Restore a Friendo from a backed-up DNA file.
<i>This will overwrite your current Friendo.</i></p><div class="input-group mt-1"><div class="input-group-prepend"><button class="btn input-group-text" id="uploadDNA">Restore</button></div><div class="custom-file"><input class="custom-file-input" id="selectDNA" type="file"><label class="custom-file-label" id="selectDNAlabel" for="selectDNA">Choose file</label></div></div></div></div></div><div class="tab-pane fade" id="delete-pill" role="tabpanel"><div id="delete-zone"><div class="card card-body"><h5>ARE YOU SURE ABOUT THIS ONE BUD</h5><p>This will banish your Friendo's pattern from the time stream.</p><div class="form-group form-check"><label class="form-check-label" for="delete-check1" data-toggle="collapse" data-target="#reallydoit"><input class="form-check-input" id="delete-check1" type="checkbox">I understand.</label></div><div class="collapse" id="reallydoit"><div class="form-group form-check"><label class="form-check-label" for="delete-check2" data-toggle="collapse" data-target="#imserious"><input class="form-check-input" id="delete-check2" type="checkbox">Do it.</label></div></div><div class="collapse" id="imserious"><button class="btn btn-danger" id="delete-btn"><img class="emoji" draggable="false" src="./img/emoji/2620.png" style="margin-right: 1em;">Begone<img class="emoji" draggable="false" src="./img/emoji/2620.png" style="margin-left: 1em;"></button></div></div></div></div></div></div><div class="modal-footer"><button class="btn btn-secondary" data-dismiss="modal">Close</button></div></div></div></div><header id="header"><div class="container text-muted align-middle h-100"><div class="d-flex h-100"><a href="https://github.com/mattdelsordo/friendo" target="_blank" style="flex-shrink: 0;"><img id="favicon" src="favicon.png"><span class="ml-1" id="title">Friendo</span></a><!-- not an emoji - just unicode--><img class="emoji ml-4" draggable="false" src="./img/emoji/1f516.png" id="game-info-icon"><span class="ml-2 w-100 d-flex" id="game-info"><a id="version-link" href="https://github.com/mattdelsordo/friendo/releases" target="_blank"><span id="vernum">[ v0.0.0 ]</span><span class="ml-1" id="update-alert">NEW!!</span></a><a class="ml-3 header-btn" href="https://github.com/mattdelsordo/friendo/issues" target="_blank">[
<img class="emoji" draggable="false" src="./img/emoji/1f41b.png"><span>Report a bug</span>
]</a><a class="ml-3 header-btn" href="" data-toggle="modal" data-target="#attributions">[
<img class="emoji" draggable="false" src="./img/emoji/1f4dc.png"><span>Attributions</span>
]</a></span><a id="settings" href="" data-toggle="modal" data-target="#settings-dialog"><img class="emoji" draggable="false" src="./img/emoji/2699.png"></a></div></div></header><body><div class="container"><noscript><pre><code style="line-height: 100%; display: block; overflow: hidden;"> .:` -: `:-
<i>This will overwrite your current Friendo.</i></p><div class="input-group mt-1"><div class="input-group-prepend"><button class="btn input-group-text" id="uploadDNA">Restore</button></div><div class="custom-file"><input class="custom-file-input" id="selectDNA" type="file"><label class="custom-file-label" id="selectDNAlabel" for="selectDNA">Choose file</label></div></div></div></div></div><div class="tab-pane fade" id="delete-pill" role="tabpanel"><div id="delete-zone"><div class="card card-body"><h5>ARE YOU SURE ABOUT THIS ONE BUD</h5><p>This will banish your Friendo's pattern from the time stream.</p><div class="form-group form-check"><label class="form-check-label" for="delete-check1" data-toggle="collapse" data-target="#reallydoit"><input class="form-check-input" id="delete-check1" type="checkbox">I understand.</label></div><div class="collapse" id="reallydoit"><div class="form-group form-check"><label class="form-check-label" for="delete-check2" data-toggle="collapse" data-target="#imserious"><input class="form-check-input" id="delete-check2" type="checkbox">Do it.</label></div></div><div class="collapse" id="imserious"><button class="btn btn-danger" id="delete-btn"><img class="emoji" draggable="false" src="./img/emoji/2620.png" style="margin-right: 1em;">Begone<img class="emoji" draggable="false" src="./img/emoji/2620.png" style="margin-left: 1em;"></button></div></div></div></div></div></div><div class="modal-footer"><button class="btn btn-secondary" data-dismiss="modal">Close</button></div></div></div></div><header id="header"><div class="container text-muted align-middle h-100"><div class="d-flex h-100"><a href="https://github.com/mattdelsordo/friendo" target="_blank" style="flex-shrink: 0;"><img id="favicon" src="favicon.png"><span class="ml-1" id="title">Friendo</span></a><!-- not an emoji - just unicode--><img class="emoji ml-4" draggable="false" src="./img/emoji/1f516.png" id="game-info-icon"><span class="ml-2 w-100 d-flex" id="game-info"><a id="version-link" href="https://github.com/mattdelsordo/friendo/releases" target="_blank"><span id="vernum">[v0.0.0]</span></a><a class="ml-2 header-btn" href="https://github.com/mattdelsordo/friendo/issues" target="_blank">[<img class="emoji" draggable="false" src="./img/emoji/1f41b.png"><span>Report a bug</span>]</a><a class="ml-2 header-btn" href="" data-toggle="modal" data-target="#attributions">[<img class="emoji" draggable="false" src="./img/emoji/1f4dc.png"><span>Attributions</span>]</a></span><button class="btn btn-outline-info mr-1 p-1" id="btn-a2hs"><img class="emoji" draggable="false" src="./img/emoji/1f4f2.png"></button><a id="settings" href="" data-toggle="modal" data-target="#settings-dialog"><img class="emoji" draggable="false" src="./img/emoji/2699.png"></a></div></div></header><body><div class="container"><noscript><pre><code style="line-height: 100%; display: block; overflow: hidden;"> .:` -: `:-
./- /+ ./-
`:/+o::`
:/::::::::::::::::+yyo::::::::::::::::::`
Expand Down
2 changes: 1 addition & 1 deletion docs/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/styles.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df92fcb

Please sign in to comment.