Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/img/creativecommons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/forkme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions resources/js/components/modals/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div :id="id" class="uk-flex-top" v-on:toggle="toggled" uk-modal>
<div class="uk-modal-dialog uk-modal-body uk-margin-auto-vertical game-style">
<button class="uk-modal-close-default" type="button" uk-close></button>
<a href="https://github.com/neonspectra/epcc"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<a href="https://github.com/neonspectra/epcc"><img style="position: absolute; top: 0; left: 0; border: 0;" src="/img/forkme.png" alt="Fork me on GitHub"></a>
<div class="uk-text-center">
<h1><b><u> About</u></b></h1>
<p>EPCC ({{versionName}})</p>
Expand Down Expand Up @@ -30,7 +30,7 @@
</p>
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">
<img alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png"/>
src="/img/creativecommons.png"/>
</a>
<p>
<small>
Expand All @@ -41,6 +41,8 @@
</a>
.
</small>
</p>
<p>
<small>
This work is a derivative work based on <a href="https://github.com/Eclipse-Phase-Unofficial/ep-character-creator">previous work by Arthur Moore and other authors</a> licensed under a
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US"
Expand Down