2020-07-23 22:07:57 +00:00
|
|
|
<template>
|
2020-06-24 20:54:36 +00:00
|
|
|
<div id="about_tab" class="main_tabcontent">
|
2020-07-23 22:07:57 +00:00
|
|
|
<h2 class="page_heading">{{ $t('sidebar.about') }}</h2>
|
|
|
|
<ul>
|
2020-07-27 17:30:51 +00:00
|
|
|
<li v-html="$t('about.usesLibrary')"></li>
|
|
|
|
<li v-html="$t('about.thanks')"></li>
|
|
|
|
<li v-html="$t('about.upToDate')"></li>
|
2020-07-23 22:07:57 +00:00
|
|
|
</ul>
|
|
|
|
|
2020-07-27 17:30:51 +00:00
|
|
|
<h2>{{ $t('about.titles.usefulLinks') }}</h2>
|
2020-07-23 22:07:57 +00:00
|
|
|
<ul class="no-dots">
|
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
<a href="https://deemix.app" target="_blank">🌍 {{ $t('about.officialWebsite') }}</a>
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
<a href="https://codeberg.org/RemixDev/deemix" target="_blank">🚀 {{ $t('about.officialRepo') }}</a>
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
<a href="https://codeberg.org/RemixDev/deemix-webui" target="_blank">💻 {{ $t('about.officialWebuiRepo') }}</a>
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
<a href="https://www.reddit.com/r/deemix" target="_blank">🤖 {{ $t('about.officialSubreddit') }}</a>
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
<a href="https://t.me/RemixDevNews" target="_blank">📰 {{ $t('about.newsChannel') }}</a>
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.titles.bugReports') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
<span class="subheading">
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.subtitles.bugReports') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
</span>
|
|
|
|
</h2>
|
|
|
|
<ul>
|
2020-07-27 17:30:51 +00:00
|
|
|
<li v-html="$t('about.questions')"></li>
|
2020-07-23 22:07:57 +00:00
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.beforeReporting') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
2020-07-27 17:30:51 +00:00
|
|
|
<li v-html="$t('about.beSure')"></li>
|
2020-07-23 22:07:57 +00:00
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.duplicateReports') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
2020-07-27 17:30:51 +00:00
|
|
|
<li v-html="$t('about.dontOpenIssues')"></li>
|
2020-07-23 22:07:57 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.titles.contributing') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
<span class="subheading">
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.subtitles.contributing') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
</span>
|
|
|
|
</h2>
|
|
|
|
<ul>
|
2020-07-27 17:30:51 +00:00
|
|
|
<li v-html="$t('about.newUI')"></li>
|
2020-07-23 22:07:57 +00:00
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.acceptFeatures') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
2020-07-27 17:30:51 +00:00
|
|
|
<li v-html="$t('about.contributeWebUI')"></li>
|
2020-07-23 22:07:57 +00:00
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.otherLanguages') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.understandingCode') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.titles.donations') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
<span class="subheading">
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.subtitles.donations') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
</span>
|
|
|
|
</h2>
|
|
|
|
<ul>
|
2020-07-27 17:30:51 +00:00
|
|
|
<li v-html="$t('about.itsFree')"></li>
|
2020-07-23 22:07:57 +00:00
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
{{ $t('about.notObligated') }}
|
2020-07-23 22:07:57 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<i v-html="paypal" />
|
|
|
|
<strong>PayPal:</strong>
|
|
|
|
<a href="https://paypal.me/RemixDev" target="_blank">PayPal.me/RemixDev</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2020-07-27 17:30:51 +00:00
|
|
|
<i class="bitcoin" v-html="bitcoin" />
|
2020-07-23 22:07:57 +00:00
|
|
|
<strong>Bitcoin:</strong> 1sdNymSJrMBWyHM4u2m9uco5nv6uV4Qs1
|
|
|
|
</li>
|
|
|
|
<li>
|
2020-07-28 13:41:30 +00:00
|
|
|
<i class="ethereum" v-html="ethereum" />
|
2020-07-23 22:07:57 +00:00
|
|
|
<strong>Ethereum:</strong> 0x1d2aa67e671485CD4062289772B662e0A6Ff976c
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
2020-07-27 17:30:51 +00:00
|
|
|
<h2>{{ $t('about.titles.license') }}</h2>
|
2020-07-07 20:04:26 +00:00
|
|
|
<p>
|
|
|
|
<a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank">
|
2020-07-23 22:07:57 +00:00
|
|
|
<img
|
|
|
|
alt="GNU General Public License"
|
|
|
|
style="border-width: 0;"
|
|
|
|
src="https://www.gnu.org/graphics/gplv3-127x51.png"
|
|
|
|
/>
|
|
|
|
</a>
|
|
|
|
</p>
|
2020-07-27 17:30:51 +00:00
|
|
|
<p v-html="$t('about.lincensedUnder')"></p>
|
2020-07-07 20:04:26 +00:00
|
|
|
</div>
|
2020-06-24 20:54:36 +00:00
|
|
|
</template>
|
2020-07-23 22:07:57 +00:00
|
|
|
<style lang="scss" scoped>
|
|
|
|
li,
|
|
|
|
p,
|
|
|
|
a {
|
|
|
|
letter-spacing: 0.4px;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 1.2;
|
|
|
|
}
|
|
|
|
|
|
|
|
i {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
i /deep/ svg {
|
|
|
|
fill: white;
|
|
|
|
width: 20px;
|
2020-07-27 17:30:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bitcoin /deep/ svg {
|
|
|
|
fill: #ff9900;
|
2020-07-23 22:07:57 +00:00
|
|
|
}
|
|
|
|
|
2020-07-28 13:41:30 +00:00
|
|
|
.ethereum /deep/ svg {
|
|
|
|
fill: var(--foreground);
|
|
|
|
}
|
|
|
|
|
2020-07-23 22:07:57 +00:00
|
|
|
:link {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#about_tab {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
|
|
|
&:not(.page_heading) {
|
|
|
|
font-size: 2rem;
|
|
|
|
border-bottom: 1px solid hsla(0, 0%, 20%, 0.25);
|
|
|
|
padding: {
|
|
|
|
top: 2rem;
|
|
|
|
bottom: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.subheading {
|
|
|
|
display: block;
|
|
|
|
font-size: 0.5em;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
font-weight: normal;
|
|
|
|
opacity: 0.8;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
li {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 + & {
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul + & {
|
|
|
|
margin-top: 1.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.no-dots {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(.no-dots) {
|
|
|
|
list-style-type: none;
|
|
|
|
|
|
|
|
li {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
content: '—';
|
|
|
|
position: absolute;
|
|
|
|
left: -30px;
|
|
|
|
opacity: 0.25;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<script>
|
|
|
|
import paypal from '@/assets/paypal.svg'
|
|
|
|
import bitcoin from '@/assets/bitcoin.svg'
|
|
|
|
import ethereum from '@/assets/ethereum.svg'
|
|
|
|
|
|
|
|
export default {
|
|
|
|
data: () => ({
|
|
|
|
paypal,
|
|
|
|
ethereum,
|
|
|
|
bitcoin
|
|
|
|
})
|
|
|
|
}
|
2020-07-28 13:41:30 +00:00
|
|
|
</script>
|