You've already forked AstralRinth
forked from didirus/AstralRinth
Switch to Google Adsense
This commit is contained in:
@@ -15,6 +15,53 @@
|
||||
Privacy Policy, do not hesitate to contact us.
|
||||
</p>
|
||||
|
||||
<h2>General Data Protection Regulation (GDPR)</h2>
|
||||
<p>We are a Data Controller of your information.</p>
|
||||
|
||||
<p>
|
||||
Guavy LLC legal basis for collecting and using the personal information
|
||||
described in this Privacy Policy depends on the Personal Information we
|
||||
collect and the specific context in which we collect the information:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Guavy LLC needs to perform a contract with you</li>
|
||||
<li>You have given Guavy LLC permission to do so</li>
|
||||
<li>
|
||||
Processing your personal information is in Guavy LLC legitimate
|
||||
interests
|
||||
</li>
|
||||
<li>Guavy LLC needs to comply with the law</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Guavy LLC will retain your personal information only for as long as is
|
||||
necessary for the purposes set out in this Privacy Policy. We will
|
||||
retain and use your information to the extent necessary to comply with
|
||||
our legal obligations, resolve disputes, and enforce our policies.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you are a resident of the European Economic Area (EEA), you have
|
||||
certain data protection rights. If you wish to be informed what Personal
|
||||
Information we hold about you and if you want it to be removed from our
|
||||
systems, please contact us.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
In certain circumstances, you have the following data protection rights:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
The right to access, update or to delete the information we have on
|
||||
you.
|
||||
</li>
|
||||
<li>The right of rectification.</li>
|
||||
<li>The right to object.</li>
|
||||
<li>The right of restriction.</li>
|
||||
<li>The right to data portability</li>
|
||||
<li>The right to withdraw consent</li>
|
||||
</ul>
|
||||
|
||||
<h2>Log Files</h2>
|
||||
|
||||
<p>
|
||||
@@ -46,26 +93,19 @@
|
||||
>.
|
||||
</p>
|
||||
|
||||
<h2>Our Advertising Partners</h2>
|
||||
<h2>Google DoubleClick DART Cookie</h2>
|
||||
|
||||
<p>
|
||||
Some of advertisers on our site may use cookies and web beacons. Our
|
||||
advertising partners are listed below. Each of our advertising partners
|
||||
has their own Privacy Policy for their policies on user data. For easier
|
||||
access, we hyperlinked to their Privacy Policies below.
|
||||
Google is a third-party vendor on our site. It also uses cookies, known
|
||||
as DART cookies, to serve ads to our site visitors based upon their
|
||||
visit to www.website.com and other sites on the internet. However,
|
||||
visitors may choose to decline the use of DART cookies by visiting the
|
||||
Google ad and content network Privacy Policy at the following URL –
|
||||
<a href="https://policies.google.com/technologies/ads"
|
||||
>https://policies.google.com/technologies/ads</a
|
||||
>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>EthicalAds</p>
|
||||
<p>
|
||||
<a href="https://www.ethicalads.io/privacy-policy/"
|
||||
>https://www.ethicalads.io/privacy-policy/</a
|
||||
>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Privacy Policies</h2>
|
||||
|
||||
<P
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
Save
|
||||
</button>
|
||||
</header>
|
||||
<EthicalAd class="advert" />
|
||||
<section class="essentials">
|
||||
<h3>Name</h3>
|
||||
<label>
|
||||
@@ -311,13 +310,11 @@ import Multiselect from 'vue-multiselect'
|
||||
|
||||
import MFooter from '@/components/MFooter'
|
||||
import FileInput from '@/components/FileInput'
|
||||
import EthicalAd from '@/components/EthicalAd'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
MFooter,
|
||||
FileInput,
|
||||
EthicalAd,
|
||||
Multiselect,
|
||||
},
|
||||
async asyncData(data) {
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
Create
|
||||
</button>
|
||||
</header>
|
||||
<EthicalAd class="advert" />
|
||||
<section class="essentials">
|
||||
<h3>Name</h3>
|
||||
<label>
|
||||
@@ -504,7 +503,6 @@ import Multiselect from 'vue-multiselect'
|
||||
|
||||
import MFooter from '@/components/MFooter'
|
||||
import FileInput from '@/components/FileInput'
|
||||
import EthicalAd from '@/components/EthicalAd'
|
||||
|
||||
import ForgeIcon from '~/assets/images/categories/forge.svg?inline'
|
||||
import FabricIcon from '~/assets/images/categories/fabric.svg?inline'
|
||||
@@ -513,7 +511,6 @@ export default {
|
||||
components: {
|
||||
MFooter,
|
||||
FileInput,
|
||||
EthicalAd,
|
||||
Multiselect,
|
||||
ForgeIcon,
|
||||
FabricIcon,
|
||||
|
||||
@@ -63,9 +63,7 @@
|
||||
></pagination>
|
||||
</section>
|
||||
<div class="results column-grow-4">
|
||||
<client-only>
|
||||
<EthicalAd type="text" ad-id="search" />
|
||||
</client-only>
|
||||
<adsbygoogle ad-slot="7510690716" ad-format="horizontal" />
|
||||
<SearchResult
|
||||
v-for="(result, index) in results"
|
||||
:id="result.slug ? result.slug : result.mod_id.split('-')[1]"
|
||||
@@ -257,6 +255,14 @@
|
||||
@input="onSearchChange(1)"
|
||||
></multiselect>
|
||||
</div>
|
||||
<adsbygoogle
|
||||
ad-slot="7510690716"
|
||||
:ad-style="{
|
||||
display: 'inline-block',
|
||||
width: '100%',
|
||||
height: '240px',
|
||||
}"
|
||||
/>
|
||||
<m-footer class="footer" />
|
||||
</section>
|
||||
</div>
|
||||
@@ -270,7 +276,6 @@ import SearchResult from '@/components/ProjectCard'
|
||||
import Pagination from '@/components/Pagination'
|
||||
import SearchFilter from '@/components/SearchFilter'
|
||||
|
||||
import EthicalAd from '@/components/EthicalAd'
|
||||
import MFooter from '@/components/MFooter'
|
||||
import TechCategory from '~/assets/images/categories/tech.svg?inline'
|
||||
import AdventureCategory from '~/assets/images/categories/adventure.svg?inline'
|
||||
@@ -294,7 +299,6 @@ export default {
|
||||
auth: false,
|
||||
components: {
|
||||
MFooter,
|
||||
EthicalAd,
|
||||
SearchResult,
|
||||
Pagination,
|
||||
Multiselect,
|
||||
|
||||
@@ -45,12 +45,18 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<adsbygoogle
|
||||
ad-slot="7510690716"
|
||||
:ad-style="{
|
||||
display: 'inline-block',
|
||||
width: '100%',
|
||||
height: '240px',
|
||||
}"
|
||||
/>
|
||||
<m-footer class="footer" />
|
||||
</div>
|
||||
<div class="content">
|
||||
<client-only>
|
||||
<EthicalAd ad-id="profile" />
|
||||
</client-only>
|
||||
<adsbygoogle ad-slot="7510690716" ad-format="horizontal" />
|
||||
<div class="mods">
|
||||
<SearchResult
|
||||
v-for="result in mods"
|
||||
@@ -75,7 +81,6 @@
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
import SearchResult from '@/components/ProjectCard'
|
||||
import EthicalAd from '@/components/EthicalAd'
|
||||
import MFooter from '@/components/MFooter'
|
||||
|
||||
import CalendarIcon from '~/assets/images/utils/calendar.svg?inline'
|
||||
@@ -84,7 +89,6 @@ import DownloadIcon from '~/assets/images/utils/download.svg?inline'
|
||||
export default {
|
||||
auth: false,
|
||||
components: {
|
||||
EthicalAd,
|
||||
SearchResult,
|
||||
CalendarIcon,
|
||||
DownloadIcon,
|
||||
|
||||
Reference in New Issue
Block a user